Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2023-46841 (GCVE-0-2023-46841)
Vulnerability from cvelistv5
► | URL | Tags | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
{ "containers": { "adp": [ { "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H", "version": "3.1" } }, { "other": { "content": { "id": "CVE-2023-46841", "options": [ { "Exploitation": "none" }, { "Automatable": "no" }, { "Technical Impact": "partial" } ], "role": "CISA Coordinator", "timestamp": "2024-03-25T16:09:38.636466Z", "version": "2.0.3" }, "type": "ssvc" } } ], "problemTypes": [ { "descriptions": [ { "description": "CWE-noinfo Not enough information", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2024-11-05T18:53:05.398Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" }, { "providerMetadata": { "dateUpdated": "2025-04-26T20:03:14.322Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_transferred" ], "url": "https://xenbits.xenproject.org/xsa/advisory-451.html" }, { "tags": [ "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZON4TLXG7TG4A2XZG563JMVTGQW4SF3A/" }, { "url": "http://xenbits.xen.org/xsa/advisory-451.html" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "defaultStatus": "unknown", "product": "Xen", "vendor": "Xen", "versions": [ { "status": "unknown", "version": "consult Xen advisory XSA-451" } ] } ], "configurations": [ { "lang": "en", "value": "Xen 4.14 and onwards are vulnerable. Xen 4.13 and older are not\nvulnerable.\n\nOnly x86 systems with CET-SS enabled are vulnerable. x86 systems with\nCET-SS unavailable or disabled are not vulnerable. Arm systems are not\nvulnerable. See\nhttps://xenbits.xen.org/docs/latest/faq.html#tell-if-cet-is-active\nfor how to determine whether CET-SS is active.\n\nOnly HVM or PVH guests can leverage the vulnerability. PV guests cannot\nleverage the vulnerability." } ], "credits": [ { "lang": "en", "type": "finder", "value": "This issue was discovered by Jan Beulich of SUSE." } ], "datePublic": "2024-02-27T10:38:00.000Z", "descriptions": [ { "lang": "en", "value": "Recent x86 CPUs offer functionality named Control-flow Enforcement\nTechnology (CET). A sub-feature of this are Shadow Stacks (CET-SS).\nCET-SS is a hardware feature designed to protect against Return Oriented\nProgramming attacks. When enabled, traditional stacks holding both data\nand return addresses are accompanied by so called \"shadow stacks\",\nholding little more than return addresses. Shadow stacks aren\u0027t\nwritable by normal instructions, and upon function returns their\ncontents are used to check for possible manipulation of a return address\ncoming from the traditional stack.\n\nIn particular certain memory accesses need intercepting by Xen. In\nvarious cases the necessary emulation involves kind of replaying of\nthe instruction. Such replaying typically involves filling and then\ninvoking of a stub. Such a replayed instruction may raise an\nexceptions, which is expected and dealt with accordingly.\n\nUnfortunately the interaction of both of the above wasn\u0027t right:\nRecovery involves removal of a call frame from the (traditional) stack.\nThe counterpart of this operation for the shadow stack was missing." } ], "impacts": [ { "descriptions": [ { "lang": "en", "value": "An unprivileged guest can cause a hypervisor crash, causing a Denial of\nService (DoS) of the entire host." } ] } ], "providerMetadata": { "dateUpdated": "2024-03-23T03:06:14.246Z", "orgId": "23aa2041-22e1-471f-9209-9b7396fa234f", "shortName": "XEN" }, "references": [ { "url": "https://xenbits.xenproject.org/xsa/advisory-451.html" }, { "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZON4TLXG7TG4A2XZG563JMVTGQW4SF3A/" } ], "title": "x86: shadow stack vs exceptions from emulation stubs", "workarounds": [ { "lang": "en", "value": "While in principle it is possible to disable use of CET on capable\nsystems using the \"cet=no-shstk\" command line option, doing so disables\nan important security feature and may therefore not be advisable." } ] } }, "cveMetadata": { "assignerOrgId": "23aa2041-22e1-471f-9209-9b7396fa234f", "assignerShortName": "XEN", "cveId": "CVE-2023-46841", "datePublished": "2024-03-20T10:40:36.597Z", "dateReserved": "2023-10-27T07:55:35.333Z", "dateUpdated": "2025-04-26T20:03:14.322Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2023-46841\",\"sourceIdentifier\":\"security@xen.org\",\"published\":\"2024-03-20T11:15:08.220\",\"lastModified\":\"2025-05-12T15:06:58.113\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Recent x86 CPUs offer functionality named Control-flow Enforcement\\nTechnology (CET). A sub-feature of this are Shadow Stacks (CET-SS).\\nCET-SS is a hardware feature designed to protect against Return Oriented\\nProgramming attacks. When enabled, traditional stacks holding both data\\nand return addresses are accompanied by so called \\\"shadow stacks\\\",\\nholding little more than return addresses. Shadow stacks aren\u0027t\\nwritable by normal instructions, and upon function returns their\\ncontents are used to check for possible manipulation of a return address\\ncoming from the traditional stack.\\n\\nIn particular certain memory accesses need intercepting by Xen. In\\nvarious cases the necessary emulation involves kind of replaying of\\nthe instruction. Such replaying typically involves filling and then\\ninvoking of a stub. Such a replayed instruction may raise an\\nexceptions, which is expected and dealt with accordingly.\\n\\nUnfortunately the interaction of both of the above wasn\u0027t right:\\nRecovery involves removal of a call frame from the (traditional) stack.\\nThe counterpart of this operation for the shadow stack was missing.\"},{\"lang\":\"es\",\"value\":\"Las CPU x86 recientes ofrecen una funcionalidad denominada Control-flow Enforcement Technology (CET). Una subcaracter\u00edstica de esto son Shadow Stacks (CET-SS). CET-SS es una caracter\u00edstica de hardware manipulada para proteger contra ataques de programaci\u00f3n orientada al retorno. Cuando est\u00e1n habilitadas, las pilas tradicionales que contienen datos y direcciones de retorno van acompa\u00f1adas de las llamadas \\\"pilas ocultas\\\", que contienen poco m\u00e1s que direcciones de retorno. Las pilas de sombra no se pueden escribir mediante instrucciones normales y, cuando la funci\u00f3n regresa, su contenido se usa para verificar una posible manipulaci\u00f3n de una direcci\u00f3n de retorno proveniente de la pila tradicional. En particular, ciertos accesos a la memoria necesitan ser interceptados por Xen. En varios casos, la emulaci\u00f3n necesaria implica una especie de repetici\u00f3n de la instrucci\u00f3n. Esta reproducci\u00f3n normalmente implica llenar y luego invocar un trozo. Una instrucci\u00f3n repetida de este tipo puede generar excepciones, lo cual se espera y se trata en consecuencia. Desafortunadamente, la interacci\u00f3n de los dos anteriores no fue correcta: la recuperaci\u00f3n implica la eliminaci\u00f3n de un marco de llamada de la pila (tradicional). Faltaba la contraparte de esta operaci\u00f3n para la pila de sombra.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H\",\"baseScore\":6.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.0,\"impactScore\":4.0}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"NVD-CWE-Other\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:40:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"CA277A6C-83EC-4536-9125-97B84C4FAF59\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:xen:xen:*:*:*:*:*:*:x86:*\",\"versionStartIncluding\":\"4.14.0\",\"matchCriteriaId\":\"73CA7EB6-4464-4294-B859-0C8DD3AB7E86\"}]}]}],\"references\":[{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZON4TLXG7TG4A2XZG563JMVTGQW4SF3A/\",\"source\":\"security@xen.org\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://xenbits.xenproject.org/xsa/advisory-451.html\",\"source\":\"security@xen.org\",\"tags\":[\"Patch\",\"Vendor Advisory\"]},{\"url\":\"http://xenbits.xen.org/xsa/advisory-451.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZON4TLXG7TG4A2XZG563JMVTGQW4SF3A/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://xenbits.xenproject.org/xsa/advisory-451.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Vendor Advisory\"]}]}}", "vulnrichment": { "containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://xenbits.xenproject.org/xsa/advisory-451.html\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZON4TLXG7TG4A2XZG563JMVTGQW4SF3A/\", \"tags\": [\"x_transferred\"]}, {\"url\": \"http://xenbits.xen.org/xsa/advisory-451.html\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-04-26T20:03:14.322Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"CHANGED\", \"version\": \"3.1\", \"baseScore\": 6.5, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"NONE\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2023-46841\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-03-25T16:09:38.636466Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"description\": \"CWE-noinfo Not enough information\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-05-23T19:01:19.387Z\"}}], \"cna\": {\"title\": \"x86: shadow stack vs exceptions from emulation stubs\", \"credits\": [{\"lang\": \"en\", \"type\": \"finder\", \"value\": \"This issue was discovered by Jan Beulich of SUSE.\"}], \"impacts\": [{\"descriptions\": [{\"lang\": \"en\", \"value\": \"An unprivileged guest can cause a hypervisor crash, causing a Denial of\\nService (DoS) of the entire host.\"}]}], \"affected\": [{\"vendor\": \"Xen\", \"product\": \"Xen\", \"versions\": [{\"status\": \"unknown\", \"version\": \"consult Xen advisory XSA-451\"}], \"defaultStatus\": \"unknown\"}], \"datePublic\": \"2024-02-27T10:38:00.000Z\", \"references\": [{\"url\": \"https://xenbits.xenproject.org/xsa/advisory-451.html\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZON4TLXG7TG4A2XZG563JMVTGQW4SF3A/\"}], \"workarounds\": [{\"lang\": \"en\", \"value\": \"While in principle it is possible to disable use of CET on capable\\nsystems using the \\\"cet=no-shstk\\\" command line option, doing so disables\\nan important security feature and may therefore not be advisable.\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Recent x86 CPUs offer functionality named Control-flow Enforcement\\nTechnology (CET). A sub-feature of this are Shadow Stacks (CET-SS).\\nCET-SS is a hardware feature designed to protect against Return Oriented\\nProgramming attacks. When enabled, traditional stacks holding both data\\nand return addresses are accompanied by so called \\\"shadow stacks\\\",\\nholding little more than return addresses. Shadow stacks aren\u0027t\\nwritable by normal instructions, and upon function returns their\\ncontents are used to check for possible manipulation of a return address\\ncoming from the traditional stack.\\n\\nIn particular certain memory accesses need intercepting by Xen. In\\nvarious cases the necessary emulation involves kind of replaying of\\nthe instruction. Such replaying typically involves filling and then\\ninvoking of a stub. Such a replayed instruction may raise an\\nexceptions, which is expected and dealt with accordingly.\\n\\nUnfortunately the interaction of both of the above wasn\u0027t right:\\nRecovery involves removal of a call frame from the (traditional) stack.\\nThe counterpart of this operation for the shadow stack was missing.\"}], \"configurations\": [{\"lang\": \"en\", \"value\": \"Xen 4.14 and onwards are vulnerable. Xen 4.13 and older are not\\nvulnerable.\\n\\nOnly x86 systems with CET-SS enabled are vulnerable. x86 systems with\\nCET-SS unavailable or disabled are not vulnerable. Arm systems are not\\nvulnerable. See\\nhttps://xenbits.xen.org/docs/latest/faq.html#tell-if-cet-is-active\\nfor how to determine whether CET-SS is active.\\n\\nOnly HVM or PVH guests can leverage the vulnerability. PV guests cannot\\nleverage the vulnerability.\"}], \"providerMetadata\": {\"orgId\": \"23aa2041-22e1-471f-9209-9b7396fa234f\", \"shortName\": \"XEN\", \"dateUpdated\": \"2024-03-23T03:06:14.246Z\"}}}", "cveMetadata": "{\"cveId\": \"CVE-2023-46841\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-04-26T20:03:14.322Z\", \"dateReserved\": \"2023-10-27T07:55:35.333Z\", \"assignerOrgId\": \"23aa2041-22e1-471f-9209-9b7396fa234f\", \"datePublished\": \"2024-03-20T10:40:36.597Z\", \"assignerShortName\": \"XEN\"}", "dataType": "CVE_RECORD", "dataVersion": "5.1" } } }
ghsa-mxh6-2xpg-m77w
Vulnerability from github
Recent x86 CPUs offer functionality named Control-flow Enforcement Technology (CET). A sub-feature of this are Shadow Stacks (CET-SS). CET-SS is a hardware feature designed to protect against Return Oriented Programming attacks. When enabled, traditional stacks holding both data and return addresses are accompanied by so called "shadow stacks", holding little more than return addresses. Shadow stacks aren't writable by normal instructions, and upon function returns their contents are used to check for possible manipulation of a return address coming from the traditional stack.
In particular certain memory accesses need intercepting by Xen. In various cases the necessary emulation involves kind of replaying of the instruction. Such replaying typically involves filling and then invoking of a stub. Such a replayed instruction may raise an exceptions, which is expected and dealt with accordingly.
Unfortunately the interaction of both of the above wasn't right: Recovery involves removal of a call frame from the (traditional) stack. The counterpart of this operation for the shadow stack was missing.
{ "affected": [], "aliases": [ "CVE-2023-46841" ], "database_specific": { "cwe_ids": [], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2024-03-20T11:15:08Z", "severity": "MODERATE" }, "details": "Recent x86 CPUs offer functionality named Control-flow Enforcement\nTechnology (CET). A sub-feature of this are Shadow Stacks (CET-SS).\nCET-SS is a hardware feature designed to protect against Return Oriented\nProgramming attacks. When enabled, traditional stacks holding both data\nand return addresses are accompanied by so called \"shadow stacks\",\nholding little more than return addresses. Shadow stacks aren\u0027t\nwritable by normal instructions, and upon function returns their\ncontents are used to check for possible manipulation of a return address\ncoming from the traditional stack.\n\nIn particular certain memory accesses need intercepting by Xen. In\nvarious cases the necessary emulation involves kind of replaying of\nthe instruction. Such replaying typically involves filling and then\ninvoking of a stub. Such a replayed instruction may raise an\nexceptions, which is expected and dealt with accordingly.\n\nUnfortunately the interaction of both of the above wasn\u0027t right:\nRecovery involves removal of a call frame from the (traditional) stack.\nThe counterpart of this operation for the shadow stack was missing.", "id": "GHSA-mxh6-2xpg-m77w", "modified": "2025-04-26T21:31:25Z", "published": "2024-03-20T15:32:57Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-46841" }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZON4TLXG7TG4A2XZG563JMVTGQW4SF3A" }, { "type": "WEB", "url": "https://xenbits.xenproject.org/xsa/advisory-451.html" }, { "type": "WEB", "url": "http://xenbits.xen.org/xsa/advisory-451.html" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H", "type": "CVSS_V3" } ] }
suse-su-2024:0935-1
Vulnerability from csaf_suse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for xen", "title": "Title of the patch" }, { "category": "description", "text": "This update for xen fixes the following issues:\n\n- CVE-2023-46841: Fixed shadow stack vs exceptions from emulation stubs (XSA-451) (bsc#1219885).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2024-935,SUSE-SUSE-MicroOS-5.1-2024-935,SUSE-SUSE-MicroOS-5.2-2024-935", "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-2024_0935-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2024:0935-1", "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20240935-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2024:0935-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-March/018202.html" }, { "category": "self", "summary": "SUSE Bug 1219885", "url": "https://bugzilla.suse.com/1219885" }, { "category": "self", "summary": "SUSE CVE CVE-2023-46841 page", "url": "https://www.suse.com/security/cve/CVE-2023-46841/" } ], "title": "Security update for xen", "tracking": { "current_release_date": "2024-03-19T12:03:46Z", "generator": { "date": "2024-03-19T12:03:46Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2024:0935-1", "initial_release_date": "2024-03-19T12:03:46Z", "revision_history": [ { "date": "2024-03-19T12:03:46Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "xen-4.14.6_12-150300.3.66.1.aarch64", "product": { "name": "xen-4.14.6_12-150300.3.66.1.aarch64", "product_id": "xen-4.14.6_12-150300.3.66.1.aarch64" } }, { "category": "product_version", "name": "xen-devel-4.14.6_12-150300.3.66.1.aarch64", "product": { "name": "xen-devel-4.14.6_12-150300.3.66.1.aarch64", "product_id": "xen-devel-4.14.6_12-150300.3.66.1.aarch64" } }, { "category": "product_version", "name": "xen-doc-html-4.14.6_12-150300.3.66.1.aarch64", "product": { "name": "xen-doc-html-4.14.6_12-150300.3.66.1.aarch64", "product_id": "xen-doc-html-4.14.6_12-150300.3.66.1.aarch64" } }, { "category": "product_version", "name": "xen-libs-4.14.6_12-150300.3.66.1.aarch64", "product": { "name": "xen-libs-4.14.6_12-150300.3.66.1.aarch64", "product_id": "xen-libs-4.14.6_12-150300.3.66.1.aarch64" } }, { "category": "product_version", "name": "xen-tools-4.14.6_12-150300.3.66.1.aarch64", "product": { "name": "xen-tools-4.14.6_12-150300.3.66.1.aarch64", "product_id": "xen-tools-4.14.6_12-150300.3.66.1.aarch64" } }, { "category": "product_version", "name": "xen-tools-domU-4.14.6_12-150300.3.66.1.aarch64", "product": { "name": "xen-tools-domU-4.14.6_12-150300.3.66.1.aarch64", "product_id": "xen-tools-domU-4.14.6_12-150300.3.66.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "xen-libs-64bit-4.14.6_12-150300.3.66.1.aarch64_ilp32", "product": { "name": "xen-libs-64bit-4.14.6_12-150300.3.66.1.aarch64_ilp32", "product_id": "xen-libs-64bit-4.14.6_12-150300.3.66.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "xen-devel-4.14.6_12-150300.3.66.1.i586", "product": { "name": "xen-devel-4.14.6_12-150300.3.66.1.i586", "product_id": "xen-devel-4.14.6_12-150300.3.66.1.i586" } }, { "category": "product_version", "name": "xen-libs-4.14.6_12-150300.3.66.1.i586", "product": { "name": "xen-libs-4.14.6_12-150300.3.66.1.i586", "product_id": "xen-libs-4.14.6_12-150300.3.66.1.i586" } }, { "category": "product_version", "name": "xen-tools-domU-4.14.6_12-150300.3.66.1.i586", "product": { "name": "xen-tools-domU-4.14.6_12-150300.3.66.1.i586", "product_id": "xen-tools-domU-4.14.6_12-150300.3.66.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "xen-tools-xendomains-wait-disk-4.14.6_12-150300.3.66.1.noarch", "product": { "name": "xen-tools-xendomains-wait-disk-4.14.6_12-150300.3.66.1.noarch", "product_id": "xen-tools-xendomains-wait-disk-4.14.6_12-150300.3.66.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "xen-4.14.6_12-150300.3.66.1.x86_64", "product": { "name": "xen-4.14.6_12-150300.3.66.1.x86_64", "product_id": "xen-4.14.6_12-150300.3.66.1.x86_64" } }, { "category": "product_version", "name": "xen-devel-4.14.6_12-150300.3.66.1.x86_64", "product": { "name": "xen-devel-4.14.6_12-150300.3.66.1.x86_64", "product_id": "xen-devel-4.14.6_12-150300.3.66.1.x86_64" } }, { "category": "product_version", "name": "xen-doc-html-4.14.6_12-150300.3.66.1.x86_64", "product": { "name": "xen-doc-html-4.14.6_12-150300.3.66.1.x86_64", "product_id": "xen-doc-html-4.14.6_12-150300.3.66.1.x86_64" } }, { "category": "product_version", "name": "xen-libs-4.14.6_12-150300.3.66.1.x86_64", "product": { "name": "xen-libs-4.14.6_12-150300.3.66.1.x86_64", "product_id": "xen-libs-4.14.6_12-150300.3.66.1.x86_64" } }, { "category": "product_version", "name": "xen-libs-32bit-4.14.6_12-150300.3.66.1.x86_64", "product": { "name": "xen-libs-32bit-4.14.6_12-150300.3.66.1.x86_64", "product_id": "xen-libs-32bit-4.14.6_12-150300.3.66.1.x86_64" } }, { "category": "product_version", "name": "xen-tools-4.14.6_12-150300.3.66.1.x86_64", "product": { "name": "xen-tools-4.14.6_12-150300.3.66.1.x86_64", "product_id": "xen-tools-4.14.6_12-150300.3.66.1.x86_64" } }, { "category": "product_version", "name": "xen-tools-domU-4.14.6_12-150300.3.66.1.x86_64", "product": { "name": "xen-tools-domU-4.14.6_12-150300.3.66.1.x86_64", "product_id": "xen-tools-domU-4.14.6_12-150300.3.66.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Micro 5.1", "product": { "name": "SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-microos:5.1" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Micro 5.2", "product": { "name": "SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-microos:5.2" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "xen-libs-4.14.6_12-150300.3.66.1.x86_64 as component of SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1:xen-libs-4.14.6_12-150300.3.66.1.x86_64" }, "product_reference": "xen-libs-4.14.6_12-150300.3.66.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1" }, { "category": "default_component_of", "full_product_name": { "name": "xen-libs-4.14.6_12-150300.3.66.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2:xen-libs-4.14.6_12-150300.3.66.1.x86_64" }, "product_reference": "xen-libs-4.14.6_12-150300.3.66.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-46841", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-46841" } ], "notes": [ { "category": "general", "text": "Recent x86 CPUs offer functionality named Control-flow Enforcement\nTechnology (CET). A sub-feature of this are Shadow Stacks (CET-SS).\nCET-SS is a hardware feature designed to protect against Return Oriented\nProgramming attacks. When enabled, traditional stacks holding both data\nand return addresses are accompanied by so called \"shadow stacks\",\nholding little more than return addresses. Shadow stacks aren\u0027t\nwritable by normal instructions, and upon function returns their\ncontents are used to check for possible manipulation of a return address\ncoming from the traditional stack.\n\nIn particular certain memory accesses need intercepting by Xen. In\nvarious cases the necessary emulation involves kind of replaying of\nthe instruction. Such replaying typically involves filling and then\ninvoking of a stub. Such a replayed instruction may raise an\nexceptions, which is expected and dealt with accordingly.\n\nUnfortunately the interaction of both of the above wasn\u0027t right:\nRecovery involves removal of a call frame from the (traditional) stack.\nThe counterpart of this operation for the shadow stack was missing.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Micro 5.1:xen-libs-4.14.6_12-150300.3.66.1.x86_64", "SUSE Linux Enterprise Micro 5.2:xen-libs-4.14.6_12-150300.3.66.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-46841", "url": "https://www.suse.com/security/cve/CVE-2023-46841" }, { "category": "external", "summary": "SUSE Bug 1219885 for CVE-2023-46841", "url": "https://bugzilla.suse.com/1219885" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Micro 5.1:xen-libs-4.14.6_12-150300.3.66.1.x86_64", "SUSE Linux Enterprise Micro 5.2:xen-libs-4.14.6_12-150300.3.66.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Micro 5.1:xen-libs-4.14.6_12-150300.3.66.1.x86_64", "SUSE Linux Enterprise Micro 5.2:xen-libs-4.14.6_12-150300.3.66.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-03-19T12:03:46Z", "details": "moderate" } ], "title": "CVE-2023-46841" } ] }
suse-su-2024:1102-1
Vulnerability from csaf_suse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for xen", "title": "Title of the patch" }, { "category": "description", "text": "This update for xen fixes the following issues:\n\n- CVE-2023-28746: Register File Data Sampling (bsc#1221332)\n- CVE-2024-2193: Fixed GhostRace, a speculative race conditions. (bsc#1221334)\n- CVE-2023-46841: Hhadow stack vs exceptions from emulation stubs (bsc#1219885)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2024-1102,SUSE-SLE-Micro-5.5-2024-1102,SUSE-SLE-Module-Basesystem-15-SP5-2024-1102,SUSE-SLE-Module-Server-Applications-15-SP5-2024-1102,openSUSE-SLE-15.5-2024-1102", "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-2024_1102-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2024:1102-1", "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20241102-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2024:1102-1", "url": "https://lists.suse.com/pipermail/sle-updates/2024-April/034893.html" }, { "category": "self", "summary": "SUSE Bug 1027519", "url": "https://bugzilla.suse.com/1027519" }, { "category": "self", "summary": "SUSE Bug 1219885", "url": "https://bugzilla.suse.com/1219885" }, { "category": "self", "summary": "SUSE Bug 1221332", "url": "https://bugzilla.suse.com/1221332" }, { "category": "self", "summary": "SUSE Bug 1221334", "url": "https://bugzilla.suse.com/1221334" }, { "category": "self", "summary": "SUSE CVE CVE-2023-28746 page", "url": "https://www.suse.com/security/cve/CVE-2023-28746/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-46841 page", "url": "https://www.suse.com/security/cve/CVE-2023-46841/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-2193 page", "url": "https://www.suse.com/security/cve/CVE-2024-2193/" } ], "title": "Security update for xen", "tracking": { "current_release_date": "2024-04-03T12:10:18Z", "generator": { "date": "2024-04-03T12:10:18Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2024:1102-1", "initial_release_date": "2024-04-03T12:10:18Z", "revision_history": [ { "date": "2024-04-03T12:10:18Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "xen-4.17.3_08-150500.3.27.1.aarch64", "product": { "name": "xen-4.17.3_08-150500.3.27.1.aarch64", "product_id": "xen-4.17.3_08-150500.3.27.1.aarch64" } }, { "category": "product_version", "name": "xen-devel-4.17.3_08-150500.3.27.1.aarch64", "product": { "name": "xen-devel-4.17.3_08-150500.3.27.1.aarch64", "product_id": "xen-devel-4.17.3_08-150500.3.27.1.aarch64" } }, { "category": "product_version", "name": "xen-doc-html-4.17.3_08-150500.3.27.1.aarch64", "product": { "name": "xen-doc-html-4.17.3_08-150500.3.27.1.aarch64", "product_id": "xen-doc-html-4.17.3_08-150500.3.27.1.aarch64" } }, { "category": "product_version", "name": "xen-libs-4.17.3_08-150500.3.27.1.aarch64", "product": { "name": "xen-libs-4.17.3_08-150500.3.27.1.aarch64", "product_id": "xen-libs-4.17.3_08-150500.3.27.1.aarch64" } }, { "category": "product_version", "name": "xen-tools-4.17.3_08-150500.3.27.1.aarch64", "product": { "name": "xen-tools-4.17.3_08-150500.3.27.1.aarch64", "product_id": "xen-tools-4.17.3_08-150500.3.27.1.aarch64" } }, { "category": "product_version", "name": "xen-tools-domU-4.17.3_08-150500.3.27.1.aarch64", "product": { "name": "xen-tools-domU-4.17.3_08-150500.3.27.1.aarch64", "product_id": "xen-tools-domU-4.17.3_08-150500.3.27.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "xen-libs-64bit-4.17.3_08-150500.3.27.1.aarch64_ilp32", "product": { "name": "xen-libs-64bit-4.17.3_08-150500.3.27.1.aarch64_ilp32", "product_id": "xen-libs-64bit-4.17.3_08-150500.3.27.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "xen-devel-4.17.3_08-150500.3.27.1.i586", "product": { "name": "xen-devel-4.17.3_08-150500.3.27.1.i586", "product_id": "xen-devel-4.17.3_08-150500.3.27.1.i586" } }, { "category": "product_version", "name": "xen-libs-4.17.3_08-150500.3.27.1.i586", "product": { "name": "xen-libs-4.17.3_08-150500.3.27.1.i586", "product_id": "xen-libs-4.17.3_08-150500.3.27.1.i586" } }, { "category": "product_version", "name": "xen-tools-domU-4.17.3_08-150500.3.27.1.i586", "product": { "name": "xen-tools-domU-4.17.3_08-150500.3.27.1.i586", "product_id": "xen-tools-domU-4.17.3_08-150500.3.27.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "xen-tools-xendomains-wait-disk-4.17.3_08-150500.3.27.1.noarch", "product": { "name": "xen-tools-xendomains-wait-disk-4.17.3_08-150500.3.27.1.noarch", "product_id": "xen-tools-xendomains-wait-disk-4.17.3_08-150500.3.27.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "xen-4.17.3_08-150500.3.27.1.x86_64", "product": { "name": "xen-4.17.3_08-150500.3.27.1.x86_64", "product_id": "xen-4.17.3_08-150500.3.27.1.x86_64" } }, { "category": "product_version", "name": "xen-devel-4.17.3_08-150500.3.27.1.x86_64", "product": { "name": "xen-devel-4.17.3_08-150500.3.27.1.x86_64", "product_id": "xen-devel-4.17.3_08-150500.3.27.1.x86_64" } }, { "category": "product_version", "name": "xen-doc-html-4.17.3_08-150500.3.27.1.x86_64", "product": { "name": "xen-doc-html-4.17.3_08-150500.3.27.1.x86_64", "product_id": "xen-doc-html-4.17.3_08-150500.3.27.1.x86_64" } }, { "category": "product_version", "name": "xen-libs-4.17.3_08-150500.3.27.1.x86_64", "product": { "name": "xen-libs-4.17.3_08-150500.3.27.1.x86_64", "product_id": "xen-libs-4.17.3_08-150500.3.27.1.x86_64" } }, { "category": "product_version", "name": "xen-libs-32bit-4.17.3_08-150500.3.27.1.x86_64", "product": { "name": "xen-libs-32bit-4.17.3_08-150500.3.27.1.x86_64", "product_id": "xen-libs-32bit-4.17.3_08-150500.3.27.1.x86_64" } }, { "category": "product_version", "name": "xen-tools-4.17.3_08-150500.3.27.1.x86_64", "product": { "name": "xen-tools-4.17.3_08-150500.3.27.1.x86_64", "product_id": "xen-tools-4.17.3_08-150500.3.27.1.x86_64" } }, { "category": "product_version", "name": "xen-tools-domU-4.17.3_08-150500.3.27.1.x86_64", "product": { "name": "xen-tools-domU-4.17.3_08-150500.3.27.1.x86_64", "product_id": "xen-tools-domU-4.17.3_08-150500.3.27.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Micro 5.5", "product": { "name": "SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-micro:5.5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Basesystem 15 SP5", "product": { "name": "SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-basesystem:15:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Server Applications 15 SP5", "product": { "name": "SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-server-applications:15:sp5" } } }, { "category": "product_name", "name": "openSUSE Leap 15.5", "product": { "name": "openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "xen-libs-4.17.3_08-150500.3.27.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.3_08-150500.3.27.1.x86_64" }, "product_reference": "xen-libs-4.17.3_08-150500.3.27.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-libs-4.17.3_08-150500.3.27.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.3_08-150500.3.27.1.x86_64" }, "product_reference": "xen-libs-4.17.3_08-150500.3.27.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-domU-4.17.3_08-150500.3.27.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.3_08-150500.3.27.1.x86_64" }, "product_reference": "xen-tools-domU-4.17.3_08-150500.3.27.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-4.17.3_08-150500.3.27.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.3_08-150500.3.27.1.x86_64" }, "product_reference": "xen-4.17.3_08-150500.3.27.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-devel-4.17.3_08-150500.3.27.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.3_08-150500.3.27.1.x86_64" }, "product_reference": "xen-devel-4.17.3_08-150500.3.27.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-4.17.3_08-150500.3.27.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.3_08-150500.3.27.1.x86_64" }, "product_reference": "xen-tools-4.17.3_08-150500.3.27.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-xendomains-wait-disk-4.17.3_08-150500.3.27.1.noarch as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.3_08-150500.3.27.1.noarch" }, "product_reference": "xen-tools-xendomains-wait-disk-4.17.3_08-150500.3.27.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-4.17.3_08-150500.3.27.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:xen-4.17.3_08-150500.3.27.1.aarch64" }, "product_reference": "xen-4.17.3_08-150500.3.27.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-4.17.3_08-150500.3.27.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:xen-4.17.3_08-150500.3.27.1.x86_64" }, "product_reference": "xen-4.17.3_08-150500.3.27.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-devel-4.17.3_08-150500.3.27.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:xen-devel-4.17.3_08-150500.3.27.1.aarch64" }, "product_reference": "xen-devel-4.17.3_08-150500.3.27.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-devel-4.17.3_08-150500.3.27.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:xen-devel-4.17.3_08-150500.3.27.1.x86_64" }, "product_reference": "xen-devel-4.17.3_08-150500.3.27.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-doc-html-4.17.3_08-150500.3.27.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:xen-doc-html-4.17.3_08-150500.3.27.1.aarch64" }, "product_reference": "xen-doc-html-4.17.3_08-150500.3.27.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-doc-html-4.17.3_08-150500.3.27.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:xen-doc-html-4.17.3_08-150500.3.27.1.x86_64" }, "product_reference": "xen-doc-html-4.17.3_08-150500.3.27.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-libs-4.17.3_08-150500.3.27.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:xen-libs-4.17.3_08-150500.3.27.1.aarch64" }, "product_reference": "xen-libs-4.17.3_08-150500.3.27.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-libs-4.17.3_08-150500.3.27.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:xen-libs-4.17.3_08-150500.3.27.1.x86_64" }, "product_reference": "xen-libs-4.17.3_08-150500.3.27.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-libs-32bit-4.17.3_08-150500.3.27.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:xen-libs-32bit-4.17.3_08-150500.3.27.1.x86_64" }, "product_reference": "xen-libs-32bit-4.17.3_08-150500.3.27.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-4.17.3_08-150500.3.27.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:xen-tools-4.17.3_08-150500.3.27.1.aarch64" }, "product_reference": "xen-tools-4.17.3_08-150500.3.27.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-4.17.3_08-150500.3.27.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:xen-tools-4.17.3_08-150500.3.27.1.x86_64" }, "product_reference": "xen-tools-4.17.3_08-150500.3.27.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-domU-4.17.3_08-150500.3.27.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:xen-tools-domU-4.17.3_08-150500.3.27.1.aarch64" }, "product_reference": "xen-tools-domU-4.17.3_08-150500.3.27.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-domU-4.17.3_08-150500.3.27.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:xen-tools-domU-4.17.3_08-150500.3.27.1.x86_64" }, "product_reference": "xen-tools-domU-4.17.3_08-150500.3.27.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-xendomains-wait-disk-4.17.3_08-150500.3.27.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.3_08-150500.3.27.1.noarch" }, "product_reference": "xen-tools-xendomains-wait-disk-4.17.3_08-150500.3.27.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-28746", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-28746" } ], "notes": [ { "category": "general", "text": "Information exposure through microarchitectural state after transient execution from some register files for some Intel(R) Atom(R) Processors may allow an authenticated user to potentially enable information disclosure via local access.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.3_08-150500.3.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.3_08-150500.3.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.3_08-150500.3.27.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.3_08-150500.3.27.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.3_08-150500.3.27.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.3_08-150500.3.27.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.3_08-150500.3.27.1.noarch", "openSUSE Leap 15.5:xen-4.17.3_08-150500.3.27.1.aarch64", "openSUSE Leap 15.5:xen-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-devel-4.17.3_08-150500.3.27.1.aarch64", "openSUSE Leap 15.5:xen-devel-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-doc-html-4.17.3_08-150500.3.27.1.aarch64", "openSUSE Leap 15.5:xen-doc-html-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-libs-32bit-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-libs-4.17.3_08-150500.3.27.1.aarch64", "openSUSE Leap 15.5:xen-libs-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-tools-4.17.3_08-150500.3.27.1.aarch64", "openSUSE Leap 15.5:xen-tools-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-tools-domU-4.17.3_08-150500.3.27.1.aarch64", "openSUSE Leap 15.5:xen-tools-domU-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.3_08-150500.3.27.1.noarch" ] }, "references": [ { "category": "external", "summary": "CVE-2023-28746", "url": "https://www.suse.com/security/cve/CVE-2023-28746" }, { "category": "external", "summary": "SUSE Bug 1213456 for CVE-2023-28746", "url": "https://bugzilla.suse.com/1213456" }, { "category": "external", "summary": "SUSE Bug 1221323 for CVE-2023-28746", "url": "https://bugzilla.suse.com/1221323" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this 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:xen-libs-4.17.3_08-150500.3.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.3_08-150500.3.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.3_08-150500.3.27.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.3_08-150500.3.27.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.3_08-150500.3.27.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.3_08-150500.3.27.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.3_08-150500.3.27.1.noarch", "openSUSE Leap 15.5:xen-4.17.3_08-150500.3.27.1.aarch64", "openSUSE Leap 15.5:xen-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-devel-4.17.3_08-150500.3.27.1.aarch64", "openSUSE Leap 15.5:xen-devel-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-doc-html-4.17.3_08-150500.3.27.1.aarch64", "openSUSE Leap 15.5:xen-doc-html-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-libs-32bit-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-libs-4.17.3_08-150500.3.27.1.aarch64", "openSUSE Leap 15.5:xen-libs-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-tools-4.17.3_08-150500.3.27.1.aarch64", "openSUSE Leap 15.5:xen-tools-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-tools-domU-4.17.3_08-150500.3.27.1.aarch64", "openSUSE Leap 15.5:xen-tools-domU-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.3_08-150500.3.27.1.noarch" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.3_08-150500.3.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.3_08-150500.3.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.3_08-150500.3.27.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.3_08-150500.3.27.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.3_08-150500.3.27.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.3_08-150500.3.27.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.3_08-150500.3.27.1.noarch", "openSUSE Leap 15.5:xen-4.17.3_08-150500.3.27.1.aarch64", "openSUSE Leap 15.5:xen-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-devel-4.17.3_08-150500.3.27.1.aarch64", "openSUSE Leap 15.5:xen-devel-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-doc-html-4.17.3_08-150500.3.27.1.aarch64", "openSUSE Leap 15.5:xen-doc-html-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-libs-32bit-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-libs-4.17.3_08-150500.3.27.1.aarch64", "openSUSE Leap 15.5:xen-libs-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-tools-4.17.3_08-150500.3.27.1.aarch64", "openSUSE Leap 15.5:xen-tools-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-tools-domU-4.17.3_08-150500.3.27.1.aarch64", "openSUSE Leap 15.5:xen-tools-domU-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.3_08-150500.3.27.1.noarch" ] } ], "threats": [ { "category": "impact", "date": "2024-04-03T12:10:18Z", "details": "moderate" } ], "title": "CVE-2023-28746" }, { "cve": "CVE-2023-46841", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-46841" } ], "notes": [ { "category": "general", "text": "Recent x86 CPUs offer functionality named Control-flow Enforcement\nTechnology (CET). A sub-feature of this are Shadow Stacks (CET-SS).\nCET-SS is a hardware feature designed to protect against Return Oriented\nProgramming attacks. When enabled, traditional stacks holding both data\nand return addresses are accompanied by so called \"shadow stacks\",\nholding little more than return addresses. Shadow stacks aren\u0027t\nwritable by normal instructions, and upon function returns their\ncontents are used to check for possible manipulation of a return address\ncoming from the traditional stack.\n\nIn particular certain memory accesses need intercepting by Xen. In\nvarious cases the necessary emulation involves kind of replaying of\nthe instruction. Such replaying typically involves filling and then\ninvoking of a stub. Such a replayed instruction may raise an\nexceptions, which is expected and dealt with accordingly.\n\nUnfortunately the interaction of both of the above wasn\u0027t right:\nRecovery involves removal of a call frame from the (traditional) stack.\nThe counterpart of this operation for the shadow stack was missing.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.3_08-150500.3.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.3_08-150500.3.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.3_08-150500.3.27.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.3_08-150500.3.27.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.3_08-150500.3.27.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.3_08-150500.3.27.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.3_08-150500.3.27.1.noarch", "openSUSE Leap 15.5:xen-4.17.3_08-150500.3.27.1.aarch64", "openSUSE Leap 15.5:xen-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-devel-4.17.3_08-150500.3.27.1.aarch64", "openSUSE Leap 15.5:xen-devel-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-doc-html-4.17.3_08-150500.3.27.1.aarch64", "openSUSE Leap 15.5:xen-doc-html-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-libs-32bit-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-libs-4.17.3_08-150500.3.27.1.aarch64", "openSUSE Leap 15.5:xen-libs-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-tools-4.17.3_08-150500.3.27.1.aarch64", "openSUSE Leap 15.5:xen-tools-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-tools-domU-4.17.3_08-150500.3.27.1.aarch64", "openSUSE Leap 15.5:xen-tools-domU-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.3_08-150500.3.27.1.noarch" ] }, "references": [ { "category": "external", "summary": "CVE-2023-46841", "url": "https://www.suse.com/security/cve/CVE-2023-46841" }, { "category": "external", "summary": "SUSE Bug 1219885 for CVE-2023-46841", "url": "https://bugzilla.suse.com/1219885" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this 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:xen-libs-4.17.3_08-150500.3.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.3_08-150500.3.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.3_08-150500.3.27.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.3_08-150500.3.27.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.3_08-150500.3.27.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.3_08-150500.3.27.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.3_08-150500.3.27.1.noarch", "openSUSE Leap 15.5:xen-4.17.3_08-150500.3.27.1.aarch64", "openSUSE Leap 15.5:xen-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-devel-4.17.3_08-150500.3.27.1.aarch64", "openSUSE Leap 15.5:xen-devel-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-doc-html-4.17.3_08-150500.3.27.1.aarch64", "openSUSE Leap 15.5:xen-doc-html-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-libs-32bit-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-libs-4.17.3_08-150500.3.27.1.aarch64", "openSUSE Leap 15.5:xen-libs-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-tools-4.17.3_08-150500.3.27.1.aarch64", "openSUSE Leap 15.5:xen-tools-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-tools-domU-4.17.3_08-150500.3.27.1.aarch64", "openSUSE Leap 15.5:xen-tools-domU-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.3_08-150500.3.27.1.noarch" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.3_08-150500.3.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.3_08-150500.3.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.3_08-150500.3.27.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.3_08-150500.3.27.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.3_08-150500.3.27.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.3_08-150500.3.27.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.3_08-150500.3.27.1.noarch", "openSUSE Leap 15.5:xen-4.17.3_08-150500.3.27.1.aarch64", "openSUSE Leap 15.5:xen-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-devel-4.17.3_08-150500.3.27.1.aarch64", "openSUSE Leap 15.5:xen-devel-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-doc-html-4.17.3_08-150500.3.27.1.aarch64", "openSUSE Leap 15.5:xen-doc-html-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-libs-32bit-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-libs-4.17.3_08-150500.3.27.1.aarch64", "openSUSE Leap 15.5:xen-libs-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-tools-4.17.3_08-150500.3.27.1.aarch64", "openSUSE Leap 15.5:xen-tools-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-tools-domU-4.17.3_08-150500.3.27.1.aarch64", "openSUSE Leap 15.5:xen-tools-domU-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.3_08-150500.3.27.1.noarch" ] } ], "threats": [ { "category": "impact", "date": "2024-04-03T12:10:18Z", "details": "moderate" } ], "title": "CVE-2023-46841" }, { "cve": "CVE-2024-2193", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-2193" } ], "notes": [ { "category": "general", "text": "A Speculative Race Condition (SRC) vulnerability that impacts modern CPU architectures supporting speculative execution (related to Spectre V1) has been disclosed. An unauthenticated attacker can exploit this vulnerability to disclose arbitrary data from the CPU using race conditions to access the speculative executable code paths.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.3_08-150500.3.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.3_08-150500.3.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.3_08-150500.3.27.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.3_08-150500.3.27.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.3_08-150500.3.27.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.3_08-150500.3.27.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.3_08-150500.3.27.1.noarch", "openSUSE Leap 15.5:xen-4.17.3_08-150500.3.27.1.aarch64", "openSUSE Leap 15.5:xen-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-devel-4.17.3_08-150500.3.27.1.aarch64", "openSUSE Leap 15.5:xen-devel-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-doc-html-4.17.3_08-150500.3.27.1.aarch64", "openSUSE Leap 15.5:xen-doc-html-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-libs-32bit-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-libs-4.17.3_08-150500.3.27.1.aarch64", "openSUSE Leap 15.5:xen-libs-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-tools-4.17.3_08-150500.3.27.1.aarch64", "openSUSE Leap 15.5:xen-tools-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-tools-domU-4.17.3_08-150500.3.27.1.aarch64", "openSUSE Leap 15.5:xen-tools-domU-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.3_08-150500.3.27.1.noarch" ] }, "references": [ { "category": "external", "summary": "CVE-2024-2193", "url": "https://www.suse.com/security/cve/CVE-2024-2193" }, { "category": "external", "summary": "SUSE Bug 1217857 for CVE-2024-2193", "url": "https://bugzilla.suse.com/1217857" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this 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:xen-libs-4.17.3_08-150500.3.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.3_08-150500.3.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.3_08-150500.3.27.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.3_08-150500.3.27.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.3_08-150500.3.27.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.3_08-150500.3.27.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.3_08-150500.3.27.1.noarch", "openSUSE Leap 15.5:xen-4.17.3_08-150500.3.27.1.aarch64", "openSUSE Leap 15.5:xen-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-devel-4.17.3_08-150500.3.27.1.aarch64", "openSUSE Leap 15.5:xen-devel-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-doc-html-4.17.3_08-150500.3.27.1.aarch64", "openSUSE Leap 15.5:xen-doc-html-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-libs-32bit-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-libs-4.17.3_08-150500.3.27.1.aarch64", "openSUSE Leap 15.5:xen-libs-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-tools-4.17.3_08-150500.3.27.1.aarch64", "openSUSE Leap 15.5:xen-tools-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-tools-domU-4.17.3_08-150500.3.27.1.aarch64", "openSUSE Leap 15.5:xen-tools-domU-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.3_08-150500.3.27.1.noarch" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.3_08-150500.3.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.3_08-150500.3.27.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.3_08-150500.3.27.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.3_08-150500.3.27.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.3_08-150500.3.27.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.3_08-150500.3.27.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.3_08-150500.3.27.1.noarch", "openSUSE Leap 15.5:xen-4.17.3_08-150500.3.27.1.aarch64", "openSUSE Leap 15.5:xen-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-devel-4.17.3_08-150500.3.27.1.aarch64", "openSUSE Leap 15.5:xen-devel-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-doc-html-4.17.3_08-150500.3.27.1.aarch64", "openSUSE Leap 15.5:xen-doc-html-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-libs-32bit-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-libs-4.17.3_08-150500.3.27.1.aarch64", "openSUSE Leap 15.5:xen-libs-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-tools-4.17.3_08-150500.3.27.1.aarch64", "openSUSE Leap 15.5:xen-tools-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-tools-domU-4.17.3_08-150500.3.27.1.aarch64", "openSUSE Leap 15.5:xen-tools-domU-4.17.3_08-150500.3.27.1.x86_64", "openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.3_08-150500.3.27.1.noarch" ] } ], "threats": [ { "category": "impact", "date": "2024-04-03T12:10:18Z", "details": "moderate" } ], "title": "CVE-2024-2193" } ] }
suse-su-2024:0934-1
Vulnerability from csaf_suse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for xen", "title": "Title of the patch" }, { "category": "description", "text": "This update for xen fixes the following issues:\n\n- CVE-2023-46841: Fixed shadow stack vs exceptions from emulation stubs (XSA-451) (bsc#1219885).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2024-934,SUSE-SLE-Micro-5.3-2024-934,SUSE-SLE-Micro-5.4-2024-934,openSUSE-Leap-Micro-5.3-2024-934,openSUSE-Leap-Micro-5.4-2024-934", "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-2024_0934-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2024:0934-1", "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20240934-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2024:0934-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-March/018203.html" }, { "category": "self", "summary": "SUSE Bug 1219885", "url": "https://bugzilla.suse.com/1219885" }, { "category": "self", "summary": "SUSE CVE CVE-2023-46841 page", "url": "https://www.suse.com/security/cve/CVE-2023-46841/" } ], "title": "Security update for xen", "tracking": { "current_release_date": "2024-03-19T12:03:39Z", "generator": { "date": "2024-03-19T12:03:39Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2024:0934-1", "initial_release_date": "2024-03-19T12:03:39Z", "revision_history": [ { "date": "2024-03-19T12:03:39Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "xen-4.16.5_14-150400.4.49.1.aarch64", "product": { "name": "xen-4.16.5_14-150400.4.49.1.aarch64", "product_id": "xen-4.16.5_14-150400.4.49.1.aarch64" } }, { "category": "product_version", "name": "xen-devel-4.16.5_14-150400.4.49.1.aarch64", "product": { "name": "xen-devel-4.16.5_14-150400.4.49.1.aarch64", "product_id": "xen-devel-4.16.5_14-150400.4.49.1.aarch64" } }, { "category": "product_version", "name": "xen-doc-html-4.16.5_14-150400.4.49.1.aarch64", "product": { "name": "xen-doc-html-4.16.5_14-150400.4.49.1.aarch64", "product_id": "xen-doc-html-4.16.5_14-150400.4.49.1.aarch64" } }, { "category": "product_version", "name": "xen-libs-4.16.5_14-150400.4.49.1.aarch64", "product": { "name": "xen-libs-4.16.5_14-150400.4.49.1.aarch64", "product_id": "xen-libs-4.16.5_14-150400.4.49.1.aarch64" } }, { "category": "product_version", "name": "xen-tools-4.16.5_14-150400.4.49.1.aarch64", "product": { "name": "xen-tools-4.16.5_14-150400.4.49.1.aarch64", "product_id": "xen-tools-4.16.5_14-150400.4.49.1.aarch64" } }, { "category": "product_version", "name": "xen-tools-domU-4.16.5_14-150400.4.49.1.aarch64", "product": { "name": "xen-tools-domU-4.16.5_14-150400.4.49.1.aarch64", "product_id": "xen-tools-domU-4.16.5_14-150400.4.49.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "xen-libs-64bit-4.16.5_14-150400.4.49.1.aarch64_ilp32", "product": { "name": "xen-libs-64bit-4.16.5_14-150400.4.49.1.aarch64_ilp32", "product_id": "xen-libs-64bit-4.16.5_14-150400.4.49.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "xen-devel-4.16.5_14-150400.4.49.1.i586", "product": { "name": "xen-devel-4.16.5_14-150400.4.49.1.i586", "product_id": "xen-devel-4.16.5_14-150400.4.49.1.i586" } }, { "category": "product_version", "name": "xen-libs-4.16.5_14-150400.4.49.1.i586", "product": { "name": "xen-libs-4.16.5_14-150400.4.49.1.i586", "product_id": "xen-libs-4.16.5_14-150400.4.49.1.i586" } }, { "category": "product_version", "name": "xen-tools-domU-4.16.5_14-150400.4.49.1.i586", "product": { "name": "xen-tools-domU-4.16.5_14-150400.4.49.1.i586", "product_id": "xen-tools-domU-4.16.5_14-150400.4.49.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "xen-tools-xendomains-wait-disk-4.16.5_14-150400.4.49.1.noarch", "product": { "name": "xen-tools-xendomains-wait-disk-4.16.5_14-150400.4.49.1.noarch", "product_id": "xen-tools-xendomains-wait-disk-4.16.5_14-150400.4.49.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "xen-4.16.5_14-150400.4.49.1.x86_64", "product": { "name": "xen-4.16.5_14-150400.4.49.1.x86_64", "product_id": "xen-4.16.5_14-150400.4.49.1.x86_64" } }, { "category": "product_version", "name": "xen-devel-4.16.5_14-150400.4.49.1.x86_64", "product": { "name": "xen-devel-4.16.5_14-150400.4.49.1.x86_64", "product_id": "xen-devel-4.16.5_14-150400.4.49.1.x86_64" } }, { "category": "product_version", "name": "xen-doc-html-4.16.5_14-150400.4.49.1.x86_64", "product": { "name": "xen-doc-html-4.16.5_14-150400.4.49.1.x86_64", "product_id": "xen-doc-html-4.16.5_14-150400.4.49.1.x86_64" } }, { "category": "product_version", "name": "xen-libs-4.16.5_14-150400.4.49.1.x86_64", "product": { "name": "xen-libs-4.16.5_14-150400.4.49.1.x86_64", "product_id": "xen-libs-4.16.5_14-150400.4.49.1.x86_64" } }, { "category": "product_version", "name": "xen-libs-32bit-4.16.5_14-150400.4.49.1.x86_64", "product": { "name": "xen-libs-32bit-4.16.5_14-150400.4.49.1.x86_64", "product_id": "xen-libs-32bit-4.16.5_14-150400.4.49.1.x86_64" } }, { "category": "product_version", "name": "xen-tools-4.16.5_14-150400.4.49.1.x86_64", "product": { "name": "xen-tools-4.16.5_14-150400.4.49.1.x86_64", "product_id": "xen-tools-4.16.5_14-150400.4.49.1.x86_64" } }, { "category": "product_version", "name": "xen-tools-domU-4.16.5_14-150400.4.49.1.x86_64", "product": { "name": "xen-tools-domU-4.16.5_14-150400.4.49.1.x86_64", "product_id": "xen-tools-domU-4.16.5_14-150400.4.49.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": "openSUSE Leap Micro 5.3", "product": { "name": "openSUSE Leap Micro 5.3", "product_id": "openSUSE Leap Micro 5.3", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap-micro:5.3" } } }, { "category": "product_name", "name": "openSUSE Leap Micro 5.4", "product": { "name": "openSUSE Leap Micro 5.4", "product_id": "openSUSE Leap Micro 5.4", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap-micro:5.4" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "xen-libs-4.16.5_14-150400.4.49.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.5_14-150400.4.49.1.x86_64" }, "product_reference": "xen-libs-4.16.5_14-150400.4.49.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "xen-libs-4.16.5_14-150400.4.49.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.5_14-150400.4.49.1.x86_64" }, "product_reference": "xen-libs-4.16.5_14-150400.4.49.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "xen-libs-4.16.5_14-150400.4.49.1.x86_64 as component of openSUSE Leap Micro 5.3", "product_id": "openSUSE Leap Micro 5.3:xen-libs-4.16.5_14-150400.4.49.1.x86_64" }, "product_reference": "xen-libs-4.16.5_14-150400.4.49.1.x86_64", "relates_to_product_reference": "openSUSE Leap Micro 5.3" }, { "category": "default_component_of", "full_product_name": { "name": "xen-libs-4.16.5_14-150400.4.49.1.x86_64 as component of openSUSE Leap Micro 5.4", "product_id": "openSUSE Leap Micro 5.4:xen-libs-4.16.5_14-150400.4.49.1.x86_64" }, "product_reference": "xen-libs-4.16.5_14-150400.4.49.1.x86_64", "relates_to_product_reference": "openSUSE Leap Micro 5.4" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-46841", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-46841" } ], "notes": [ { "category": "general", "text": "Recent x86 CPUs offer functionality named Control-flow Enforcement\nTechnology (CET). A sub-feature of this are Shadow Stacks (CET-SS).\nCET-SS is a hardware feature designed to protect against Return Oriented\nProgramming attacks. When enabled, traditional stacks holding both data\nand return addresses are accompanied by so called \"shadow stacks\",\nholding little more than return addresses. Shadow stacks aren\u0027t\nwritable by normal instructions, and upon function returns their\ncontents are used to check for possible manipulation of a return address\ncoming from the traditional stack.\n\nIn particular certain memory accesses need intercepting by Xen. In\nvarious cases the necessary emulation involves kind of replaying of\nthe instruction. Such replaying typically involves filling and then\ninvoking of a stub. Such a replayed instruction may raise an\nexceptions, which is expected and dealt with accordingly.\n\nUnfortunately the interaction of both of the above wasn\u0027t right:\nRecovery involves removal of a call frame from the (traditional) stack.\nThe counterpart of this operation for the shadow stack was missing.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.5_14-150400.4.49.1.x86_64", "SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.5_14-150400.4.49.1.x86_64", "openSUSE Leap Micro 5.3:xen-libs-4.16.5_14-150400.4.49.1.x86_64", "openSUSE Leap Micro 5.4:xen-libs-4.16.5_14-150400.4.49.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-46841", "url": "https://www.suse.com/security/cve/CVE-2023-46841" }, { "category": "external", "summary": "SUSE Bug 1219885 for CVE-2023-46841", "url": "https://bugzilla.suse.com/1219885" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this 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:xen-libs-4.16.5_14-150400.4.49.1.x86_64", "SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.5_14-150400.4.49.1.x86_64", "openSUSE Leap Micro 5.3:xen-libs-4.16.5_14-150400.4.49.1.x86_64", "openSUSE Leap Micro 5.4:xen-libs-4.16.5_14-150400.4.49.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.5_14-150400.4.49.1.x86_64", "SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.5_14-150400.4.49.1.x86_64", "openSUSE Leap Micro 5.3:xen-libs-4.16.5_14-150400.4.49.1.x86_64", "openSUSE Leap Micro 5.4:xen-libs-4.16.5_14-150400.4.49.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-03-19T12:03:39Z", "details": "moderate" } ], "title": "CVE-2023-46841" } ] }
suse-su-2024:0830-1
Vulnerability from csaf_suse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for xen", "title": "Title of the patch" }, { "category": "description", "text": "This update for xen fixes the following issues:\n\n- CVE-2023-46839: Fixed memory access through PCI device with phantom functions (XSA-449) (bsc#1218851).\n- CVE-2023-46840: Fixed Failure to quarantine devices in !HVM builds (XSA-450) (bsc#1219080).\n- CVE-2023-46841: Fixed shadow stack vs exceptions from emulation stubs (XSA-451) (bsc#1219885).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2024-830,SUSE-SLE-Micro-5.5-2024-830,SUSE-SLE-Module-Basesystem-15-SP5-2024-830,SUSE-SLE-Module-Server-Applications-15-SP5-2024-830,openSUSE-SLE-15.5-2024-830", "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-2024_0830-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2024:0830-1", "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20240830-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2024:0830-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-March/018142.html" }, { "category": "self", "summary": "SUSE Bug 1027519", "url": "https://bugzilla.suse.com/1027519" }, { "category": "self", "summary": "SUSE Bug 1218851", "url": "https://bugzilla.suse.com/1218851" }, { "category": "self", "summary": "SUSE Bug 1219080", "url": "https://bugzilla.suse.com/1219080" }, { "category": "self", "summary": "SUSE Bug 1219885", "url": "https://bugzilla.suse.com/1219885" }, { "category": "self", "summary": "SUSE CVE CVE-2023-46839 page", "url": "https://www.suse.com/security/cve/CVE-2023-46839/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-46840 page", "url": "https://www.suse.com/security/cve/CVE-2023-46840/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-46841 page", "url": "https://www.suse.com/security/cve/CVE-2023-46841/" } ], "title": "Security update for xen", "tracking": { "current_release_date": "2024-03-11T08:38:46Z", "generator": { "date": "2024-03-11T08:38:46Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2024:0830-1", "initial_release_date": "2024-03-11T08:38:46Z", "revision_history": [ { "date": "2024-03-11T08:38:46Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "xen-4.17.3_06-150500.3.24.1.aarch64", "product": { "name": "xen-4.17.3_06-150500.3.24.1.aarch64", "product_id": "xen-4.17.3_06-150500.3.24.1.aarch64" } }, { "category": "product_version", "name": "xen-devel-4.17.3_06-150500.3.24.1.aarch64", "product": { "name": "xen-devel-4.17.3_06-150500.3.24.1.aarch64", "product_id": "xen-devel-4.17.3_06-150500.3.24.1.aarch64" } }, { "category": "product_version", "name": "xen-doc-html-4.17.3_06-150500.3.24.1.aarch64", "product": { "name": "xen-doc-html-4.17.3_06-150500.3.24.1.aarch64", "product_id": "xen-doc-html-4.17.3_06-150500.3.24.1.aarch64" } }, { "category": "product_version", "name": "xen-libs-4.17.3_06-150500.3.24.1.aarch64", "product": { "name": "xen-libs-4.17.3_06-150500.3.24.1.aarch64", "product_id": "xen-libs-4.17.3_06-150500.3.24.1.aarch64" } }, { "category": "product_version", "name": "xen-tools-4.17.3_06-150500.3.24.1.aarch64", "product": { "name": "xen-tools-4.17.3_06-150500.3.24.1.aarch64", "product_id": "xen-tools-4.17.3_06-150500.3.24.1.aarch64" } }, { "category": "product_version", "name": "xen-tools-domU-4.17.3_06-150500.3.24.1.aarch64", "product": { "name": "xen-tools-domU-4.17.3_06-150500.3.24.1.aarch64", "product_id": "xen-tools-domU-4.17.3_06-150500.3.24.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "xen-libs-64bit-4.17.3_06-150500.3.24.1.aarch64_ilp32", "product": { "name": "xen-libs-64bit-4.17.3_06-150500.3.24.1.aarch64_ilp32", "product_id": "xen-libs-64bit-4.17.3_06-150500.3.24.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "xen-devel-4.17.3_06-150500.3.24.1.i586", "product": { "name": "xen-devel-4.17.3_06-150500.3.24.1.i586", "product_id": "xen-devel-4.17.3_06-150500.3.24.1.i586" } }, { "category": "product_version", "name": "xen-libs-4.17.3_06-150500.3.24.1.i586", "product": { "name": "xen-libs-4.17.3_06-150500.3.24.1.i586", "product_id": "xen-libs-4.17.3_06-150500.3.24.1.i586" } }, { "category": "product_version", "name": "xen-tools-domU-4.17.3_06-150500.3.24.1.i586", "product": { "name": "xen-tools-domU-4.17.3_06-150500.3.24.1.i586", "product_id": "xen-tools-domU-4.17.3_06-150500.3.24.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "xen-tools-xendomains-wait-disk-4.17.3_06-150500.3.24.1.noarch", "product": { "name": "xen-tools-xendomains-wait-disk-4.17.3_06-150500.3.24.1.noarch", "product_id": "xen-tools-xendomains-wait-disk-4.17.3_06-150500.3.24.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "xen-4.17.3_06-150500.3.24.1.x86_64", "product": { "name": "xen-4.17.3_06-150500.3.24.1.x86_64", "product_id": "xen-4.17.3_06-150500.3.24.1.x86_64" } }, { "category": "product_version", "name": "xen-devel-4.17.3_06-150500.3.24.1.x86_64", "product": { "name": "xen-devel-4.17.3_06-150500.3.24.1.x86_64", "product_id": "xen-devel-4.17.3_06-150500.3.24.1.x86_64" } }, { "category": "product_version", "name": "xen-doc-html-4.17.3_06-150500.3.24.1.x86_64", "product": { "name": "xen-doc-html-4.17.3_06-150500.3.24.1.x86_64", "product_id": "xen-doc-html-4.17.3_06-150500.3.24.1.x86_64" } }, { "category": "product_version", "name": "xen-libs-4.17.3_06-150500.3.24.1.x86_64", "product": { "name": "xen-libs-4.17.3_06-150500.3.24.1.x86_64", "product_id": "xen-libs-4.17.3_06-150500.3.24.1.x86_64" } }, { "category": "product_version", "name": "xen-libs-32bit-4.17.3_06-150500.3.24.1.x86_64", "product": { "name": "xen-libs-32bit-4.17.3_06-150500.3.24.1.x86_64", "product_id": "xen-libs-32bit-4.17.3_06-150500.3.24.1.x86_64" } }, { "category": "product_version", "name": "xen-tools-4.17.3_06-150500.3.24.1.x86_64", "product": { "name": "xen-tools-4.17.3_06-150500.3.24.1.x86_64", "product_id": "xen-tools-4.17.3_06-150500.3.24.1.x86_64" } }, { "category": "product_version", "name": "xen-tools-domU-4.17.3_06-150500.3.24.1.x86_64", "product": { "name": "xen-tools-domU-4.17.3_06-150500.3.24.1.x86_64", "product_id": "xen-tools-domU-4.17.3_06-150500.3.24.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Micro 5.5", "product": { "name": "SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-micro:5.5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Basesystem 15 SP5", "product": { "name": "SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-basesystem:15:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Server Applications 15 SP5", "product": { "name": "SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-server-applications:15:sp5" } } }, { "category": "product_name", "name": "openSUSE Leap 15.5", "product": { "name": "openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "xen-libs-4.17.3_06-150500.3.24.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.3_06-150500.3.24.1.x86_64" }, "product_reference": "xen-libs-4.17.3_06-150500.3.24.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-libs-4.17.3_06-150500.3.24.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.3_06-150500.3.24.1.x86_64" }, "product_reference": "xen-libs-4.17.3_06-150500.3.24.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-domU-4.17.3_06-150500.3.24.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.3_06-150500.3.24.1.x86_64" }, "product_reference": "xen-tools-domU-4.17.3_06-150500.3.24.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-4.17.3_06-150500.3.24.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.3_06-150500.3.24.1.x86_64" }, "product_reference": "xen-4.17.3_06-150500.3.24.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-devel-4.17.3_06-150500.3.24.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.3_06-150500.3.24.1.x86_64" }, "product_reference": "xen-devel-4.17.3_06-150500.3.24.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-4.17.3_06-150500.3.24.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.3_06-150500.3.24.1.x86_64" }, "product_reference": "xen-tools-4.17.3_06-150500.3.24.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-xendomains-wait-disk-4.17.3_06-150500.3.24.1.noarch as component of SUSE Linux Enterprise Module for Server Applications 15 SP5", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.3_06-150500.3.24.1.noarch" }, "product_reference": "xen-tools-xendomains-wait-disk-4.17.3_06-150500.3.24.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-4.17.3_06-150500.3.24.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:xen-4.17.3_06-150500.3.24.1.aarch64" }, "product_reference": "xen-4.17.3_06-150500.3.24.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-4.17.3_06-150500.3.24.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:xen-4.17.3_06-150500.3.24.1.x86_64" }, "product_reference": "xen-4.17.3_06-150500.3.24.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-devel-4.17.3_06-150500.3.24.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:xen-devel-4.17.3_06-150500.3.24.1.aarch64" }, "product_reference": "xen-devel-4.17.3_06-150500.3.24.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-devel-4.17.3_06-150500.3.24.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:xen-devel-4.17.3_06-150500.3.24.1.x86_64" }, "product_reference": "xen-devel-4.17.3_06-150500.3.24.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-doc-html-4.17.3_06-150500.3.24.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:xen-doc-html-4.17.3_06-150500.3.24.1.aarch64" }, "product_reference": "xen-doc-html-4.17.3_06-150500.3.24.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-doc-html-4.17.3_06-150500.3.24.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:xen-doc-html-4.17.3_06-150500.3.24.1.x86_64" }, "product_reference": "xen-doc-html-4.17.3_06-150500.3.24.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-libs-4.17.3_06-150500.3.24.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:xen-libs-4.17.3_06-150500.3.24.1.aarch64" }, "product_reference": "xen-libs-4.17.3_06-150500.3.24.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-libs-4.17.3_06-150500.3.24.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:xen-libs-4.17.3_06-150500.3.24.1.x86_64" }, "product_reference": "xen-libs-4.17.3_06-150500.3.24.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-libs-32bit-4.17.3_06-150500.3.24.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:xen-libs-32bit-4.17.3_06-150500.3.24.1.x86_64" }, "product_reference": "xen-libs-32bit-4.17.3_06-150500.3.24.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-4.17.3_06-150500.3.24.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:xen-tools-4.17.3_06-150500.3.24.1.aarch64" }, "product_reference": "xen-tools-4.17.3_06-150500.3.24.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-4.17.3_06-150500.3.24.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:xen-tools-4.17.3_06-150500.3.24.1.x86_64" }, "product_reference": "xen-tools-4.17.3_06-150500.3.24.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-domU-4.17.3_06-150500.3.24.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:xen-tools-domU-4.17.3_06-150500.3.24.1.aarch64" }, "product_reference": "xen-tools-domU-4.17.3_06-150500.3.24.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-domU-4.17.3_06-150500.3.24.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:xen-tools-domU-4.17.3_06-150500.3.24.1.x86_64" }, "product_reference": "xen-tools-domU-4.17.3_06-150500.3.24.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-xendomains-wait-disk-4.17.3_06-150500.3.24.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.3_06-150500.3.24.1.noarch" }, "product_reference": "xen-tools-xendomains-wait-disk-4.17.3_06-150500.3.24.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-46839", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-46839" } ], "notes": [ { "category": "general", "text": "PCI devices can make use of a functionality called phantom functions,\nthat when enabled allows the device to generate requests using the IDs\nof functions that are otherwise unpopulated. This allows a device to\nextend the number of outstanding requests.\n\nSuch phantom functions need an IOMMU context setup, but failure to\nsetup the context is not fatal when the device is assigned. Not\nfailing device assignment when such failure happens can lead to the\nprimary device being assigned to a guest, while some of the phantom\nfunctions are assigned to a different domain.\n", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.3_06-150500.3.24.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.3_06-150500.3.24.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.3_06-150500.3.24.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.3_06-150500.3.24.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.3_06-150500.3.24.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.3_06-150500.3.24.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.3_06-150500.3.24.1.noarch", "openSUSE Leap 15.5:xen-4.17.3_06-150500.3.24.1.aarch64", "openSUSE Leap 15.5:xen-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-devel-4.17.3_06-150500.3.24.1.aarch64", "openSUSE Leap 15.5:xen-devel-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-doc-html-4.17.3_06-150500.3.24.1.aarch64", "openSUSE Leap 15.5:xen-doc-html-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-libs-32bit-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-libs-4.17.3_06-150500.3.24.1.aarch64", "openSUSE Leap 15.5:xen-libs-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-tools-4.17.3_06-150500.3.24.1.aarch64", "openSUSE Leap 15.5:xen-tools-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-tools-domU-4.17.3_06-150500.3.24.1.aarch64", "openSUSE Leap 15.5:xen-tools-domU-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.3_06-150500.3.24.1.noarch" ] }, "references": [ { "category": "external", "summary": "CVE-2023-46839", "url": "https://www.suse.com/security/cve/CVE-2023-46839" }, { "category": "external", "summary": "SUSE Bug 1218851 for CVE-2023-46839", "url": "https://bugzilla.suse.com/1218851" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this 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:xen-libs-4.17.3_06-150500.3.24.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.3_06-150500.3.24.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.3_06-150500.3.24.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.3_06-150500.3.24.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.3_06-150500.3.24.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.3_06-150500.3.24.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.3_06-150500.3.24.1.noarch", "openSUSE Leap 15.5:xen-4.17.3_06-150500.3.24.1.aarch64", "openSUSE Leap 15.5:xen-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-devel-4.17.3_06-150500.3.24.1.aarch64", "openSUSE Leap 15.5:xen-devel-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-doc-html-4.17.3_06-150500.3.24.1.aarch64", "openSUSE Leap 15.5:xen-doc-html-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-libs-32bit-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-libs-4.17.3_06-150500.3.24.1.aarch64", "openSUSE Leap 15.5:xen-libs-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-tools-4.17.3_06-150500.3.24.1.aarch64", "openSUSE Leap 15.5:xen-tools-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-tools-domU-4.17.3_06-150500.3.24.1.aarch64", "openSUSE Leap 15.5:xen-tools-domU-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.3_06-150500.3.24.1.noarch" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.1, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.3_06-150500.3.24.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.3_06-150500.3.24.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.3_06-150500.3.24.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.3_06-150500.3.24.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.3_06-150500.3.24.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.3_06-150500.3.24.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.3_06-150500.3.24.1.noarch", "openSUSE Leap 15.5:xen-4.17.3_06-150500.3.24.1.aarch64", "openSUSE Leap 15.5:xen-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-devel-4.17.3_06-150500.3.24.1.aarch64", "openSUSE Leap 15.5:xen-devel-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-doc-html-4.17.3_06-150500.3.24.1.aarch64", "openSUSE Leap 15.5:xen-doc-html-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-libs-32bit-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-libs-4.17.3_06-150500.3.24.1.aarch64", "openSUSE Leap 15.5:xen-libs-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-tools-4.17.3_06-150500.3.24.1.aarch64", "openSUSE Leap 15.5:xen-tools-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-tools-domU-4.17.3_06-150500.3.24.1.aarch64", "openSUSE Leap 15.5:xen-tools-domU-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.3_06-150500.3.24.1.noarch" ] } ], "threats": [ { "category": "impact", "date": "2024-03-11T08:38:46Z", "details": "moderate" } ], "title": "CVE-2023-46839" }, { "cve": "CVE-2023-46840", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-46840" } ], "notes": [ { "category": "general", "text": "Incorrect placement of a preprocessor directive in source code results\nin logic that doesn\u0027t operate as intended when support for HVM guests is\ncompiled out of Xen.\n", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.3_06-150500.3.24.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.3_06-150500.3.24.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.3_06-150500.3.24.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.3_06-150500.3.24.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.3_06-150500.3.24.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.3_06-150500.3.24.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.3_06-150500.3.24.1.noarch", "openSUSE Leap 15.5:xen-4.17.3_06-150500.3.24.1.aarch64", "openSUSE Leap 15.5:xen-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-devel-4.17.3_06-150500.3.24.1.aarch64", "openSUSE Leap 15.5:xen-devel-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-doc-html-4.17.3_06-150500.3.24.1.aarch64", "openSUSE Leap 15.5:xen-doc-html-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-libs-32bit-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-libs-4.17.3_06-150500.3.24.1.aarch64", "openSUSE Leap 15.5:xen-libs-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-tools-4.17.3_06-150500.3.24.1.aarch64", "openSUSE Leap 15.5:xen-tools-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-tools-domU-4.17.3_06-150500.3.24.1.aarch64", "openSUSE Leap 15.5:xen-tools-domU-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.3_06-150500.3.24.1.noarch" ] }, "references": [ { "category": "external", "summary": "CVE-2023-46840", "url": "https://www.suse.com/security/cve/CVE-2023-46840" }, { "category": "external", "summary": "SUSE Bug 1219080 for CVE-2023-46840", "url": "https://bugzilla.suse.com/1219080" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this 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:xen-libs-4.17.3_06-150500.3.24.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.3_06-150500.3.24.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.3_06-150500.3.24.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.3_06-150500.3.24.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.3_06-150500.3.24.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.3_06-150500.3.24.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.3_06-150500.3.24.1.noarch", "openSUSE Leap 15.5:xen-4.17.3_06-150500.3.24.1.aarch64", "openSUSE Leap 15.5:xen-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-devel-4.17.3_06-150500.3.24.1.aarch64", "openSUSE Leap 15.5:xen-devel-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-doc-html-4.17.3_06-150500.3.24.1.aarch64", "openSUSE Leap 15.5:xen-doc-html-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-libs-32bit-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-libs-4.17.3_06-150500.3.24.1.aarch64", "openSUSE Leap 15.5:xen-libs-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-tools-4.17.3_06-150500.3.24.1.aarch64", "openSUSE Leap 15.5:xen-tools-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-tools-domU-4.17.3_06-150500.3.24.1.aarch64", "openSUSE Leap 15.5:xen-tools-domU-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.3_06-150500.3.24.1.noarch" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.1, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:N/I:H/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.3_06-150500.3.24.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.3_06-150500.3.24.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.3_06-150500.3.24.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.3_06-150500.3.24.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.3_06-150500.3.24.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.3_06-150500.3.24.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.3_06-150500.3.24.1.noarch", "openSUSE Leap 15.5:xen-4.17.3_06-150500.3.24.1.aarch64", "openSUSE Leap 15.5:xen-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-devel-4.17.3_06-150500.3.24.1.aarch64", "openSUSE Leap 15.5:xen-devel-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-doc-html-4.17.3_06-150500.3.24.1.aarch64", "openSUSE Leap 15.5:xen-doc-html-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-libs-32bit-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-libs-4.17.3_06-150500.3.24.1.aarch64", "openSUSE Leap 15.5:xen-libs-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-tools-4.17.3_06-150500.3.24.1.aarch64", "openSUSE Leap 15.5:xen-tools-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-tools-domU-4.17.3_06-150500.3.24.1.aarch64", "openSUSE Leap 15.5:xen-tools-domU-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.3_06-150500.3.24.1.noarch" ] } ], "threats": [ { "category": "impact", "date": "2024-03-11T08:38:46Z", "details": "moderate" } ], "title": "CVE-2023-46840" }, { "cve": "CVE-2023-46841", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-46841" } ], "notes": [ { "category": "general", "text": "Recent x86 CPUs offer functionality named Control-flow Enforcement\nTechnology (CET). A sub-feature of this are Shadow Stacks (CET-SS).\nCET-SS is a hardware feature designed to protect against Return Oriented\nProgramming attacks. When enabled, traditional stacks holding both data\nand return addresses are accompanied by so called \"shadow stacks\",\nholding little more than return addresses. Shadow stacks aren\u0027t\nwritable by normal instructions, and upon function returns their\ncontents are used to check for possible manipulation of a return address\ncoming from the traditional stack.\n\nIn particular certain memory accesses need intercepting by Xen. In\nvarious cases the necessary emulation involves kind of replaying of\nthe instruction. Such replaying typically involves filling and then\ninvoking of a stub. Such a replayed instruction may raise an\nexceptions, which is expected and dealt with accordingly.\n\nUnfortunately the interaction of both of the above wasn\u0027t right:\nRecovery involves removal of a call frame from the (traditional) stack.\nThe counterpart of this operation for the shadow stack was missing.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.3_06-150500.3.24.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.3_06-150500.3.24.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.3_06-150500.3.24.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.3_06-150500.3.24.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.3_06-150500.3.24.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.3_06-150500.3.24.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.3_06-150500.3.24.1.noarch", "openSUSE Leap 15.5:xen-4.17.3_06-150500.3.24.1.aarch64", "openSUSE Leap 15.5:xen-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-devel-4.17.3_06-150500.3.24.1.aarch64", "openSUSE Leap 15.5:xen-devel-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-doc-html-4.17.3_06-150500.3.24.1.aarch64", "openSUSE Leap 15.5:xen-doc-html-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-libs-32bit-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-libs-4.17.3_06-150500.3.24.1.aarch64", "openSUSE Leap 15.5:xen-libs-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-tools-4.17.3_06-150500.3.24.1.aarch64", "openSUSE Leap 15.5:xen-tools-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-tools-domU-4.17.3_06-150500.3.24.1.aarch64", "openSUSE Leap 15.5:xen-tools-domU-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.3_06-150500.3.24.1.noarch" ] }, "references": [ { "category": "external", "summary": "CVE-2023-46841", "url": "https://www.suse.com/security/cve/CVE-2023-46841" }, { "category": "external", "summary": "SUSE Bug 1219885 for CVE-2023-46841", "url": "https://bugzilla.suse.com/1219885" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this 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:xen-libs-4.17.3_06-150500.3.24.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.3_06-150500.3.24.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.3_06-150500.3.24.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.3_06-150500.3.24.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.3_06-150500.3.24.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.3_06-150500.3.24.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.3_06-150500.3.24.1.noarch", "openSUSE Leap 15.5:xen-4.17.3_06-150500.3.24.1.aarch64", "openSUSE Leap 15.5:xen-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-devel-4.17.3_06-150500.3.24.1.aarch64", "openSUSE Leap 15.5:xen-devel-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-doc-html-4.17.3_06-150500.3.24.1.aarch64", "openSUSE Leap 15.5:xen-doc-html-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-libs-32bit-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-libs-4.17.3_06-150500.3.24.1.aarch64", "openSUSE Leap 15.5:xen-libs-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-tools-4.17.3_06-150500.3.24.1.aarch64", "openSUSE Leap 15.5:xen-tools-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-tools-domU-4.17.3_06-150500.3.24.1.aarch64", "openSUSE Leap 15.5:xen-tools-domU-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.3_06-150500.3.24.1.noarch" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.3_06-150500.3.24.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.3_06-150500.3.24.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.3_06-150500.3.24.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.3_06-150500.3.24.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.3_06-150500.3.24.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.3_06-150500.3.24.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.3_06-150500.3.24.1.noarch", "openSUSE Leap 15.5:xen-4.17.3_06-150500.3.24.1.aarch64", "openSUSE Leap 15.5:xen-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-devel-4.17.3_06-150500.3.24.1.aarch64", "openSUSE Leap 15.5:xen-devel-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-doc-html-4.17.3_06-150500.3.24.1.aarch64", "openSUSE Leap 15.5:xen-doc-html-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-libs-32bit-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-libs-4.17.3_06-150500.3.24.1.aarch64", "openSUSE Leap 15.5:xen-libs-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-tools-4.17.3_06-150500.3.24.1.aarch64", "openSUSE Leap 15.5:xen-tools-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-tools-domU-4.17.3_06-150500.3.24.1.aarch64", "openSUSE Leap 15.5:xen-tools-domU-4.17.3_06-150500.3.24.1.x86_64", "openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.3_06-150500.3.24.1.noarch" ] } ], "threats": [ { "category": "impact", "date": "2024-03-11T08:38:46Z", "details": "moderate" } ], "title": "CVE-2023-46841" } ] }
opensuse-su-2024:13745-1
Vulnerability from csaf_opensuse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "xen-4.18.0_06-2.1 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the xen-4.18.0_06-2.1 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2024-13745", "title": "Patchnames" }, { "category": "legal_disclaimer", "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).", "title": "Terms of use" } ], "publisher": { "category": "vendor", "contact_details": "https://www.suse.com/support/security/contact/", "name": "SUSE Product Security Team", "namespace": "https://www.suse.com/" }, "references": [ { "category": "external", "summary": "SUSE ratings", "url": "https://www.suse.com/support/security/rating/" }, { "category": "self", "summary": "URL of this CSAF notice", "url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_13745-1.json" }, { "category": "self", "summary": "SUSE CVE CVE-2023-46841 page", "url": "https://www.suse.com/security/cve/CVE-2023-46841/" } ], "title": "xen-4.18.0_06-2.1 on GA media", "tracking": { "current_release_date": "2024-06-15T00:00:00Z", "generator": { "date": "2024-06-15T00:00:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2024:13745-1", "initial_release_date": "2024-06-15T00:00:00Z", "revision_history": [ { "date": "2024-06-15T00:00:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "xen-4.18.0_06-2.1.aarch64", "product": { "name": "xen-4.18.0_06-2.1.aarch64", "product_id": "xen-4.18.0_06-2.1.aarch64" } }, { "category": "product_version", "name": "xen-devel-4.18.0_06-2.1.aarch64", "product": { "name": "xen-devel-4.18.0_06-2.1.aarch64", "product_id": "xen-devel-4.18.0_06-2.1.aarch64" } }, { "category": "product_version", "name": "xen-doc-html-4.18.0_06-2.1.aarch64", "product": { "name": "xen-doc-html-4.18.0_06-2.1.aarch64", "product_id": "xen-doc-html-4.18.0_06-2.1.aarch64" } }, { "category": "product_version", "name": "xen-libs-4.18.0_06-2.1.aarch64", "product": { "name": "xen-libs-4.18.0_06-2.1.aarch64", "product_id": "xen-libs-4.18.0_06-2.1.aarch64" } }, { "category": "product_version", "name": "xen-tools-4.18.0_06-2.1.aarch64", "product": { "name": "xen-tools-4.18.0_06-2.1.aarch64", "product_id": "xen-tools-4.18.0_06-2.1.aarch64" } }, { "category": "product_version", "name": "xen-tools-domU-4.18.0_06-2.1.aarch64", "product": { "name": "xen-tools-domU-4.18.0_06-2.1.aarch64", "product_id": "xen-tools-domU-4.18.0_06-2.1.aarch64" } }, { "category": "product_version", "name": "xen-tools-xendomains-wait-disk-4.18.0_06-2.1.aarch64", "product": { "name": "xen-tools-xendomains-wait-disk-4.18.0_06-2.1.aarch64", "product_id": "xen-tools-xendomains-wait-disk-4.18.0_06-2.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "xen-4.18.0_06-2.1.ppc64le", "product": { "name": "xen-4.18.0_06-2.1.ppc64le", "product_id": "xen-4.18.0_06-2.1.ppc64le" } }, { "category": "product_version", "name": "xen-devel-4.18.0_06-2.1.ppc64le", "product": { "name": "xen-devel-4.18.0_06-2.1.ppc64le", "product_id": "xen-devel-4.18.0_06-2.1.ppc64le" } }, { "category": "product_version", "name": "xen-doc-html-4.18.0_06-2.1.ppc64le", "product": { "name": "xen-doc-html-4.18.0_06-2.1.ppc64le", "product_id": "xen-doc-html-4.18.0_06-2.1.ppc64le" } }, { "category": "product_version", "name": "xen-libs-4.18.0_06-2.1.ppc64le", "product": { "name": "xen-libs-4.18.0_06-2.1.ppc64le", "product_id": "xen-libs-4.18.0_06-2.1.ppc64le" } }, { "category": "product_version", "name": "xen-tools-4.18.0_06-2.1.ppc64le", "product": { "name": "xen-tools-4.18.0_06-2.1.ppc64le", "product_id": "xen-tools-4.18.0_06-2.1.ppc64le" } }, { "category": "product_version", "name": "xen-tools-domU-4.18.0_06-2.1.ppc64le", "product": { "name": "xen-tools-domU-4.18.0_06-2.1.ppc64le", "product_id": "xen-tools-domU-4.18.0_06-2.1.ppc64le" } }, { "category": "product_version", "name": "xen-tools-xendomains-wait-disk-4.18.0_06-2.1.ppc64le", "product": { "name": "xen-tools-xendomains-wait-disk-4.18.0_06-2.1.ppc64le", "product_id": "xen-tools-xendomains-wait-disk-4.18.0_06-2.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "xen-4.18.0_06-2.1.s390x", "product": { "name": "xen-4.18.0_06-2.1.s390x", "product_id": "xen-4.18.0_06-2.1.s390x" } }, { "category": "product_version", "name": "xen-devel-4.18.0_06-2.1.s390x", "product": { "name": "xen-devel-4.18.0_06-2.1.s390x", "product_id": "xen-devel-4.18.0_06-2.1.s390x" } }, { "category": "product_version", "name": "xen-doc-html-4.18.0_06-2.1.s390x", "product": { "name": "xen-doc-html-4.18.0_06-2.1.s390x", "product_id": "xen-doc-html-4.18.0_06-2.1.s390x" } }, { "category": "product_version", "name": "xen-libs-4.18.0_06-2.1.s390x", "product": { "name": "xen-libs-4.18.0_06-2.1.s390x", "product_id": "xen-libs-4.18.0_06-2.1.s390x" } }, { "category": "product_version", "name": "xen-tools-4.18.0_06-2.1.s390x", "product": { "name": "xen-tools-4.18.0_06-2.1.s390x", "product_id": "xen-tools-4.18.0_06-2.1.s390x" } }, { "category": "product_version", "name": "xen-tools-domU-4.18.0_06-2.1.s390x", "product": { "name": "xen-tools-domU-4.18.0_06-2.1.s390x", "product_id": "xen-tools-domU-4.18.0_06-2.1.s390x" } }, { "category": "product_version", "name": "xen-tools-xendomains-wait-disk-4.18.0_06-2.1.s390x", "product": { "name": "xen-tools-xendomains-wait-disk-4.18.0_06-2.1.s390x", "product_id": "xen-tools-xendomains-wait-disk-4.18.0_06-2.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "xen-4.18.0_06-2.1.x86_64", "product": { "name": "xen-4.18.0_06-2.1.x86_64", "product_id": "xen-4.18.0_06-2.1.x86_64" } }, { "category": "product_version", "name": "xen-devel-4.18.0_06-2.1.x86_64", "product": { "name": "xen-devel-4.18.0_06-2.1.x86_64", "product_id": "xen-devel-4.18.0_06-2.1.x86_64" } }, { "category": "product_version", "name": "xen-doc-html-4.18.0_06-2.1.x86_64", "product": { "name": "xen-doc-html-4.18.0_06-2.1.x86_64", "product_id": "xen-doc-html-4.18.0_06-2.1.x86_64" } }, { "category": "product_version", "name": "xen-libs-4.18.0_06-2.1.x86_64", "product": { "name": "xen-libs-4.18.0_06-2.1.x86_64", "product_id": "xen-libs-4.18.0_06-2.1.x86_64" } }, { "category": "product_version", "name": "xen-tools-4.18.0_06-2.1.x86_64", "product": { "name": "xen-tools-4.18.0_06-2.1.x86_64", "product_id": "xen-tools-4.18.0_06-2.1.x86_64" } }, { "category": "product_version", "name": "xen-tools-domU-4.18.0_06-2.1.x86_64", "product": { "name": "xen-tools-domU-4.18.0_06-2.1.x86_64", "product_id": "xen-tools-domU-4.18.0_06-2.1.x86_64" } }, { "category": "product_version", "name": "xen-tools-xendomains-wait-disk-4.18.0_06-2.1.x86_64", "product": { "name": "xen-tools-xendomains-wait-disk-4.18.0_06-2.1.x86_64", "product_id": "xen-tools-xendomains-wait-disk-4.18.0_06-2.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Tumbleweed", "product": { "name": "openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed", "product_identification_helper": { "cpe": "cpe:/o:opensuse:tumbleweed" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "xen-4.18.0_06-2.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:xen-4.18.0_06-2.1.aarch64" }, "product_reference": "xen-4.18.0_06-2.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "xen-4.18.0_06-2.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:xen-4.18.0_06-2.1.ppc64le" }, "product_reference": "xen-4.18.0_06-2.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "xen-4.18.0_06-2.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:xen-4.18.0_06-2.1.s390x" }, "product_reference": "xen-4.18.0_06-2.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "xen-4.18.0_06-2.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:xen-4.18.0_06-2.1.x86_64" }, "product_reference": "xen-4.18.0_06-2.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "xen-devel-4.18.0_06-2.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:xen-devel-4.18.0_06-2.1.aarch64" }, "product_reference": "xen-devel-4.18.0_06-2.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "xen-devel-4.18.0_06-2.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:xen-devel-4.18.0_06-2.1.ppc64le" }, "product_reference": "xen-devel-4.18.0_06-2.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "xen-devel-4.18.0_06-2.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:xen-devel-4.18.0_06-2.1.s390x" }, "product_reference": "xen-devel-4.18.0_06-2.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "xen-devel-4.18.0_06-2.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:xen-devel-4.18.0_06-2.1.x86_64" }, "product_reference": "xen-devel-4.18.0_06-2.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "xen-doc-html-4.18.0_06-2.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:xen-doc-html-4.18.0_06-2.1.aarch64" }, "product_reference": "xen-doc-html-4.18.0_06-2.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "xen-doc-html-4.18.0_06-2.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:xen-doc-html-4.18.0_06-2.1.ppc64le" }, "product_reference": "xen-doc-html-4.18.0_06-2.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "xen-doc-html-4.18.0_06-2.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:xen-doc-html-4.18.0_06-2.1.s390x" }, "product_reference": "xen-doc-html-4.18.0_06-2.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "xen-doc-html-4.18.0_06-2.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:xen-doc-html-4.18.0_06-2.1.x86_64" }, "product_reference": "xen-doc-html-4.18.0_06-2.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "xen-libs-4.18.0_06-2.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:xen-libs-4.18.0_06-2.1.aarch64" }, "product_reference": "xen-libs-4.18.0_06-2.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "xen-libs-4.18.0_06-2.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:xen-libs-4.18.0_06-2.1.ppc64le" }, "product_reference": "xen-libs-4.18.0_06-2.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "xen-libs-4.18.0_06-2.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:xen-libs-4.18.0_06-2.1.s390x" }, "product_reference": "xen-libs-4.18.0_06-2.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "xen-libs-4.18.0_06-2.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:xen-libs-4.18.0_06-2.1.x86_64" }, "product_reference": "xen-libs-4.18.0_06-2.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-4.18.0_06-2.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:xen-tools-4.18.0_06-2.1.aarch64" }, "product_reference": "xen-tools-4.18.0_06-2.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-4.18.0_06-2.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:xen-tools-4.18.0_06-2.1.ppc64le" }, "product_reference": "xen-tools-4.18.0_06-2.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-4.18.0_06-2.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:xen-tools-4.18.0_06-2.1.s390x" }, "product_reference": "xen-tools-4.18.0_06-2.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-4.18.0_06-2.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:xen-tools-4.18.0_06-2.1.x86_64" }, "product_reference": "xen-tools-4.18.0_06-2.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-domU-4.18.0_06-2.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:xen-tools-domU-4.18.0_06-2.1.aarch64" }, "product_reference": "xen-tools-domU-4.18.0_06-2.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-domU-4.18.0_06-2.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:xen-tools-domU-4.18.0_06-2.1.ppc64le" }, "product_reference": "xen-tools-domU-4.18.0_06-2.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-domU-4.18.0_06-2.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:xen-tools-domU-4.18.0_06-2.1.s390x" }, "product_reference": "xen-tools-domU-4.18.0_06-2.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-domU-4.18.0_06-2.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:xen-tools-domU-4.18.0_06-2.1.x86_64" }, "product_reference": "xen-tools-domU-4.18.0_06-2.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-xendomains-wait-disk-4.18.0_06-2.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.0_06-2.1.aarch64" }, "product_reference": "xen-tools-xendomains-wait-disk-4.18.0_06-2.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-xendomains-wait-disk-4.18.0_06-2.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.0_06-2.1.ppc64le" }, "product_reference": "xen-tools-xendomains-wait-disk-4.18.0_06-2.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-xendomains-wait-disk-4.18.0_06-2.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.0_06-2.1.s390x" }, "product_reference": "xen-tools-xendomains-wait-disk-4.18.0_06-2.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-xendomains-wait-disk-4.18.0_06-2.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.0_06-2.1.x86_64" }, "product_reference": "xen-tools-xendomains-wait-disk-4.18.0_06-2.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-46841", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-46841" } ], "notes": [ { "category": "general", "text": "Recent x86 CPUs offer functionality named Control-flow Enforcement\nTechnology (CET). A sub-feature of this are Shadow Stacks (CET-SS).\nCET-SS is a hardware feature designed to protect against Return Oriented\nProgramming attacks. When enabled, traditional stacks holding both data\nand return addresses are accompanied by so called \"shadow stacks\",\nholding little more than return addresses. Shadow stacks aren\u0027t\nwritable by normal instructions, and upon function returns their\ncontents are used to check for possible manipulation of a return address\ncoming from the traditional stack.\n\nIn particular certain memory accesses need intercepting by Xen. In\nvarious cases the necessary emulation involves kind of replaying of\nthe instruction. Such replaying typically involves filling and then\ninvoking of a stub. Such a replayed instruction may raise an\nexceptions, which is expected and dealt with accordingly.\n\nUnfortunately the interaction of both of the above wasn\u0027t right:\nRecovery involves removal of a call frame from the (traditional) stack.\nThe counterpart of this operation for the shadow stack was missing.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:xen-4.18.0_06-2.1.aarch64", "openSUSE Tumbleweed:xen-4.18.0_06-2.1.ppc64le", "openSUSE Tumbleweed:xen-4.18.0_06-2.1.s390x", "openSUSE Tumbleweed:xen-4.18.0_06-2.1.x86_64", "openSUSE Tumbleweed:xen-devel-4.18.0_06-2.1.aarch64", "openSUSE Tumbleweed:xen-devel-4.18.0_06-2.1.ppc64le", "openSUSE Tumbleweed:xen-devel-4.18.0_06-2.1.s390x", "openSUSE Tumbleweed:xen-devel-4.18.0_06-2.1.x86_64", "openSUSE Tumbleweed:xen-doc-html-4.18.0_06-2.1.aarch64", "openSUSE Tumbleweed:xen-doc-html-4.18.0_06-2.1.ppc64le", "openSUSE Tumbleweed:xen-doc-html-4.18.0_06-2.1.s390x", "openSUSE Tumbleweed:xen-doc-html-4.18.0_06-2.1.x86_64", "openSUSE Tumbleweed:xen-libs-4.18.0_06-2.1.aarch64", "openSUSE Tumbleweed:xen-libs-4.18.0_06-2.1.ppc64le", "openSUSE Tumbleweed:xen-libs-4.18.0_06-2.1.s390x", "openSUSE Tumbleweed:xen-libs-4.18.0_06-2.1.x86_64", "openSUSE Tumbleweed:xen-tools-4.18.0_06-2.1.aarch64", "openSUSE Tumbleweed:xen-tools-4.18.0_06-2.1.ppc64le", "openSUSE Tumbleweed:xen-tools-4.18.0_06-2.1.s390x", "openSUSE Tumbleweed:xen-tools-4.18.0_06-2.1.x86_64", "openSUSE Tumbleweed:xen-tools-domU-4.18.0_06-2.1.aarch64", "openSUSE Tumbleweed:xen-tools-domU-4.18.0_06-2.1.ppc64le", "openSUSE Tumbleweed:xen-tools-domU-4.18.0_06-2.1.s390x", "openSUSE Tumbleweed:xen-tools-domU-4.18.0_06-2.1.x86_64", "openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.0_06-2.1.aarch64", "openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.0_06-2.1.ppc64le", "openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.0_06-2.1.s390x", "openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.0_06-2.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-46841", "url": "https://www.suse.com/security/cve/CVE-2023-46841" }, { "category": "external", "summary": "SUSE Bug 1219885 for CVE-2023-46841", "url": "https://bugzilla.suse.com/1219885" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "openSUSE Tumbleweed:xen-4.18.0_06-2.1.aarch64", "openSUSE Tumbleweed:xen-4.18.0_06-2.1.ppc64le", "openSUSE Tumbleweed:xen-4.18.0_06-2.1.s390x", "openSUSE Tumbleweed:xen-4.18.0_06-2.1.x86_64", "openSUSE Tumbleweed:xen-devel-4.18.0_06-2.1.aarch64", "openSUSE Tumbleweed:xen-devel-4.18.0_06-2.1.ppc64le", "openSUSE Tumbleweed:xen-devel-4.18.0_06-2.1.s390x", "openSUSE Tumbleweed:xen-devel-4.18.0_06-2.1.x86_64", "openSUSE Tumbleweed:xen-doc-html-4.18.0_06-2.1.aarch64", "openSUSE Tumbleweed:xen-doc-html-4.18.0_06-2.1.ppc64le", "openSUSE Tumbleweed:xen-doc-html-4.18.0_06-2.1.s390x", "openSUSE Tumbleweed:xen-doc-html-4.18.0_06-2.1.x86_64", "openSUSE Tumbleweed:xen-libs-4.18.0_06-2.1.aarch64", "openSUSE Tumbleweed:xen-libs-4.18.0_06-2.1.ppc64le", "openSUSE Tumbleweed:xen-libs-4.18.0_06-2.1.s390x", "openSUSE Tumbleweed:xen-libs-4.18.0_06-2.1.x86_64", "openSUSE Tumbleweed:xen-tools-4.18.0_06-2.1.aarch64", "openSUSE Tumbleweed:xen-tools-4.18.0_06-2.1.ppc64le", "openSUSE Tumbleweed:xen-tools-4.18.0_06-2.1.s390x", "openSUSE Tumbleweed:xen-tools-4.18.0_06-2.1.x86_64", "openSUSE Tumbleweed:xen-tools-domU-4.18.0_06-2.1.aarch64", "openSUSE Tumbleweed:xen-tools-domU-4.18.0_06-2.1.ppc64le", "openSUSE Tumbleweed:xen-tools-domU-4.18.0_06-2.1.s390x", "openSUSE Tumbleweed:xen-tools-domU-4.18.0_06-2.1.x86_64", "openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.0_06-2.1.aarch64", "openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.0_06-2.1.ppc64le", "openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.0_06-2.1.s390x", "openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.0_06-2.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:xen-4.18.0_06-2.1.aarch64", "openSUSE Tumbleweed:xen-4.18.0_06-2.1.ppc64le", "openSUSE Tumbleweed:xen-4.18.0_06-2.1.s390x", "openSUSE Tumbleweed:xen-4.18.0_06-2.1.x86_64", "openSUSE Tumbleweed:xen-devel-4.18.0_06-2.1.aarch64", "openSUSE Tumbleweed:xen-devel-4.18.0_06-2.1.ppc64le", "openSUSE Tumbleweed:xen-devel-4.18.0_06-2.1.s390x", "openSUSE Tumbleweed:xen-devel-4.18.0_06-2.1.x86_64", "openSUSE Tumbleweed:xen-doc-html-4.18.0_06-2.1.aarch64", "openSUSE Tumbleweed:xen-doc-html-4.18.0_06-2.1.ppc64le", "openSUSE Tumbleweed:xen-doc-html-4.18.0_06-2.1.s390x", "openSUSE Tumbleweed:xen-doc-html-4.18.0_06-2.1.x86_64", "openSUSE Tumbleweed:xen-libs-4.18.0_06-2.1.aarch64", "openSUSE Tumbleweed:xen-libs-4.18.0_06-2.1.ppc64le", "openSUSE Tumbleweed:xen-libs-4.18.0_06-2.1.s390x", "openSUSE Tumbleweed:xen-libs-4.18.0_06-2.1.x86_64", "openSUSE Tumbleweed:xen-tools-4.18.0_06-2.1.aarch64", "openSUSE Tumbleweed:xen-tools-4.18.0_06-2.1.ppc64le", "openSUSE Tumbleweed:xen-tools-4.18.0_06-2.1.s390x", "openSUSE Tumbleweed:xen-tools-4.18.0_06-2.1.x86_64", "openSUSE Tumbleweed:xen-tools-domU-4.18.0_06-2.1.aarch64", "openSUSE Tumbleweed:xen-tools-domU-4.18.0_06-2.1.ppc64le", "openSUSE Tumbleweed:xen-tools-domU-4.18.0_06-2.1.s390x", "openSUSE Tumbleweed:xen-tools-domU-4.18.0_06-2.1.x86_64", "openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.0_06-2.1.aarch64", "openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.0_06-2.1.ppc64le", "openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.0_06-2.1.s390x", "openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.0_06-2.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-06-15T00:00:00Z", "details": "moderate" } ], "title": "CVE-2023-46841" } ] }
fkie_cve-2023-46841
Vulnerability from fkie_nvd
▶ | URL | Tags | |
---|---|---|---|
security@xen.org | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZON4TLXG7TG4A2XZG563JMVTGQW4SF3A/ | Mailing List, Third Party Advisory | |
security@xen.org | https://xenbits.xenproject.org/xsa/advisory-451.html | Patch, Vendor Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | http://xenbits.xen.org/xsa/advisory-451.html | Patch, Vendor Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZON4TLXG7TG4A2XZG563JMVTGQW4SF3A/ | Mailing List, Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | https://xenbits.xenproject.org/xsa/advisory-451.html | Patch, Vendor Advisory |
Vendor | Product | Version | |
---|---|---|---|
fedoraproject | fedora | 40 | |
xen | xen | * |
{ "configurations": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:fedoraproject:fedora:40:*:*:*:*:*:*:*", "matchCriteriaId": "CA277A6C-83EC-4536-9125-97B84C4FAF59", "vulnerable": true } ], "negate": false, "operator": "OR" } ] }, { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:xen:xen:*:*:*:*:*:*:x86:*", "matchCriteriaId": "73CA7EB6-4464-4294-B859-0C8DD3AB7E86", "versionStartIncluding": "4.14.0", "vulnerable": true } ], "negate": false, "operator": "OR" } ] } ], "cveTags": [], "descriptions": [ { "lang": "en", "value": "Recent x86 CPUs offer functionality named Control-flow Enforcement\nTechnology (CET). A sub-feature of this are Shadow Stacks (CET-SS).\nCET-SS is a hardware feature designed to protect against Return Oriented\nProgramming attacks. When enabled, traditional stacks holding both data\nand return addresses are accompanied by so called \"shadow stacks\",\nholding little more than return addresses. Shadow stacks aren\u0027t\nwritable by normal instructions, and upon function returns their\ncontents are used to check for possible manipulation of a return address\ncoming from the traditional stack.\n\nIn particular certain memory accesses need intercepting by Xen. In\nvarious cases the necessary emulation involves kind of replaying of\nthe instruction. Such replaying typically involves filling and then\ninvoking of a stub. Such a replayed instruction may raise an\nexceptions, which is expected and dealt with accordingly.\n\nUnfortunately the interaction of both of the above wasn\u0027t right:\nRecovery involves removal of a call frame from the (traditional) stack.\nThe counterpart of this operation for the shadow stack was missing." }, { "lang": "es", "value": "Las CPU x86 recientes ofrecen una funcionalidad denominada Control-flow Enforcement Technology (CET). Una subcaracter\u00edstica de esto son Shadow Stacks (CET-SS). CET-SS es una caracter\u00edstica de hardware manipulada para proteger contra ataques de programaci\u00f3n orientada al retorno. Cuando est\u00e1n habilitadas, las pilas tradicionales que contienen datos y direcciones de retorno van acompa\u00f1adas de las llamadas \"pilas ocultas\", que contienen poco m\u00e1s que direcciones de retorno. Las pilas de sombra no se pueden escribir mediante instrucciones normales y, cuando la funci\u00f3n regresa, su contenido se usa para verificar una posible manipulaci\u00f3n de una direcci\u00f3n de retorno proveniente de la pila tradicional. En particular, ciertos accesos a la memoria necesitan ser interceptados por Xen. En varios casos, la emulaci\u00f3n necesaria implica una especie de repetici\u00f3n de la instrucci\u00f3n. Esta reproducci\u00f3n normalmente implica llenar y luego invocar un trozo. Una instrucci\u00f3n repetida de este tipo puede generar excepciones, lo cual se espera y se trata en consecuencia. Desafortunadamente, la interacci\u00f3n de los dos anteriores no fue correcta: la recuperaci\u00f3n implica la eliminaci\u00f3n de un marco de llamada de la pila (tradicional). Faltaba la contraparte de esta operaci\u00f3n para la pila de sombra." } ], "id": "CVE-2023-46841", "lastModified": "2025-05-12T15:06:58.113", "metrics": { "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "HIGH", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H", "version": "3.1" }, "exploitabilityScore": 2.0, "impactScore": 4.0, "source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary" } ] }, "published": "2024-03-20T11:15:08.220", "references": [ { "source": "security@xen.org", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZON4TLXG7TG4A2XZG563JMVTGQW4SF3A/" }, { "source": "security@xen.org", "tags": [ "Patch", "Vendor Advisory" ], "url": "https://xenbits.xenproject.org/xsa/advisory-451.html" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Patch", "Vendor Advisory" ], "url": "http://xenbits.xen.org/xsa/advisory-451.html" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Mailing List", "Third Party Advisory" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZON4TLXG7TG4A2XZG563JMVTGQW4SF3A/" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Patch", "Vendor Advisory" ], "url": "https://xenbits.xenproject.org/xsa/advisory-451.html" } ], "sourceIdentifier": "security@xen.org", "vulnStatus": "Analyzed", "weaknesses": [ { "description": [ { "lang": "en", "value": "NVD-CWE-Other" } ], "source": "nvd@nist.gov", "type": "Primary" } ] }
wid-sec-w-2024-0494
Vulnerability from csaf_certbund
Notes
{ "document": { "aggregate_severity": { "text": "mittel" }, "category": "csaf_base", "csaf_version": "2.0", "distribution": { "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "de-DE", "notes": [ { "category": "legal_disclaimer", "text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "Xen ist ein Virtueller-Maschinen-Monitor (VMM), der Hardware (x86, IA-64, PowerPC) f\u00fcr die darauf laufenden Systeme (Domains) paravirtualisiert.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein lokaler Angreifer kann eine Schwachstelle in Xen ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren.", "title": "Angriff" }, { "category": "general", "text": "- Linux", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2024-0494 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-0494.json" }, { "category": "self", "summary": "WID-SEC-2024-0494 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-0494" }, { "category": "external", "summary": "Xen Security Advisories vom 2024-02-27", "url": "https://xenbits.xen.org/xsa/advisory-451.html" }, { "category": "external", "summary": "Fedora Security Advisory vom 2024-02-27", "url": "https://bodhi.fedoraproject.org/updates/FEDORA-2024-0da80aa623" }, { "category": "external", "summary": "Fedora Security Advisory vom 2024-02-27", "url": "https://bodhi.fedoraproject.org/updates/FEDORA-2024-aca9ed1eb1" }, { "category": "external", "summary": "Fedora Security Advisory vom 2024-02-27", "url": "https://bodhi.fedoraproject.org/updates/FEDORA-2024-ee7c81a4d6" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:0830-1 vom 2024-03-11", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-March/018142.html" }, { "category": "external", "summary": "Fedora Security Advisory FEDORA-2024-3A36322C4B vom 2024-03-21", "url": "https://bodhi.fedoraproject.org/updates/FEDORA-2024-3a36322c4b" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:0934-1 vom 2024-03-22", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-March/018203.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:0935-1 vom 2024-03-22", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-March/018202.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:1102-1 vom 2024-04-08", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-April/018294.html" }, { "category": "external", "summary": "Gentoo Linux Security Advisory GLSA-202409-10 vom 2024-09-22", "url": "https://security.gentoo.org/glsa/202409-10" }, { "category": "external", "summary": "Debian Security Advisory DSA-5836 vom 2024-12-26", "url": "https://lists.debian.org/debian-security-announce/2024/msg00252.html" } ], "source_lang": "en-US", "title": "Xen: Schwachstelle erm\u00f6glicht Denial of Service", "tracking": { "current_release_date": "2024-12-26T23:00:00.000+00:00", "generator": { "date": "2024-12-27T09:02:26.489+00:00", "engine": { "name": "BSI-WID", "version": "1.3.10" } }, "id": "WID-SEC-W-2024-0494", "initial_release_date": "2024-02-27T23:00:00.000+00:00", "revision_history": [ { "date": "2024-02-27T23:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2024-03-11T23:00:00.000+00:00", "number": "2", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-03-21T23:00:00.000+00:00", "number": "3", "summary": "Neue Updates von Fedora aufgenommen" }, { "date": "2024-03-24T23:00:00.000+00:00", "number": "4", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-04-08T22:00:00.000+00:00", "number": "5", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-09-22T22:00:00.000+00:00", "number": "6", "summary": "Neue Updates von Gentoo aufgenommen" }, { "date": "2024-12-26T23:00:00.000+00:00", "number": "7", "summary": "Neue Updates von Debian aufgenommen" } ], "status": "final", "version": "7" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Debian Linux", "product": { "name": "Debian Linux", "product_id": "2951", "product_identification_helper": { "cpe": "cpe:/o:debian:debian_linux:-" } } } ], "category": "vendor", "name": "Debian" }, { "branches": [ { "category": "product_name", "name": "Fedora Linux", "product": { "name": "Fedora Linux", "product_id": "74185", "product_identification_helper": { "cpe": "cpe:/o:fedoraproject:fedora:-" } } } ], "category": "vendor", "name": "Fedora" }, { "branches": [ { "category": "product_name", "name": "Gentoo Linux", "product": { "name": "Gentoo Linux", "product_id": "T012167", "product_identification_helper": { "cpe": "cpe:/o:gentoo:linux:-" } } } ], "category": "vendor", "name": "Gentoo" }, { "branches": [ { "branches": [ { "category": "product_version_range", "name": "\u003c4.15", "product": { "name": "Open Source Xen \u003c4.15", "product_id": "T033130" } }, { "category": "product_version", "name": "4.15", "product": { "name": "Open Source Xen 4.15", "product_id": "T033130-fixed", "product_identification_helper": { "cpe": "cpe:/o:xen:xen:4.15" } } } ], "category": "product_name", "name": "Xen" } ], "category": "vendor", "name": "Open Source" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux", "product": { "name": "SUSE Linux", "product_id": "T002207", "product_identification_helper": { "cpe": "cpe:/o:suse:suse_linux:-" } } } ], "category": "vendor", "name": "SUSE" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-46841", "notes": [ { "category": "description", "text": "Es besteht eine Schwachstelle in Xen. Dieser Fehler besteht in der Hypervisor-Komponente. Ein lokaler Angreifer kann diese Schwachstelle ausnutzen, um einen Denial-of-Service-Zustand zu verursachen." } ], "product_status": { "known_affected": [ "2951", "T002207", "T033130", "T012167", "74185" ] }, "release_date": "2024-02-27T23:00:00.000+00:00", "title": "CVE-2023-46841" } ] }
gsd-2023-46841
Vulnerability from gsd
{ "GSD": { "alias": "CVE-2023-46841", "id": "GSD-2023-46841" }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2023-46841" ], "details": "Recent x86 CPUs offer functionality named Control-flow Enforcement\nTechnology (CET). A sub-feature of this are Shadow Stacks (CET-SS).\nCET-SS is a hardware feature designed to protect against Return Oriented\nProgramming attacks. When enabled, traditional stacks holding both data\nand return addresses are accompanied by so called \"shadow stacks\",\nholding little more than return addresses. Shadow stacks aren\u0027t\nwritable by normal instructions, and upon function returns their\ncontents are used to check for possible manipulation of a return address\ncoming from the traditional stack.\n\nIn particular certain memory accesses need intercepting by Xen. In\nvarious cases the necessary emulation involves kind of replaying of\nthe instruction. Such replaying typically involves filling and then\ninvoking of a stub. Such a replayed instruction may raise an\nexceptions, which is expected and dealt with accordingly.\n\nUnfortunately the interaction of both of the above wasn\u0027t right:\nRecovery involves removal of a call frame from the (traditional) stack.\nThe counterpart of this operation for the shadow stack was missing.\n", "id": "GSD-2023-46841", "modified": "2023-12-13T01:20:53.030260Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "security@xen.org", "ID": "CVE-2023-46841", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "Xen", "version": { "version_data": [ { "version_value": "not down converted", "x_cve_json_5_version_data": { "defaultStatus": "unknown", "versions": [ { "status": "unknown", "version": "consult Xen advisory XSA-451" } ] } } ] } } ] }, "vendor_name": "Xen" } ] } }, "configuration": [ { "lang": "en", "value": "Xen 4.14 and onwards are vulnerable. Xen 4.13 and older are not\nvulnerable.\n\nOnly x86 systems with CET-SS enabled are vulnerable. x86 systems with\nCET-SS unavailable or disabled are not vulnerable. Arm systems are not\nvulnerable. See\nhttps://xenbits.xen.org/docs/latest/faq.html#tell-if-cet-is-active\nfor how to determine whether CET-SS is active.\n\nOnly HVM or PVH guests can leverage the vulnerability. PV guests cannot\nleverage the vulnerability.\n" } ], "credits": [ { "lang": "en", "value": "This issue was discovered by Jan Beulich of SUSE.\n" } ], "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "Recent x86 CPUs offer functionality named Control-flow Enforcement\nTechnology (CET). A sub-feature of this are Shadow Stacks (CET-SS).\nCET-SS is a hardware feature designed to protect against Return Oriented\nProgramming attacks. When enabled, traditional stacks holding both data\nand return addresses are accompanied by so called \"shadow stacks\",\nholding little more than return addresses. Shadow stacks aren\u0027t\nwritable by normal instructions, and upon function returns their\ncontents are used to check for possible manipulation of a return address\ncoming from the traditional stack.\n\nIn particular certain memory accesses need intercepting by Xen. In\nvarious cases the necessary emulation involves kind of replaying of\nthe instruction. Such replaying typically involves filling and then\ninvoking of a stub. Such a replayed instruction may raise an\nexceptions, which is expected and dealt with accordingly.\n\nUnfortunately the interaction of both of the above wasn\u0027t right:\nRecovery involves removal of a call frame from the (traditional) stack.\nThe counterpart of this operation for the shadow stack was missing.\n" } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "https://xenbits.xenproject.org/xsa/advisory-451.html", "refsource": "MISC", "url": "https://xenbits.xenproject.org/xsa/advisory-451.html" }, { "name": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZON4TLXG7TG4A2XZG563JMVTGQW4SF3A/", "refsource": "MISC", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZON4TLXG7TG4A2XZG563JMVTGQW4SF3A/" } ] }, "work_around": [ { "lang": "en", "value": "While in principle it is possible to disable use of CET on capable\nsystems using the \"cet=no-shstk\" command line option, doing so disables\nan important security feature and may therefore not be advisable.\n" } ] }, "nvd.nist.gov": { "cve": { "descriptions": [ { "lang": "en", "value": "Recent x86 CPUs offer functionality named Control-flow Enforcement\nTechnology (CET). A sub-feature of this are Shadow Stacks (CET-SS).\nCET-SS is a hardware feature designed to protect against Return Oriented\nProgramming attacks. When enabled, traditional stacks holding both data\nand return addresses are accompanied by so called \"shadow stacks\",\nholding little more than return addresses. Shadow stacks aren\u0027t\nwritable by normal instructions, and upon function returns their\ncontents are used to check for possible manipulation of a return address\ncoming from the traditional stack.\n\nIn particular certain memory accesses need intercepting by Xen. In\nvarious cases the necessary emulation involves kind of replaying of\nthe instruction. Such replaying typically involves filling and then\ninvoking of a stub. Such a replayed instruction may raise an\nexceptions, which is expected and dealt with accordingly.\n\nUnfortunately the interaction of both of the above wasn\u0027t right:\nRecovery involves removal of a call frame from the (traditional) stack.\nThe counterpart of this operation for the shadow stack was missing.\n" } ], "id": "CVE-2023-46841", "lastModified": "2024-03-23T03:15:09.740", "metrics": {}, "published": "2024-03-20T11:15:08.220", "references": [ { "source": "security@xen.org", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/ZON4TLXG7TG4A2XZG563JMVTGQW4SF3A/" }, { "source": "security@xen.org", "url": "https://xenbits.xenproject.org/xsa/advisory-451.html" } ], "sourceIdentifier": "security@xen.org", "vulnStatus": "Awaiting Analysis" } } } }
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.