Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2023-1829 (GCVE-0-2023-1829)
Vulnerability from cvelistv5 – Published: 2023-04-12 11:16 – Updated: 2025-02-13 16:39
VLAI
EPSS
Title
Use-after-free in tcindex (traffic control index filter) in the Linux Kernel
Summary
A use-after-free vulnerability in the Linux Kernel traffic control index filter (tcindex) can be exploited to achieve local privilege escalation. The tcindex_delete function which does not properly deactivate filters in case of a perfect hashes while deleting the underlying structure which can later lead to double freeing the structure. A local attacker user can use this vulnerability to elevate its privileges to root.
We recommend upgrading past commit 8c710f75256bb3cf05ac7b1672c82b92c43f3d28.
Severity
7.8 (High)
SSVC
Exploitation: none
Automatable: no
Technical Impact: total
CISA Coordinator (v2.0.3)
CWE
- CWE-416 - Use After Free
Assigner
References
Impacted products
1 product
| Vendor | Product | Version | |
|---|---|---|---|
| Linux | Linux Kernel |
Affected:
3.8 , ≤ 6.2
(custom)
|
Date Public
2023-02-16 08:27
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-02T06:05:26.153Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_transferred"
],
"url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=8c710f75256bb3cf05ac7b1672c82b92c43f3d28"
},
{
"tags": [
"x_transferred"
],
"url": "https://kernel.dance/#8c710f75256bb3cf05ac7b1672c82b92c43f3d28"
},
{
"tags": [
"x_transferred"
],
"url": "https://lists.debian.org/debian-lts-announce/2023/05/msg00005.html"
},
{
"tags": [
"x_transferred"
],
"url": "https://lists.debian.org/debian-lts-announce/2023/05/msg00006.html"
},
{
"tags": [
"x_transferred"
],
"url": "https://security.netapp.com/advisory/ntap-20230601-0001/"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2023-1829",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-02-07T15:50:09.128361Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-02-07T15:50:15.160Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"packageName": "kernel",
"product": "Linux Kernel",
"repo": "https://git.kernel.org",
"vendor": "Linux",
"versions": [
{
"lessThanOrEqual": "6.2",
"status": "affected",
"version": "3.8",
"versionType": "custom"
}
]
}
],
"datePublic": "2023-02-16T08:27:00.000Z",
"descriptions": [
{
"lang": "en",
"supportingMedia": [
{
"base64": false,
"type": "text/html",
"value": "A use-after-free vulnerability in the Linux Kernel traffic control index filter (tcindex) \u003cspan style=\"background-color: rgb(255, 255, 255);\"\u003ecan be exploited to achieve local privilege escalation\u003c/span\u003e.\u0026nbsp;\u003cspan style=\"background-color: rgb(255, 255, 255);\"\u003e\u003cspan style=\"background-color: rgb(255, 255, 255);\"\u003eThe tcindex_delete function which does not properly deactivate filters in case of a perfect hashes while deleting the underlying structure which can later lead to double freeing the structure.\u0026nbsp;\u003c/span\u003e\u003c/span\u003e\u003cspan style=\"background-color: var(--wht);\"\u003eA local attacker user can use this vulnerability to elevate its privileges to root.\u003cbr\u003e\u003c/span\u003e\u003cp\u003e\u003cspan style=\"background-color: rgb(255, 255, 255);\"\u003eWe recommend upgrading past commit \u003c/span\u003e \u003ca target=\"_blank\" rel=\"nofollow\" href=\"https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=8c710f75256bb3cf05ac7b1672c82b92c43f3d28\"\u003e8c710f75256bb3cf05ac7b1672c82b92c43f3d28\u003c/a\u003e.\u003c/p\u003e"
}
],
"value": "A use-after-free vulnerability in the Linux Kernel traffic control index filter (tcindex) can be exploited to achieve local privilege escalation.\u00a0The tcindex_delete function which does not properly deactivate filters in case of a perfect hashes while deleting the underlying structure which can later lead to double freeing the structure.\u00a0A local attacker user can use this vulnerability to elevate its privileges to root.\nWe recommend upgrading past commit 8c710f75256bb3cf05ac7b1672c82b92c43f3d28."
}
],
"impacts": [
{
"capecId": "CAPEC-233",
"descriptions": [
{
"lang": "en",
"value": "CAPEC-233 Privilege Escalation"
}
]
}
],
"metrics": [
{
"cvssV3_1": {
"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"
},
"format": "CVSS",
"scenarios": [
{
"lang": "en",
"value": "GENERAL"
}
]
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-416",
"description": "CWE-416 Use After Free",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2023-06-01T13:06:20.579Z",
"orgId": "14ed7db2-1595-443d-9d34-6215bf890778",
"shortName": "Google"
},
"references": [
{
"url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=8c710f75256bb3cf05ac7b1672c82b92c43f3d28"
},
{
"url": "https://kernel.dance/#8c710f75256bb3cf05ac7b1672c82b92c43f3d28"
},
{
"url": "https://lists.debian.org/debian-lts-announce/2023/05/msg00005.html"
},
{
"url": "https://lists.debian.org/debian-lts-announce/2023/05/msg00006.html"
},
{
"url": "https://security.netapp.com/advisory/ntap-20230601-0001/"
}
],
"source": {
"discovery": "EXTERNAL"
},
"title": "Use-after-free in tcindex (traffic control index filter) in the Linux Kernel",
"x_generator": {
"engine": "Vulnogram 0.1.0-dev"
}
}
},
"cveMetadata": {
"assignerOrgId": "14ed7db2-1595-443d-9d34-6215bf890778",
"assignerShortName": "Google",
"cveId": "CVE-2023-1829",
"datePublished": "2023-04-12T11:16:59.101Z",
"dateReserved": "2023-04-04T10:32:43.055Z",
"dateUpdated": "2025-02-13T16:39:39.975Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2023-1829",
"date": "2026-06-22",
"epss": "0.01029",
"percentile": "0.59152"
},
"fkie_nvd": {
"configurations": "[{\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"versionEndExcluding\": \"4.14.308\", \"matchCriteriaId\": \"C56CFB26-8D6C-4A3D-99C5-DA43FA59DB77\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"4.15\", \"versionEndExcluding\": \"4.19.276\", \"matchCriteriaId\": \"C902FC54-DDBD-4DA6-BFEF-26889A267464\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"4.20\", \"versionEndExcluding\": \"5.4.235\", \"matchCriteriaId\": \"13DD5E68-8CB4-46EE-9A8F-C7F6C1A84430\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"5.5\", \"versionEndExcluding\": \"5.10.173\", \"matchCriteriaId\": \"4D810CFB-B7C5-493C-B98A-0D5F0D8A47B6\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"5.11\", \"versionEndExcluding\": \"5.15.100\", \"matchCriteriaId\": \"6D7E5BB5-018B-46B7-A2C4-1ADB75099822\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"5.16\", \"versionEndExcluding\": \"6.1.18\", \"matchCriteriaId\": \"C8D24FD5-5A98-4042-9419-39DCFCBEFFF5\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\", \"versionStartIncluding\": \"6.2\", \"versionEndExcluding\": \"6.2.5\", \"matchCriteriaId\": \"0575B33B-A320-4E51-84CA-10C937341E02\"}]}]}]",
"descriptions": "[{\"lang\": \"en\", \"value\": \"A use-after-free vulnerability in the Linux Kernel traffic control index filter (tcindex) can be exploited to achieve local privilege escalation.\\u00a0The tcindex_delete function which does not properly deactivate filters in case of a perfect hashes while deleting the underlying structure which can later lead to double freeing the structure.\\u00a0A local attacker user can use this vulnerability to elevate its privileges to root.\\nWe recommend upgrading past commit 8c710f75256bb3cf05ac7b1672c82b92c43f3d28.\\n\\n\"}]",
"id": "CVE-2023-1829",
"lastModified": "2024-11-21T07:39:58.893",
"metrics": "{\"cvssMetricV31\": [{\"source\": \"cve-coordination@google.com\", \"type\": \"Secondary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\", \"baseScore\": 7.8, \"baseSeverity\": \"HIGH\", \"attackVector\": \"LOCAL\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"LOW\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"HIGH\", \"integrityImpact\": \"HIGH\", \"availabilityImpact\": \"HIGH\"}, \"exploitabilityScore\": 1.8, \"impactScore\": 5.9}, {\"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:H/I:H/A:H\", \"baseScore\": 7.8, \"baseSeverity\": \"HIGH\", \"attackVector\": \"LOCAL\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"LOW\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"HIGH\", \"integrityImpact\": \"HIGH\", \"availabilityImpact\": \"HIGH\"}, \"exploitabilityScore\": 1.8, \"impactScore\": 5.9}]}",
"published": "2023-04-12T12:15:07.080",
"references": "[{\"url\": \"https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=8c710f75256bb3cf05ac7b1672c82b92c43f3d28\", \"source\": \"cve-coordination@google.com\", \"tags\": [\"Mailing List\", \"Patch\"]}, {\"url\": \"https://kernel.dance/#8c710f75256bb3cf05ac7b1672c82b92c43f3d28\", \"source\": \"cve-coordination@google.com\", \"tags\": [\"Patch\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2023/05/msg00005.html\", \"source\": \"cve-coordination@google.com\", \"tags\": [\"Mailing List\", \"Third Party Advisory\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2023/05/msg00006.html\", \"source\": \"cve-coordination@google.com\", \"tags\": [\"Mailing List\", \"Third Party Advisory\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20230601-0001/\", \"source\": \"cve-coordination@google.com\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=8c710f75256bb3cf05ac7b1672c82b92c43f3d28\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Mailing List\", \"Patch\"]}, {\"url\": \"https://kernel.dance/#8c710f75256bb3cf05ac7b1672c82b92c43f3d28\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Patch\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2023/05/msg00005.html\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Mailing List\", \"Third Party Advisory\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2023/05/msg00006.html\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Mailing List\", \"Third Party Advisory\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20230601-0001/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}]",
"sourceIdentifier": "cve-coordination@google.com",
"vulnStatus": "Modified",
"weaknesses": "[{\"source\": \"cve-coordination@google.com\", \"type\": \"Secondary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-416\"}]}, {\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-416\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2023-1829\",\"sourceIdentifier\":\"cve-coordination@google.com\",\"published\":\"2023-04-12T12:15:07.080\",\"lastModified\":\"2025-02-13T17:16:00.420\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"A use-after-free vulnerability in the Linux Kernel traffic control index filter (tcindex) can be exploited to achieve local privilege escalation.\u00a0The tcindex_delete function which does not properly deactivate filters in case of a perfect hashes while deleting the underlying structure which can later lead to double freeing the structure.\u00a0A local attacker user can use this vulnerability to elevate its privileges to root.\\nWe recommend upgrading past commit 8c710f75256bb3cf05ac7b1672c82b92c43f3d28.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"cve-coordination@google.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":7.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":5.9},{\"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:H/I:H/A:H\",\"baseScore\":7.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.8,\"impactScore\":5.9}]},\"weaknesses\":[{\"source\":\"cve-coordination@google.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-416\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-416\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"4.14.308\",\"matchCriteriaId\":\"C56CFB26-8D6C-4A3D-99C5-DA43FA59DB77\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"4.15\",\"versionEndExcluding\":\"4.19.276\",\"matchCriteriaId\":\"C902FC54-DDBD-4DA6-BFEF-26889A267464\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"4.20\",\"versionEndExcluding\":\"5.4.235\",\"matchCriteriaId\":\"13DD5E68-8CB4-46EE-9A8F-C7F6C1A84430\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.5\",\"versionEndExcluding\":\"5.10.173\",\"matchCriteriaId\":\"4D810CFB-B7C5-493C-B98A-0D5F0D8A47B6\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.11\",\"versionEndExcluding\":\"5.15.100\",\"matchCriteriaId\":\"6D7E5BB5-018B-46B7-A2C4-1ADB75099822\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"5.16\",\"versionEndExcluding\":\"6.1.18\",\"matchCriteriaId\":\"C8D24FD5-5A98-4042-9419-39DCFCBEFFF5\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"6.2\",\"versionEndExcluding\":\"6.2.5\",\"matchCriteriaId\":\"0575B33B-A320-4E51-84CA-10C937341E02\"}]}]}],\"references\":[{\"url\":\"https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=8c710f75256bb3cf05ac7b1672c82b92c43f3d28\",\"source\":\"cve-coordination@google.com\",\"tags\":[\"Mailing List\",\"Patch\"]},{\"url\":\"https://kernel.dance/#8c710f75256bb3cf05ac7b1672c82b92c43f3d28\",\"source\":\"cve-coordination@google.com\",\"tags\":[\"Patch\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2023/05/msg00005.html\",\"source\":\"cve-coordination@google.com\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2023/05/msg00006.html\",\"source\":\"cve-coordination@google.com\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20230601-0001/\",\"source\":\"cve-coordination@google.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=8c710f75256bb3cf05ac7b1672c82b92c43f3d28\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Patch\"]},{\"url\":\"https://kernel.dance/#8c710f75256bb3cf05ac7b1672c82b92c43f3d28\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2023/05/msg00005.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2023/05/msg00006.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20230601-0001/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=8c710f75256bb3cf05ac7b1672c82b92c43f3d28\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://kernel.dance/#8c710f75256bb3cf05ac7b1672c82b92c43f3d28\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2023/05/msg00005.html\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2023/05/msg00006.html\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20230601-0001/\", \"tags\": [\"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-02T06:05:26.153Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2023-1829\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-02-07T15:50:09.128361Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-02-07T15:49:53.060Z\"}}], \"cna\": {\"title\": \"Use-after-free in tcindex (traffic control index filter) in the Linux Kernel\", \"source\": {\"discovery\": \"EXTERNAL\"}, \"impacts\": [{\"capecId\": \"CAPEC-233\", \"descriptions\": [{\"lang\": \"en\", \"value\": \"CAPEC-233 Privilege Escalation\"}]}], \"metrics\": [{\"format\": \"CVSS\", \"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.8, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"HIGH\"}, \"scenarios\": [{\"lang\": \"en\", \"value\": \"GENERAL\"}]}], \"affected\": [{\"repo\": \"https://git.kernel.org\", \"vendor\": \"Linux\", \"product\": \"Linux Kernel\", \"versions\": [{\"status\": \"affected\", \"version\": \"3.8\", \"versionType\": \"custom\", \"lessThanOrEqual\": \"6.2\"}], \"packageName\": \"kernel\", \"defaultStatus\": \"unaffected\"}], \"datePublic\": \"2023-02-16T08:27:00.000Z\", \"references\": [{\"url\": \"https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=8c710f75256bb3cf05ac7b1672c82b92c43f3d28\"}, {\"url\": \"https://kernel.dance/#8c710f75256bb3cf05ac7b1672c82b92c43f3d28\"}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2023/05/msg00005.html\"}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2023/05/msg00006.html\"}, {\"url\": \"https://security.netapp.com/advisory/ntap-20230601-0001/\"}], \"x_generator\": {\"engine\": \"Vulnogram 0.1.0-dev\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"A use-after-free vulnerability in the Linux Kernel traffic control index filter (tcindex) can be exploited to achieve local privilege escalation.\\u00a0The tcindex_delete function which does not properly deactivate filters in case of a perfect hashes while deleting the underlying structure which can later lead to double freeing the structure.\\u00a0A local attacker user can use this vulnerability to elevate its privileges to root.\\nWe recommend upgrading past commit 8c710f75256bb3cf05ac7b1672c82b92c43f3d28.\", \"supportingMedia\": [{\"type\": \"text/html\", \"value\": \"A use-after-free vulnerability in the Linux Kernel traffic control index filter (tcindex) \u003cspan style=\\\"background-color: rgb(255, 255, 255);\\\"\u003ecan be exploited to achieve local privilege escalation\u003c/span\u003e.\u0026nbsp;\u003cspan style=\\\"background-color: rgb(255, 255, 255);\\\"\u003e\u003cspan style=\\\"background-color: rgb(255, 255, 255);\\\"\u003eThe tcindex_delete function which does not properly deactivate filters in case of a perfect hashes while deleting the underlying structure which can later lead to double freeing the structure.\u0026nbsp;\u003c/span\u003e\u003c/span\u003e\u003cspan style=\\\"background-color: var(--wht);\\\"\u003eA local attacker user can use this vulnerability to elevate its privileges to root.\u003cbr\u003e\u003c/span\u003e\u003cp\u003e\u003cspan style=\\\"background-color: rgb(255, 255, 255);\\\"\u003eWe recommend upgrading past commit \u003c/span\u003e \u003ca target=\\\"_blank\\\" rel=\\\"nofollow\\\" href=\\\"https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=8c710f75256bb3cf05ac7b1672c82b92c43f3d28\\\"\u003e8c710f75256bb3cf05ac7b1672c82b92c43f3d28\u003c/a\u003e.\u003c/p\u003e\", \"base64\": false}]}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-416\", \"description\": \"CWE-416 Use After Free\"}]}], \"providerMetadata\": {\"orgId\": \"14ed7db2-1595-443d-9d34-6215bf890778\", \"shortName\": \"Google\", \"dateUpdated\": \"2023-06-01T13:06:20.579Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2023-1829\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-02-13T16:39:39.975Z\", \"dateReserved\": \"2023-04-04T10:32:43.055Z\", \"assignerOrgId\": \"14ed7db2-1595-443d-9d34-6215bf890778\", \"datePublished\": \"2023-04-12T11:16:59.101Z\", \"assignerShortName\": \"Google\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
SUSE-SU-2023:3893-1
Vulnerability from csaf_suse - Published: 2023-09-29 08:04 - Updated: 2023-09-29 08:04Summary
Security update for the Linux Kernel (Live Patch 32 for SLE 15 SP2)
Severity
Important
Notes
Title of the patch: Security update for the Linux Kernel (Live Patch 32 for SLE 15 SP2)
Description of the patch: This update for the Linux Kernel 5.3.18-150200_24_139 fixes several issues.
The following security issues were fixed:
- CVE-2023-3776: Fixed improper refcount update in cls_fw leads to use-after-free (bsc#1215119).
- CVE-2023-1829: Fixed a use-after-free vulnerability in the control index filter (tcindex) (bsc#1210619).
- CVE-2023-4273: Fixed a flaw in the exFAT driver of the Linux kernel that alloawed a local privileged attacker to overflow the kernel stack (bsc#1214123).
- CVE-2023-3609: Fixed reference counter leak leading to overflow in net/sched (bsc#1213587).
- CVE-2023-3812: Fixed an out-of-bounds memory access flaw in the TUN/TAP device driver functionality that could allow a local user to crash or potentially escalate their privileges on the system (bsc#1213706).
Patchnames: SUSE-2023-3893,SUSE-SLE-Module-Live-Patching-15-SP2-2023-3893
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.8 (High)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.8 (High)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.8 (High)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
44 references
{
"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 (Live Patch 32 for SLE 15 SP2)",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for the Linux Kernel 5.3.18-150200_24_139 fixes several issues.\n\nThe following security issues were fixed:\n\n- CVE-2023-3776: Fixed improper refcount update in cls_fw leads to use-after-free (bsc#1215119).\n- CVE-2023-1829: Fixed a use-after-free vulnerability in the control index filter (tcindex) (bsc#1210619).\n- CVE-2023-4273: Fixed a flaw in the exFAT driver of the Linux kernel that alloawed a local privileged attacker to overflow the kernel stack (bsc#1214123).\n- CVE-2023-3609: Fixed reference counter leak leading to overflow in net/sched (bsc#1213587).\n- CVE-2023-3812: Fixed an out-of-bounds memory access flaw in the TUN/TAP device driver functionality that could allow a local user to crash or potentially escalate their privileges on the system (bsc#1213706).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-3893,SUSE-SLE-Module-Live-Patching-15-SP2-2023-3893",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2023_3893-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:3893-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20233893-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:3893-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-September/016459.html"
},
{
"category": "self",
"summary": "SUSE Bug 1210619",
"url": "https://bugzilla.suse.com/1210619"
},
{
"category": "self",
"summary": "SUSE Bug 1213587",
"url": "https://bugzilla.suse.com/1213587"
},
{
"category": "self",
"summary": "SUSE Bug 1213706",
"url": "https://bugzilla.suse.com/1213706"
},
{
"category": "self",
"summary": "SUSE Bug 1214123",
"url": "https://bugzilla.suse.com/1214123"
},
{
"category": "self",
"summary": "SUSE Bug 1215119",
"url": "https://bugzilla.suse.com/1215119"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-1829 page",
"url": "https://www.suse.com/security/cve/CVE-2023-1829/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-3609 page",
"url": "https://www.suse.com/security/cve/CVE-2023-3609/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-3776 page",
"url": "https://www.suse.com/security/cve/CVE-2023-3776/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-3812 page",
"url": "https://www.suse.com/security/cve/CVE-2023-3812/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-4273 page",
"url": "https://www.suse.com/security/cve/CVE-2023-4273/"
}
],
"title": "Security update for the Linux Kernel (Live Patch 32 for SLE 15 SP2)",
"tracking": {
"current_release_date": "2023-09-29T08:04:08Z",
"generator": {
"date": "2023-09-29T08:04:08Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:3893-1",
"initial_release_date": "2023-09-29T08:04:08Z",
"revision_history": [
{
"date": "2023-09-29T08:04:08Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.ppc64le",
"product": {
"name": "kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.ppc64le",
"product_id": "kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.s390x",
"product": {
"name": "kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.s390x",
"product_id": "kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.x86_64",
"product": {
"name": "kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.x86_64",
"product_id": "kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-livepatch-5_3_18-150200_24_139-preempt-9-150200.2.2.x86_64",
"product": {
"name": "kernel-livepatch-5_3_18-150200_24_139-preempt-9-150200.2.2.x86_64",
"product_id": "kernel-livepatch-5_3_18-150200_24_139-preempt-9-150200.2.2.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Live Patching 15 SP2",
"product": {
"name": "SUSE Linux Enterprise Live Patching 15 SP2",
"product_id": "SUSE Linux Enterprise Live Patching 15 SP2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-live-patching:15:sp2"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.ppc64le as component of SUSE Linux Enterprise Live Patching 15 SP2",
"product_id": "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.ppc64le"
},
"product_reference": "kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.s390x as component of SUSE Linux Enterprise Live Patching 15 SP2",
"product_id": "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.s390x"
},
"product_reference": "kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.x86_64 as component of SUSE Linux Enterprise Live Patching 15 SP2",
"product_id": "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.x86_64"
},
"product_reference": "kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-1829",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-1829"
}
],
"notes": [
{
"category": "general",
"text": "A use-after-free vulnerability in the Linux Kernel traffic control index filter (tcindex) can be exploited to achieve local privilege escalation. The tcindex_delete function which does not properly deactivate filters in case of a perfect hashes while deleting the underlying structure which can later lead to double freeing the structure. A local attacker user can use this vulnerability to elevate its privileges to root.\nWe recommend upgrading past commit 8c710f75256bb3cf05ac7b1672c82b92c43f3d28.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.s390x",
"SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-1829",
"url": "https://www.suse.com/security/cve/CVE-2023-1829"
},
{
"category": "external",
"summary": "SUSE Bug 1210335 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1210335"
},
{
"category": "external",
"summary": "SUSE Bug 1210619 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1210619"
},
{
"category": "external",
"summary": "SUSE Bug 1217444 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1217444"
},
{
"category": "external",
"summary": "SUSE Bug 1217531 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1217531"
},
{
"category": "external",
"summary": "SUSE Bug 1220886 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1220886"
},
{
"category": "external",
"summary": "SUSE Bug 1228311 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1228311"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.s390x",
"SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.s390x",
"SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-09-29T08:04:08Z",
"details": "important"
}
],
"title": "CVE-2023-1829"
},
{
"cve": "CVE-2023-3609",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-3609"
}
],
"notes": [
{
"category": "general",
"text": "A use-after-free vulnerability in the Linux kernel\u0027s net/sched: cls_u32 component can be exploited to achieve local privilege escalation.\n\nIf tcf_change_indev() fails, u32_set_parms() will immediately return an error after incrementing or decrementing the reference counter in tcf_bind_filter(). If an attacker can control the reference counter and set it to zero, they can cause the reference to be freed, leading to a use-after-free vulnerability.\n\nWe recommend upgrading past commit 04c55383fa5689357bcdd2c8036725a55ed632bc.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.s390x",
"SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-3609",
"url": "https://www.suse.com/security/cve/CVE-2023-3609"
},
{
"category": "external",
"summary": "SUSE Bug 1213586 for CVE-2023-3609",
"url": "https://bugzilla.suse.com/1213586"
},
{
"category": "external",
"summary": "SUSE Bug 1213587 for CVE-2023-3609",
"url": "https://bugzilla.suse.com/1213587"
},
{
"category": "external",
"summary": "SUSE Bug 1217444 for CVE-2023-3609",
"url": "https://bugzilla.suse.com/1217444"
},
{
"category": "external",
"summary": "SUSE Bug 1217531 for CVE-2023-3609",
"url": "https://bugzilla.suse.com/1217531"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.s390x",
"SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.s390x",
"SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-09-29T08:04:08Z",
"details": "important"
}
],
"title": "CVE-2023-3609"
},
{
"cve": "CVE-2023-3776",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-3776"
}
],
"notes": [
{
"category": "general",
"text": "A use-after-free vulnerability in the Linux kernel\u0027s net/sched: cls_fw component can be exploited to achieve local privilege escalation.\n\nIf tcf_change_indev() fails, fw_set_parms() will immediately return an error after incrementing or decrementing the reference counter in tcf_bind_filter(). If an attacker can control the reference counter and set it to zero, they can cause the reference to be freed, leading to a use-after-free vulnerability.\n\nWe recommend upgrading past commit 0323bce598eea038714f941ce2b22541c46d488f.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.s390x",
"SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-3776",
"url": "https://www.suse.com/security/cve/CVE-2023-3776"
},
{
"category": "external",
"summary": "SUSE Bug 1213588 for CVE-2023-3776",
"url": "https://bugzilla.suse.com/1213588"
},
{
"category": "external",
"summary": "SUSE Bug 1215119 for CVE-2023-3776",
"url": "https://bugzilla.suse.com/1215119"
},
{
"category": "external",
"summary": "SUSE Bug 1215674 for CVE-2023-3776",
"url": "https://bugzilla.suse.com/1215674"
},
{
"category": "external",
"summary": "SUSE Bug 1217444 for CVE-2023-3776",
"url": "https://bugzilla.suse.com/1217444"
},
{
"category": "external",
"summary": "SUSE Bug 1217531 for CVE-2023-3776",
"url": "https://bugzilla.suse.com/1217531"
},
{
"category": "external",
"summary": "SUSE Bug 1221578 for CVE-2023-3776",
"url": "https://bugzilla.suse.com/1221578"
},
{
"category": "external",
"summary": "SUSE Bug 1221598 for CVE-2023-3776",
"url": "https://bugzilla.suse.com/1221598"
},
{
"category": "external",
"summary": "SUSE Bug 1223091 for CVE-2023-3776",
"url": "https://bugzilla.suse.com/1223091"
},
{
"category": "external",
"summary": "SUSE Bug 1223973 for CVE-2023-3776",
"url": "https://bugzilla.suse.com/1223973"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.s390x",
"SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.s390x",
"SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-09-29T08:04:08Z",
"details": "important"
}
],
"title": "CVE-2023-3776"
},
{
"cve": "CVE-2023-3812",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-3812"
}
],
"notes": [
{
"category": "general",
"text": "An out-of-bounds memory access flaw was found in the Linux kernel\u0027s TUN/TAP device driver functionality in how a user generates a malicious (too big) networking packet when napi frags is enabled. This flaw allows a local user to crash or potentially escalate their privileges on the system.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.s390x",
"SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-3812",
"url": "https://www.suse.com/security/cve/CVE-2023-3812"
},
{
"category": "external",
"summary": "SUSE Bug 1213543 for CVE-2023-3812",
"url": "https://bugzilla.suse.com/1213543"
},
{
"category": "external",
"summary": "SUSE Bug 1213706 for CVE-2023-3812",
"url": "https://bugzilla.suse.com/1213706"
},
{
"category": "external",
"summary": "SUSE Bug 1217444 for CVE-2023-3812",
"url": "https://bugzilla.suse.com/1217444"
},
{
"category": "external",
"summary": "SUSE Bug 1217531 for CVE-2023-3812",
"url": "https://bugzilla.suse.com/1217531"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.s390x",
"SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.s390x",
"SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-09-29T08:04:08Z",
"details": "important"
}
],
"title": "CVE-2023-3812"
},
{
"cve": "CVE-2023-4273",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-4273"
}
],
"notes": [
{
"category": "general",
"text": "A flaw was found in the exFAT driver of the Linux kernel. The vulnerability exists in the implementation of the file name reconstruction function, which is responsible for reading file name entries from a directory index and merging file name parts belonging to one file into a single long file name. Since the file name characters are copied into a stack variable, a local privileged attacker could use this flaw to overflow the kernel stack.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.s390x",
"SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-4273",
"url": "https://www.suse.com/security/cve/CVE-2023-4273"
},
{
"category": "external",
"summary": "SUSE Bug 1214120 for CVE-2023-4273",
"url": "https://bugzilla.suse.com/1214120"
},
{
"category": "external",
"summary": "SUSE Bug 1214123 for CVE-2023-4273",
"url": "https://bugzilla.suse.com/1214123"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.s390x",
"SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.s390x",
"SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-150200_24_139-default-9-150200.2.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-09-29T08:04:08Z",
"details": "important"
}
],
"title": "CVE-2023-4273"
}
]
}
SUSE-SU-2023:3912-1
Vulnerability from csaf_suse - Published: 2023-09-30 10:04 - Updated: 2023-09-30 10:04Summary
Security update for the Linux Kernel (Live Patch 35 for SLE 15 SP3)
Severity
Important
Notes
Title of the patch: Security update for the Linux Kernel (Live Patch 35 for SLE 15 SP3)
Description of the patch: This update for the Linux Kernel 5.3.18-150300_59_130 fixes several issues.
The following security issues were fixed:
- CVE-2023-1829: Fixed a use-after-free vulnerability in the control index filter (tcindex) (bsc#1210619).
- CVE-2023-4273: Fixed a flaw in the exFAT driver of the Linux kernel that alloawed a local privileged attacker to overflow the kernel stack (bsc#1214123).
Patchnames: SUSE-2023-3912,SUSE-SLE-Module-Live-Patching-15-SP3-2023-3912
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.8 (High)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_130-default-2-150300.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_130-default-2-150300.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_130-default-2-150300.2.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.8 (High)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_130-default-2-150300.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_130-default-2-150300.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_130-default-2-150300.2.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
18 references
{
"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 (Live Patch 35 for SLE 15 SP3)",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for the Linux Kernel 5.3.18-150300_59_130 fixes several issues.\n\nThe following security issues were fixed:\n\n- CVE-2023-1829: Fixed a use-after-free vulnerability in the control index filter (tcindex) (bsc#1210619).\n- CVE-2023-4273: Fixed a flaw in the exFAT driver of the Linux kernel that alloawed a local privileged attacker to overflow the kernel stack (bsc#1214123).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-3912,SUSE-SLE-Module-Live-Patching-15-SP3-2023-3912",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2023_3912-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:3912-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20233912-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:3912-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-October/016474.html"
},
{
"category": "self",
"summary": "SUSE Bug 1210619",
"url": "https://bugzilla.suse.com/1210619"
},
{
"category": "self",
"summary": "SUSE Bug 1214123",
"url": "https://bugzilla.suse.com/1214123"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-1829 page",
"url": "https://www.suse.com/security/cve/CVE-2023-1829/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-4273 page",
"url": "https://www.suse.com/security/cve/CVE-2023-4273/"
}
],
"title": "Security update for the Linux Kernel (Live Patch 35 for SLE 15 SP3)",
"tracking": {
"current_release_date": "2023-09-30T10:04:14Z",
"generator": {
"date": "2023-09-30T10:04:14Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:3912-1",
"initial_release_date": "2023-09-30T10:04:14Z",
"revision_history": [
{
"date": "2023-09-30T10:04:14Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "kernel-livepatch-5_3_18-150300_59_130-default-2-150300.2.1.ppc64le",
"product": {
"name": "kernel-livepatch-5_3_18-150300_59_130-default-2-150300.2.1.ppc64le",
"product_id": "kernel-livepatch-5_3_18-150300_59_130-default-2-150300.2.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-livepatch-5_3_18-150300_59_130-default-2-150300.2.1.s390x",
"product": {
"name": "kernel-livepatch-5_3_18-150300_59_130-default-2-150300.2.1.s390x",
"product_id": "kernel-livepatch-5_3_18-150300_59_130-default-2-150300.2.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-livepatch-5_3_18-150300_59_130-default-2-150300.2.1.x86_64",
"product": {
"name": "kernel-livepatch-5_3_18-150300_59_130-default-2-150300.2.1.x86_64",
"product_id": "kernel-livepatch-5_3_18-150300_59_130-default-2-150300.2.1.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-livepatch-5_3_18-150300_59_130-preempt-2-150300.2.1.x86_64",
"product": {
"name": "kernel-livepatch-5_3_18-150300_59_130-preempt-2-150300.2.1.x86_64",
"product_id": "kernel-livepatch-5_3_18-150300_59_130-preempt-2-150300.2.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Live Patching 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Live Patching 15 SP3",
"product_id": "SUSE Linux Enterprise Live Patching 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-live-patching:15:sp3"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-livepatch-5_3_18-150300_59_130-default-2-150300.2.1.ppc64le as component of SUSE Linux Enterprise Live Patching 15 SP3",
"product_id": "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_130-default-2-150300.2.1.ppc64le"
},
"product_reference": "kernel-livepatch-5_3_18-150300_59_130-default-2-150300.2.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-livepatch-5_3_18-150300_59_130-default-2-150300.2.1.s390x as component of SUSE Linux Enterprise Live Patching 15 SP3",
"product_id": "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_130-default-2-150300.2.1.s390x"
},
"product_reference": "kernel-livepatch-5_3_18-150300_59_130-default-2-150300.2.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-livepatch-5_3_18-150300_59_130-default-2-150300.2.1.x86_64 as component of SUSE Linux Enterprise Live Patching 15 SP3",
"product_id": "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_130-default-2-150300.2.1.x86_64"
},
"product_reference": "kernel-livepatch-5_3_18-150300_59_130-default-2-150300.2.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-1829",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-1829"
}
],
"notes": [
{
"category": "general",
"text": "A use-after-free vulnerability in the Linux Kernel traffic control index filter (tcindex) can be exploited to achieve local privilege escalation. The tcindex_delete function which does not properly deactivate filters in case of a perfect hashes while deleting the underlying structure which can later lead to double freeing the structure. A local attacker user can use this vulnerability to elevate its privileges to root.\nWe recommend upgrading past commit 8c710f75256bb3cf05ac7b1672c82b92c43f3d28.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_130-default-2-150300.2.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_130-default-2-150300.2.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_130-default-2-150300.2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-1829",
"url": "https://www.suse.com/security/cve/CVE-2023-1829"
},
{
"category": "external",
"summary": "SUSE Bug 1210335 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1210335"
},
{
"category": "external",
"summary": "SUSE Bug 1210619 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1210619"
},
{
"category": "external",
"summary": "SUSE Bug 1217444 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1217444"
},
{
"category": "external",
"summary": "SUSE Bug 1217531 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1217531"
},
{
"category": "external",
"summary": "SUSE Bug 1220886 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1220886"
},
{
"category": "external",
"summary": "SUSE Bug 1228311 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1228311"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_130-default-2-150300.2.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_130-default-2-150300.2.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_130-default-2-150300.2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_130-default-2-150300.2.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_130-default-2-150300.2.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_130-default-2-150300.2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-09-30T10:04:14Z",
"details": "important"
}
],
"title": "CVE-2023-1829"
},
{
"cve": "CVE-2023-4273",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-4273"
}
],
"notes": [
{
"category": "general",
"text": "A flaw was found in the exFAT driver of the Linux kernel. The vulnerability exists in the implementation of the file name reconstruction function, which is responsible for reading file name entries from a directory index and merging file name parts belonging to one file into a single long file name. Since the file name characters are copied into a stack variable, a local privileged attacker could use this flaw to overflow the kernel stack.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_130-default-2-150300.2.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_130-default-2-150300.2.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_130-default-2-150300.2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-4273",
"url": "https://www.suse.com/security/cve/CVE-2023-4273"
},
{
"category": "external",
"summary": "SUSE Bug 1214120 for CVE-2023-4273",
"url": "https://bugzilla.suse.com/1214120"
},
{
"category": "external",
"summary": "SUSE Bug 1214123 for CVE-2023-4273",
"url": "https://bugzilla.suse.com/1214123"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_130-default-2-150300.2.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_130-default-2-150300.2.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_130-default-2-150300.2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_130-default-2-150300.2.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_130-default-2-150300.2.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_130-default-2-150300.2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-09-30T10:04:14Z",
"details": "important"
}
],
"title": "CVE-2023-4273"
}
]
}
SUSE-SU-2023:3922-1
Vulnerability from csaf_suse - Published: 2023-09-30 13:04 - Updated: 2023-09-30 13:04Summary
Security update for the Linux Kernel (Live Patch 13 for SLE 15 SP4)
Severity
Important
Notes
Title of the patch: Security update for the Linux Kernel (Live Patch 13 for SLE 15 SP4)
Description of the patch: This update for the Linux Kernel 5.14.21-150400_24_66 fixes several issues.
The following security issues were fixed:
- CVE-2023-3776: Fixed improper refcount update in cls_fw leads to use-after-free (bsc#1215119).
- CVE-2023-1829: Fixed a use-after-free vulnerability in the control index filter (tcindex) (bsc#1210619).
- CVE-2023-4273: Fixed a flaw in the exFAT driver of the Linux kernel that alloawed a local privileged attacker to overflow the kernel stack (bsc#1214123).
- CVE-2023-3609: Fixed reference counter leak leading to overflow in net/sched (bsc#1213587).
- CVE-2023-31248: Fixed an use-after-free vulnerability in nft_chain_lookup_byid that could allow a local attacker to escalate their privilege (bsc#1213064).
Patchnames: SUSE-2023-3922,SUSE-SLE-Module-Live-Patching-15-SP4-2023-3922
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.8 (High)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.8 (High)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.8 (High)
Affected products
Recommended
3 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
42 references
{
"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 (Live Patch 13 for SLE 15 SP4)",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for the Linux Kernel 5.14.21-150400_24_66 fixes several issues.\n\nThe following security issues were fixed:\n\n- CVE-2023-3776: Fixed improper refcount update in cls_fw leads to use-after-free (bsc#1215119).\n- CVE-2023-1829: Fixed a use-after-free vulnerability in the control index filter (tcindex) (bsc#1210619).\n- CVE-2023-4273: Fixed a flaw in the exFAT driver of the Linux kernel that alloawed a local privileged attacker to overflow the kernel stack (bsc#1214123).\n- CVE-2023-3609: Fixed reference counter leak leading to overflow in net/sched (bsc#1213587).\n- CVE-2023-31248: Fixed an use-after-free vulnerability in nft_chain_lookup_byid that could allow a local attacker to escalate their privilege (bsc#1213064).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-3922,SUSE-SLE-Module-Live-Patching-15-SP4-2023-3922",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2023_3922-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:3922-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20233922-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:3922-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-October/016473.html"
},
{
"category": "self",
"summary": "SUSE Bug 1210619",
"url": "https://bugzilla.suse.com/1210619"
},
{
"category": "self",
"summary": "SUSE Bug 1213064",
"url": "https://bugzilla.suse.com/1213064"
},
{
"category": "self",
"summary": "SUSE Bug 1213587",
"url": "https://bugzilla.suse.com/1213587"
},
{
"category": "self",
"summary": "SUSE Bug 1214123",
"url": "https://bugzilla.suse.com/1214123"
},
{
"category": "self",
"summary": "SUSE Bug 1215119",
"url": "https://bugzilla.suse.com/1215119"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-1829 page",
"url": "https://www.suse.com/security/cve/CVE-2023-1829/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-31248 page",
"url": "https://www.suse.com/security/cve/CVE-2023-31248/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-3609 page",
"url": "https://www.suse.com/security/cve/CVE-2023-3609/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-3776 page",
"url": "https://www.suse.com/security/cve/CVE-2023-3776/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-4273 page",
"url": "https://www.suse.com/security/cve/CVE-2023-4273/"
}
],
"title": "Security update for the Linux Kernel (Live Patch 13 for SLE 15 SP4)",
"tracking": {
"current_release_date": "2023-09-30T13:04:13Z",
"generator": {
"date": "2023-09-30T13:04:13Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:3922-1",
"initial_release_date": "2023-09-30T13:04:13Z",
"revision_history": [
{
"date": "2023-09-30T13:04:13Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.ppc64le",
"product": {
"name": "kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.ppc64le",
"product_id": "kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.s390x",
"product": {
"name": "kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.s390x",
"product_id": "kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.x86_64",
"product": {
"name": "kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.x86_64",
"product_id": "kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"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_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.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_66-default-4-150400.2.1.ppc64le"
},
"product_reference": "kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.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_66-default-4-150400.2.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_66-default-4-150400.2.1.s390x"
},
"product_reference": "kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.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_66-default-4-150400.2.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_66-default-4-150400.2.1.x86_64"
},
"product_reference": "kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-1829",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-1829"
}
],
"notes": [
{
"category": "general",
"text": "A use-after-free vulnerability in the Linux Kernel traffic control index filter (tcindex) can be exploited to achieve local privilege escalation. The tcindex_delete function which does not properly deactivate filters in case of a perfect hashes while deleting the underlying structure which can later lead to double freeing the structure. A local attacker user can use this vulnerability to elevate its privileges to root.\nWe recommend upgrading past commit 8c710f75256bb3cf05ac7b1672c82b92c43f3d28.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-1829",
"url": "https://www.suse.com/security/cve/CVE-2023-1829"
},
{
"category": "external",
"summary": "SUSE Bug 1210335 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1210335"
},
{
"category": "external",
"summary": "SUSE Bug 1210619 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1210619"
},
{
"category": "external",
"summary": "SUSE Bug 1217444 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1217444"
},
{
"category": "external",
"summary": "SUSE Bug 1217531 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1217531"
},
{
"category": "external",
"summary": "SUSE Bug 1220886 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1220886"
},
{
"category": "external",
"summary": "SUSE Bug 1228311 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1228311"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-09-30T13:04:13Z",
"details": "important"
}
],
"title": "CVE-2023-1829"
},
{
"cve": "CVE-2023-31248",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-31248"
}
],
"notes": [
{
"category": "general",
"text": "Linux Kernel nftables Use-After-Free Local Privilege Escalation Vulnerability; `nft_chain_lookup_byid()` failed to check whether a chain was active and CAP_NET_ADMIN is in any user or network namespace",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-31248",
"url": "https://www.suse.com/security/cve/CVE-2023-31248"
},
{
"category": "external",
"summary": "SUSE Bug 1213061 for CVE-2023-31248",
"url": "https://bugzilla.suse.com/1213061"
},
{
"category": "external",
"summary": "SUSE Bug 1213064 for CVE-2023-31248",
"url": "https://bugzilla.suse.com/1213064"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-09-30T13:04:13Z",
"details": "important"
}
],
"title": "CVE-2023-31248"
},
{
"cve": "CVE-2023-3609",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-3609"
}
],
"notes": [
{
"category": "general",
"text": "A use-after-free vulnerability in the Linux kernel\u0027s net/sched: cls_u32 component can be exploited to achieve local privilege escalation.\n\nIf tcf_change_indev() fails, u32_set_parms() will immediately return an error after incrementing or decrementing the reference counter in tcf_bind_filter(). If an attacker can control the reference counter and set it to zero, they can cause the reference to be freed, leading to a use-after-free vulnerability.\n\nWe recommend upgrading past commit 04c55383fa5689357bcdd2c8036725a55ed632bc.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-3609",
"url": "https://www.suse.com/security/cve/CVE-2023-3609"
},
{
"category": "external",
"summary": "SUSE Bug 1213586 for CVE-2023-3609",
"url": "https://bugzilla.suse.com/1213586"
},
{
"category": "external",
"summary": "SUSE Bug 1213587 for CVE-2023-3609",
"url": "https://bugzilla.suse.com/1213587"
},
{
"category": "external",
"summary": "SUSE Bug 1217444 for CVE-2023-3609",
"url": "https://bugzilla.suse.com/1217444"
},
{
"category": "external",
"summary": "SUSE Bug 1217531 for CVE-2023-3609",
"url": "https://bugzilla.suse.com/1217531"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-09-30T13:04:13Z",
"details": "important"
}
],
"title": "CVE-2023-3609"
},
{
"cve": "CVE-2023-3776",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-3776"
}
],
"notes": [
{
"category": "general",
"text": "A use-after-free vulnerability in the Linux kernel\u0027s net/sched: cls_fw component can be exploited to achieve local privilege escalation.\n\nIf tcf_change_indev() fails, fw_set_parms() will immediately return an error after incrementing or decrementing the reference counter in tcf_bind_filter(). If an attacker can control the reference counter and set it to zero, they can cause the reference to be freed, leading to a use-after-free vulnerability.\n\nWe recommend upgrading past commit 0323bce598eea038714f941ce2b22541c46d488f.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-3776",
"url": "https://www.suse.com/security/cve/CVE-2023-3776"
},
{
"category": "external",
"summary": "SUSE Bug 1213588 for CVE-2023-3776",
"url": "https://bugzilla.suse.com/1213588"
},
{
"category": "external",
"summary": "SUSE Bug 1215119 for CVE-2023-3776",
"url": "https://bugzilla.suse.com/1215119"
},
{
"category": "external",
"summary": "SUSE Bug 1215674 for CVE-2023-3776",
"url": "https://bugzilla.suse.com/1215674"
},
{
"category": "external",
"summary": "SUSE Bug 1217444 for CVE-2023-3776",
"url": "https://bugzilla.suse.com/1217444"
},
{
"category": "external",
"summary": "SUSE Bug 1217531 for CVE-2023-3776",
"url": "https://bugzilla.suse.com/1217531"
},
{
"category": "external",
"summary": "SUSE Bug 1221578 for CVE-2023-3776",
"url": "https://bugzilla.suse.com/1221578"
},
{
"category": "external",
"summary": "SUSE Bug 1221598 for CVE-2023-3776",
"url": "https://bugzilla.suse.com/1221598"
},
{
"category": "external",
"summary": "SUSE Bug 1223091 for CVE-2023-3776",
"url": "https://bugzilla.suse.com/1223091"
},
{
"category": "external",
"summary": "SUSE Bug 1223973 for CVE-2023-3776",
"url": "https://bugzilla.suse.com/1223973"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-09-30T13:04:13Z",
"details": "important"
}
],
"title": "CVE-2023-3776"
},
{
"cve": "CVE-2023-4273",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-4273"
}
],
"notes": [
{
"category": "general",
"text": "A flaw was found in the exFAT driver of the Linux kernel. The vulnerability exists in the implementation of the file name reconstruction function, which is responsible for reading file name entries from a directory index and merging file name parts belonging to one file into a single long file name. Since the file name characters are copied into a stack variable, a local privileged attacker could use this flaw to overflow the kernel stack.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-4273",
"url": "https://www.suse.com/security/cve/CVE-2023-4273"
},
{
"category": "external",
"summary": "SUSE Bug 1214120 for CVE-2023-4273",
"url": "https://bugzilla.suse.com/1214120"
},
{
"category": "external",
"summary": "SUSE Bug 1214123 for CVE-2023-4273",
"url": "https://bugzilla.suse.com/1214123"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_66-default-4-150400.2.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-09-30T13:04:13Z",
"details": "important"
}
],
"title": "CVE-2023-4273"
}
]
}
SUSE-SU-2023:3928-1
Vulnerability from csaf_suse - Published: 2023-09-30 15:34 - Updated: 2023-09-30 15:34Summary
Security update for the Linux Kernel (Live Patch 0 for SLE 15 SP5)
Severity
Important
Notes
Title of the patch: Security update for the Linux Kernel (Live Patch 0 for SLE 15 SP5)
Description of the patch: This update for the Linux Kernel 5.14.21-150500_53 fixes several issues.
The following security issues were fixed:
- CVE-2023-3776: Fixed improper refcount update in cls_fw leads to use-after-free (bsc#1215119).
- CVE-2023-1829: Fixed a use-after-free vulnerability in the control index filter (tcindex) (bsc#1210619).
- CVE-2023-4273: Fixed a flaw in the exFAT driver of the Linux kernel that alloawed a local privileged attacker to overflow the kernel stack (bsc#1214123).
- CVE-2023-3609: Fixed reference counter leak leading to overflow in net/sched (bsc#1213587).
- CVE-2023-3812: Fixed an out-of-bounds memory access flaw in the TUN/TAP device driver functionality that could allow a local user to crash or potentially escalate their privileges on the system (bsc#1213706).
- CVE-2023-31248: Fixed an use-after-free vulnerability in nft_chain_lookup_byid that could allow a local attacker to escalate their privilege (bsc#1213064).
Patchnames: SUSE-2023-3913,SUSE-2023-3914,SUSE-2023-3915,SUSE-2023-3925,SUSE-2023-3928,SUSE-SLE-Module-Live-Patching-15-SP3-2023-3908,SUSE-SLE-Module-Live-Patching-15-SP4-2023-3913,SUSE-SLE-Module-Live-Patching-15-SP5-2023-3925
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.8 (High)
Affected products
Recommended
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.8 (High)
Affected products
Recommended
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
Affected products
Recommended
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
Affected products
Recommended
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.8 (High)
Affected products
Recommended
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
7.8 (High)
Affected products
Recommended
9 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
49 references
{
"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 (Live Patch 0 for SLE 15 SP5)",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for the Linux Kernel 5.14.21-150500_53 fixes several issues.\n\nThe following security issues were fixed:\n\n- CVE-2023-3776: Fixed improper refcount update in cls_fw leads to use-after-free (bsc#1215119).\n- CVE-2023-1829: Fixed a use-after-free vulnerability in the control index filter (tcindex) (bsc#1210619).\n- CVE-2023-4273: Fixed a flaw in the exFAT driver of the Linux kernel that alloawed a local privileged attacker to overflow the kernel stack (bsc#1214123).\n- CVE-2023-3609: Fixed reference counter leak leading to overflow in net/sched (bsc#1213587).\n- CVE-2023-3812: Fixed an out-of-bounds memory access flaw in the TUN/TAP device driver functionality that could allow a local user to crash or potentially escalate their privileges on the system (bsc#1213706).\n- CVE-2023-31248: Fixed an use-after-free vulnerability in nft_chain_lookup_byid that could allow a local attacker to escalate their privilege (bsc#1213064).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-3913,SUSE-2023-3914,SUSE-2023-3915,SUSE-2023-3925,SUSE-2023-3928,SUSE-SLE-Module-Live-Patching-15-SP3-2023-3908,SUSE-SLE-Module-Live-Patching-15-SP4-2023-3913,SUSE-SLE-Module-Live-Patching-15-SP5-2023-3925",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2023_3928-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:3928-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20233928-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:3928-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-October/016475.html"
},
{
"category": "self",
"summary": "SUSE Bug 1210619",
"url": "https://bugzilla.suse.com/1210619"
},
{
"category": "self",
"summary": "SUSE Bug 1213064",
"url": "https://bugzilla.suse.com/1213064"
},
{
"category": "self",
"summary": "SUSE Bug 1213587",
"url": "https://bugzilla.suse.com/1213587"
},
{
"category": "self",
"summary": "SUSE Bug 1213706",
"url": "https://bugzilla.suse.com/1213706"
},
{
"category": "self",
"summary": "SUSE Bug 1214123",
"url": "https://bugzilla.suse.com/1214123"
},
{
"category": "self",
"summary": "SUSE Bug 1215119",
"url": "https://bugzilla.suse.com/1215119"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-1829 page",
"url": "https://www.suse.com/security/cve/CVE-2023-1829/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-31248 page",
"url": "https://www.suse.com/security/cve/CVE-2023-31248/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-3609 page",
"url": "https://www.suse.com/security/cve/CVE-2023-3609/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-3776 page",
"url": "https://www.suse.com/security/cve/CVE-2023-3776/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-3812 page",
"url": "https://www.suse.com/security/cve/CVE-2023-3812/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-4273 page",
"url": "https://www.suse.com/security/cve/CVE-2023-4273/"
}
],
"title": "Security update for the Linux Kernel (Live Patch 0 for SLE 15 SP5)",
"tracking": {
"current_release_date": "2023-09-30T15:34:03Z",
"generator": {
"date": "2023-09-30T15:34:03Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:3928-1",
"initial_release_date": "2023-09-30T15:34:03Z",
"revision_history": [
{
"date": "2023-09-30T15:34:03Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.ppc64le",
"product": {
"name": "kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.ppc64le",
"product_id": "kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.ppc64le"
}
},
{
"category": "product_version",
"name": "kernel-livepatch-5_14_21-150400_24_28-default-12-150400.2.2.ppc64le",
"product": {
"name": "kernel-livepatch-5_14_21-150400_24_28-default-12-150400.2.2.ppc64le",
"product_id": "kernel-livepatch-5_14_21-150400_24_28-default-12-150400.2.2.ppc64le"
}
},
{
"category": "product_version",
"name": "kernel-livepatch-5_14_21-150400_24_33-default-11-150400.2.2.ppc64le",
"product": {
"name": "kernel-livepatch-5_14_21-150400_24_33-default-11-150400.2.2.ppc64le",
"product_id": "kernel-livepatch-5_14_21-150400_24_33-default-11-150400.2.2.ppc64le"
}
},
{
"category": "product_version",
"name": "kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.ppc64le",
"product": {
"name": "kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.ppc64le",
"product_id": "kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.ppc64le"
}
},
{
"category": "product_version",
"name": "kernel-livepatch-5_3_18-150300_59_93-default-14-150300.2.2.ppc64le",
"product": {
"name": "kernel-livepatch-5_3_18-150300_59_93-default-14-150300.2.2.ppc64le",
"product_id": "kernel-livepatch-5_3_18-150300_59_93-default-14-150300.2.2.ppc64le"
}
},
{
"category": "product_version",
"name": "kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.ppc64le",
"product": {
"name": "kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.ppc64le",
"product_id": "kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.s390x",
"product": {
"name": "kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.s390x",
"product_id": "kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.s390x"
}
},
{
"category": "product_version",
"name": "kernel-livepatch-5_14_21-150400_24_28-default-12-150400.2.2.s390x",
"product": {
"name": "kernel-livepatch-5_14_21-150400_24_28-default-12-150400.2.2.s390x",
"product_id": "kernel-livepatch-5_14_21-150400_24_28-default-12-150400.2.2.s390x"
}
},
{
"category": "product_version",
"name": "kernel-livepatch-5_14_21-150400_24_33-default-11-150400.2.2.s390x",
"product": {
"name": "kernel-livepatch-5_14_21-150400_24_33-default-11-150400.2.2.s390x",
"product_id": "kernel-livepatch-5_14_21-150400_24_33-default-11-150400.2.2.s390x"
}
},
{
"category": "product_version",
"name": "kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.s390x",
"product": {
"name": "kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.s390x",
"product_id": "kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.s390x"
}
},
{
"category": "product_version",
"name": "kernel-livepatch-5_3_18-150300_59_93-default-14-150300.2.2.s390x",
"product": {
"name": "kernel-livepatch-5_3_18-150300_59_93-default-14-150300.2.2.s390x",
"product_id": "kernel-livepatch-5_3_18-150300_59_93-default-14-150300.2.2.s390x"
}
},
{
"category": "product_version",
"name": "kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.s390x",
"product": {
"name": "kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.s390x",
"product_id": "kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.x86_64",
"product": {
"name": "kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.x86_64",
"product_id": "kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-livepatch-5_14_21-150400_24_28-default-12-150400.2.2.x86_64",
"product": {
"name": "kernel-livepatch-5_14_21-150400_24_28-default-12-150400.2.2.x86_64",
"product_id": "kernel-livepatch-5_14_21-150400_24_28-default-12-150400.2.2.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-livepatch-5_14_21-150400_24_33-default-11-150400.2.2.x86_64",
"product": {
"name": "kernel-livepatch-5_14_21-150400_24_33-default-11-150400.2.2.x86_64",
"product_id": "kernel-livepatch-5_14_21-150400_24_33-default-11-150400.2.2.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.x86_64",
"product": {
"name": "kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.x86_64",
"product_id": "kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-livepatch-5_3_18-150300_59_93-default-14-150300.2.2.x86_64",
"product": {
"name": "kernel-livepatch-5_3_18-150300_59_93-default-14-150300.2.2.x86_64",
"product_id": "kernel-livepatch-5_3_18-150300_59_93-default-14-150300.2.2.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-livepatch-5_3_18-150300_59_93-preempt-14-150300.2.2.x86_64",
"product": {
"name": "kernel-livepatch-5_3_18-150300_59_93-preempt-14-150300.2.2.x86_64",
"product_id": "kernel-livepatch-5_3_18-150300_59_93-preempt-14-150300.2.2.x86_64"
}
},
{
"category": "product_version",
"name": "kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.x86_64",
"product": {
"name": "kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.x86_64",
"product_id": "kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Live Patching 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Live Patching 15 SP3",
"product_id": "SUSE Linux Enterprise Live Patching 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-live-patching:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise 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 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_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.ppc64le as component of SUSE Linux Enterprise Live Patching 15 SP3",
"product_id": "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.ppc64le"
},
"product_reference": "kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.s390x as component of SUSE Linux Enterprise Live Patching 15 SP3",
"product_id": "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.s390x"
},
"product_reference": "kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.x86_64 as component of SUSE Linux Enterprise Live Patching 15 SP3",
"product_id": "SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.x86_64"
},
"product_reference": "kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.ppc64le as component of SUSE Linux Enterprise Live Patching 15 SP4",
"product_id": "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.ppc64le"
},
"product_reference": "kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.s390x as component of SUSE Linux Enterprise Live Patching 15 SP4",
"product_id": "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.s390x"
},
"product_reference": "kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.x86_64 as component of SUSE Linux Enterprise Live Patching 15 SP4",
"product_id": "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.x86_64"
},
"product_reference": "kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.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-150500_53-default-4-150500.9.2.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_53-default-4-150500.9.2.ppc64le"
},
"product_reference": "kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.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_53-default-4-150500.9.2.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_53-default-4-150500.9.2.s390x"
},
"product_reference": "kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.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_53-default-4-150500.9.2.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_53-default-4-150500.9.2.x86_64"
},
"product_reference": "kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-1829",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-1829"
}
],
"notes": [
{
"category": "general",
"text": "A use-after-free vulnerability in the Linux Kernel traffic control index filter (tcindex) can be exploited to achieve local privilege escalation. The tcindex_delete function which does not properly deactivate filters in case of a perfect hashes while deleting the underlying structure which can later lead to double freeing the structure. A local attacker user can use this vulnerability to elevate its privileges to root.\nWe recommend upgrading past commit 8c710f75256bb3cf05ac7b1672c82b92c43f3d28.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-1829",
"url": "https://www.suse.com/security/cve/CVE-2023-1829"
},
{
"category": "external",
"summary": "SUSE Bug 1210335 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1210335"
},
{
"category": "external",
"summary": "SUSE Bug 1210619 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1210619"
},
{
"category": "external",
"summary": "SUSE Bug 1217444 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1217444"
},
{
"category": "external",
"summary": "SUSE Bug 1217531 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1217531"
},
{
"category": "external",
"summary": "SUSE Bug 1220886 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1220886"
},
{
"category": "external",
"summary": "SUSE Bug 1228311 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1228311"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-09-30T15:34:03Z",
"details": "important"
}
],
"title": "CVE-2023-1829"
},
{
"cve": "CVE-2023-31248",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-31248"
}
],
"notes": [
{
"category": "general",
"text": "Linux Kernel nftables Use-After-Free Local Privilege Escalation Vulnerability; `nft_chain_lookup_byid()` failed to check whether a chain was active and CAP_NET_ADMIN is in any user or network namespace",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-31248",
"url": "https://www.suse.com/security/cve/CVE-2023-31248"
},
{
"category": "external",
"summary": "SUSE Bug 1213061 for CVE-2023-31248",
"url": "https://bugzilla.suse.com/1213061"
},
{
"category": "external",
"summary": "SUSE Bug 1213064 for CVE-2023-31248",
"url": "https://bugzilla.suse.com/1213064"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-09-30T15:34:03Z",
"details": "important"
}
],
"title": "CVE-2023-31248"
},
{
"cve": "CVE-2023-3609",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-3609"
}
],
"notes": [
{
"category": "general",
"text": "A use-after-free vulnerability in the Linux kernel\u0027s net/sched: cls_u32 component can be exploited to achieve local privilege escalation.\n\nIf tcf_change_indev() fails, u32_set_parms() will immediately return an error after incrementing or decrementing the reference counter in tcf_bind_filter(). If an attacker can control the reference counter and set it to zero, they can cause the reference to be freed, leading to a use-after-free vulnerability.\n\nWe recommend upgrading past commit 04c55383fa5689357bcdd2c8036725a55ed632bc.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-3609",
"url": "https://www.suse.com/security/cve/CVE-2023-3609"
},
{
"category": "external",
"summary": "SUSE Bug 1213586 for CVE-2023-3609",
"url": "https://bugzilla.suse.com/1213586"
},
{
"category": "external",
"summary": "SUSE Bug 1213587 for CVE-2023-3609",
"url": "https://bugzilla.suse.com/1213587"
},
{
"category": "external",
"summary": "SUSE Bug 1217444 for CVE-2023-3609",
"url": "https://bugzilla.suse.com/1217444"
},
{
"category": "external",
"summary": "SUSE Bug 1217531 for CVE-2023-3609",
"url": "https://bugzilla.suse.com/1217531"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-09-30T15:34:03Z",
"details": "important"
}
],
"title": "CVE-2023-3609"
},
{
"cve": "CVE-2023-3776",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-3776"
}
],
"notes": [
{
"category": "general",
"text": "A use-after-free vulnerability in the Linux kernel\u0027s net/sched: cls_fw component can be exploited to achieve local privilege escalation.\n\nIf tcf_change_indev() fails, fw_set_parms() will immediately return an error after incrementing or decrementing the reference counter in tcf_bind_filter(). If an attacker can control the reference counter and set it to zero, they can cause the reference to be freed, leading to a use-after-free vulnerability.\n\nWe recommend upgrading past commit 0323bce598eea038714f941ce2b22541c46d488f.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-3776",
"url": "https://www.suse.com/security/cve/CVE-2023-3776"
},
{
"category": "external",
"summary": "SUSE Bug 1213588 for CVE-2023-3776",
"url": "https://bugzilla.suse.com/1213588"
},
{
"category": "external",
"summary": "SUSE Bug 1215119 for CVE-2023-3776",
"url": "https://bugzilla.suse.com/1215119"
},
{
"category": "external",
"summary": "SUSE Bug 1215674 for CVE-2023-3776",
"url": "https://bugzilla.suse.com/1215674"
},
{
"category": "external",
"summary": "SUSE Bug 1217444 for CVE-2023-3776",
"url": "https://bugzilla.suse.com/1217444"
},
{
"category": "external",
"summary": "SUSE Bug 1217531 for CVE-2023-3776",
"url": "https://bugzilla.suse.com/1217531"
},
{
"category": "external",
"summary": "SUSE Bug 1221578 for CVE-2023-3776",
"url": "https://bugzilla.suse.com/1221578"
},
{
"category": "external",
"summary": "SUSE Bug 1221598 for CVE-2023-3776",
"url": "https://bugzilla.suse.com/1221598"
},
{
"category": "external",
"summary": "SUSE Bug 1223091 for CVE-2023-3776",
"url": "https://bugzilla.suse.com/1223091"
},
{
"category": "external",
"summary": "SUSE Bug 1223973 for CVE-2023-3776",
"url": "https://bugzilla.suse.com/1223973"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-09-30T15:34:03Z",
"details": "important"
}
],
"title": "CVE-2023-3776"
},
{
"cve": "CVE-2023-3812",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-3812"
}
],
"notes": [
{
"category": "general",
"text": "An out-of-bounds memory access flaw was found in the Linux kernel\u0027s TUN/TAP device driver functionality in how a user generates a malicious (too big) networking packet when napi frags is enabled. This flaw allows a local user to crash or potentially escalate their privileges on the system.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-3812",
"url": "https://www.suse.com/security/cve/CVE-2023-3812"
},
{
"category": "external",
"summary": "SUSE Bug 1213543 for CVE-2023-3812",
"url": "https://bugzilla.suse.com/1213543"
},
{
"category": "external",
"summary": "SUSE Bug 1213706 for CVE-2023-3812",
"url": "https://bugzilla.suse.com/1213706"
},
{
"category": "external",
"summary": "SUSE Bug 1217444 for CVE-2023-3812",
"url": "https://bugzilla.suse.com/1217444"
},
{
"category": "external",
"summary": "SUSE Bug 1217531 for CVE-2023-3812",
"url": "https://bugzilla.suse.com/1217531"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-09-30T15:34:03Z",
"details": "important"
}
],
"title": "CVE-2023-3812"
},
{
"cve": "CVE-2023-4273",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-4273"
}
],
"notes": [
{
"category": "general",
"text": "A flaw was found in the exFAT driver of the Linux kernel. The vulnerability exists in the implementation of the file name reconstruction function, which is responsible for reading file name entries from a directory index and merging file name parts belonging to one file into a single long file name. Since the file name characters are copied into a stack variable, a local privileged attacker could use this flaw to overflow the kernel stack.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-4273",
"url": "https://www.suse.com/security/cve/CVE-2023-4273"
},
{
"category": "external",
"summary": "SUSE Bug 1214120 for CVE-2023-4273",
"url": "https://bugzilla.suse.com/1214120"
},
{
"category": "external",
"summary": "SUSE Bug 1214123 for CVE-2023-4273",
"url": "https://bugzilla.suse.com/1214123"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.s390x",
"SUSE Linux Enterprise Live Patching 15 SP3:kernel-livepatch-5_3_18-150300_59_115-default-7-150300.2.1.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.s390x",
"SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_21-default-14-150400.2.2.x86_64",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.ppc64le",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.s390x",
"SUSE Linux Enterprise Live Patching 15 SP5:kernel-livepatch-5_14_21-150500_53-default-4-150500.9.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-09-30T15:34:03Z",
"details": "important"
}
],
"title": "CVE-2023-4273"
}
]
}
SUSE-SU-2023:4097-1
Vulnerability from csaf_suse - Published: 2023-10-17 13:04 - Updated: 2023-10-17 13:04Summary
Security update for suse-module-tools
Severity
Important
Notes
Title of the patch: Security update for suse-module-tools
Description of the patch: This update for suse-module-tools fixes the following issues:
- Updated to version 15.2.18:
- CVE-2023-1829: Blacklisted the Linux kernel tcindex classifier
module (bsc#1210335).
- Blacklisted the Linux kernel RNDIS modules (bsc#1205767,
jsc#PED-5731).
- Fixed a build issue for s390x.
Patchnames: SUSE-2023-4097,SUSE-SLE-Product-HPC-15-SP2-LTSS-2023-4097,SUSE-SLE-Product-SLES-15-SP2-LTSS-2023-4097,SUSE-SLE-Product-SLES_SAP-15-SP2-2023-4097
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.8 (High)
Affected products
Recommended
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:suse-module-tools-15.2.18-150200.4.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:suse-module-tools-15.2.18-150200.4.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:suse-module-tools-15.2.18-150200.4.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:suse-module-tools-15.2.18-150200.4.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:suse-module-tools-15.2.18-150200.4.15.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:suse-module-tools-15.2.18-150200.4.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:suse-module-tools-15.2.18-150200.4.15.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:suse-module-tools-15.2.18-150200.4.15.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
14 references
{
"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 suse-module-tools",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for suse-module-tools fixes the following issues:\n\n- Updated to version 15.2.18:\n\n - CVE-2023-1829: Blacklisted the Linux kernel tcindex classifier\n module (bsc#1210335).\n - Blacklisted the Linux kernel RNDIS modules (bsc#1205767,\n jsc#PED-5731).\n - Fixed a build issue for s390x.\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-4097,SUSE-SLE-Product-HPC-15-SP2-LTSS-2023-4097,SUSE-SLE-Product-SLES-15-SP2-LTSS-2023-4097,SUSE-SLE-Product-SLES_SAP-15-SP2-2023-4097",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2023_4097-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:4097-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20234097-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:4097-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2023-October/032194.html"
},
{
"category": "self",
"summary": "SUSE Bug 1205767",
"url": "https://bugzilla.suse.com/1205767"
},
{
"category": "self",
"summary": "SUSE Bug 1210335",
"url": "https://bugzilla.suse.com/1210335"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-1829 page",
"url": "https://www.suse.com/security/cve/CVE-2023-1829/"
}
],
"title": "Security update for suse-module-tools",
"tracking": {
"current_release_date": "2023-10-17T13:04:59Z",
"generator": {
"date": "2023-10-17T13:04:59Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:4097-1",
"initial_release_date": "2023-10-17T13:04:59Z",
"revision_history": [
{
"date": "2023-10-17T13:04:59Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "suse-module-tools-15.2.18-150200.4.15.1.aarch64",
"product": {
"name": "suse-module-tools-15.2.18-150200.4.15.1.aarch64",
"product_id": "suse-module-tools-15.2.18-150200.4.15.1.aarch64"
}
},
{
"category": "product_version",
"name": "suse-module-tools-legacy-15.2.18-150200.4.15.1.aarch64",
"product": {
"name": "suse-module-tools-legacy-15.2.18-150200.4.15.1.aarch64",
"product_id": "suse-module-tools-legacy-15.2.18-150200.4.15.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "suse-module-tools-15.2.18-150200.4.15.1.i586",
"product": {
"name": "suse-module-tools-15.2.18-150200.4.15.1.i586",
"product_id": "suse-module-tools-15.2.18-150200.4.15.1.i586"
}
},
{
"category": "product_version",
"name": "suse-module-tools-legacy-15.2.18-150200.4.15.1.i586",
"product": {
"name": "suse-module-tools-legacy-15.2.18-150200.4.15.1.i586",
"product_id": "suse-module-tools-legacy-15.2.18-150200.4.15.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "suse-module-tools-15.2.18-150200.4.15.1.ppc64le",
"product": {
"name": "suse-module-tools-15.2.18-150200.4.15.1.ppc64le",
"product_id": "suse-module-tools-15.2.18-150200.4.15.1.ppc64le"
}
},
{
"category": "product_version",
"name": "suse-module-tools-legacy-15.2.18-150200.4.15.1.ppc64le",
"product": {
"name": "suse-module-tools-legacy-15.2.18-150200.4.15.1.ppc64le",
"product_id": "suse-module-tools-legacy-15.2.18-150200.4.15.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "suse-module-tools-15.2.18-150200.4.15.1.s390x",
"product": {
"name": "suse-module-tools-15.2.18-150200.4.15.1.s390x",
"product_id": "suse-module-tools-15.2.18-150200.4.15.1.s390x"
}
},
{
"category": "product_version",
"name": "suse-module-tools-legacy-15.2.18-150200.4.15.1.s390x",
"product": {
"name": "suse-module-tools-legacy-15.2.18-150200.4.15.1.s390x",
"product_id": "suse-module-tools-legacy-15.2.18-150200.4.15.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "suse-module-tools-15.2.18-150200.4.15.1.x86_64",
"product": {
"name": "suse-module-tools-15.2.18-150200.4.15.1.x86_64",
"product_id": "suse-module-tools-15.2.18-150200.4.15.1.x86_64"
}
},
{
"category": "product_version",
"name": "suse-module-tools-legacy-15.2.18-150200.4.15.1.x86_64",
"product": {
"name": "suse-module-tools-legacy-15.2.18-150200.4.15.1.x86_64",
"product_id": "suse-module-tools-legacy-15.2.18-150200.4.15.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp2"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-15.2.18-150200.4.15.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:suse-module-tools-15.2.18-150200.4.15.1.aarch64"
},
"product_reference": "suse-module-tools-15.2.18-150200.4.15.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-15.2.18-150200.4.15.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:suse-module-tools-15.2.18-150200.4.15.1.x86_64"
},
"product_reference": "suse-module-tools-15.2.18-150200.4.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-15.2.18-150200.4.15.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:suse-module-tools-15.2.18-150200.4.15.1.aarch64"
},
"product_reference": "suse-module-tools-15.2.18-150200.4.15.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-15.2.18-150200.4.15.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:suse-module-tools-15.2.18-150200.4.15.1.ppc64le"
},
"product_reference": "suse-module-tools-15.2.18-150200.4.15.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-15.2.18-150200.4.15.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:suse-module-tools-15.2.18-150200.4.15.1.s390x"
},
"product_reference": "suse-module-tools-15.2.18-150200.4.15.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-15.2.18-150200.4.15.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:suse-module-tools-15.2.18-150200.4.15.1.x86_64"
},
"product_reference": "suse-module-tools-15.2.18-150200.4.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-15.2.18-150200.4.15.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:suse-module-tools-15.2.18-150200.4.15.1.ppc64le"
},
"product_reference": "suse-module-tools-15.2.18-150200.4.15.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-15.2.18-150200.4.15.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:suse-module-tools-15.2.18-150200.4.15.1.x86_64"
},
"product_reference": "suse-module-tools-15.2.18-150200.4.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-1829",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-1829"
}
],
"notes": [
{
"category": "general",
"text": "A use-after-free vulnerability in the Linux Kernel traffic control index filter (tcindex) can be exploited to achieve local privilege escalation. The tcindex_delete function which does not properly deactivate filters in case of a perfect hashes while deleting the underlying structure which can later lead to double freeing the structure. A local attacker user can use this vulnerability to elevate its privileges to root.\nWe recommend upgrading past commit 8c710f75256bb3cf05ac7b1672c82b92c43f3d28.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:suse-module-tools-15.2.18-150200.4.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:suse-module-tools-15.2.18-150200.4.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:suse-module-tools-15.2.18-150200.4.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:suse-module-tools-15.2.18-150200.4.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:suse-module-tools-15.2.18-150200.4.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:suse-module-tools-15.2.18-150200.4.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:suse-module-tools-15.2.18-150200.4.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:suse-module-tools-15.2.18-150200.4.15.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-1829",
"url": "https://www.suse.com/security/cve/CVE-2023-1829"
},
{
"category": "external",
"summary": "SUSE Bug 1210335 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1210335"
},
{
"category": "external",
"summary": "SUSE Bug 1210619 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1210619"
},
{
"category": "external",
"summary": "SUSE Bug 1217444 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1217444"
},
{
"category": "external",
"summary": "SUSE Bug 1217531 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1217531"
},
{
"category": "external",
"summary": "SUSE Bug 1220886 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1220886"
},
{
"category": "external",
"summary": "SUSE Bug 1228311 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1228311"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install 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 SP2-LTSS:suse-module-tools-15.2.18-150200.4.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:suse-module-tools-15.2.18-150200.4.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:suse-module-tools-15.2.18-150200.4.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:suse-module-tools-15.2.18-150200.4.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:suse-module-tools-15.2.18-150200.4.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:suse-module-tools-15.2.18-150200.4.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:suse-module-tools-15.2.18-150200.4.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:suse-module-tools-15.2.18-150200.4.15.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 SP2-LTSS:suse-module-tools-15.2.18-150200.4.15.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:suse-module-tools-15.2.18-150200.4.15.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:suse-module-tools-15.2.18-150200.4.15.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:suse-module-tools-15.2.18-150200.4.15.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:suse-module-tools-15.2.18-150200.4.15.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:suse-module-tools-15.2.18-150200.4.15.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:suse-module-tools-15.2.18-150200.4.15.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:suse-module-tools-15.2.18-150200.4.15.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-10-17T13:04:59Z",
"details": "important"
}
],
"title": "CVE-2023-1829"
}
]
}
SUSE-SU-2023:4135-1
Vulnerability from csaf_suse - Published: 2023-10-19 12:14 - Updated: 2023-10-19 12:14Summary
Security update for suse-module-tools
Severity
Important
Notes
Title of the patch: Security update for suse-module-tools
Description of the patch: This update for suse-module-tools fixes the following issues:
- Updated to version 15.4.18:
- CVE-2023-1829: Blacklisted the Linux kernel tcindex classifier
module (bsc#1210335).
- CVE-2023-23559: Blacklisted the Linux kernel RNDIS modules
(bsc#1205767, jsc#PED-5731).
Patchnames: SUSE-2023-4135,SUSE-SLE-Micro-5.3-2023-4135,SUSE-SLE-Micro-5.4-2023-4135,SUSE-SLE-Module-Basesystem-15-SP4-2023-4135
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.8 (High)
Affected products
Recommended
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:suse-module-tools-15.4.18-150400.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:suse-module-tools-15.4.18-150400.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:suse-module-tools-15.4.18-150400.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:suse-module-tools-15.4.18-150400.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:suse-module-tools-15.4.18-150400.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:suse-module-tools-15.4.18-150400.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:suse-module-tools-15.4.18-150400.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:suse-module-tools-15.4.18-150400.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:suse-module-tools-15.4.18-150400.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:suse-module-tools-15.4.18-150400.3.14.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.5 (Medium)
Affected products
Recommended
10 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:suse-module-tools-15.4.18-150400.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:suse-module-tools-15.4.18-150400.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:suse-module-tools-15.4.18-150400.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:suse-module-tools-15.4.18-150400.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:suse-module-tools-15.4.18-150400.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:suse-module-tools-15.4.18-150400.3.14.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:suse-module-tools-15.4.18-150400.3.14.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:suse-module-tools-15.4.18-150400.3.14.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:suse-module-tools-15.4.18-150400.3.14.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:suse-module-tools-15.4.18-150400.3.14.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
17 references
{
"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 suse-module-tools",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for suse-module-tools fixes the following issues:\n\n- Updated to version 15.4.18:\n\n - CVE-2023-1829: Blacklisted the Linux kernel tcindex classifier\n module (bsc#1210335).\n - CVE-2023-23559: Blacklisted the Linux kernel RNDIS modules\n (bsc#1205767, jsc#PED-5731).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-4135,SUSE-SLE-Micro-5.3-2023-4135,SUSE-SLE-Micro-5.4-2023-4135,SUSE-SLE-Module-Basesystem-15-SP4-2023-4135",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2023_4135-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:4135-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20234135-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:4135-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-October/016758.html"
},
{
"category": "self",
"summary": "SUSE Bug 1205767",
"url": "https://bugzilla.suse.com/1205767"
},
{
"category": "self",
"summary": "SUSE Bug 1210335",
"url": "https://bugzilla.suse.com/1210335"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-1829 page",
"url": "https://www.suse.com/security/cve/CVE-2023-1829/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-23559 page",
"url": "https://www.suse.com/security/cve/CVE-2023-23559/"
}
],
"title": "Security update for suse-module-tools",
"tracking": {
"current_release_date": "2023-10-19T12:14:27Z",
"generator": {
"date": "2023-10-19T12:14:27Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:4135-1",
"initial_release_date": "2023-10-19T12:14:27Z",
"revision_history": [
{
"date": "2023-10-19T12:14:27Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "suse-module-tools-15.4.18-150400.3.14.1.aarch64",
"product": {
"name": "suse-module-tools-15.4.18-150400.3.14.1.aarch64",
"product_id": "suse-module-tools-15.4.18-150400.3.14.1.aarch64"
}
},
{
"category": "product_version",
"name": "suse-module-tools-legacy-15.4.18-150400.3.14.1.aarch64",
"product": {
"name": "suse-module-tools-legacy-15.4.18-150400.3.14.1.aarch64",
"product_id": "suse-module-tools-legacy-15.4.18-150400.3.14.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "suse-module-tools-15.4.18-150400.3.14.1.i586",
"product": {
"name": "suse-module-tools-15.4.18-150400.3.14.1.i586",
"product_id": "suse-module-tools-15.4.18-150400.3.14.1.i586"
}
},
{
"category": "product_version",
"name": "suse-module-tools-legacy-15.4.18-150400.3.14.1.i586",
"product": {
"name": "suse-module-tools-legacy-15.4.18-150400.3.14.1.i586",
"product_id": "suse-module-tools-legacy-15.4.18-150400.3.14.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "suse-module-tools-15.4.18-150400.3.14.1.ppc64le",
"product": {
"name": "suse-module-tools-15.4.18-150400.3.14.1.ppc64le",
"product_id": "suse-module-tools-15.4.18-150400.3.14.1.ppc64le"
}
},
{
"category": "product_version",
"name": "suse-module-tools-legacy-15.4.18-150400.3.14.1.ppc64le",
"product": {
"name": "suse-module-tools-legacy-15.4.18-150400.3.14.1.ppc64le",
"product_id": "suse-module-tools-legacy-15.4.18-150400.3.14.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "suse-module-tools-15.4.18-150400.3.14.1.s390x",
"product": {
"name": "suse-module-tools-15.4.18-150400.3.14.1.s390x",
"product_id": "suse-module-tools-15.4.18-150400.3.14.1.s390x"
}
},
{
"category": "product_version",
"name": "suse-module-tools-legacy-15.4.18-150400.3.14.1.s390x",
"product": {
"name": "suse-module-tools-legacy-15.4.18-150400.3.14.1.s390x",
"product_id": "suse-module-tools-legacy-15.4.18-150400.3.14.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "suse-module-tools-15.4.18-150400.3.14.1.x86_64",
"product": {
"name": "suse-module-tools-15.4.18-150400.3.14.1.x86_64",
"product_id": "suse-module-tools-15.4.18-150400.3.14.1.x86_64"
}
},
{
"category": "product_version",
"name": "suse-module-tools-legacy-15.4.18-150400.3.14.1.x86_64",
"product": {
"name": "suse-module-tools-legacy-15.4.18-150400.3.14.1.x86_64",
"product_id": "suse-module-tools-legacy-15.4.18-150400.3.14.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.3",
"product": {
"name": "SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.4",
"product": {
"name": "SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp4"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-15.4.18-150400.3.14.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:suse-module-tools-15.4.18-150400.3.14.1.aarch64"
},
"product_reference": "suse-module-tools-15.4.18-150400.3.14.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-15.4.18-150400.3.14.1.s390x as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:suse-module-tools-15.4.18-150400.3.14.1.s390x"
},
"product_reference": "suse-module-tools-15.4.18-150400.3.14.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-15.4.18-150400.3.14.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:suse-module-tools-15.4.18-150400.3.14.1.x86_64"
},
"product_reference": "suse-module-tools-15.4.18-150400.3.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-15.4.18-150400.3.14.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:suse-module-tools-15.4.18-150400.3.14.1.aarch64"
},
"product_reference": "suse-module-tools-15.4.18-150400.3.14.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-15.4.18-150400.3.14.1.s390x as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:suse-module-tools-15.4.18-150400.3.14.1.s390x"
},
"product_reference": "suse-module-tools-15.4.18-150400.3.14.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-15.4.18-150400.3.14.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:suse-module-tools-15.4.18-150400.3.14.1.x86_64"
},
"product_reference": "suse-module-tools-15.4.18-150400.3.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-15.4.18-150400.3.14.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:suse-module-tools-15.4.18-150400.3.14.1.aarch64"
},
"product_reference": "suse-module-tools-15.4.18-150400.3.14.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-15.4.18-150400.3.14.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:suse-module-tools-15.4.18-150400.3.14.1.ppc64le"
},
"product_reference": "suse-module-tools-15.4.18-150400.3.14.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-15.4.18-150400.3.14.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:suse-module-tools-15.4.18-150400.3.14.1.s390x"
},
"product_reference": "suse-module-tools-15.4.18-150400.3.14.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-15.4.18-150400.3.14.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:suse-module-tools-15.4.18-150400.3.14.1.x86_64"
},
"product_reference": "suse-module-tools-15.4.18-150400.3.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-1829",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-1829"
}
],
"notes": [
{
"category": "general",
"text": "A use-after-free vulnerability in the Linux Kernel traffic control index filter (tcindex) can be exploited to achieve local privilege escalation. The tcindex_delete function which does not properly deactivate filters in case of a perfect hashes while deleting the underlying structure which can later lead to double freeing the structure. A local attacker user can use this vulnerability to elevate its privileges to root.\nWe recommend upgrading past commit 8c710f75256bb3cf05ac7b1672c82b92c43f3d28.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:suse-module-tools-15.4.18-150400.3.14.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:suse-module-tools-15.4.18-150400.3.14.1.s390x",
"SUSE Linux Enterprise Micro 5.3:suse-module-tools-15.4.18-150400.3.14.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:suse-module-tools-15.4.18-150400.3.14.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:suse-module-tools-15.4.18-150400.3.14.1.s390x",
"SUSE Linux Enterprise Micro 5.4:suse-module-tools-15.4.18-150400.3.14.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:suse-module-tools-15.4.18-150400.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:suse-module-tools-15.4.18-150400.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:suse-module-tools-15.4.18-150400.3.14.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:suse-module-tools-15.4.18-150400.3.14.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-1829",
"url": "https://www.suse.com/security/cve/CVE-2023-1829"
},
{
"category": "external",
"summary": "SUSE Bug 1210335 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1210335"
},
{
"category": "external",
"summary": "SUSE Bug 1210619 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1210619"
},
{
"category": "external",
"summary": "SUSE Bug 1217444 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1217444"
},
{
"category": "external",
"summary": "SUSE Bug 1217531 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1217531"
},
{
"category": "external",
"summary": "SUSE Bug 1220886 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1220886"
},
{
"category": "external",
"summary": "SUSE Bug 1228311 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1228311"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this 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:suse-module-tools-15.4.18-150400.3.14.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:suse-module-tools-15.4.18-150400.3.14.1.s390x",
"SUSE Linux Enterprise Micro 5.3:suse-module-tools-15.4.18-150400.3.14.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:suse-module-tools-15.4.18-150400.3.14.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:suse-module-tools-15.4.18-150400.3.14.1.s390x",
"SUSE Linux Enterprise Micro 5.4:suse-module-tools-15.4.18-150400.3.14.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:suse-module-tools-15.4.18-150400.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:suse-module-tools-15.4.18-150400.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:suse-module-tools-15.4.18-150400.3.14.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:suse-module-tools-15.4.18-150400.3.14.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.3:suse-module-tools-15.4.18-150400.3.14.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:suse-module-tools-15.4.18-150400.3.14.1.s390x",
"SUSE Linux Enterprise Micro 5.3:suse-module-tools-15.4.18-150400.3.14.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:suse-module-tools-15.4.18-150400.3.14.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:suse-module-tools-15.4.18-150400.3.14.1.s390x",
"SUSE Linux Enterprise Micro 5.4:suse-module-tools-15.4.18-150400.3.14.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:suse-module-tools-15.4.18-150400.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:suse-module-tools-15.4.18-150400.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:suse-module-tools-15.4.18-150400.3.14.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:suse-module-tools-15.4.18-150400.3.14.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-10-19T12:14:27Z",
"details": "important"
}
],
"title": "CVE-2023-1829"
},
{
"cve": "CVE-2023-23559",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-23559"
}
],
"notes": [
{
"category": "general",
"text": "In rndis_query_oid in drivers/net/wireless/rndis_wlan.c in the Linux kernel through 6.1.5, there is an integer overflow in an addition.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:suse-module-tools-15.4.18-150400.3.14.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:suse-module-tools-15.4.18-150400.3.14.1.s390x",
"SUSE Linux Enterprise Micro 5.3:suse-module-tools-15.4.18-150400.3.14.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:suse-module-tools-15.4.18-150400.3.14.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:suse-module-tools-15.4.18-150400.3.14.1.s390x",
"SUSE Linux Enterprise Micro 5.4:suse-module-tools-15.4.18-150400.3.14.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:suse-module-tools-15.4.18-150400.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:suse-module-tools-15.4.18-150400.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:suse-module-tools-15.4.18-150400.3.14.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:suse-module-tools-15.4.18-150400.3.14.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-23559",
"url": "https://www.suse.com/security/cve/CVE-2023-23559"
},
{
"category": "external",
"summary": "SUSE Bug 1207051 for CVE-2023-23559",
"url": "https://bugzilla.suse.com/1207051"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this 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:suse-module-tools-15.4.18-150400.3.14.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:suse-module-tools-15.4.18-150400.3.14.1.s390x",
"SUSE Linux Enterprise Micro 5.3:suse-module-tools-15.4.18-150400.3.14.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:suse-module-tools-15.4.18-150400.3.14.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:suse-module-tools-15.4.18-150400.3.14.1.s390x",
"SUSE Linux Enterprise Micro 5.4:suse-module-tools-15.4.18-150400.3.14.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:suse-module-tools-15.4.18-150400.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:suse-module-tools-15.4.18-150400.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:suse-module-tools-15.4.18-150400.3.14.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:suse-module-tools-15.4.18-150400.3.14.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.3:suse-module-tools-15.4.18-150400.3.14.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:suse-module-tools-15.4.18-150400.3.14.1.s390x",
"SUSE Linux Enterprise Micro 5.3:suse-module-tools-15.4.18-150400.3.14.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:suse-module-tools-15.4.18-150400.3.14.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:suse-module-tools-15.4.18-150400.3.14.1.s390x",
"SUSE Linux Enterprise Micro 5.4:suse-module-tools-15.4.18-150400.3.14.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:suse-module-tools-15.4.18-150400.3.14.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:suse-module-tools-15.4.18-150400.3.14.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:suse-module-tools-15.4.18-150400.3.14.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:suse-module-tools-15.4.18-150400.3.14.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-10-19T12:14:27Z",
"details": "moderate"
}
],
"title": "CVE-2023-23559"
}
]
}
SUSE-SU-2023:4136-1
Vulnerability from csaf_suse - Published: 2023-10-19 12:15 - Updated: 2023-10-19 12:15Summary
Security update for suse-module-tools
Severity
Important
Notes
Title of the patch: Security update for suse-module-tools
Description of the patch: This update for suse-module-tools fixes the following issues:
- Update to version 15.5.3:
- CVE-2023-1829: Blacklisted the Linux kernel tcindex classifier
module (bsc#1210335).
- CVE-2023-23559: Blacklisted the Linux kernel RNDIS modules
(bsc#1205767, jsc#PED-5731).
Patchnames: SUSE-2023-4136,SUSE-SLE-Micro-5.5-2023-4136,SUSE-SLE-Module-Basesystem-15-SP5-2023-4136
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.8 (High)
Affected products
Recommended
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:suse-module-tools-15.5.3-150500.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:suse-module-tools-15.5.3-150500.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:suse-module-tools-15.5.3-150500.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:suse-module-tools-15.5.3-150500.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:suse-module-tools-15.5.3-150500.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:suse-module-tools-15.5.3-150500.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:suse-module-tools-15.5.3-150500.3.6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.5 (Medium)
Affected products
Recommended
7 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:suse-module-tools-15.5.3-150500.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:suse-module-tools-15.5.3-150500.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:suse-module-tools-15.5.3-150500.3.6.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:suse-module-tools-15.5.3-150500.3.6.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:suse-module-tools-15.5.3-150500.3.6.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:suse-module-tools-15.5.3-150500.3.6.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:suse-module-tools-15.5.3-150500.3.6.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
17 references
{
"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 suse-module-tools",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for suse-module-tools fixes the following issues:\n\n- Update to version 15.5.3:\n\n - CVE-2023-1829: Blacklisted the Linux kernel tcindex classifier\n module (bsc#1210335).\n - CVE-2023-23559: Blacklisted the Linux kernel RNDIS modules\n (bsc#1205767, jsc#PED-5731).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-4136,SUSE-SLE-Micro-5.5-2023-4136,SUSE-SLE-Module-Basesystem-15-SP5-2023-4136",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2023_4136-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:4136-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20234136-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:4136-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-October/016757.html"
},
{
"category": "self",
"summary": "SUSE Bug 1205767",
"url": "https://bugzilla.suse.com/1205767"
},
{
"category": "self",
"summary": "SUSE Bug 1210335",
"url": "https://bugzilla.suse.com/1210335"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-1829 page",
"url": "https://www.suse.com/security/cve/CVE-2023-1829/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-23559 page",
"url": "https://www.suse.com/security/cve/CVE-2023-23559/"
}
],
"title": "Security update for suse-module-tools",
"tracking": {
"current_release_date": "2023-10-19T12:15:09Z",
"generator": {
"date": "2023-10-19T12:15:09Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:4136-1",
"initial_release_date": "2023-10-19T12:15:09Z",
"revision_history": [
{
"date": "2023-10-19T12:15:09Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "suse-module-tools-15.5.3-150500.3.6.1.aarch64",
"product": {
"name": "suse-module-tools-15.5.3-150500.3.6.1.aarch64",
"product_id": "suse-module-tools-15.5.3-150500.3.6.1.aarch64"
}
},
{
"category": "product_version",
"name": "suse-module-tools-legacy-15.5.3-150500.3.6.1.aarch64",
"product": {
"name": "suse-module-tools-legacy-15.5.3-150500.3.6.1.aarch64",
"product_id": "suse-module-tools-legacy-15.5.3-150500.3.6.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "suse-module-tools-15.5.3-150500.3.6.1.i586",
"product": {
"name": "suse-module-tools-15.5.3-150500.3.6.1.i586",
"product_id": "suse-module-tools-15.5.3-150500.3.6.1.i586"
}
},
{
"category": "product_version",
"name": "suse-module-tools-legacy-15.5.3-150500.3.6.1.i586",
"product": {
"name": "suse-module-tools-legacy-15.5.3-150500.3.6.1.i586",
"product_id": "suse-module-tools-legacy-15.5.3-150500.3.6.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "suse-module-tools-15.5.3-150500.3.6.1.ppc64le",
"product": {
"name": "suse-module-tools-15.5.3-150500.3.6.1.ppc64le",
"product_id": "suse-module-tools-15.5.3-150500.3.6.1.ppc64le"
}
},
{
"category": "product_version",
"name": "suse-module-tools-legacy-15.5.3-150500.3.6.1.ppc64le",
"product": {
"name": "suse-module-tools-legacy-15.5.3-150500.3.6.1.ppc64le",
"product_id": "suse-module-tools-legacy-15.5.3-150500.3.6.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "suse-module-tools-15.5.3-150500.3.6.1.s390x",
"product": {
"name": "suse-module-tools-15.5.3-150500.3.6.1.s390x",
"product_id": "suse-module-tools-15.5.3-150500.3.6.1.s390x"
}
},
{
"category": "product_version",
"name": "suse-module-tools-legacy-15.5.3-150500.3.6.1.s390x",
"product": {
"name": "suse-module-tools-legacy-15.5.3-150500.3.6.1.s390x",
"product_id": "suse-module-tools-legacy-15.5.3-150500.3.6.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "suse-module-tools-15.5.3-150500.3.6.1.x86_64",
"product": {
"name": "suse-module-tools-15.5.3-150500.3.6.1.x86_64",
"product_id": "suse-module-tools-15.5.3-150500.3.6.1.x86_64"
}
},
{
"category": "product_version",
"name": "suse-module-tools-legacy-15.5.3-150500.3.6.1.x86_64",
"product": {
"name": "suse-module-tools-legacy-15.5.3-150500.3.6.1.x86_64",
"product_id": "suse-module-tools-legacy-15.5.3-150500.3.6.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.5",
"product": {
"name": "SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-15.5.3-150500.3.6.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:suse-module-tools-15.5.3-150500.3.6.1.aarch64"
},
"product_reference": "suse-module-tools-15.5.3-150500.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-15.5.3-150500.3.6.1.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:suse-module-tools-15.5.3-150500.3.6.1.s390x"
},
"product_reference": "suse-module-tools-15.5.3-150500.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-15.5.3-150500.3.6.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:suse-module-tools-15.5.3-150500.3.6.1.x86_64"
},
"product_reference": "suse-module-tools-15.5.3-150500.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-15.5.3-150500.3.6.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:suse-module-tools-15.5.3-150500.3.6.1.aarch64"
},
"product_reference": "suse-module-tools-15.5.3-150500.3.6.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-15.5.3-150500.3.6.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:suse-module-tools-15.5.3-150500.3.6.1.ppc64le"
},
"product_reference": "suse-module-tools-15.5.3-150500.3.6.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-15.5.3-150500.3.6.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:suse-module-tools-15.5.3-150500.3.6.1.s390x"
},
"product_reference": "suse-module-tools-15.5.3-150500.3.6.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-15.5.3-150500.3.6.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:suse-module-tools-15.5.3-150500.3.6.1.x86_64"
},
"product_reference": "suse-module-tools-15.5.3-150500.3.6.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-1829",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-1829"
}
],
"notes": [
{
"category": "general",
"text": "A use-after-free vulnerability in the Linux Kernel traffic control index filter (tcindex) can be exploited to achieve local privilege escalation. The tcindex_delete function which does not properly deactivate filters in case of a perfect hashes while deleting the underlying structure which can later lead to double freeing the structure. A local attacker user can use this vulnerability to elevate its privileges to root.\nWe recommend upgrading past commit 8c710f75256bb3cf05ac7b1672c82b92c43f3d28.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:suse-module-tools-15.5.3-150500.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:suse-module-tools-15.5.3-150500.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.5:suse-module-tools-15.5.3-150500.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:suse-module-tools-15.5.3-150500.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:suse-module-tools-15.5.3-150500.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:suse-module-tools-15.5.3-150500.3.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:suse-module-tools-15.5.3-150500.3.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-1829",
"url": "https://www.suse.com/security/cve/CVE-2023-1829"
},
{
"category": "external",
"summary": "SUSE Bug 1210335 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1210335"
},
{
"category": "external",
"summary": "SUSE Bug 1210619 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1210619"
},
{
"category": "external",
"summary": "SUSE Bug 1217444 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1217444"
},
{
"category": "external",
"summary": "SUSE Bug 1217531 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1217531"
},
{
"category": "external",
"summary": "SUSE Bug 1220886 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1220886"
},
{
"category": "external",
"summary": "SUSE Bug 1228311 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1228311"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this 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:suse-module-tools-15.5.3-150500.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:suse-module-tools-15.5.3-150500.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.5:suse-module-tools-15.5.3-150500.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:suse-module-tools-15.5.3-150500.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:suse-module-tools-15.5.3-150500.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:suse-module-tools-15.5.3-150500.3.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:suse-module-tools-15.5.3-150500.3.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:suse-module-tools-15.5.3-150500.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:suse-module-tools-15.5.3-150500.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.5:suse-module-tools-15.5.3-150500.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:suse-module-tools-15.5.3-150500.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:suse-module-tools-15.5.3-150500.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:suse-module-tools-15.5.3-150500.3.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:suse-module-tools-15.5.3-150500.3.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-10-19T12:15:09Z",
"details": "important"
}
],
"title": "CVE-2023-1829"
},
{
"cve": "CVE-2023-23559",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-23559"
}
],
"notes": [
{
"category": "general",
"text": "In rndis_query_oid in drivers/net/wireless/rndis_wlan.c in the Linux kernel through 6.1.5, there is an integer overflow in an addition.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:suse-module-tools-15.5.3-150500.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:suse-module-tools-15.5.3-150500.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.5:suse-module-tools-15.5.3-150500.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:suse-module-tools-15.5.3-150500.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:suse-module-tools-15.5.3-150500.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:suse-module-tools-15.5.3-150500.3.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:suse-module-tools-15.5.3-150500.3.6.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-23559",
"url": "https://www.suse.com/security/cve/CVE-2023-23559"
},
{
"category": "external",
"summary": "SUSE Bug 1207051 for CVE-2023-23559",
"url": "https://bugzilla.suse.com/1207051"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this 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:suse-module-tools-15.5.3-150500.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:suse-module-tools-15.5.3-150500.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.5:suse-module-tools-15.5.3-150500.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:suse-module-tools-15.5.3-150500.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:suse-module-tools-15.5.3-150500.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:suse-module-tools-15.5.3-150500.3.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:suse-module-tools-15.5.3-150500.3.6.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:suse-module-tools-15.5.3-150500.3.6.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:suse-module-tools-15.5.3-150500.3.6.1.s390x",
"SUSE Linux Enterprise Micro 5.5:suse-module-tools-15.5.3-150500.3.6.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:suse-module-tools-15.5.3-150500.3.6.1.aarch64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:suse-module-tools-15.5.3-150500.3.6.1.ppc64le",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:suse-module-tools-15.5.3-150500.3.6.1.s390x",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:suse-module-tools-15.5.3-150500.3.6.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-10-19T12:15:09Z",
"details": "moderate"
}
],
"title": "CVE-2023-23559"
}
]
}
SUSE-SU-2023:4158-1
Vulnerability from csaf_suse - Published: 2023-10-23 07:53 - Updated: 2023-10-23 07:53Summary
Security update for suse-module-tools
Severity
Important
Notes
Title of the patch: Security update for suse-module-tools
Description of the patch: This update for suse-module-tools fixes the following issues:
- Updated to version 15.3.17:
- CVE-2023-1829: Blacklisted the Linux kernel tcindex classifier
module (bsc#1210335).
- CVE-2023-23559: Blacklisted the Linux kernel RNDIS modules
(bsc#1205767, jsc#PED-5731).
- Updated to version 15.3.16:
- Fixed a build issue for s390x (bsc#1207853).
Patchnames: SUSE-2023-4158,SUSE-SLE-Product-HPC-15-SP3-ESPOS-2023-4158,SUSE-SLE-Product-HPC-15-SP3-LTSS-2023-4158,SUSE-SLE-Product-SLES-15-SP3-LTSS-2023-4158,SUSE-SLE-Product-SLES_SAP-15-SP3-2023-4158,SUSE-SLE-Product-SUSE-Manager-Proxy-4.2-2023-4158,SUSE-SLE-Product-SUSE-Manager-Server-4.2-2023-4158,SUSE-SUSE-MicroOS-5.1-2023-4158,SUSE-SUSE-MicroOS-5.2-2023-4158,SUSE-Storage-7.1-2023-4158
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.8 (High)
Affected products
Recommended
22 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:suse-module-tools-15.3.17-150300.3.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:suse-module-tools-15.3.17-150300.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:suse-module-tools-15.3.17-150300.3.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:suse-module-tools-15.3.17-150300.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:suse-module-tools-15.3.17-150300.3.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:suse-module-tools-15.3.17-150300.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:suse-module-tools-15.3.17-150300.3.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:suse-module-tools-15.3.17-150300.3.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:suse-module-tools-15.3.17-150300.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:suse-module-tools-15.3.17-150300.3.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:suse-module-tools-15.3.17-150300.3.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:suse-module-tools-15.3.17-150300.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:suse-module-tools-15.3.17-150300.3.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:suse-module-tools-15.3.17-150300.3.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:suse-module-tools-15.3.17-150300.3.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:suse-module-tools-15.3.17-150300.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:suse-module-tools-15.3.17-150300.3.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:suse-module-tools-15.3.17-150300.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:suse-module-tools-15.3.17-150300.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:suse-module-tools-15.3.17-150300.3.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:suse-module-tools-15.3.17-150300.3.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:suse-module-tools-15.3.17-150300.3.22.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.5 (Medium)
Affected products
Recommended
22 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:suse-module-tools-15.3.17-150300.3.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:suse-module-tools-15.3.17-150300.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:suse-module-tools-15.3.17-150300.3.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:suse-module-tools-15.3.17-150300.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:suse-module-tools-15.3.17-150300.3.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:suse-module-tools-15.3.17-150300.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:suse-module-tools-15.3.17-150300.3.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:suse-module-tools-15.3.17-150300.3.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:suse-module-tools-15.3.17-150300.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:suse-module-tools-15.3.17-150300.3.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:suse-module-tools-15.3.17-150300.3.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:suse-module-tools-15.3.17-150300.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:suse-module-tools-15.3.17-150300.3.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:suse-module-tools-15.3.17-150300.3.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:suse-module-tools-15.3.17-150300.3.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:suse-module-tools-15.3.17-150300.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:suse-module-tools-15.3.17-150300.3.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:suse-module-tools-15.3.17-150300.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.2:suse-module-tools-15.3.17-150300.3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:suse-module-tools-15.3.17-150300.3.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:suse-module-tools-15.3.17-150300.3.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.2:suse-module-tools-15.3.17-150300.3.22.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
18 references
{
"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 suse-module-tools",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for suse-module-tools fixes the following issues:\n\n- Updated to version 15.3.17:\n\n - CVE-2023-1829: Blacklisted the Linux kernel tcindex classifier\n module (bsc#1210335).\n - CVE-2023-23559: Blacklisted the Linux kernel RNDIS modules\n (bsc#1205767, jsc#PED-5731).\n\n- Updated to version 15.3.16:\n\n - Fixed a build issue for s390x (bsc#1207853).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-4158,SUSE-SLE-Product-HPC-15-SP3-ESPOS-2023-4158,SUSE-SLE-Product-HPC-15-SP3-LTSS-2023-4158,SUSE-SLE-Product-SLES-15-SP3-LTSS-2023-4158,SUSE-SLE-Product-SLES_SAP-15-SP3-2023-4158,SUSE-SLE-Product-SUSE-Manager-Proxy-4.2-2023-4158,SUSE-SLE-Product-SUSE-Manager-Server-4.2-2023-4158,SUSE-SUSE-MicroOS-5.1-2023-4158,SUSE-SUSE-MicroOS-5.2-2023-4158,SUSE-Storage-7.1-2023-4158",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2023_4158-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:4158-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20234158-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:4158-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-October/016808.html"
},
{
"category": "self",
"summary": "SUSE Bug 1205767",
"url": "https://bugzilla.suse.com/1205767"
},
{
"category": "self",
"summary": "SUSE Bug 1207853",
"url": "https://bugzilla.suse.com/1207853"
},
{
"category": "self",
"summary": "SUSE Bug 1210335",
"url": "https://bugzilla.suse.com/1210335"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-1829 page",
"url": "https://www.suse.com/security/cve/CVE-2023-1829/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-23559 page",
"url": "https://www.suse.com/security/cve/CVE-2023-23559/"
}
],
"title": "Security update for suse-module-tools",
"tracking": {
"current_release_date": "2023-10-23T07:53:09Z",
"generator": {
"date": "2023-10-23T07:53:09Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:4158-1",
"initial_release_date": "2023-10-23T07:53:09Z",
"revision_history": [
{
"date": "2023-10-23T07:53:09Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "suse-module-tools-15.3.17-150300.3.22.1.aarch64",
"product": {
"name": "suse-module-tools-15.3.17-150300.3.22.1.aarch64",
"product_id": "suse-module-tools-15.3.17-150300.3.22.1.aarch64"
}
},
{
"category": "product_version",
"name": "suse-module-tools-legacy-15.3.17-150300.3.22.1.aarch64",
"product": {
"name": "suse-module-tools-legacy-15.3.17-150300.3.22.1.aarch64",
"product_id": "suse-module-tools-legacy-15.3.17-150300.3.22.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "suse-module-tools-15.3.17-150300.3.22.1.i586",
"product": {
"name": "suse-module-tools-15.3.17-150300.3.22.1.i586",
"product_id": "suse-module-tools-15.3.17-150300.3.22.1.i586"
}
},
{
"category": "product_version",
"name": "suse-module-tools-legacy-15.3.17-150300.3.22.1.i586",
"product": {
"name": "suse-module-tools-legacy-15.3.17-150300.3.22.1.i586",
"product_id": "suse-module-tools-legacy-15.3.17-150300.3.22.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "suse-module-tools-15.3.17-150300.3.22.1.ppc64le",
"product": {
"name": "suse-module-tools-15.3.17-150300.3.22.1.ppc64le",
"product_id": "suse-module-tools-15.3.17-150300.3.22.1.ppc64le"
}
},
{
"category": "product_version",
"name": "suse-module-tools-legacy-15.3.17-150300.3.22.1.ppc64le",
"product": {
"name": "suse-module-tools-legacy-15.3.17-150300.3.22.1.ppc64le",
"product_id": "suse-module-tools-legacy-15.3.17-150300.3.22.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "suse-module-tools-15.3.17-150300.3.22.1.s390x",
"product": {
"name": "suse-module-tools-15.3.17-150300.3.22.1.s390x",
"product_id": "suse-module-tools-15.3.17-150300.3.22.1.s390x"
}
},
{
"category": "product_version",
"name": "suse-module-tools-legacy-15.3.17-150300.3.22.1.s390x",
"product": {
"name": "suse-module-tools-legacy-15.3.17-150300.3.22.1.s390x",
"product_id": "suse-module-tools-legacy-15.3.17-150300.3.22.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"product": {
"name": "suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"product_id": "suse-module-tools-15.3.17-150300.3.22.1.x86_64"
}
},
{
"category": "product_version",
"name": "suse-module-tools-legacy-15.3.17-150300.3.22.1.x86_64",
"product": {
"name": "suse-module-tools-legacy-15.3.17-150300.3.22.1.x86_64",
"product_id": "suse-module-tools-legacy-15.3.17-150300.3.22.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Proxy 4.2",
"product": {
"name": "SUSE Manager Proxy 4.2",
"product_id": "SUSE Manager Proxy 4.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-proxy:4.2"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Server 4.2",
"product": {
"name": "SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-server:4.2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.1",
"product": {
"name": "SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-microos:5.1"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.2",
"product": {
"name": "SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-microos:5.2"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-15.3.17-150300.3.22.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:suse-module-tools-15.3.17-150300.3.22.1.aarch64"
},
"product_reference": "suse-module-tools-15.3.17-150300.3.22.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-15.3.17-150300.3.22.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:suse-module-tools-15.3.17-150300.3.22.1.x86_64"
},
"product_reference": "suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-15.3.17-150300.3.22.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:suse-module-tools-15.3.17-150300.3.22.1.aarch64"
},
"product_reference": "suse-module-tools-15.3.17-150300.3.22.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-15.3.17-150300.3.22.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:suse-module-tools-15.3.17-150300.3.22.1.x86_64"
},
"product_reference": "suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-15.3.17-150300.3.22.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:suse-module-tools-15.3.17-150300.3.22.1.aarch64"
},
"product_reference": "suse-module-tools-15.3.17-150300.3.22.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-15.3.17-150300.3.22.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:suse-module-tools-15.3.17-150300.3.22.1.ppc64le"
},
"product_reference": "suse-module-tools-15.3.17-150300.3.22.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-15.3.17-150300.3.22.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:suse-module-tools-15.3.17-150300.3.22.1.s390x"
},
"product_reference": "suse-module-tools-15.3.17-150300.3.22.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-15.3.17-150300.3.22.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:suse-module-tools-15.3.17-150300.3.22.1.x86_64"
},
"product_reference": "suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-15.3.17-150300.3.22.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:suse-module-tools-15.3.17-150300.3.22.1.ppc64le"
},
"product_reference": "suse-module-tools-15.3.17-150300.3.22.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-15.3.17-150300.3.22.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:suse-module-tools-15.3.17-150300.3.22.1.x86_64"
},
"product_reference": "suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-15.3.17-150300.3.22.1.x86_64 as component of SUSE Manager Proxy 4.2",
"product_id": "SUSE Manager Proxy 4.2:suse-module-tools-15.3.17-150300.3.22.1.x86_64"
},
"product_reference": "suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-15.3.17-150300.3.22.1.ppc64le as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:suse-module-tools-15.3.17-150300.3.22.1.ppc64le"
},
"product_reference": "suse-module-tools-15.3.17-150300.3.22.1.ppc64le",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-15.3.17-150300.3.22.1.s390x as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:suse-module-tools-15.3.17-150300.3.22.1.s390x"
},
"product_reference": "suse-module-tools-15.3.17-150300.3.22.1.s390x",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-15.3.17-150300.3.22.1.x86_64 as component of SUSE Manager Server 4.2",
"product_id": "SUSE Manager Server 4.2:suse-module-tools-15.3.17-150300.3.22.1.x86_64"
},
"product_reference": "suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-15.3.17-150300.3.22.1.aarch64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:suse-module-tools-15.3.17-150300.3.22.1.aarch64"
},
"product_reference": "suse-module-tools-15.3.17-150300.3.22.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-15.3.17-150300.3.22.1.s390x as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:suse-module-tools-15.3.17-150300.3.22.1.s390x"
},
"product_reference": "suse-module-tools-15.3.17-150300.3.22.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-15.3.17-150300.3.22.1.x86_64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:suse-module-tools-15.3.17-150300.3.22.1.x86_64"
},
"product_reference": "suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-15.3.17-150300.3.22.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:suse-module-tools-15.3.17-150300.3.22.1.aarch64"
},
"product_reference": "suse-module-tools-15.3.17-150300.3.22.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-15.3.17-150300.3.22.1.s390x as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:suse-module-tools-15.3.17-150300.3.22.1.s390x"
},
"product_reference": "suse-module-tools-15.3.17-150300.3.22.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-15.3.17-150300.3.22.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:suse-module-tools-15.3.17-150300.3.22.1.x86_64"
},
"product_reference": "suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-15.3.17-150300.3.22.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:suse-module-tools-15.3.17-150300.3.22.1.aarch64"
},
"product_reference": "suse-module-tools-15.3.17-150300.3.22.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-15.3.17-150300.3.22.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:suse-module-tools-15.3.17-150300.3.22.1.x86_64"
},
"product_reference": "suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-1829",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-1829"
}
],
"notes": [
{
"category": "general",
"text": "A use-after-free vulnerability in the Linux Kernel traffic control index filter (tcindex) can be exploited to achieve local privilege escalation. The tcindex_delete function which does not properly deactivate filters in case of a perfect hashes while deleting the underlying structure which can later lead to double freeing the structure. A local attacker user can use this vulnerability to elevate its privileges to root.\nWe recommend upgrading past commit 8c710f75256bb3cf05ac7b1672c82b92c43f3d28.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:suse-module-tools-15.3.17-150300.3.22.1.aarch64",
"SUSE Enterprise Storage 7.1:suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:suse-module-tools-15.3.17-150300.3.22.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:suse-module-tools-15.3.17-150300.3.22.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:suse-module-tools-15.3.17-150300.3.22.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:suse-module-tools-15.3.17-150300.3.22.1.s390x",
"SUSE Linux Enterprise Micro 5.1:suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:suse-module-tools-15.3.17-150300.3.22.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:suse-module-tools-15.3.17-150300.3.22.1.s390x",
"SUSE Linux Enterprise Micro 5.2:suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:suse-module-tools-15.3.17-150300.3.22.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:suse-module-tools-15.3.17-150300.3.22.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:suse-module-tools-15.3.17-150300.3.22.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:suse-module-tools-15.3.17-150300.3.22.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"SUSE Manager Proxy 4.2:suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"SUSE Manager Server 4.2:suse-module-tools-15.3.17-150300.3.22.1.ppc64le",
"SUSE Manager Server 4.2:suse-module-tools-15.3.17-150300.3.22.1.s390x",
"SUSE Manager Server 4.2:suse-module-tools-15.3.17-150300.3.22.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-1829",
"url": "https://www.suse.com/security/cve/CVE-2023-1829"
},
{
"category": "external",
"summary": "SUSE Bug 1210335 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1210335"
},
{
"category": "external",
"summary": "SUSE Bug 1210619 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1210619"
},
{
"category": "external",
"summary": "SUSE Bug 1217444 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1217444"
},
{
"category": "external",
"summary": "SUSE Bug 1217531 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1217531"
},
{
"category": "external",
"summary": "SUSE Bug 1220886 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1220886"
},
{
"category": "external",
"summary": "SUSE Bug 1228311 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1228311"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:suse-module-tools-15.3.17-150300.3.22.1.aarch64",
"SUSE Enterprise Storage 7.1:suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:suse-module-tools-15.3.17-150300.3.22.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:suse-module-tools-15.3.17-150300.3.22.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:suse-module-tools-15.3.17-150300.3.22.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:suse-module-tools-15.3.17-150300.3.22.1.s390x",
"SUSE Linux Enterprise Micro 5.1:suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:suse-module-tools-15.3.17-150300.3.22.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:suse-module-tools-15.3.17-150300.3.22.1.s390x",
"SUSE Linux Enterprise Micro 5.2:suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:suse-module-tools-15.3.17-150300.3.22.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:suse-module-tools-15.3.17-150300.3.22.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:suse-module-tools-15.3.17-150300.3.22.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:suse-module-tools-15.3.17-150300.3.22.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"SUSE Manager Proxy 4.2:suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"SUSE Manager Server 4.2:suse-module-tools-15.3.17-150300.3.22.1.ppc64le",
"SUSE Manager Server 4.2:suse-module-tools-15.3.17-150300.3.22.1.s390x",
"SUSE Manager Server 4.2:suse-module-tools-15.3.17-150300.3.22.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 Enterprise Storage 7.1:suse-module-tools-15.3.17-150300.3.22.1.aarch64",
"SUSE Enterprise Storage 7.1:suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:suse-module-tools-15.3.17-150300.3.22.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:suse-module-tools-15.3.17-150300.3.22.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:suse-module-tools-15.3.17-150300.3.22.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:suse-module-tools-15.3.17-150300.3.22.1.s390x",
"SUSE Linux Enterprise Micro 5.1:suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:suse-module-tools-15.3.17-150300.3.22.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:suse-module-tools-15.3.17-150300.3.22.1.s390x",
"SUSE Linux Enterprise Micro 5.2:suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:suse-module-tools-15.3.17-150300.3.22.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:suse-module-tools-15.3.17-150300.3.22.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:suse-module-tools-15.3.17-150300.3.22.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:suse-module-tools-15.3.17-150300.3.22.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"SUSE Manager Proxy 4.2:suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"SUSE Manager Server 4.2:suse-module-tools-15.3.17-150300.3.22.1.ppc64le",
"SUSE Manager Server 4.2:suse-module-tools-15.3.17-150300.3.22.1.s390x",
"SUSE Manager Server 4.2:suse-module-tools-15.3.17-150300.3.22.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-10-23T07:53:09Z",
"details": "important"
}
],
"title": "CVE-2023-1829"
},
{
"cve": "CVE-2023-23559",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-23559"
}
],
"notes": [
{
"category": "general",
"text": "In rndis_query_oid in drivers/net/wireless/rndis_wlan.c in the Linux kernel through 6.1.5, there is an integer overflow in an addition.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:suse-module-tools-15.3.17-150300.3.22.1.aarch64",
"SUSE Enterprise Storage 7.1:suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:suse-module-tools-15.3.17-150300.3.22.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:suse-module-tools-15.3.17-150300.3.22.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:suse-module-tools-15.3.17-150300.3.22.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:suse-module-tools-15.3.17-150300.3.22.1.s390x",
"SUSE Linux Enterprise Micro 5.1:suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:suse-module-tools-15.3.17-150300.3.22.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:suse-module-tools-15.3.17-150300.3.22.1.s390x",
"SUSE Linux Enterprise Micro 5.2:suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:suse-module-tools-15.3.17-150300.3.22.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:suse-module-tools-15.3.17-150300.3.22.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:suse-module-tools-15.3.17-150300.3.22.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:suse-module-tools-15.3.17-150300.3.22.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"SUSE Manager Proxy 4.2:suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"SUSE Manager Server 4.2:suse-module-tools-15.3.17-150300.3.22.1.ppc64le",
"SUSE Manager Server 4.2:suse-module-tools-15.3.17-150300.3.22.1.s390x",
"SUSE Manager Server 4.2:suse-module-tools-15.3.17-150300.3.22.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-23559",
"url": "https://www.suse.com/security/cve/CVE-2023-23559"
},
{
"category": "external",
"summary": "SUSE Bug 1207051 for CVE-2023-23559",
"url": "https://bugzilla.suse.com/1207051"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:suse-module-tools-15.3.17-150300.3.22.1.aarch64",
"SUSE Enterprise Storage 7.1:suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:suse-module-tools-15.3.17-150300.3.22.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:suse-module-tools-15.3.17-150300.3.22.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:suse-module-tools-15.3.17-150300.3.22.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:suse-module-tools-15.3.17-150300.3.22.1.s390x",
"SUSE Linux Enterprise Micro 5.1:suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:suse-module-tools-15.3.17-150300.3.22.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:suse-module-tools-15.3.17-150300.3.22.1.s390x",
"SUSE Linux Enterprise Micro 5.2:suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:suse-module-tools-15.3.17-150300.3.22.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:suse-module-tools-15.3.17-150300.3.22.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:suse-module-tools-15.3.17-150300.3.22.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:suse-module-tools-15.3.17-150300.3.22.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"SUSE Manager Proxy 4.2:suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"SUSE Manager Server 4.2:suse-module-tools-15.3.17-150300.3.22.1.ppc64le",
"SUSE Manager Server 4.2:suse-module-tools-15.3.17-150300.3.22.1.s390x",
"SUSE Manager Server 4.2:suse-module-tools-15.3.17-150300.3.22.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:suse-module-tools-15.3.17-150300.3.22.1.aarch64",
"SUSE Enterprise Storage 7.1:suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:suse-module-tools-15.3.17-150300.3.22.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:suse-module-tools-15.3.17-150300.3.22.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"SUSE Linux Enterprise Micro 5.1:suse-module-tools-15.3.17-150300.3.22.1.aarch64",
"SUSE Linux Enterprise Micro 5.1:suse-module-tools-15.3.17-150300.3.22.1.s390x",
"SUSE Linux Enterprise Micro 5.1:suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:suse-module-tools-15.3.17-150300.3.22.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:suse-module-tools-15.3.17-150300.3.22.1.s390x",
"SUSE Linux Enterprise Micro 5.2:suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:suse-module-tools-15.3.17-150300.3.22.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:suse-module-tools-15.3.17-150300.3.22.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:suse-module-tools-15.3.17-150300.3.22.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:suse-module-tools-15.3.17-150300.3.22.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"SUSE Manager Proxy 4.2:suse-module-tools-15.3.17-150300.3.22.1.x86_64",
"SUSE Manager Server 4.2:suse-module-tools-15.3.17-150300.3.22.1.ppc64le",
"SUSE Manager Server 4.2:suse-module-tools-15.3.17-150300.3.22.1.s390x",
"SUSE Manager Server 4.2:suse-module-tools-15.3.17-150300.3.22.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-10-23T07:53:09Z",
"details": "moderate"
}
],
"title": "CVE-2023-23559"
}
]
}
SUSE-SU-2023:4159-1
Vulnerability from csaf_suse - Published: 2023-10-23 07:53 - Updated: 2023-10-23 07:53Summary
Security update for suse-module-tools
Severity
Important
Notes
Title of the patch: Security update for suse-module-tools
Description of the patch: This update for suse-module-tools fixes the following issues:
- Updated to version 12.13:
- CVE-2023-1829: Blacklisted the Linux kernel tcindex classifier
module (bsc#1210335).
- CVE-2023-23559: Blacklisted the Linux kernel RNDIS modules
(bsc#1205767, jsc#PED-5731).
- Disabled the isst_if_mbox_msr driver (bsc#1187196).
Patchnames: SUSE-2023-4159,SUSE-SLE-SERVER-12-SP5-2023-4159
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.8 (High)
Affected products
Recommended
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:suse-module-tools-12.13-3.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:suse-module-tools-12.13-3.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:suse-module-tools-12.13-3.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:suse-module-tools-12.13-3.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:suse-module-tools-12.13-3.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:suse-module-tools-12.13-3.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:suse-module-tools-12.13-3.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:suse-module-tools-12.13-3.11.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.5 (Medium)
Affected products
Recommended
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:suse-module-tools-12.13-3.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:suse-module-tools-12.13-3.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:suse-module-tools-12.13-3.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:suse-module-tools-12.13-3.11.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:suse-module-tools-12.13-3.11.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:suse-module-tools-12.13-3.11.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:suse-module-tools-12.13-3.11.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:suse-module-tools-12.13-3.11.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
18 references
{
"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 suse-module-tools",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for suse-module-tools fixes the following issues:\n\n- Updated to version 12.13:\n\n - CVE-2023-1829: Blacklisted the Linux kernel tcindex classifier\n module (bsc#1210335).\n - CVE-2023-23559: Blacklisted the Linux kernel RNDIS modules\n (bsc#1205767, jsc#PED-5731).\n - Disabled the isst_if_mbox_msr driver (bsc#1187196).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-4159,SUSE-SLE-SERVER-12-SP5-2023-4159",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2023_4159-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:4159-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20234159-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:4159-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-October/016807.html"
},
{
"category": "self",
"summary": "SUSE Bug 1187196",
"url": "https://bugzilla.suse.com/1187196"
},
{
"category": "self",
"summary": "SUSE Bug 1205767",
"url": "https://bugzilla.suse.com/1205767"
},
{
"category": "self",
"summary": "SUSE Bug 1210335",
"url": "https://bugzilla.suse.com/1210335"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-1829 page",
"url": "https://www.suse.com/security/cve/CVE-2023-1829/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-23559 page",
"url": "https://www.suse.com/security/cve/CVE-2023-23559/"
}
],
"title": "Security update for suse-module-tools",
"tracking": {
"current_release_date": "2023-10-23T07:53:44Z",
"generator": {
"date": "2023-10-23T07:53:44Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:4159-1",
"initial_release_date": "2023-10-23T07:53:44Z",
"revision_history": [
{
"date": "2023-10-23T07:53:44Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "suse-module-tools-12.13-3.11.1.aarch64",
"product": {
"name": "suse-module-tools-12.13-3.11.1.aarch64",
"product_id": "suse-module-tools-12.13-3.11.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "suse-module-tools-12.13-3.11.1.i586",
"product": {
"name": "suse-module-tools-12.13-3.11.1.i586",
"product_id": "suse-module-tools-12.13-3.11.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "suse-module-tools-12.13-3.11.1.ppc64le",
"product": {
"name": "suse-module-tools-12.13-3.11.1.ppc64le",
"product_id": "suse-module-tools-12.13-3.11.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "suse-module-tools-12.13-3.11.1.s390",
"product": {
"name": "suse-module-tools-12.13-3.11.1.s390",
"product_id": "suse-module-tools-12.13-3.11.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "suse-module-tools-12.13-3.11.1.s390x",
"product": {
"name": "suse-module-tools-12.13-3.11.1.s390x",
"product_id": "suse-module-tools-12.13-3.11.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "suse-module-tools-12.13-3.11.1.x86_64",
"product": {
"name": "suse-module-tools-12.13-3.11.1.x86_64",
"product_id": "suse-module-tools-12.13-3.11.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-12.13-3.11.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:suse-module-tools-12.13-3.11.1.aarch64"
},
"product_reference": "suse-module-tools-12.13-3.11.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-12.13-3.11.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:suse-module-tools-12.13-3.11.1.ppc64le"
},
"product_reference": "suse-module-tools-12.13-3.11.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-12.13-3.11.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:suse-module-tools-12.13-3.11.1.s390x"
},
"product_reference": "suse-module-tools-12.13-3.11.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-12.13-3.11.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:suse-module-tools-12.13-3.11.1.x86_64"
},
"product_reference": "suse-module-tools-12.13-3.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-12.13-3.11.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:suse-module-tools-12.13-3.11.1.aarch64"
},
"product_reference": "suse-module-tools-12.13-3.11.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-12.13-3.11.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:suse-module-tools-12.13-3.11.1.ppc64le"
},
"product_reference": "suse-module-tools-12.13-3.11.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-12.13-3.11.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:suse-module-tools-12.13-3.11.1.s390x"
},
"product_reference": "suse-module-tools-12.13-3.11.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-12.13-3.11.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:suse-module-tools-12.13-3.11.1.x86_64"
},
"product_reference": "suse-module-tools-12.13-3.11.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-1829",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-1829"
}
],
"notes": [
{
"category": "general",
"text": "A use-after-free vulnerability in the Linux Kernel traffic control index filter (tcindex) can be exploited to achieve local privilege escalation. The tcindex_delete function which does not properly deactivate filters in case of a perfect hashes while deleting the underlying structure which can later lead to double freeing the structure. A local attacker user can use this vulnerability to elevate its privileges to root.\nWe recommend upgrading past commit 8c710f75256bb3cf05ac7b1672c82b92c43f3d28.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5:suse-module-tools-12.13-3.11.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:suse-module-tools-12.13-3.11.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:suse-module-tools-12.13-3.11.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:suse-module-tools-12.13-3.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:suse-module-tools-12.13-3.11.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:suse-module-tools-12.13-3.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:suse-module-tools-12.13-3.11.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:suse-module-tools-12.13-3.11.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-1829",
"url": "https://www.suse.com/security/cve/CVE-2023-1829"
},
{
"category": "external",
"summary": "SUSE Bug 1210335 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1210335"
},
{
"category": "external",
"summary": "SUSE Bug 1210619 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1210619"
},
{
"category": "external",
"summary": "SUSE Bug 1217444 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1217444"
},
{
"category": "external",
"summary": "SUSE Bug 1217531 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1217531"
},
{
"category": "external",
"summary": "SUSE Bug 1220886 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1220886"
},
{
"category": "external",
"summary": "SUSE Bug 1228311 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1228311"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5:suse-module-tools-12.13-3.11.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:suse-module-tools-12.13-3.11.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:suse-module-tools-12.13-3.11.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:suse-module-tools-12.13-3.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:suse-module-tools-12.13-3.11.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:suse-module-tools-12.13-3.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:suse-module-tools-12.13-3.11.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:suse-module-tools-12.13-3.11.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 Server 12 SP5:suse-module-tools-12.13-3.11.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:suse-module-tools-12.13-3.11.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:suse-module-tools-12.13-3.11.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:suse-module-tools-12.13-3.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:suse-module-tools-12.13-3.11.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:suse-module-tools-12.13-3.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:suse-module-tools-12.13-3.11.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:suse-module-tools-12.13-3.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-10-23T07:53:44Z",
"details": "important"
}
],
"title": "CVE-2023-1829"
},
{
"cve": "CVE-2023-23559",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-23559"
}
],
"notes": [
{
"category": "general",
"text": "In rndis_query_oid in drivers/net/wireless/rndis_wlan.c in the Linux kernel through 6.1.5, there is an integer overflow in an addition.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5:suse-module-tools-12.13-3.11.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:suse-module-tools-12.13-3.11.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:suse-module-tools-12.13-3.11.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:suse-module-tools-12.13-3.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:suse-module-tools-12.13-3.11.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:suse-module-tools-12.13-3.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:suse-module-tools-12.13-3.11.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:suse-module-tools-12.13-3.11.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-23559",
"url": "https://www.suse.com/security/cve/CVE-2023-23559"
},
{
"category": "external",
"summary": "SUSE Bug 1207051 for CVE-2023-23559",
"url": "https://bugzilla.suse.com/1207051"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5:suse-module-tools-12.13-3.11.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:suse-module-tools-12.13-3.11.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:suse-module-tools-12.13-3.11.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:suse-module-tools-12.13-3.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:suse-module-tools-12.13-3.11.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:suse-module-tools-12.13-3.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:suse-module-tools-12.13-3.11.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:suse-module-tools-12.13-3.11.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5:suse-module-tools-12.13-3.11.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:suse-module-tools-12.13-3.11.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:suse-module-tools-12.13-3.11.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:suse-module-tools-12.13-3.11.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:suse-module-tools-12.13-3.11.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:suse-module-tools-12.13-3.11.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:suse-module-tools-12.13-3.11.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:suse-module-tools-12.13-3.11.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-10-23T07:53:44Z",
"details": "moderate"
}
],
"title": "CVE-2023-23559"
}
]
}
SUSE-SU-2023:4160-1
Vulnerability from csaf_suse - Published: 2023-10-23 07:55 - Updated: 2023-10-23 07:55Summary
Security update for suse-module-tools
Severity
Important
Notes
Title of the patch: Security update for suse-module-tools
Description of the patch: This update for suse-module-tools fixes the following issues:
- Updated to version 15.1.25:
- CVE-2023-1829: Blacklisted the Linux kernel tcindex classifier
module (bsc#1210335).
- CVE-2023-23559: Blacklisted the Linux kernel RNDIS modules
(bsc#1205767, jsc#PED-5731).
Patchnames: SUSE-2023-4160,SUSE-SLE-Product-HPC-15-SP1-LTSS-2023-4160,SUSE-SLE-Product-SLES-15-SP1-LTSS-2023-4160,SUSE-SLE-Product-SLES_SAP-15-SP1-2023-4160
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.8 (High)
Affected products
Recommended
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:suse-module-tools-15.1.25-150100.3.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:suse-module-tools-15.1.25-150100.3.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:suse-module-tools-15.1.25-150100.3.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:suse-module-tools-15.1.25-150100.3.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:suse-module-tools-15.1.25-150100.3.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:suse-module-tools-15.1.25-150100.3.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:suse-module-tools-15.1.25-150100.3.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:suse-module-tools-15.1.25-150100.3.25.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
6.5 (Medium)
Affected products
Recommended
8 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:suse-module-tools-15.1.25-150100.3.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:suse-module-tools-15.1.25-150100.3.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:suse-module-tools-15.1.25-150100.3.25.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:suse-module-tools-15.1.25-150100.3.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:suse-module-tools-15.1.25-150100.3.25.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:suse-module-tools-15.1.25-150100.3.25.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:suse-module-tools-15.1.25-150100.3.25.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:suse-module-tools-15.1.25-150100.3.25.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
moderate
References
17 references
{
"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 suse-module-tools",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for suse-module-tools fixes the following issues:\n\n- Updated to version 15.1.25:\n\n - CVE-2023-1829: Blacklisted the Linux kernel tcindex classifier\n module (bsc#1210335).\n - CVE-2023-23559: Blacklisted the Linux kernel RNDIS modules\n (bsc#1205767, jsc#PED-5731).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-4160,SUSE-SLE-Product-HPC-15-SP1-LTSS-2023-4160,SUSE-SLE-Product-SLES-15-SP1-LTSS-2023-4160,SUSE-SLE-Product-SLES_SAP-15-SP1-2023-4160",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2023_4160-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:4160-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20234160-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:4160-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-October/016806.html"
},
{
"category": "self",
"summary": "SUSE Bug 1205767",
"url": "https://bugzilla.suse.com/1205767"
},
{
"category": "self",
"summary": "SUSE Bug 1210335",
"url": "https://bugzilla.suse.com/1210335"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-1829 page",
"url": "https://www.suse.com/security/cve/CVE-2023-1829/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-23559 page",
"url": "https://www.suse.com/security/cve/CVE-2023-23559/"
}
],
"title": "Security update for suse-module-tools",
"tracking": {
"current_release_date": "2023-10-23T07:55:18Z",
"generator": {
"date": "2023-10-23T07:55:18Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:4160-1",
"initial_release_date": "2023-10-23T07:55:18Z",
"revision_history": [
{
"date": "2023-10-23T07:55:18Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "suse-module-tools-15.1.25-150100.3.25.1.aarch64",
"product": {
"name": "suse-module-tools-15.1.25-150100.3.25.1.aarch64",
"product_id": "suse-module-tools-15.1.25-150100.3.25.1.aarch64"
}
},
{
"category": "product_version",
"name": "suse-module-tools-legacy-15.1.25-150100.3.25.1.aarch64",
"product": {
"name": "suse-module-tools-legacy-15.1.25-150100.3.25.1.aarch64",
"product_id": "suse-module-tools-legacy-15.1.25-150100.3.25.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "suse-module-tools-15.1.25-150100.3.25.1.i586",
"product": {
"name": "suse-module-tools-15.1.25-150100.3.25.1.i586",
"product_id": "suse-module-tools-15.1.25-150100.3.25.1.i586"
}
},
{
"category": "product_version",
"name": "suse-module-tools-legacy-15.1.25-150100.3.25.1.i586",
"product": {
"name": "suse-module-tools-legacy-15.1.25-150100.3.25.1.i586",
"product_id": "suse-module-tools-legacy-15.1.25-150100.3.25.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "suse-module-tools-15.1.25-150100.3.25.1.ppc64le",
"product": {
"name": "suse-module-tools-15.1.25-150100.3.25.1.ppc64le",
"product_id": "suse-module-tools-15.1.25-150100.3.25.1.ppc64le"
}
},
{
"category": "product_version",
"name": "suse-module-tools-legacy-15.1.25-150100.3.25.1.ppc64le",
"product": {
"name": "suse-module-tools-legacy-15.1.25-150100.3.25.1.ppc64le",
"product_id": "suse-module-tools-legacy-15.1.25-150100.3.25.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "suse-module-tools-15.1.25-150100.3.25.1.s390x",
"product": {
"name": "suse-module-tools-15.1.25-150100.3.25.1.s390x",
"product_id": "suse-module-tools-15.1.25-150100.3.25.1.s390x"
}
},
{
"category": "product_version",
"name": "suse-module-tools-legacy-15.1.25-150100.3.25.1.s390x",
"product": {
"name": "suse-module-tools-legacy-15.1.25-150100.3.25.1.s390x",
"product_id": "suse-module-tools-legacy-15.1.25-150100.3.25.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "suse-module-tools-15.1.25-150100.3.25.1.x86_64",
"product": {
"name": "suse-module-tools-15.1.25-150100.3.25.1.x86_64",
"product_id": "suse-module-tools-15.1.25-150100.3.25.1.x86_64"
}
},
{
"category": "product_version",
"name": "suse-module-tools-legacy-15.1.25-150100.3.25.1.x86_64",
"product": {
"name": "suse-module-tools-legacy-15.1.25-150100.3.25.1.x86_64",
"product_id": "suse-module-tools-legacy-15.1.25-150100.3.25.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp1"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP1-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp1"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-15.1.25-150100.3.25.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:suse-module-tools-15.1.25-150100.3.25.1.aarch64"
},
"product_reference": "suse-module-tools-15.1.25-150100.3.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-15.1.25-150100.3.25.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:suse-module-tools-15.1.25-150100.3.25.1.x86_64"
},
"product_reference": "suse-module-tools-15.1.25-150100.3.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-15.1.25-150100.3.25.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:suse-module-tools-15.1.25-150100.3.25.1.aarch64"
},
"product_reference": "suse-module-tools-15.1.25-150100.3.25.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-15.1.25-150100.3.25.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:suse-module-tools-15.1.25-150100.3.25.1.ppc64le"
},
"product_reference": "suse-module-tools-15.1.25-150100.3.25.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-15.1.25-150100.3.25.1.s390x as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:suse-module-tools-15.1.25-150100.3.25.1.s390x"
},
"product_reference": "suse-module-tools-15.1.25-150100.3.25.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-15.1.25-150100.3.25.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:suse-module-tools-15.1.25-150100.3.25.1.x86_64"
},
"product_reference": "suse-module-tools-15.1.25-150100.3.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-15.1.25-150100.3.25.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:suse-module-tools-15.1.25-150100.3.25.1.ppc64le"
},
"product_reference": "suse-module-tools-15.1.25-150100.3.25.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "suse-module-tools-15.1.25-150100.3.25.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:suse-module-tools-15.1.25-150100.3.25.1.x86_64"
},
"product_reference": "suse-module-tools-15.1.25-150100.3.25.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-1829",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-1829"
}
],
"notes": [
{
"category": "general",
"text": "A use-after-free vulnerability in the Linux Kernel traffic control index filter (tcindex) can be exploited to achieve local privilege escalation. The tcindex_delete function which does not properly deactivate filters in case of a perfect hashes while deleting the underlying structure which can later lead to double freeing the structure. A local attacker user can use this vulnerability to elevate its privileges to root.\nWe recommend upgrading past commit 8c710f75256bb3cf05ac7b1672c82b92c43f3d28.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:suse-module-tools-15.1.25-150100.3.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:suse-module-tools-15.1.25-150100.3.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:suse-module-tools-15.1.25-150100.3.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:suse-module-tools-15.1.25-150100.3.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:suse-module-tools-15.1.25-150100.3.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:suse-module-tools-15.1.25-150100.3.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:suse-module-tools-15.1.25-150100.3.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:suse-module-tools-15.1.25-150100.3.25.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-1829",
"url": "https://www.suse.com/security/cve/CVE-2023-1829"
},
{
"category": "external",
"summary": "SUSE Bug 1210335 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1210335"
},
{
"category": "external",
"summary": "SUSE Bug 1210619 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1210619"
},
{
"category": "external",
"summary": "SUSE Bug 1217444 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1217444"
},
{
"category": "external",
"summary": "SUSE Bug 1217531 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1217531"
},
{
"category": "external",
"summary": "SUSE Bug 1220886 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1220886"
},
{
"category": "external",
"summary": "SUSE Bug 1228311 for CVE-2023-1829",
"url": "https://bugzilla.suse.com/1228311"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install 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 SP1-LTSS:suse-module-tools-15.1.25-150100.3.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:suse-module-tools-15.1.25-150100.3.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:suse-module-tools-15.1.25-150100.3.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:suse-module-tools-15.1.25-150100.3.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:suse-module-tools-15.1.25-150100.3.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:suse-module-tools-15.1.25-150100.3.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:suse-module-tools-15.1.25-150100.3.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:suse-module-tools-15.1.25-150100.3.25.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 SP1-LTSS:suse-module-tools-15.1.25-150100.3.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:suse-module-tools-15.1.25-150100.3.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:suse-module-tools-15.1.25-150100.3.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:suse-module-tools-15.1.25-150100.3.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:suse-module-tools-15.1.25-150100.3.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:suse-module-tools-15.1.25-150100.3.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:suse-module-tools-15.1.25-150100.3.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:suse-module-tools-15.1.25-150100.3.25.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-10-23T07:55:18Z",
"details": "important"
}
],
"title": "CVE-2023-1829"
},
{
"cve": "CVE-2023-23559",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-23559"
}
],
"notes": [
{
"category": "general",
"text": "In rndis_query_oid in drivers/net/wireless/rndis_wlan.c in the Linux kernel through 6.1.5, there is an integer overflow in an addition.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:suse-module-tools-15.1.25-150100.3.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:suse-module-tools-15.1.25-150100.3.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:suse-module-tools-15.1.25-150100.3.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:suse-module-tools-15.1.25-150100.3.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:suse-module-tools-15.1.25-150100.3.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:suse-module-tools-15.1.25-150100.3.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:suse-module-tools-15.1.25-150100.3.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:suse-module-tools-15.1.25-150100.3.25.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-23559",
"url": "https://www.suse.com/security/cve/CVE-2023-23559"
},
{
"category": "external",
"summary": "SUSE Bug 1207051 for CVE-2023-23559",
"url": "https://bugzilla.suse.com/1207051"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install 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 SP1-LTSS:suse-module-tools-15.1.25-150100.3.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:suse-module-tools-15.1.25-150100.3.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:suse-module-tools-15.1.25-150100.3.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:suse-module-tools-15.1.25-150100.3.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:suse-module-tools-15.1.25-150100.3.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:suse-module-tools-15.1.25-150100.3.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:suse-module-tools-15.1.25-150100.3.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:suse-module-tools-15.1.25-150100.3.25.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:suse-module-tools-15.1.25-150100.3.25.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:suse-module-tools-15.1.25-150100.3.25.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:suse-module-tools-15.1.25-150100.3.25.1.aarch64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:suse-module-tools-15.1.25-150100.3.25.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP1-LTSS:suse-module-tools-15.1.25-150100.3.25.1.s390x",
"SUSE Linux Enterprise Server 15 SP1-LTSS:suse-module-tools-15.1.25-150100.3.25.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:suse-module-tools-15.1.25-150100.3.25.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:suse-module-tools-15.1.25-150100.3.25.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-10-23T07:55:18Z",
"details": "moderate"
}
],
"title": "CVE-2023-23559"
}
]
}
Loading…
Trend slope:
-
(linear fit over daily sighting counts)
Show additional events:
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…