Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-45818 (GCVE-0-2024-45818)
Vulnerability from cvelistv5
► | URL | Tags | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-12-19T12:04:41.161Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "url": "http://www.openwall.com/lists/oss-security/2024/11/12/2" }, { "url": "http://xenbits.xen.org/xsa/advisory-463.html" } ], "title": "CVE Program Container" }, { "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N", "version": "3.1" } }, { "other": { "content": { "id": "CVE-2024-45818", "options": [ { "Exploitation": "none" }, { "Automatable": "no" }, { "Technical Impact": "partial" } ], "role": "CISA Coordinator", "timestamp": "2024-12-31T18:59:24.741670Z", "version": "2.0.3" }, "type": "ssvc" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-667", "description": "CWE-667 Improper Locking", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2024-12-31T19:01:43.510Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" } ], "cna": { "affected": [ { "defaultStatus": "unknown", "product": "Xen", "vendor": "Xen", "versions": [ { "status": "unknown", "version": "consult Xen advisory XSA-463" } ] } ], "configurations": [ { "lang": "en", "value": "Xen versions 4.6 through 4.19 are vulnerable. Staging (4.20 dev) is\nnot vulnerable; as noted above, the functionality was already removed\nprior to the discovery of this issue.\n\nOnly x86 systems running HVM guests are vulnerable. Architectures other\nthan x86 are not vulnerable.\n\nOnly HVM guests can leverage the vulnerability. PVH and PV guests\ncannot leverage the vulnerability." } ], "credits": [ { "lang": "en", "type": "finder", "value": "This issue was discovered by Manuel Andreas of Technical University of\nMunich." } ], "datePublic": "2024-11-12T12:00:00Z", "descriptions": [ { "lang": "en", "value": "The hypervisor contains code to accelerate VGA memory accesses for HVM\nguests, when the (virtual) VGA is in \"standard\" mode. Locking involved\nthere has an unusual discipline, leaving a lock acquired past the\nreturn from the function that acquired it. This behavior results in a\nproblem when emulating an instruction with two memory accesses, both of\nwhich touch VGA memory (plus some further constraints which aren\u0027t\nrelevant here). When emulating the 2nd access, the lock that is already\nbeing held would be attempted to be re-acquired, resulting in a\ndeadlock.\n\nThis deadlock was already found when the code was first introduced, but\nwas analysed incorrectly and the fix was incomplete. Analysis in light\nof the new finding cannot find a way to make the existing locking\ndiscipline work.\n\nIn staging, this logic has all been removed because it was discovered\nto be accidentally disabled since Xen 4.7. Therefore, we are fixing the\nlocking problem by backporting the removal of most of the feature. Note\nthat even with the feature disabled, the lock would still be acquired\nfor any accesses to the VGA MMIO region." } ], "impacts": [ { "descriptions": [ { "lang": "en", "value": "A (not necessarily malicious) HVM guest kernel can lock up the entire\nhost." } ] } ], "providerMetadata": { "dateUpdated": "2024-12-19T12:00:41.413Z", "orgId": "23aa2041-22e1-471f-9209-9b7396fa234f", "shortName": "XEN" }, "references": [ { "url": "https://xenbits.xenproject.org/xsa/advisory-463.html" } ], "title": "Deadlock in x86 HVM standard VGA handling", "workarounds": [ { "lang": "en", "value": "Running only PV or PVH guests will avoid this vulnerability." } ] } }, "cveMetadata": { "assignerOrgId": "23aa2041-22e1-471f-9209-9b7396fa234f", "assignerShortName": "XEN", "cveId": "CVE-2024-45818", "datePublished": "2024-12-19T12:00:41.413Z", "dateReserved": "2024-09-09T14:43:11.826Z", "dateUpdated": "2024-12-31T19:01:43.510Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "vulnerability-lookup:meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2024-45818\",\"sourceIdentifier\":\"security@xen.org\",\"published\":\"2024-12-19T12:15:16.540\",\"lastModified\":\"2025-05-20T16:28:07.217\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"The hypervisor contains code to accelerate VGA memory accesses for HVM\\nguests, when the (virtual) VGA is in \\\"standard\\\" mode. Locking involved\\nthere has an unusual discipline, leaving a lock acquired past the\\nreturn from the function that acquired it. This behavior results in a\\nproblem when emulating an instruction with two memory accesses, both of\\nwhich touch VGA memory (plus some further constraints which aren\u0027t\\nrelevant here). When emulating the 2nd access, the lock that is already\\nbeing held would be attempted to be re-acquired, resulting in a\\ndeadlock.\\n\\nThis deadlock was already found when the code was first introduced, but\\nwas analysed incorrectly and the fix was incomplete. Analysis in light\\nof the new finding cannot find a way to make the existing locking\\ndiscipline work.\\n\\nIn staging, this logic has all been removed because it was discovered\\nto be accidentally disabled since Xen 4.7. Therefore, we are fixing the\\nlocking problem by backporting the removal of most of the feature. Note\\nthat even with the feature disabled, the lock would still be acquired\\nfor any accesses to the VGA MMIO region.\"},{\"lang\":\"es\",\"value\":\"El hipervisor contiene c\u00f3digo para acelerar los accesos a la memoria VGA para los invitados HVM, cuando el VGA (virtual) est\u00e1 en modo \\\"est\u00e1ndar\\\". El bloqueo involucrado all\u00ed tiene una disciplina inusual, dejando un bloqueo adquirido m\u00e1s all\u00e1 del retorno de la funci\u00f3n que lo adquiri\u00f3. Este comportamiento genera un problema al emular una instrucci\u00f3n con dos accesos a la memoria, ambos de los cuales tocan la memoria VGA (adem\u00e1s de algunas restricciones adicionales que no son relevantes aqu\u00ed). Al emular el segundo acceso, se intentar\u00eda volver a adquirir el bloqueo que ya se mantiene, lo que resultar\u00eda en un bloqueo. Este bloqueo ya se encontr\u00f3 cuando se introdujo el c\u00f3digo por primera vez, pero se analiz\u00f3 incorrectamente y la soluci\u00f3n fue incompleta. El an\u00e1lisis a la luz del nuevo hallazgo no puede encontrar una manera de hacer que funcione la disciplina de bloqueo existente. En la etapa de preparaci\u00f3n, se elimin\u00f3 toda esta l\u00f3gica porque se descubri\u00f3 que se hab\u00eda deshabilitado accidentalmente desde Xen 4.7. Por lo tanto, estamos solucionando el problema de bloqueo al incorporar la eliminaci\u00f3n de la mayor parte de la funci\u00f3n. Tenga en cuenta que incluso con la funci\u00f3n deshabilitada, el bloqueo a\u00fan se adquirir\u00eda para cualquier acceso a la regi\u00f3n MMIO de VGA.\"}],\"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:H/I:N/A:N\",\"baseScore\":6.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":2.0,\"impactScore\":4.0}]},\"weaknesses\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-667\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:xen:xen:*:*:*:*:*:*:x86:*\",\"versionStartIncluding\":\"4.6.0\",\"versionEndExcluding\":\"4.20.0\",\"matchCriteriaId\":\"D0B4A3E0-200C-492E-813C-D9EA47E2A66F\"}]}]}],\"references\":[{\"url\":\"https://xenbits.xenproject.org/xsa/advisory-463.html\",\"source\":\"security@xen.org\",\"tags\":[\"Patch\",\"Vendor Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2024/11/12/2\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Third Party Advisory\"]},{\"url\":\"http://xenbits.xen.org/xsa/advisory-463.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Vendor Advisory\"]}]}}", "vulnrichment": { "containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"http://www.openwall.com/lists/oss-security/2024/11/12/2\"}, {\"url\": \"http://xenbits.xen.org/xsa/advisory-463.html\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-12-19T12:04:41.161Z\"}}, {\"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:H/I:N/A:N\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"HIGH\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-45818\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-12-31T18:59:24.741670Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-667\", \"description\": \"CWE-667 Improper Locking\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-12-31T19:01:38.432Z\"}}], \"cna\": {\"title\": \"Deadlock in x86 HVM standard VGA handling\", \"credits\": [{\"lang\": \"en\", \"type\": \"finder\", \"value\": \"This issue was discovered by Manuel Andreas of Technical University of\\nMunich.\"}], \"impacts\": [{\"descriptions\": [{\"lang\": \"en\", \"value\": \"A (not necessarily malicious) HVM guest kernel can lock up the entire\\nhost.\"}]}], \"affected\": [{\"vendor\": \"Xen\", \"product\": \"Xen\", \"versions\": [{\"status\": \"unknown\", \"version\": \"consult Xen advisory XSA-463\"}], \"defaultStatus\": \"unknown\"}], \"datePublic\": \"2024-11-12T12:00:00Z\", \"references\": [{\"url\": \"https://xenbits.xenproject.org/xsa/advisory-463.html\"}], \"workarounds\": [{\"lang\": \"en\", \"value\": \"Running only PV or PVH guests will avoid this vulnerability.\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"The hypervisor contains code to accelerate VGA memory accesses for HVM\\nguests, when the (virtual) VGA is in \\\"standard\\\" mode. Locking involved\\nthere has an unusual discipline, leaving a lock acquired past the\\nreturn from the function that acquired it. This behavior results in a\\nproblem when emulating an instruction with two memory accesses, both of\\nwhich touch VGA memory (plus some further constraints which aren\u0027t\\nrelevant here). When emulating the 2nd access, the lock that is already\\nbeing held would be attempted to be re-acquired, resulting in a\\ndeadlock.\\n\\nThis deadlock was already found when the code was first introduced, but\\nwas analysed incorrectly and the fix was incomplete. Analysis in light\\nof the new finding cannot find a way to make the existing locking\\ndiscipline work.\\n\\nIn staging, this logic has all been removed because it was discovered\\nto be accidentally disabled since Xen 4.7. Therefore, we are fixing the\\nlocking problem by backporting the removal of most of the feature. Note\\nthat even with the feature disabled, the lock would still be acquired\\nfor any accesses to the VGA MMIO region.\"}], \"configurations\": [{\"lang\": \"en\", \"value\": \"Xen versions 4.6 through 4.19 are vulnerable. Staging (4.20 dev) is\\nnot vulnerable; as noted above, the functionality was already removed\\nprior to the discovery of this issue.\\n\\nOnly x86 systems running HVM guests are vulnerable. Architectures other\\nthan x86 are not vulnerable.\\n\\nOnly HVM guests can leverage the vulnerability. PVH and PV guests\\ncannot leverage the vulnerability.\"}], \"providerMetadata\": {\"orgId\": \"23aa2041-22e1-471f-9209-9b7396fa234f\", \"shortName\": \"XEN\", \"dateUpdated\": \"2024-12-19T12:00:41.413Z\"}}}", "cveMetadata": "{\"cveId\": \"CVE-2024-45818\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2024-12-31T19:01:43.510Z\", \"dateReserved\": \"2024-09-09T14:43:11.826Z\", \"assignerOrgId\": \"23aa2041-22e1-471f-9209-9b7396fa234f\", \"datePublished\": \"2024-12-19T12:00:41.413Z\", \"assignerShortName\": \"XEN\"}", "dataType": "CVE_RECORD", "dataVersion": "5.1" } } }
suse-su-2024:3980-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\nSecurity issues fixed:\n\n- CVE-2024-45818: xen: Deadlock in x86 HVM standard VGA handling (bsc#1232622)\n- CVE-2024-45819: xen: libxl leaks data to PVH guests via ACPI tables (bsc#1232624)\n- CVE-2024-45817: xen: x86: Deadlock in vlapic_error() (bsc#1230366)\n\nNon-security issues fixed:\n\n- Removed usage of net-tools-deprecated from supportconfig plugin (bsc#1232542)\n- Upstream bug fixes (bsc#1027519)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2024-3980,SUSE-SLE-Micro-5.5-2024-3980,SUSE-SLE-Module-Basesystem-15-SP5-2024-3980,SUSE-SLE-Module-Server-Applications-15-SP5-2024-3980,openSUSE-Leap-Micro-5.5-2024-3980,openSUSE-SLE-15.5-2024-3980", "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_3980-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2024:3980-1", "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20243980-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2024:3980-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019811.html" }, { "category": "self", "summary": "SUSE Bug 1027519", "url": "https://bugzilla.suse.com/1027519" }, { "category": "self", "summary": "SUSE Bug 1230366", "url": "https://bugzilla.suse.com/1230366" }, { "category": "self", "summary": "SUSE Bug 1232542", "url": "https://bugzilla.suse.com/1232542" }, { "category": "self", "summary": "SUSE Bug 1232622", "url": "https://bugzilla.suse.com/1232622" }, { "category": "self", "summary": "SUSE Bug 1232624", "url": "https://bugzilla.suse.com/1232624" }, { "category": "self", "summary": "SUSE CVE CVE-2024-45817 page", "url": "https://www.suse.com/security/cve/CVE-2024-45817/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-45818 page", "url": "https://www.suse.com/security/cve/CVE-2024-45818/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-45819 page", "url": "https://www.suse.com/security/cve/CVE-2024-45819/" } ], "title": "Security update for xen", "tracking": { "current_release_date": "2024-11-12T16:14:09Z", "generator": { "date": "2024-11-12T16:14:09Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2024:3980-1", "initial_release_date": "2024-11-12T16:14:09Z", "revision_history": [ { "date": "2024-11-12T16:14:09Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "xen-4.17.5_06-150500.3.42.1.aarch64", "product": { "name": "xen-4.17.5_06-150500.3.42.1.aarch64", "product_id": "xen-4.17.5_06-150500.3.42.1.aarch64" } }, { "category": "product_version", "name": "xen-devel-4.17.5_06-150500.3.42.1.aarch64", "product": { "name": "xen-devel-4.17.5_06-150500.3.42.1.aarch64", "product_id": "xen-devel-4.17.5_06-150500.3.42.1.aarch64" } }, { "category": "product_version", "name": "xen-doc-html-4.17.5_06-150500.3.42.1.aarch64", "product": { "name": "xen-doc-html-4.17.5_06-150500.3.42.1.aarch64", "product_id": "xen-doc-html-4.17.5_06-150500.3.42.1.aarch64" } }, { "category": "product_version", "name": "xen-libs-4.17.5_06-150500.3.42.1.aarch64", "product": { "name": "xen-libs-4.17.5_06-150500.3.42.1.aarch64", "product_id": "xen-libs-4.17.5_06-150500.3.42.1.aarch64" } }, { "category": "product_version", "name": "xen-tools-4.17.5_06-150500.3.42.1.aarch64", "product": { "name": "xen-tools-4.17.5_06-150500.3.42.1.aarch64", "product_id": "xen-tools-4.17.5_06-150500.3.42.1.aarch64" } }, { "category": "product_version", "name": "xen-tools-domU-4.17.5_06-150500.3.42.1.aarch64", "product": { "name": "xen-tools-domU-4.17.5_06-150500.3.42.1.aarch64", "product_id": "xen-tools-domU-4.17.5_06-150500.3.42.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "xen-libs-64bit-4.17.5_06-150500.3.42.1.aarch64_ilp32", "product": { "name": "xen-libs-64bit-4.17.5_06-150500.3.42.1.aarch64_ilp32", "product_id": "xen-libs-64bit-4.17.5_06-150500.3.42.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "xen-devel-4.17.5_06-150500.3.42.1.i586", "product": { "name": "xen-devel-4.17.5_06-150500.3.42.1.i586", "product_id": "xen-devel-4.17.5_06-150500.3.42.1.i586" } }, { "category": "product_version", "name": "xen-libs-4.17.5_06-150500.3.42.1.i586", "product": { "name": "xen-libs-4.17.5_06-150500.3.42.1.i586", "product_id": "xen-libs-4.17.5_06-150500.3.42.1.i586" } }, { "category": "product_version", "name": "xen-tools-domU-4.17.5_06-150500.3.42.1.i586", "product": { "name": "xen-tools-domU-4.17.5_06-150500.3.42.1.i586", "product_id": "xen-tools-domU-4.17.5_06-150500.3.42.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "xen-tools-xendomains-wait-disk-4.17.5_06-150500.3.42.1.noarch", "product": { "name": "xen-tools-xendomains-wait-disk-4.17.5_06-150500.3.42.1.noarch", "product_id": "xen-tools-xendomains-wait-disk-4.17.5_06-150500.3.42.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "xen-4.17.5_06-150500.3.42.1.x86_64", "product": { "name": "xen-4.17.5_06-150500.3.42.1.x86_64", "product_id": "xen-4.17.5_06-150500.3.42.1.x86_64" } }, { "category": "product_version", "name": "xen-devel-4.17.5_06-150500.3.42.1.x86_64", "product": { "name": "xen-devel-4.17.5_06-150500.3.42.1.x86_64", "product_id": "xen-devel-4.17.5_06-150500.3.42.1.x86_64" } }, { "category": "product_version", "name": "xen-doc-html-4.17.5_06-150500.3.42.1.x86_64", "product": { "name": "xen-doc-html-4.17.5_06-150500.3.42.1.x86_64", "product_id": "xen-doc-html-4.17.5_06-150500.3.42.1.x86_64" } }, { "category": "product_version", "name": "xen-libs-4.17.5_06-150500.3.42.1.x86_64", "product": { "name": "xen-libs-4.17.5_06-150500.3.42.1.x86_64", "product_id": "xen-libs-4.17.5_06-150500.3.42.1.x86_64" } }, { "category": "product_version", "name": "xen-libs-32bit-4.17.5_06-150500.3.42.1.x86_64", "product": { "name": "xen-libs-32bit-4.17.5_06-150500.3.42.1.x86_64", "product_id": "xen-libs-32bit-4.17.5_06-150500.3.42.1.x86_64" } }, { "category": "product_version", "name": "xen-tools-4.17.5_06-150500.3.42.1.x86_64", "product": { "name": "xen-tools-4.17.5_06-150500.3.42.1.x86_64", "product_id": "xen-tools-4.17.5_06-150500.3.42.1.x86_64" } }, { "category": "product_version", "name": "xen-tools-domU-4.17.5_06-150500.3.42.1.x86_64", "product": { "name": "xen-tools-domU-4.17.5_06-150500.3.42.1.x86_64", "product_id": "xen-tools-domU-4.17.5_06-150500.3.42.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 Micro 5.5", "product": { "name": "openSUSE Leap Micro 5.5", "product_id": "openSUSE Leap Micro 5.5", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap-micro:5.5" } } }, { "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.5_06-150500.3.42.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5", "product_id": "SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.5_06-150500.3.42.1.x86_64" }, "product_reference": "xen-libs-4.17.5_06-150500.3.42.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.5_06-150500.3.42.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.5_06-150500.3.42.1.x86_64" }, "product_reference": "xen-libs-4.17.5_06-150500.3.42.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.5_06-150500.3.42.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.5_06-150500.3.42.1.x86_64" }, "product_reference": "xen-tools-domU-4.17.5_06-150500.3.42.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.5_06-150500.3.42.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.5_06-150500.3.42.1.x86_64" }, "product_reference": "xen-4.17.5_06-150500.3.42.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.5_06-150500.3.42.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.5_06-150500.3.42.1.x86_64" }, "product_reference": "xen-devel-4.17.5_06-150500.3.42.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.5_06-150500.3.42.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.5_06-150500.3.42.1.x86_64" }, "product_reference": "xen-tools-4.17.5_06-150500.3.42.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.5_06-150500.3.42.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.5_06-150500.3.42.1.noarch" }, "product_reference": "xen-tools-xendomains-wait-disk-4.17.5_06-150500.3.42.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-libs-4.17.5_06-150500.3.42.1.x86_64 as component of openSUSE Leap Micro 5.5", "product_id": "openSUSE Leap Micro 5.5:xen-libs-4.17.5_06-150500.3.42.1.x86_64" }, "product_reference": "xen-libs-4.17.5_06-150500.3.42.1.x86_64", "relates_to_product_reference": "openSUSE Leap Micro 5.5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-4.17.5_06-150500.3.42.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:xen-4.17.5_06-150500.3.42.1.aarch64" }, "product_reference": "xen-4.17.5_06-150500.3.42.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-4.17.5_06-150500.3.42.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:xen-4.17.5_06-150500.3.42.1.x86_64" }, "product_reference": "xen-4.17.5_06-150500.3.42.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-devel-4.17.5_06-150500.3.42.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:xen-devel-4.17.5_06-150500.3.42.1.aarch64" }, "product_reference": "xen-devel-4.17.5_06-150500.3.42.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-devel-4.17.5_06-150500.3.42.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:xen-devel-4.17.5_06-150500.3.42.1.x86_64" }, "product_reference": "xen-devel-4.17.5_06-150500.3.42.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-doc-html-4.17.5_06-150500.3.42.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:xen-doc-html-4.17.5_06-150500.3.42.1.aarch64" }, "product_reference": "xen-doc-html-4.17.5_06-150500.3.42.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-doc-html-4.17.5_06-150500.3.42.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:xen-doc-html-4.17.5_06-150500.3.42.1.x86_64" }, "product_reference": "xen-doc-html-4.17.5_06-150500.3.42.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-libs-4.17.5_06-150500.3.42.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:xen-libs-4.17.5_06-150500.3.42.1.aarch64" }, "product_reference": "xen-libs-4.17.5_06-150500.3.42.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-libs-4.17.5_06-150500.3.42.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:xen-libs-4.17.5_06-150500.3.42.1.x86_64" }, "product_reference": "xen-libs-4.17.5_06-150500.3.42.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-libs-32bit-4.17.5_06-150500.3.42.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:xen-libs-32bit-4.17.5_06-150500.3.42.1.x86_64" }, "product_reference": "xen-libs-32bit-4.17.5_06-150500.3.42.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-4.17.5_06-150500.3.42.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:xen-tools-4.17.5_06-150500.3.42.1.aarch64" }, "product_reference": "xen-tools-4.17.5_06-150500.3.42.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-4.17.5_06-150500.3.42.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:xen-tools-4.17.5_06-150500.3.42.1.x86_64" }, "product_reference": "xen-tools-4.17.5_06-150500.3.42.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-domU-4.17.5_06-150500.3.42.1.aarch64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:xen-tools-domU-4.17.5_06-150500.3.42.1.aarch64" }, "product_reference": "xen-tools-domU-4.17.5_06-150500.3.42.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-domU-4.17.5_06-150500.3.42.1.x86_64 as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:xen-tools-domU-4.17.5_06-150500.3.42.1.x86_64" }, "product_reference": "xen-tools-domU-4.17.5_06-150500.3.42.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.5_06-150500.3.42.1.noarch as component of openSUSE Leap 15.5", "product_id": "openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.5_06-150500.3.42.1.noarch" }, "product_reference": "xen-tools-xendomains-wait-disk-4.17.5_06-150500.3.42.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.5" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-45817", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-45817" } ], "notes": [ { "category": "general", "text": "In x86\u0027s APIC (Advanced Programmable Interrupt Controller) architecture,\nerror conditions are reported in a status register. Furthermore, the OS\ncan opt to receive an interrupt when a new error occurs.\n\nIt is possible to configure the error interrupt with an illegal vector,\nwhich generates an error when an error interrupt is raised.\n\nThis case causes Xen to recurse through vlapic_error(). The recursion\nitself is bounded; errors accumulate in the the status register and only\ngenerate an interrupt when a new status bit becomes set.\n\nHowever, the lock protecting this state in Xen will try to be taken\nrecursively, and deadlock.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.5_06-150500.3.42.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.5_06-150500.3.42.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.5_06-150500.3.42.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.5_06-150500.3.42.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.5_06-150500.3.42.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.5_06-150500.3.42.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.5_06-150500.3.42.1.noarch", "openSUSE Leap 15.5:xen-4.17.5_06-150500.3.42.1.aarch64", "openSUSE Leap 15.5:xen-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-devel-4.17.5_06-150500.3.42.1.aarch64", "openSUSE Leap 15.5:xen-devel-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-doc-html-4.17.5_06-150500.3.42.1.aarch64", "openSUSE Leap 15.5:xen-doc-html-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-libs-32bit-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-libs-4.17.5_06-150500.3.42.1.aarch64", "openSUSE Leap 15.5:xen-libs-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-tools-4.17.5_06-150500.3.42.1.aarch64", "openSUSE Leap 15.5:xen-tools-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-tools-domU-4.17.5_06-150500.3.42.1.aarch64", "openSUSE Leap 15.5:xen-tools-domU-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.5_06-150500.3.42.1.noarch", "openSUSE Leap Micro 5.5:xen-libs-4.17.5_06-150500.3.42.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-45817", "url": "https://www.suse.com/security/cve/CVE-2024-45817" }, { "category": "external", "summary": "SUSE Bug 1230366 for CVE-2024-45817", "url": "https://bugzilla.suse.com/1230366" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this 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.5_06-150500.3.42.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.5_06-150500.3.42.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.5_06-150500.3.42.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.5_06-150500.3.42.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.5_06-150500.3.42.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.5_06-150500.3.42.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.5_06-150500.3.42.1.noarch", "openSUSE Leap 15.5:xen-4.17.5_06-150500.3.42.1.aarch64", "openSUSE Leap 15.5:xen-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-devel-4.17.5_06-150500.3.42.1.aarch64", "openSUSE Leap 15.5:xen-devel-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-doc-html-4.17.5_06-150500.3.42.1.aarch64", "openSUSE Leap 15.5:xen-doc-html-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-libs-32bit-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-libs-4.17.5_06-150500.3.42.1.aarch64", "openSUSE Leap 15.5:xen-libs-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-tools-4.17.5_06-150500.3.42.1.aarch64", "openSUSE Leap 15.5:xen-tools-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-tools-domU-4.17.5_06-150500.3.42.1.aarch64", "openSUSE Leap 15.5:xen-tools-domU-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.5_06-150500.3.42.1.noarch", "openSUSE Leap Micro 5.5:xen-libs-4.17.5_06-150500.3.42.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.5_06-150500.3.42.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.5_06-150500.3.42.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.5_06-150500.3.42.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.5_06-150500.3.42.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.5_06-150500.3.42.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.5_06-150500.3.42.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.5_06-150500.3.42.1.noarch", "openSUSE Leap 15.5:xen-4.17.5_06-150500.3.42.1.aarch64", "openSUSE Leap 15.5:xen-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-devel-4.17.5_06-150500.3.42.1.aarch64", "openSUSE Leap 15.5:xen-devel-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-doc-html-4.17.5_06-150500.3.42.1.aarch64", "openSUSE Leap 15.5:xen-doc-html-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-libs-32bit-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-libs-4.17.5_06-150500.3.42.1.aarch64", "openSUSE Leap 15.5:xen-libs-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-tools-4.17.5_06-150500.3.42.1.aarch64", "openSUSE Leap 15.5:xen-tools-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-tools-domU-4.17.5_06-150500.3.42.1.aarch64", "openSUSE Leap 15.5:xen-tools-domU-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.5_06-150500.3.42.1.noarch", "openSUSE Leap Micro 5.5:xen-libs-4.17.5_06-150500.3.42.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-12T16:14:09Z", "details": "moderate" } ], "title": "CVE-2024-45817" }, { "cve": "CVE-2024-45818", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-45818" } ], "notes": [ { "category": "general", "text": "The hypervisor contains code to accelerate VGA memory accesses for HVM\nguests, when the (virtual) VGA is in \"standard\" mode. Locking involved\nthere has an unusual discipline, leaving a lock acquired past the\nreturn from the function that acquired it. This behavior results in a\nproblem when emulating an instruction with two memory accesses, both of\nwhich touch VGA memory (plus some further constraints which aren\u0027t\nrelevant here). When emulating the 2nd access, the lock that is already\nbeing held would be attempted to be re-acquired, resulting in a\ndeadlock.\n\nThis deadlock was already found when the code was first introduced, but\nwas analysed incorrectly and the fix was incomplete. Analysis in light\nof the new finding cannot find a way to make the existing locking\ndiscipline work.\n\nIn staging, this logic has all been removed because it was discovered\nto be accidentally disabled since Xen 4.7. Therefore, we are fixing the\nlocking problem by backporting the removal of most of the feature. Note\nthat even with the feature disabled, the lock would still be acquired\nfor any accesses to the VGA MMIO region.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.5_06-150500.3.42.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.5_06-150500.3.42.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.5_06-150500.3.42.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.5_06-150500.3.42.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.5_06-150500.3.42.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.5_06-150500.3.42.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.5_06-150500.3.42.1.noarch", "openSUSE Leap 15.5:xen-4.17.5_06-150500.3.42.1.aarch64", "openSUSE Leap 15.5:xen-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-devel-4.17.5_06-150500.3.42.1.aarch64", "openSUSE Leap 15.5:xen-devel-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-doc-html-4.17.5_06-150500.3.42.1.aarch64", "openSUSE Leap 15.5:xen-doc-html-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-libs-32bit-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-libs-4.17.5_06-150500.3.42.1.aarch64", "openSUSE Leap 15.5:xen-libs-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-tools-4.17.5_06-150500.3.42.1.aarch64", "openSUSE Leap 15.5:xen-tools-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-tools-domU-4.17.5_06-150500.3.42.1.aarch64", "openSUSE Leap 15.5:xen-tools-domU-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.5_06-150500.3.42.1.noarch", "openSUSE Leap Micro 5.5:xen-libs-4.17.5_06-150500.3.42.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-45818", "url": "https://www.suse.com/security/cve/CVE-2024-45818" }, { "category": "external", "summary": "SUSE Bug 1232622 for CVE-2024-45818", "url": "https://bugzilla.suse.com/1232622" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this 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.5_06-150500.3.42.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.5_06-150500.3.42.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.5_06-150500.3.42.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.5_06-150500.3.42.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.5_06-150500.3.42.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.5_06-150500.3.42.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.5_06-150500.3.42.1.noarch", "openSUSE Leap 15.5:xen-4.17.5_06-150500.3.42.1.aarch64", "openSUSE Leap 15.5:xen-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-devel-4.17.5_06-150500.3.42.1.aarch64", "openSUSE Leap 15.5:xen-devel-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-doc-html-4.17.5_06-150500.3.42.1.aarch64", "openSUSE Leap 15.5:xen-doc-html-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-libs-32bit-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-libs-4.17.5_06-150500.3.42.1.aarch64", "openSUSE Leap 15.5:xen-libs-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-tools-4.17.5_06-150500.3.42.1.aarch64", "openSUSE Leap 15.5:xen-tools-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-tools-domU-4.17.5_06-150500.3.42.1.aarch64", "openSUSE Leap 15.5:xen-tools-domU-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.5_06-150500.3.42.1.noarch", "openSUSE Leap Micro 5.5:xen-libs-4.17.5_06-150500.3.42.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.5:xen-libs-4.17.5_06-150500.3.42.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.5_06-150500.3.42.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.5_06-150500.3.42.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.5_06-150500.3.42.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.5_06-150500.3.42.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.5_06-150500.3.42.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.5_06-150500.3.42.1.noarch", "openSUSE Leap 15.5:xen-4.17.5_06-150500.3.42.1.aarch64", "openSUSE Leap 15.5:xen-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-devel-4.17.5_06-150500.3.42.1.aarch64", "openSUSE Leap 15.5:xen-devel-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-doc-html-4.17.5_06-150500.3.42.1.aarch64", "openSUSE Leap 15.5:xen-doc-html-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-libs-32bit-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-libs-4.17.5_06-150500.3.42.1.aarch64", "openSUSE Leap 15.5:xen-libs-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-tools-4.17.5_06-150500.3.42.1.aarch64", "openSUSE Leap 15.5:xen-tools-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-tools-domU-4.17.5_06-150500.3.42.1.aarch64", "openSUSE Leap 15.5:xen-tools-domU-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.5_06-150500.3.42.1.noarch", "openSUSE Leap Micro 5.5:xen-libs-4.17.5_06-150500.3.42.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-12T16:14:09Z", "details": "moderate" } ], "title": "CVE-2024-45818" }, { "cve": "CVE-2024-45819", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-45819" } ], "notes": [ { "category": "general", "text": "PVH guests have their ACPI tables constructed by the toolstack. The\nconstruction involves building the tables in local memory, which are\nthen copied into guest memory. While actually used parts of the local\nmemory are filled in correctly, excess space that is being allocated is\nleft with its prior contents.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.5_06-150500.3.42.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.5_06-150500.3.42.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.5_06-150500.3.42.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.5_06-150500.3.42.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.5_06-150500.3.42.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.5_06-150500.3.42.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.5_06-150500.3.42.1.noarch", "openSUSE Leap 15.5:xen-4.17.5_06-150500.3.42.1.aarch64", "openSUSE Leap 15.5:xen-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-devel-4.17.5_06-150500.3.42.1.aarch64", "openSUSE Leap 15.5:xen-devel-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-doc-html-4.17.5_06-150500.3.42.1.aarch64", "openSUSE Leap 15.5:xen-doc-html-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-libs-32bit-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-libs-4.17.5_06-150500.3.42.1.aarch64", "openSUSE Leap 15.5:xen-libs-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-tools-4.17.5_06-150500.3.42.1.aarch64", "openSUSE Leap 15.5:xen-tools-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-tools-domU-4.17.5_06-150500.3.42.1.aarch64", "openSUSE Leap 15.5:xen-tools-domU-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.5_06-150500.3.42.1.noarch", "openSUSE Leap Micro 5.5:xen-libs-4.17.5_06-150500.3.42.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-45819", "url": "https://www.suse.com/security/cve/CVE-2024-45819" }, { "category": "external", "summary": "SUSE Bug 1232624 for CVE-2024-45819", "url": "https://bugzilla.suse.com/1232624" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this 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.5_06-150500.3.42.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.5_06-150500.3.42.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.5_06-150500.3.42.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.5_06-150500.3.42.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.5_06-150500.3.42.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.5_06-150500.3.42.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.5_06-150500.3.42.1.noarch", "openSUSE Leap 15.5:xen-4.17.5_06-150500.3.42.1.aarch64", "openSUSE Leap 15.5:xen-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-devel-4.17.5_06-150500.3.42.1.aarch64", "openSUSE Leap 15.5:xen-devel-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-doc-html-4.17.5_06-150500.3.42.1.aarch64", "openSUSE Leap 15.5:xen-doc-html-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-libs-32bit-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-libs-4.17.5_06-150500.3.42.1.aarch64", "openSUSE Leap 15.5:xen-libs-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-tools-4.17.5_06-150500.3.42.1.aarch64", "openSUSE Leap 15.5:xen-tools-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-tools-domU-4.17.5_06-150500.3.42.1.aarch64", "openSUSE Leap 15.5:xen-tools-domU-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.5_06-150500.3.42.1.noarch", "openSUSE Leap Micro 5.5:xen-libs-4.17.5_06-150500.3.42.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.5_06-150500.3.42.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.5_06-150500.3.42.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.5_06-150500.3.42.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.5_06-150500.3.42.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.5_06-150500.3.42.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.5_06-150500.3.42.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.5_06-150500.3.42.1.noarch", "openSUSE Leap 15.5:xen-4.17.5_06-150500.3.42.1.aarch64", "openSUSE Leap 15.5:xen-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-devel-4.17.5_06-150500.3.42.1.aarch64", "openSUSE Leap 15.5:xen-devel-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-doc-html-4.17.5_06-150500.3.42.1.aarch64", "openSUSE Leap 15.5:xen-doc-html-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-libs-32bit-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-libs-4.17.5_06-150500.3.42.1.aarch64", "openSUSE Leap 15.5:xen-libs-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-tools-4.17.5_06-150500.3.42.1.aarch64", "openSUSE Leap 15.5:xen-tools-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-tools-domU-4.17.5_06-150500.3.42.1.aarch64", "openSUSE Leap 15.5:xen-tools-domU-4.17.5_06-150500.3.42.1.x86_64", "openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.5_06-150500.3.42.1.noarch", "openSUSE Leap Micro 5.5:xen-libs-4.17.5_06-150500.3.42.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-12T16:14:09Z", "details": "moderate" } ], "title": "CVE-2024-45819" } ] }
suse-su-2024:4073-1
Vulnerability from csaf_suse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for xen", "title": "Title of the patch" }, { "category": "description", "text": "This update for xen fixes the following issues:\n\nSecurity issues fixed:\n\n- CVE-2024-45818: xen: Deadlock in x86 HVM standard VGA handling (bsc#1232622)\n- CVE-2024-45819: xen: libxl leaks data to PVH guests via ACPI tables (bsc#1232624)\n- CVE-2024-45817: xen: x86: Deadlock in vlapic_error() (bsc#1230366)\n\nNon-security issue fixed:\n\n- Removed usage of net-tools-deprecated from supportconfig plugin (bsc#1232542)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2024-4073,SUSE-SLE-Product-HPC-15-SP2-LTSS-2024-4073,SUSE-SLE-Product-SLES-15-SP2-LTSS-2024-4073,SUSE-SLE-Product-SLES_SAP-15-SP2-2024-4073", "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_4073-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2024:4073-1", "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20244073-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2024:4073-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019847.html" }, { "category": "self", "summary": "SUSE Bug 1230366", "url": "https://bugzilla.suse.com/1230366" }, { "category": "self", "summary": "SUSE Bug 1232542", "url": "https://bugzilla.suse.com/1232542" }, { "category": "self", "summary": "SUSE Bug 1232622", "url": "https://bugzilla.suse.com/1232622" }, { "category": "self", "summary": "SUSE Bug 1232624", "url": "https://bugzilla.suse.com/1232624" }, { "category": "self", "summary": "SUSE CVE CVE-2024-45817 page", "url": "https://www.suse.com/security/cve/CVE-2024-45817/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-45818 page", "url": "https://www.suse.com/security/cve/CVE-2024-45818/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-45819 page", "url": "https://www.suse.com/security/cve/CVE-2024-45819/" } ], "title": "Security update for xen", "tracking": { "current_release_date": "2024-11-27T07:34:47Z", "generator": { "date": "2024-11-27T07:34:47Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2024:4073-1", "initial_release_date": "2024-11-27T07:34:47Z", "revision_history": [ { "date": "2024-11-27T07:34:47Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "xen-4.13.5_16-150200.3.99.1.aarch64", "product": { "name": "xen-4.13.5_16-150200.3.99.1.aarch64", "product_id": "xen-4.13.5_16-150200.3.99.1.aarch64" } }, { "category": "product_version", "name": "xen-devel-4.13.5_16-150200.3.99.1.aarch64", "product": { "name": "xen-devel-4.13.5_16-150200.3.99.1.aarch64", "product_id": "xen-devel-4.13.5_16-150200.3.99.1.aarch64" } }, { "category": "product_version", "name": "xen-doc-html-4.13.5_16-150200.3.99.1.aarch64", "product": { "name": "xen-doc-html-4.13.5_16-150200.3.99.1.aarch64", "product_id": "xen-doc-html-4.13.5_16-150200.3.99.1.aarch64" } }, { "category": "product_version", "name": "xen-libs-4.13.5_16-150200.3.99.1.aarch64", "product": { "name": "xen-libs-4.13.5_16-150200.3.99.1.aarch64", "product_id": "xen-libs-4.13.5_16-150200.3.99.1.aarch64" } }, { "category": "product_version", "name": "xen-tools-4.13.5_16-150200.3.99.1.aarch64", "product": { "name": "xen-tools-4.13.5_16-150200.3.99.1.aarch64", "product_id": "xen-tools-4.13.5_16-150200.3.99.1.aarch64" } }, { "category": "product_version", "name": "xen-tools-domU-4.13.5_16-150200.3.99.1.aarch64", "product": { "name": "xen-tools-domU-4.13.5_16-150200.3.99.1.aarch64", "product_id": "xen-tools-domU-4.13.5_16-150200.3.99.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "xen-libs-64bit-4.13.5_16-150200.3.99.1.aarch64_ilp32", "product": { "name": "xen-libs-64bit-4.13.5_16-150200.3.99.1.aarch64_ilp32", "product_id": "xen-libs-64bit-4.13.5_16-150200.3.99.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "xen-devel-4.13.5_16-150200.3.99.1.i586", "product": { "name": "xen-devel-4.13.5_16-150200.3.99.1.i586", "product_id": "xen-devel-4.13.5_16-150200.3.99.1.i586" } }, { "category": "product_version", "name": "xen-libs-4.13.5_16-150200.3.99.1.i586", "product": { "name": "xen-libs-4.13.5_16-150200.3.99.1.i586", "product_id": "xen-libs-4.13.5_16-150200.3.99.1.i586" } }, { "category": "product_version", "name": "xen-tools-domU-4.13.5_16-150200.3.99.1.i586", "product": { "name": "xen-tools-domU-4.13.5_16-150200.3.99.1.i586", "product_id": "xen-tools-domU-4.13.5_16-150200.3.99.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "xen-tools-xendomains-wait-disk-4.13.5_16-150200.3.99.1.noarch", "product": { "name": "xen-tools-xendomains-wait-disk-4.13.5_16-150200.3.99.1.noarch", "product_id": "xen-tools-xendomains-wait-disk-4.13.5_16-150200.3.99.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "xen-4.13.5_16-150200.3.99.1.x86_64", "product": { "name": "xen-4.13.5_16-150200.3.99.1.x86_64", "product_id": "xen-4.13.5_16-150200.3.99.1.x86_64" } }, { "category": "product_version", "name": "xen-devel-4.13.5_16-150200.3.99.1.x86_64", "product": { "name": "xen-devel-4.13.5_16-150200.3.99.1.x86_64", "product_id": "xen-devel-4.13.5_16-150200.3.99.1.x86_64" } }, { "category": "product_version", "name": "xen-doc-html-4.13.5_16-150200.3.99.1.x86_64", "product": { "name": "xen-doc-html-4.13.5_16-150200.3.99.1.x86_64", "product_id": "xen-doc-html-4.13.5_16-150200.3.99.1.x86_64" } }, { "category": "product_version", "name": "xen-libs-4.13.5_16-150200.3.99.1.x86_64", "product": { "name": "xen-libs-4.13.5_16-150200.3.99.1.x86_64", "product_id": "xen-libs-4.13.5_16-150200.3.99.1.x86_64" } }, { "category": "product_version", "name": "xen-libs-32bit-4.13.5_16-150200.3.99.1.x86_64", "product": { "name": "xen-libs-32bit-4.13.5_16-150200.3.99.1.x86_64", "product_id": "xen-libs-32bit-4.13.5_16-150200.3.99.1.x86_64" } }, { "category": "product_version", "name": "xen-tools-4.13.5_16-150200.3.99.1.x86_64", "product": { "name": "xen-tools-4.13.5_16-150200.3.99.1.x86_64", "product_id": "xen-tools-4.13.5_16-150200.3.99.1.x86_64" } }, { "category": "product_version", "name": "xen-tools-domU-4.13.5_16-150200.3.99.1.x86_64", "product": { "name": "xen-tools-domU-4.13.5_16-150200.3.99.1.x86_64", "product_id": "xen-tools-domU-4.13.5_16-150200.3.99.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP2-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp2" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp2" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "xen-4.13.5_16-150200.3.99.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-4.13.5_16-150200.3.99.1.x86_64" }, "product_reference": "xen-4.13.5_16-150200.3.99.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-devel-4.13.5_16-150200.3.99.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-devel-4.13.5_16-150200.3.99.1.x86_64" }, "product_reference": "xen-devel-4.13.5_16-150200.3.99.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-libs-4.13.5_16-150200.3.99.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-libs-4.13.5_16-150200.3.99.1.x86_64" }, "product_reference": "xen-libs-4.13.5_16-150200.3.99.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-4.13.5_16-150200.3.99.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-tools-4.13.5_16-150200.3.99.1.x86_64" }, "product_reference": "xen-tools-4.13.5_16-150200.3.99.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-domU-4.13.5_16-150200.3.99.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-tools-domU-4.13.5_16-150200.3.99.1.x86_64" }, "product_reference": "xen-tools-domU-4.13.5_16-150200.3.99.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-xendomains-wait-disk-4.13.5_16-150200.3.99.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-tools-xendomains-wait-disk-4.13.5_16-150200.3.99.1.noarch" }, "product_reference": "xen-tools-xendomains-wait-disk-4.13.5_16-150200.3.99.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-4.13.5_16-150200.3.99.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-4.13.5_16-150200.3.99.1.x86_64" }, "product_reference": "xen-4.13.5_16-150200.3.99.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-devel-4.13.5_16-150200.3.99.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-devel-4.13.5_16-150200.3.99.1.x86_64" }, "product_reference": "xen-devel-4.13.5_16-150200.3.99.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-libs-4.13.5_16-150200.3.99.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-libs-4.13.5_16-150200.3.99.1.x86_64" }, "product_reference": "xen-libs-4.13.5_16-150200.3.99.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-4.13.5_16-150200.3.99.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-tools-4.13.5_16-150200.3.99.1.x86_64" }, "product_reference": "xen-tools-4.13.5_16-150200.3.99.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-domU-4.13.5_16-150200.3.99.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-tools-domU-4.13.5_16-150200.3.99.1.x86_64" }, "product_reference": "xen-tools-domU-4.13.5_16-150200.3.99.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-xendomains-wait-disk-4.13.5_16-150200.3.99.1.noarch as component of SUSE Linux Enterprise Server 15 SP2-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-tools-xendomains-wait-disk-4.13.5_16-150200.3.99.1.noarch" }, "product_reference": "xen-tools-xendomains-wait-disk-4.13.5_16-150200.3.99.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-4.13.5_16-150200.3.99.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-4.13.5_16-150200.3.99.1.x86_64" }, "product_reference": "xen-4.13.5_16-150200.3.99.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "xen-devel-4.13.5_16-150200.3.99.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-devel-4.13.5_16-150200.3.99.1.x86_64" }, "product_reference": "xen-devel-4.13.5_16-150200.3.99.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "xen-libs-4.13.5_16-150200.3.99.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-libs-4.13.5_16-150200.3.99.1.x86_64" }, "product_reference": "xen-libs-4.13.5_16-150200.3.99.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-4.13.5_16-150200.3.99.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-tools-4.13.5_16-150200.3.99.1.x86_64" }, "product_reference": "xen-tools-4.13.5_16-150200.3.99.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-domU-4.13.5_16-150200.3.99.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-tools-domU-4.13.5_16-150200.3.99.1.x86_64" }, "product_reference": "xen-tools-domU-4.13.5_16-150200.3.99.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-xendomains-wait-disk-4.13.5_16-150200.3.99.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-tools-xendomains-wait-disk-4.13.5_16-150200.3.99.1.noarch" }, "product_reference": "xen-tools-xendomains-wait-disk-4.13.5_16-150200.3.99.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-45817", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-45817" } ], "notes": [ { "category": "general", "text": "In x86\u0027s APIC (Advanced Programmable Interrupt Controller) architecture,\nerror conditions are reported in a status register. Furthermore, the OS\ncan opt to receive an interrupt when a new error occurs.\n\nIt is possible to configure the error interrupt with an illegal vector,\nwhich generates an error when an error interrupt is raised.\n\nThis case causes Xen to recurse through vlapic_error(). The recursion\nitself is bounded; errors accumulate in the the status register and only\ngenerate an interrupt when a new status bit becomes set.\n\nHowever, the lock protecting this state in Xen will try to be taken\nrecursively, and deadlock.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-devel-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-libs-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-tools-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-tools-domU-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-tools-xendomains-wait-disk-4.13.5_16-150200.3.99.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-devel-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-libs-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-tools-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-tools-domU-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-tools-xendomains-wait-disk-4.13.5_16-150200.3.99.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-devel-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-libs-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-tools-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-tools-domU-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-tools-xendomains-wait-disk-4.13.5_16-150200.3.99.1.noarch" ] }, "references": [ { "category": "external", "summary": "CVE-2024-45817", "url": "https://www.suse.com/security/cve/CVE-2024-45817" }, { "category": "external", "summary": "SUSE Bug 1230366 for CVE-2024-45817", "url": "https://bugzilla.suse.com/1230366" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-devel-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-libs-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-tools-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-tools-domU-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-tools-xendomains-wait-disk-4.13.5_16-150200.3.99.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-devel-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-libs-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-tools-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-tools-domU-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-tools-xendomains-wait-disk-4.13.5_16-150200.3.99.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-devel-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-libs-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-tools-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-tools-domU-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-tools-xendomains-wait-disk-4.13.5_16-150200.3.99.1.noarch" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-devel-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-libs-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-tools-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-tools-domU-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-tools-xendomains-wait-disk-4.13.5_16-150200.3.99.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-devel-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-libs-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-tools-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-tools-domU-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-tools-xendomains-wait-disk-4.13.5_16-150200.3.99.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-devel-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-libs-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-tools-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-tools-domU-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-tools-xendomains-wait-disk-4.13.5_16-150200.3.99.1.noarch" ] } ], "threats": [ { "category": "impact", "date": "2024-11-27T07:34:47Z", "details": "moderate" } ], "title": "CVE-2024-45817" }, { "cve": "CVE-2024-45818", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-45818" } ], "notes": [ { "category": "general", "text": "The hypervisor contains code to accelerate VGA memory accesses for HVM\nguests, when the (virtual) VGA is in \"standard\" mode. Locking involved\nthere has an unusual discipline, leaving a lock acquired past the\nreturn from the function that acquired it. This behavior results in a\nproblem when emulating an instruction with two memory accesses, both of\nwhich touch VGA memory (plus some further constraints which aren\u0027t\nrelevant here). When emulating the 2nd access, the lock that is already\nbeing held would be attempted to be re-acquired, resulting in a\ndeadlock.\n\nThis deadlock was already found when the code was first introduced, but\nwas analysed incorrectly and the fix was incomplete. Analysis in light\nof the new finding cannot find a way to make the existing locking\ndiscipline work.\n\nIn staging, this logic has all been removed because it was discovered\nto be accidentally disabled since Xen 4.7. Therefore, we are fixing the\nlocking problem by backporting the removal of most of the feature. Note\nthat even with the feature disabled, the lock would still be acquired\nfor any accesses to the VGA MMIO region.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-devel-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-libs-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-tools-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-tools-domU-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-tools-xendomains-wait-disk-4.13.5_16-150200.3.99.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-devel-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-libs-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-tools-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-tools-domU-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-tools-xendomains-wait-disk-4.13.5_16-150200.3.99.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-devel-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-libs-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-tools-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-tools-domU-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-tools-xendomains-wait-disk-4.13.5_16-150200.3.99.1.noarch" ] }, "references": [ { "category": "external", "summary": "CVE-2024-45818", "url": "https://www.suse.com/security/cve/CVE-2024-45818" }, { "category": "external", "summary": "SUSE Bug 1232622 for CVE-2024-45818", "url": "https://bugzilla.suse.com/1232622" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-devel-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-libs-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-tools-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-tools-domU-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-tools-xendomains-wait-disk-4.13.5_16-150200.3.99.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-devel-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-libs-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-tools-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-tools-domU-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-tools-xendomains-wait-disk-4.13.5_16-150200.3.99.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-devel-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-libs-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-tools-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-tools-domU-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-tools-xendomains-wait-disk-4.13.5_16-150200.3.99.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 High Performance Computing 15 SP2-LTSS:xen-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-devel-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-libs-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-tools-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-tools-domU-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-tools-xendomains-wait-disk-4.13.5_16-150200.3.99.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-devel-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-libs-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-tools-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-tools-domU-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-tools-xendomains-wait-disk-4.13.5_16-150200.3.99.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-devel-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-libs-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-tools-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-tools-domU-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-tools-xendomains-wait-disk-4.13.5_16-150200.3.99.1.noarch" ] } ], "threats": [ { "category": "impact", "date": "2024-11-27T07:34:47Z", "details": "moderate" } ], "title": "CVE-2024-45818" }, { "cve": "CVE-2024-45819", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-45819" } ], "notes": [ { "category": "general", "text": "PVH guests have their ACPI tables constructed by the toolstack. The\nconstruction involves building the tables in local memory, which are\nthen copied into guest memory. While actually used parts of the local\nmemory are filled in correctly, excess space that is being allocated is\nleft with its prior contents.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-devel-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-libs-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-tools-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-tools-domU-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-tools-xendomains-wait-disk-4.13.5_16-150200.3.99.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-devel-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-libs-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-tools-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-tools-domU-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-tools-xendomains-wait-disk-4.13.5_16-150200.3.99.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-devel-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-libs-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-tools-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-tools-domU-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-tools-xendomains-wait-disk-4.13.5_16-150200.3.99.1.noarch" ] }, "references": [ { "category": "external", "summary": "CVE-2024-45819", "url": "https://www.suse.com/security/cve/CVE-2024-45819" }, { "category": "external", "summary": "SUSE Bug 1232624 for CVE-2024-45819", "url": "https://bugzilla.suse.com/1232624" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-devel-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-libs-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-tools-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-tools-domU-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-tools-xendomains-wait-disk-4.13.5_16-150200.3.99.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-devel-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-libs-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-tools-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-tools-domU-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-tools-xendomains-wait-disk-4.13.5_16-150200.3.99.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-devel-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-libs-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-tools-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-tools-domU-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-tools-xendomains-wait-disk-4.13.5_16-150200.3.99.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 High Performance Computing 15 SP2-LTSS:xen-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-devel-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-libs-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-tools-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-tools-domU-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-tools-xendomains-wait-disk-4.13.5_16-150200.3.99.1.noarch", "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-devel-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-libs-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-tools-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-tools-domU-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-tools-xendomains-wait-disk-4.13.5_16-150200.3.99.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-devel-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-libs-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-tools-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-tools-domU-4.13.5_16-150200.3.99.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-tools-xendomains-wait-disk-4.13.5_16-150200.3.99.1.noarch" ] } ], "threats": [ { "category": "impact", "date": "2024-11-27T07:34:47Z", "details": "moderate" } ], "title": "CVE-2024-45819" } ] }
suse-su-2024:4163-1
Vulnerability from csaf_suse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for xen", "title": "Title of the patch" }, { "category": "description", "text": "This update for xen fixes the following issues:\n\nSecurity issues fixed:\n\n- CVE-2024-45818: xen: Deadlock in x86 HVM standard VGA handling (bsc#1232622)\n- CVE-2024-45819: xen: libxl leaks data to PVH guests via ACPI tables (bsc#1232624)\n- CVE-2024-45817: xen: x86: Deadlock in vlapic_error() (bsc#1230366)\n\nNon-security issues fixed:\n\n- Removed usage of net-tools-deprecated from supportconfig plugin (bsc#1232542)\n- Upstream bug fixes (bsc#1027519)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2024-4163,SUSE-SLE-Module-Basesystem-15-SP6-2024-4163,SUSE-SLE-Module-Server-Applications-15-SP6-2024-4163,openSUSE-SLE-15.6-2024-4163", "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_4163-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2024:4163-1", "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20244163-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2024:4163-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-December/019907.html" }, { "category": "self", "summary": "SUSE Bug 1027519", "url": "https://bugzilla.suse.com/1027519" }, { "category": "self", "summary": "SUSE Bug 1230366", "url": "https://bugzilla.suse.com/1230366" }, { "category": "self", "summary": "SUSE Bug 1232542", "url": "https://bugzilla.suse.com/1232542" }, { "category": "self", "summary": "SUSE Bug 1232622", "url": "https://bugzilla.suse.com/1232622" }, { "category": "self", "summary": "SUSE Bug 1232624", "url": "https://bugzilla.suse.com/1232624" }, { "category": "self", "summary": "SUSE CVE CVE-2024-45817 page", "url": "https://www.suse.com/security/cve/CVE-2024-45817/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-45818 page", "url": "https://www.suse.com/security/cve/CVE-2024-45818/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-45819 page", "url": "https://www.suse.com/security/cve/CVE-2024-45819/" } ], "title": "Security update for xen", "tracking": { "current_release_date": "2024-12-04T07:57:13Z", "generator": { "date": "2024-12-04T07:57:13Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2024:4163-1", "initial_release_date": "2024-12-04T07:57:13Z", "revision_history": [ { "date": "2024-12-04T07:57:13Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "xen-4.18.3_06-150600.3.12.1.aarch64", "product": { "name": "xen-4.18.3_06-150600.3.12.1.aarch64", "product_id": "xen-4.18.3_06-150600.3.12.1.aarch64" } }, { "category": "product_version", "name": "xen-devel-4.18.3_06-150600.3.12.1.aarch64", "product": { "name": "xen-devel-4.18.3_06-150600.3.12.1.aarch64", "product_id": "xen-devel-4.18.3_06-150600.3.12.1.aarch64" } }, { "category": "product_version", "name": "xen-doc-html-4.18.3_06-150600.3.12.1.aarch64", "product": { "name": "xen-doc-html-4.18.3_06-150600.3.12.1.aarch64", "product_id": "xen-doc-html-4.18.3_06-150600.3.12.1.aarch64" } }, { "category": "product_version", "name": "xen-libs-4.18.3_06-150600.3.12.1.aarch64", "product": { "name": "xen-libs-4.18.3_06-150600.3.12.1.aarch64", "product_id": "xen-libs-4.18.3_06-150600.3.12.1.aarch64" } }, { "category": "product_version", "name": "xen-tools-4.18.3_06-150600.3.12.1.aarch64", "product": { "name": "xen-tools-4.18.3_06-150600.3.12.1.aarch64", "product_id": "xen-tools-4.18.3_06-150600.3.12.1.aarch64" } }, { "category": "product_version", "name": "xen-tools-domU-4.18.3_06-150600.3.12.1.aarch64", "product": { "name": "xen-tools-domU-4.18.3_06-150600.3.12.1.aarch64", "product_id": "xen-tools-domU-4.18.3_06-150600.3.12.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "xen-libs-64bit-4.18.3_06-150600.3.12.1.aarch64_ilp32", "product": { "name": "xen-libs-64bit-4.18.3_06-150600.3.12.1.aarch64_ilp32", "product_id": "xen-libs-64bit-4.18.3_06-150600.3.12.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "xen-devel-4.18.3_06-150600.3.12.1.i586", "product": { "name": "xen-devel-4.18.3_06-150600.3.12.1.i586", "product_id": "xen-devel-4.18.3_06-150600.3.12.1.i586" } }, { "category": "product_version", "name": "xen-libs-4.18.3_06-150600.3.12.1.i586", "product": { "name": "xen-libs-4.18.3_06-150600.3.12.1.i586", "product_id": "xen-libs-4.18.3_06-150600.3.12.1.i586" } }, { "category": "product_version", "name": "xen-tools-domU-4.18.3_06-150600.3.12.1.i586", "product": { "name": "xen-tools-domU-4.18.3_06-150600.3.12.1.i586", "product_id": "xen-tools-domU-4.18.3_06-150600.3.12.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "xen-tools-xendomains-wait-disk-4.18.3_06-150600.3.12.1.noarch", "product": { "name": "xen-tools-xendomains-wait-disk-4.18.3_06-150600.3.12.1.noarch", "product_id": "xen-tools-xendomains-wait-disk-4.18.3_06-150600.3.12.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "xen-4.18.3_06-150600.3.12.1.x86_64", "product": { "name": "xen-4.18.3_06-150600.3.12.1.x86_64", "product_id": "xen-4.18.3_06-150600.3.12.1.x86_64" } }, { "category": "product_version", "name": "xen-devel-4.18.3_06-150600.3.12.1.x86_64", "product": { "name": "xen-devel-4.18.3_06-150600.3.12.1.x86_64", "product_id": "xen-devel-4.18.3_06-150600.3.12.1.x86_64" } }, { "category": "product_version", "name": "xen-doc-html-4.18.3_06-150600.3.12.1.x86_64", "product": { "name": "xen-doc-html-4.18.3_06-150600.3.12.1.x86_64", "product_id": "xen-doc-html-4.18.3_06-150600.3.12.1.x86_64" } }, { "category": "product_version", "name": "xen-libs-4.18.3_06-150600.3.12.1.x86_64", "product": { "name": "xen-libs-4.18.3_06-150600.3.12.1.x86_64", "product_id": "xen-libs-4.18.3_06-150600.3.12.1.x86_64" } }, { "category": "product_version", "name": "xen-libs-32bit-4.18.3_06-150600.3.12.1.x86_64", "product": { "name": "xen-libs-32bit-4.18.3_06-150600.3.12.1.x86_64", "product_id": "xen-libs-32bit-4.18.3_06-150600.3.12.1.x86_64" } }, { "category": "product_version", "name": "xen-tools-4.18.3_06-150600.3.12.1.x86_64", "product": { "name": "xen-tools-4.18.3_06-150600.3.12.1.x86_64", "product_id": "xen-tools-4.18.3_06-150600.3.12.1.x86_64" } }, { "category": "product_version", "name": "xen-tools-domU-4.18.3_06-150600.3.12.1.x86_64", "product": { "name": "xen-tools-domU-4.18.3_06-150600.3.12.1.x86_64", "product_id": "xen-tools-domU-4.18.3_06-150600.3.12.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Basesystem 15 SP6", "product": { "name": "SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-basesystem:15:sp6" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Server Applications 15 SP6", "product": { "name": "SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-server-applications:15:sp6" } } }, { "category": "product_name", "name": "openSUSE Leap 15.6", "product": { "name": "openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.6" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "xen-libs-4.18.3_06-150600.3.12.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:xen-libs-4.18.3_06-150600.3.12.1.x86_64" }, "product_reference": "xen-libs-4.18.3_06-150600.3.12.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-domU-4.18.3_06-150600.3.12.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:xen-tools-domU-4.18.3_06-150600.3.12.1.x86_64" }, "product_reference": "xen-tools-domU-4.18.3_06-150600.3.12.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "xen-4.18.3_06-150600.3.12.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-4.18.3_06-150600.3.12.1.x86_64" }, "product_reference": "xen-4.18.3_06-150600.3.12.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "xen-devel-4.18.3_06-150600.3.12.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-devel-4.18.3_06-150600.3.12.1.x86_64" }, "product_reference": "xen-devel-4.18.3_06-150600.3.12.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-4.18.3_06-150600.3.12.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-tools-4.18.3_06-150600.3.12.1.x86_64" }, "product_reference": "xen-tools-4.18.3_06-150600.3.12.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-xendomains-wait-disk-4.18.3_06-150600.3.12.1.noarch as component of SUSE Linux Enterprise Module for Server Applications 15 SP6", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-tools-xendomains-wait-disk-4.18.3_06-150600.3.12.1.noarch" }, "product_reference": "xen-tools-xendomains-wait-disk-4.18.3_06-150600.3.12.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6" }, { "category": "default_component_of", "full_product_name": { "name": "xen-4.18.3_06-150600.3.12.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:xen-4.18.3_06-150600.3.12.1.aarch64" }, "product_reference": "xen-4.18.3_06-150600.3.12.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "xen-4.18.3_06-150600.3.12.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:xen-4.18.3_06-150600.3.12.1.x86_64" }, "product_reference": "xen-4.18.3_06-150600.3.12.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "xen-devel-4.18.3_06-150600.3.12.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:xen-devel-4.18.3_06-150600.3.12.1.aarch64" }, "product_reference": "xen-devel-4.18.3_06-150600.3.12.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "xen-devel-4.18.3_06-150600.3.12.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:xen-devel-4.18.3_06-150600.3.12.1.x86_64" }, "product_reference": "xen-devel-4.18.3_06-150600.3.12.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "xen-doc-html-4.18.3_06-150600.3.12.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:xen-doc-html-4.18.3_06-150600.3.12.1.aarch64" }, "product_reference": "xen-doc-html-4.18.3_06-150600.3.12.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "xen-doc-html-4.18.3_06-150600.3.12.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:xen-doc-html-4.18.3_06-150600.3.12.1.x86_64" }, "product_reference": "xen-doc-html-4.18.3_06-150600.3.12.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "xen-libs-4.18.3_06-150600.3.12.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:xen-libs-4.18.3_06-150600.3.12.1.aarch64" }, "product_reference": "xen-libs-4.18.3_06-150600.3.12.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "xen-libs-4.18.3_06-150600.3.12.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:xen-libs-4.18.3_06-150600.3.12.1.x86_64" }, "product_reference": "xen-libs-4.18.3_06-150600.3.12.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "xen-libs-32bit-4.18.3_06-150600.3.12.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:xen-libs-32bit-4.18.3_06-150600.3.12.1.x86_64" }, "product_reference": "xen-libs-32bit-4.18.3_06-150600.3.12.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-4.18.3_06-150600.3.12.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:xen-tools-4.18.3_06-150600.3.12.1.aarch64" }, "product_reference": "xen-tools-4.18.3_06-150600.3.12.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-4.18.3_06-150600.3.12.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:xen-tools-4.18.3_06-150600.3.12.1.x86_64" }, "product_reference": "xen-tools-4.18.3_06-150600.3.12.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-domU-4.18.3_06-150600.3.12.1.aarch64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:xen-tools-domU-4.18.3_06-150600.3.12.1.aarch64" }, "product_reference": "xen-tools-domU-4.18.3_06-150600.3.12.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-domU-4.18.3_06-150600.3.12.1.x86_64 as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:xen-tools-domU-4.18.3_06-150600.3.12.1.x86_64" }, "product_reference": "xen-tools-domU-4.18.3_06-150600.3.12.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.6" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-xendomains-wait-disk-4.18.3_06-150600.3.12.1.noarch as component of openSUSE Leap 15.6", "product_id": "openSUSE Leap 15.6:xen-tools-xendomains-wait-disk-4.18.3_06-150600.3.12.1.noarch" }, "product_reference": "xen-tools-xendomains-wait-disk-4.18.3_06-150600.3.12.1.noarch", "relates_to_product_reference": "openSUSE Leap 15.6" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-45817", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-45817" } ], "notes": [ { "category": "general", "text": "In x86\u0027s APIC (Advanced Programmable Interrupt Controller) architecture,\nerror conditions are reported in a status register. Furthermore, the OS\ncan opt to receive an interrupt when a new error occurs.\n\nIt is possible to configure the error interrupt with an illegal vector,\nwhich generates an error when an error interrupt is raised.\n\nThis case causes Xen to recurse through vlapic_error(). The recursion\nitself is bounded; errors accumulate in the the status register and only\ngenerate an interrupt when a new status bit becomes set.\n\nHowever, the lock protecting this state in Xen will try to be taken\nrecursively, and deadlock.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:xen-libs-4.18.3_06-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:xen-tools-domU-4.18.3_06-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-4.18.3_06-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-devel-4.18.3_06-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-tools-4.18.3_06-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-tools-xendomains-wait-disk-4.18.3_06-150600.3.12.1.noarch", "openSUSE Leap 15.6:xen-4.18.3_06-150600.3.12.1.aarch64", "openSUSE Leap 15.6:xen-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-devel-4.18.3_06-150600.3.12.1.aarch64", "openSUSE Leap 15.6:xen-devel-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-doc-html-4.18.3_06-150600.3.12.1.aarch64", "openSUSE Leap 15.6:xen-doc-html-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-libs-32bit-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-libs-4.18.3_06-150600.3.12.1.aarch64", "openSUSE Leap 15.6:xen-libs-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-tools-4.18.3_06-150600.3.12.1.aarch64", "openSUSE Leap 15.6:xen-tools-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-tools-domU-4.18.3_06-150600.3.12.1.aarch64", "openSUSE Leap 15.6:xen-tools-domU-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-tools-xendomains-wait-disk-4.18.3_06-150600.3.12.1.noarch" ] }, "references": [ { "category": "external", "summary": "CVE-2024-45817", "url": "https://www.suse.com/security/cve/CVE-2024-45817" }, { "category": "external", "summary": "SUSE Bug 1230366 for CVE-2024-45817", "url": "https://bugzilla.suse.com/1230366" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:xen-libs-4.18.3_06-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:xen-tools-domU-4.18.3_06-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-4.18.3_06-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-devel-4.18.3_06-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-tools-4.18.3_06-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-tools-xendomains-wait-disk-4.18.3_06-150600.3.12.1.noarch", "openSUSE Leap 15.6:xen-4.18.3_06-150600.3.12.1.aarch64", "openSUSE Leap 15.6:xen-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-devel-4.18.3_06-150600.3.12.1.aarch64", "openSUSE Leap 15.6:xen-devel-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-doc-html-4.18.3_06-150600.3.12.1.aarch64", "openSUSE Leap 15.6:xen-doc-html-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-libs-32bit-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-libs-4.18.3_06-150600.3.12.1.aarch64", "openSUSE Leap 15.6:xen-libs-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-tools-4.18.3_06-150600.3.12.1.aarch64", "openSUSE Leap 15.6:xen-tools-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-tools-domU-4.18.3_06-150600.3.12.1.aarch64", "openSUSE Leap 15.6:xen-tools-domU-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-tools-xendomains-wait-disk-4.18.3_06-150600.3.12.1.noarch" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:xen-libs-4.18.3_06-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:xen-tools-domU-4.18.3_06-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-4.18.3_06-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-devel-4.18.3_06-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-tools-4.18.3_06-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-tools-xendomains-wait-disk-4.18.3_06-150600.3.12.1.noarch", "openSUSE Leap 15.6:xen-4.18.3_06-150600.3.12.1.aarch64", "openSUSE Leap 15.6:xen-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-devel-4.18.3_06-150600.3.12.1.aarch64", "openSUSE Leap 15.6:xen-devel-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-doc-html-4.18.3_06-150600.3.12.1.aarch64", "openSUSE Leap 15.6:xen-doc-html-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-libs-32bit-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-libs-4.18.3_06-150600.3.12.1.aarch64", "openSUSE Leap 15.6:xen-libs-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-tools-4.18.3_06-150600.3.12.1.aarch64", "openSUSE Leap 15.6:xen-tools-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-tools-domU-4.18.3_06-150600.3.12.1.aarch64", "openSUSE Leap 15.6:xen-tools-domU-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-tools-xendomains-wait-disk-4.18.3_06-150600.3.12.1.noarch" ] } ], "threats": [ { "category": "impact", "date": "2024-12-04T07:57:13Z", "details": "moderate" } ], "title": "CVE-2024-45817" }, { "cve": "CVE-2024-45818", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-45818" } ], "notes": [ { "category": "general", "text": "The hypervisor contains code to accelerate VGA memory accesses for HVM\nguests, when the (virtual) VGA is in \"standard\" mode. Locking involved\nthere has an unusual discipline, leaving a lock acquired past the\nreturn from the function that acquired it. This behavior results in a\nproblem when emulating an instruction with two memory accesses, both of\nwhich touch VGA memory (plus some further constraints which aren\u0027t\nrelevant here). When emulating the 2nd access, the lock that is already\nbeing held would be attempted to be re-acquired, resulting in a\ndeadlock.\n\nThis deadlock was already found when the code was first introduced, but\nwas analysed incorrectly and the fix was incomplete. Analysis in light\nof the new finding cannot find a way to make the existing locking\ndiscipline work.\n\nIn staging, this logic has all been removed because it was discovered\nto be accidentally disabled since Xen 4.7. Therefore, we are fixing the\nlocking problem by backporting the removal of most of the feature. Note\nthat even with the feature disabled, the lock would still be acquired\nfor any accesses to the VGA MMIO region.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:xen-libs-4.18.3_06-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:xen-tools-domU-4.18.3_06-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-4.18.3_06-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-devel-4.18.3_06-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-tools-4.18.3_06-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-tools-xendomains-wait-disk-4.18.3_06-150600.3.12.1.noarch", "openSUSE Leap 15.6:xen-4.18.3_06-150600.3.12.1.aarch64", "openSUSE Leap 15.6:xen-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-devel-4.18.3_06-150600.3.12.1.aarch64", "openSUSE Leap 15.6:xen-devel-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-doc-html-4.18.3_06-150600.3.12.1.aarch64", "openSUSE Leap 15.6:xen-doc-html-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-libs-32bit-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-libs-4.18.3_06-150600.3.12.1.aarch64", "openSUSE Leap 15.6:xen-libs-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-tools-4.18.3_06-150600.3.12.1.aarch64", "openSUSE Leap 15.6:xen-tools-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-tools-domU-4.18.3_06-150600.3.12.1.aarch64", "openSUSE Leap 15.6:xen-tools-domU-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-tools-xendomains-wait-disk-4.18.3_06-150600.3.12.1.noarch" ] }, "references": [ { "category": "external", "summary": "CVE-2024-45818", "url": "https://www.suse.com/security/cve/CVE-2024-45818" }, { "category": "external", "summary": "SUSE Bug 1232622 for CVE-2024-45818", "url": "https://bugzilla.suse.com/1232622" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:xen-libs-4.18.3_06-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:xen-tools-domU-4.18.3_06-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-4.18.3_06-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-devel-4.18.3_06-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-tools-4.18.3_06-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-tools-xendomains-wait-disk-4.18.3_06-150600.3.12.1.noarch", "openSUSE Leap 15.6:xen-4.18.3_06-150600.3.12.1.aarch64", "openSUSE Leap 15.6:xen-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-devel-4.18.3_06-150600.3.12.1.aarch64", "openSUSE Leap 15.6:xen-devel-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-doc-html-4.18.3_06-150600.3.12.1.aarch64", "openSUSE Leap 15.6:xen-doc-html-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-libs-32bit-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-libs-4.18.3_06-150600.3.12.1.aarch64", "openSUSE Leap 15.6:xen-libs-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-tools-4.18.3_06-150600.3.12.1.aarch64", "openSUSE Leap 15.6:xen-tools-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-tools-domU-4.18.3_06-150600.3.12.1.aarch64", "openSUSE Leap 15.6:xen-tools-domU-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-tools-xendomains-wait-disk-4.18.3_06-150600.3.12.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 Module for Basesystem 15 SP6:xen-libs-4.18.3_06-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:xen-tools-domU-4.18.3_06-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-4.18.3_06-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-devel-4.18.3_06-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-tools-4.18.3_06-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-tools-xendomains-wait-disk-4.18.3_06-150600.3.12.1.noarch", "openSUSE Leap 15.6:xen-4.18.3_06-150600.3.12.1.aarch64", "openSUSE Leap 15.6:xen-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-devel-4.18.3_06-150600.3.12.1.aarch64", "openSUSE Leap 15.6:xen-devel-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-doc-html-4.18.3_06-150600.3.12.1.aarch64", "openSUSE Leap 15.6:xen-doc-html-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-libs-32bit-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-libs-4.18.3_06-150600.3.12.1.aarch64", "openSUSE Leap 15.6:xen-libs-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-tools-4.18.3_06-150600.3.12.1.aarch64", "openSUSE Leap 15.6:xen-tools-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-tools-domU-4.18.3_06-150600.3.12.1.aarch64", "openSUSE Leap 15.6:xen-tools-domU-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-tools-xendomains-wait-disk-4.18.3_06-150600.3.12.1.noarch" ] } ], "threats": [ { "category": "impact", "date": "2024-12-04T07:57:13Z", "details": "moderate" } ], "title": "CVE-2024-45818" }, { "cve": "CVE-2024-45819", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-45819" } ], "notes": [ { "category": "general", "text": "PVH guests have their ACPI tables constructed by the toolstack. The\nconstruction involves building the tables in local memory, which are\nthen copied into guest memory. While actually used parts of the local\nmemory are filled in correctly, excess space that is being allocated is\nleft with its prior contents.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:xen-libs-4.18.3_06-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:xen-tools-domU-4.18.3_06-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-4.18.3_06-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-devel-4.18.3_06-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-tools-4.18.3_06-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-tools-xendomains-wait-disk-4.18.3_06-150600.3.12.1.noarch", "openSUSE Leap 15.6:xen-4.18.3_06-150600.3.12.1.aarch64", "openSUSE Leap 15.6:xen-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-devel-4.18.3_06-150600.3.12.1.aarch64", "openSUSE Leap 15.6:xen-devel-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-doc-html-4.18.3_06-150600.3.12.1.aarch64", "openSUSE Leap 15.6:xen-doc-html-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-libs-32bit-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-libs-4.18.3_06-150600.3.12.1.aarch64", "openSUSE Leap 15.6:xen-libs-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-tools-4.18.3_06-150600.3.12.1.aarch64", "openSUSE Leap 15.6:xen-tools-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-tools-domU-4.18.3_06-150600.3.12.1.aarch64", "openSUSE Leap 15.6:xen-tools-domU-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-tools-xendomains-wait-disk-4.18.3_06-150600.3.12.1.noarch" ] }, "references": [ { "category": "external", "summary": "CVE-2024-45819", "url": "https://www.suse.com/security/cve/CVE-2024-45819" }, { "category": "external", "summary": "SUSE Bug 1232624 for CVE-2024-45819", "url": "https://bugzilla.suse.com/1232624" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Module for Basesystem 15 SP6:xen-libs-4.18.3_06-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:xen-tools-domU-4.18.3_06-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-4.18.3_06-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-devel-4.18.3_06-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-tools-4.18.3_06-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-tools-xendomains-wait-disk-4.18.3_06-150600.3.12.1.noarch", "openSUSE Leap 15.6:xen-4.18.3_06-150600.3.12.1.aarch64", "openSUSE Leap 15.6:xen-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-devel-4.18.3_06-150600.3.12.1.aarch64", "openSUSE Leap 15.6:xen-devel-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-doc-html-4.18.3_06-150600.3.12.1.aarch64", "openSUSE Leap 15.6:xen-doc-html-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-libs-32bit-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-libs-4.18.3_06-150600.3.12.1.aarch64", "openSUSE Leap 15.6:xen-libs-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-tools-4.18.3_06-150600.3.12.1.aarch64", "openSUSE Leap 15.6:xen-tools-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-tools-domU-4.18.3_06-150600.3.12.1.aarch64", "openSUSE Leap 15.6:xen-tools-domU-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-tools-xendomains-wait-disk-4.18.3_06-150600.3.12.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 Module for Basesystem 15 SP6:xen-libs-4.18.3_06-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP6:xen-tools-domU-4.18.3_06-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-4.18.3_06-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-devel-4.18.3_06-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-tools-4.18.3_06-150600.3.12.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-tools-xendomains-wait-disk-4.18.3_06-150600.3.12.1.noarch", "openSUSE Leap 15.6:xen-4.18.3_06-150600.3.12.1.aarch64", "openSUSE Leap 15.6:xen-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-devel-4.18.3_06-150600.3.12.1.aarch64", "openSUSE Leap 15.6:xen-devel-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-doc-html-4.18.3_06-150600.3.12.1.aarch64", "openSUSE Leap 15.6:xen-doc-html-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-libs-32bit-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-libs-4.18.3_06-150600.3.12.1.aarch64", "openSUSE Leap 15.6:xen-libs-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-tools-4.18.3_06-150600.3.12.1.aarch64", "openSUSE Leap 15.6:xen-tools-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-tools-domU-4.18.3_06-150600.3.12.1.aarch64", "openSUSE Leap 15.6:xen-tools-domU-4.18.3_06-150600.3.12.1.x86_64", "openSUSE Leap 15.6:xen-tools-xendomains-wait-disk-4.18.3_06-150600.3.12.1.noarch" ] } ], "threats": [ { "category": "impact", "date": "2024-12-04T07:57:13Z", "details": "moderate" } ], "title": "CVE-2024-45819" } ] }
suse-su-2024:4116-1
Vulnerability from csaf_suse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for xen", "title": "Title of the patch" }, { "category": "description", "text": "This update for xen fixes the following issues:\n\n- CVE-2024-45818: Fixed deadlock in x86 HVM standard VGA handling (XSA-463) (bsc#1232622).\n- CVE-2024-45819: Fixed libxl data leaks to PVH guests via ACPI tables (XSA-464) (bsc#1232624).\n\nBug fixes:\n\n- Remove usage of net-tools-deprecated from supportconfig plugin (bsc#1232542).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2024-4116,SUSE-SLE-Micro-5.3-2024-4116,SUSE-SLE-Micro-5.4-2024-4116,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-4116,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-4116,SUSE-SLE-Product-SLED-15-SP4-LTSS-2024-4116,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-4116,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-4116,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2024-4116,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2024-4116", "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_4116-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2024:4116-1", "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20244116-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2024:4116-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019878.html" }, { "category": "self", "summary": "SUSE Bug 1232542", "url": "https://bugzilla.suse.com/1232542" }, { "category": "self", "summary": "SUSE Bug 1232622", "url": "https://bugzilla.suse.com/1232622" }, { "category": "self", "summary": "SUSE Bug 1232624", "url": "https://bugzilla.suse.com/1232624" }, { "category": "self", "summary": "SUSE CVE CVE-2024-45818 page", "url": "https://www.suse.com/security/cve/CVE-2024-45818/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-45819 page", "url": "https://www.suse.com/security/cve/CVE-2024-45819/" } ], "title": "Security update for xen", "tracking": { "current_release_date": "2024-11-29T16:06:17Z", "generator": { "date": "2024-11-29T16:06:17Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2024:4116-1", "initial_release_date": "2024-11-29T16:06:17Z", "revision_history": [ { "date": "2024-11-29T16:06:17Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "xen-4.16.6_06-150400.4.65.1.aarch64", "product": { "name": "xen-4.16.6_06-150400.4.65.1.aarch64", "product_id": "xen-4.16.6_06-150400.4.65.1.aarch64" } }, { "category": "product_version", "name": "xen-devel-4.16.6_06-150400.4.65.1.aarch64", "product": { "name": "xen-devel-4.16.6_06-150400.4.65.1.aarch64", "product_id": "xen-devel-4.16.6_06-150400.4.65.1.aarch64" } }, { "category": "product_version", "name": "xen-doc-html-4.16.6_06-150400.4.65.1.aarch64", "product": { "name": "xen-doc-html-4.16.6_06-150400.4.65.1.aarch64", "product_id": "xen-doc-html-4.16.6_06-150400.4.65.1.aarch64" } }, { "category": "product_version", "name": "xen-libs-4.16.6_06-150400.4.65.1.aarch64", "product": { "name": "xen-libs-4.16.6_06-150400.4.65.1.aarch64", "product_id": "xen-libs-4.16.6_06-150400.4.65.1.aarch64" } }, { "category": "product_version", "name": "xen-tools-4.16.6_06-150400.4.65.1.aarch64", "product": { "name": "xen-tools-4.16.6_06-150400.4.65.1.aarch64", "product_id": "xen-tools-4.16.6_06-150400.4.65.1.aarch64" } }, { "category": "product_version", "name": "xen-tools-domU-4.16.6_06-150400.4.65.1.aarch64", "product": { "name": "xen-tools-domU-4.16.6_06-150400.4.65.1.aarch64", "product_id": "xen-tools-domU-4.16.6_06-150400.4.65.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "xen-libs-64bit-4.16.6_06-150400.4.65.1.aarch64_ilp32", "product": { "name": "xen-libs-64bit-4.16.6_06-150400.4.65.1.aarch64_ilp32", "product_id": "xen-libs-64bit-4.16.6_06-150400.4.65.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "xen-devel-4.16.6_06-150400.4.65.1.i586", "product": { "name": "xen-devel-4.16.6_06-150400.4.65.1.i586", "product_id": "xen-devel-4.16.6_06-150400.4.65.1.i586" } }, { "category": "product_version", "name": "xen-libs-4.16.6_06-150400.4.65.1.i586", "product": { "name": "xen-libs-4.16.6_06-150400.4.65.1.i586", "product_id": "xen-libs-4.16.6_06-150400.4.65.1.i586" } }, { "category": "product_version", "name": "xen-tools-domU-4.16.6_06-150400.4.65.1.i586", "product": { "name": "xen-tools-domU-4.16.6_06-150400.4.65.1.i586", "product_id": "xen-tools-domU-4.16.6_06-150400.4.65.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "xen-tools-xendomains-wait-disk-4.16.6_06-150400.4.65.1.noarch", "product": { "name": "xen-tools-xendomains-wait-disk-4.16.6_06-150400.4.65.1.noarch", "product_id": "xen-tools-xendomains-wait-disk-4.16.6_06-150400.4.65.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "xen-4.16.6_06-150400.4.65.1.x86_64", "product": { "name": "xen-4.16.6_06-150400.4.65.1.x86_64", "product_id": "xen-4.16.6_06-150400.4.65.1.x86_64" } }, { "category": "product_version", "name": "xen-devel-4.16.6_06-150400.4.65.1.x86_64", "product": { "name": "xen-devel-4.16.6_06-150400.4.65.1.x86_64", "product_id": "xen-devel-4.16.6_06-150400.4.65.1.x86_64" } }, { "category": "product_version", "name": "xen-doc-html-4.16.6_06-150400.4.65.1.x86_64", "product": { "name": "xen-doc-html-4.16.6_06-150400.4.65.1.x86_64", "product_id": "xen-doc-html-4.16.6_06-150400.4.65.1.x86_64" } }, { "category": "product_version", "name": "xen-libs-4.16.6_06-150400.4.65.1.x86_64", "product": { "name": "xen-libs-4.16.6_06-150400.4.65.1.x86_64", "product_id": "xen-libs-4.16.6_06-150400.4.65.1.x86_64" } }, { "category": "product_version", "name": "xen-libs-32bit-4.16.6_06-150400.4.65.1.x86_64", "product": { "name": "xen-libs-32bit-4.16.6_06-150400.4.65.1.x86_64", "product_id": "xen-libs-32bit-4.16.6_06-150400.4.65.1.x86_64" } }, { "category": "product_version", "name": "xen-tools-4.16.6_06-150400.4.65.1.x86_64", "product": { "name": "xen-tools-4.16.6_06-150400.4.65.1.x86_64", "product_id": "xen-tools-4.16.6_06-150400.4.65.1.x86_64" } }, { "category": "product_version", "name": "xen-tools-domU-4.16.6_06-150400.4.65.1.x86_64", "product": { "name": "xen-tools-domU-4.16.6_06-150400.4.65.1.x86_64", "product_id": "xen-tools-domU-4.16.6_06-150400.4.65.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Micro 5.3", "product": { "name": "SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-micro:5.3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Micro 5.4", "product": { "name": "SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-micro:5.4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp4" } } }, { "category": "product_name", "name": "SUSE Manager Proxy 4.3", "product": { "name": "SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-manager-proxy:4.3" } } }, { "category": "product_name", "name": "SUSE Manager Server 4.3", "product": { "name": "SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-manager-server:4.3" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "xen-libs-4.16.6_06-150400.4.65.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3", "product_id": "SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.6_06-150400.4.65.1.x86_64" }, "product_reference": "xen-libs-4.16.6_06-150400.4.65.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.6_06-150400.4.65.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4", "product_id": "SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.6_06-150400.4.65.1.x86_64" }, "product_reference": "xen-libs-4.16.6_06-150400.4.65.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4" }, { "category": "default_component_of", "full_product_name": { "name": "xen-4.16.6_06-150400.4.65.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-4.16.6_06-150400.4.65.1.x86_64" }, "product_reference": "xen-4.16.6_06-150400.4.65.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-devel-4.16.6_06-150400.4.65.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-devel-4.16.6_06-150400.4.65.1.x86_64" }, "product_reference": "xen-devel-4.16.6_06-150400.4.65.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-libs-4.16.6_06-150400.4.65.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-libs-4.16.6_06-150400.4.65.1.x86_64" }, "product_reference": "xen-libs-4.16.6_06-150400.4.65.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-4.16.6_06-150400.4.65.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-4.16.6_06-150400.4.65.1.x86_64" }, "product_reference": "xen-tools-4.16.6_06-150400.4.65.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-domU-4.16.6_06-150400.4.65.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-domU-4.16.6_06-150400.4.65.1.x86_64" }, "product_reference": "xen-tools-domU-4.16.6_06-150400.4.65.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-xendomains-wait-disk-4.16.6_06-150400.4.65.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-xendomains-wait-disk-4.16.6_06-150400.4.65.1.noarch" }, "product_reference": "xen-tools-xendomains-wait-disk-4.16.6_06-150400.4.65.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-4.16.6_06-150400.4.65.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-4.16.6_06-150400.4.65.1.x86_64" }, "product_reference": "xen-4.16.6_06-150400.4.65.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-devel-4.16.6_06-150400.4.65.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-devel-4.16.6_06-150400.4.65.1.x86_64" }, "product_reference": "xen-devel-4.16.6_06-150400.4.65.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-libs-4.16.6_06-150400.4.65.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-libs-4.16.6_06-150400.4.65.1.x86_64" }, "product_reference": "xen-libs-4.16.6_06-150400.4.65.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-4.16.6_06-150400.4.65.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-4.16.6_06-150400.4.65.1.x86_64" }, "product_reference": "xen-tools-4.16.6_06-150400.4.65.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-domU-4.16.6_06-150400.4.65.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-domU-4.16.6_06-150400.4.65.1.x86_64" }, "product_reference": "xen-tools-domU-4.16.6_06-150400.4.65.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-xendomains-wait-disk-4.16.6_06-150400.4.65.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.6_06-150400.4.65.1.noarch" }, "product_reference": "xen-tools-xendomains-wait-disk-4.16.6_06-150400.4.65.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-4.16.6_06-150400.4.65.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:xen-4.16.6_06-150400.4.65.1.x86_64" }, "product_reference": "xen-4.16.6_06-150400.4.65.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-devel-4.16.6_06-150400.4.65.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:xen-devel-4.16.6_06-150400.4.65.1.x86_64" }, "product_reference": "xen-devel-4.16.6_06-150400.4.65.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-libs-4.16.6_06-150400.4.65.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:xen-libs-4.16.6_06-150400.4.65.1.x86_64" }, "product_reference": "xen-libs-4.16.6_06-150400.4.65.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-4.16.6_06-150400.4.65.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-4.16.6_06-150400.4.65.1.x86_64" }, "product_reference": "xen-tools-4.16.6_06-150400.4.65.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-domU-4.16.6_06-150400.4.65.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-domU-4.16.6_06-150400.4.65.1.x86_64" }, "product_reference": "xen-tools-domU-4.16.6_06-150400.4.65.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-xendomains-wait-disk-4.16.6_06-150400.4.65.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.6_06-150400.4.65.1.noarch" }, "product_reference": "xen-tools-xendomains-wait-disk-4.16.6_06-150400.4.65.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-4.16.6_06-150400.4.65.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-4.16.6_06-150400.4.65.1.x86_64" }, "product_reference": "xen-4.16.6_06-150400.4.65.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "xen-devel-4.16.6_06-150400.4.65.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-devel-4.16.6_06-150400.4.65.1.x86_64" }, "product_reference": "xen-devel-4.16.6_06-150400.4.65.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "xen-libs-4.16.6_06-150400.4.65.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-libs-4.16.6_06-150400.4.65.1.x86_64" }, "product_reference": "xen-libs-4.16.6_06-150400.4.65.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-4.16.6_06-150400.4.65.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-4.16.6_06-150400.4.65.1.x86_64" }, "product_reference": "xen-tools-4.16.6_06-150400.4.65.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-domU-4.16.6_06-150400.4.65.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-domU-4.16.6_06-150400.4.65.1.x86_64" }, "product_reference": "xen-tools-domU-4.16.6_06-150400.4.65.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-xendomains-wait-disk-4.16.6_06-150400.4.65.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.6_06-150400.4.65.1.noarch" }, "product_reference": "xen-tools-xendomains-wait-disk-4.16.6_06-150400.4.65.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "xen-4.16.6_06-150400.4.65.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:xen-4.16.6_06-150400.4.65.1.x86_64" }, "product_reference": "xen-4.16.6_06-150400.4.65.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "xen-devel-4.16.6_06-150400.4.65.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:xen-devel-4.16.6_06-150400.4.65.1.x86_64" }, "product_reference": "xen-devel-4.16.6_06-150400.4.65.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "xen-libs-4.16.6_06-150400.4.65.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:xen-libs-4.16.6_06-150400.4.65.1.x86_64" }, "product_reference": "xen-libs-4.16.6_06-150400.4.65.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-4.16.6_06-150400.4.65.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:xen-tools-4.16.6_06-150400.4.65.1.x86_64" }, "product_reference": "xen-tools-4.16.6_06-150400.4.65.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-domU-4.16.6_06-150400.4.65.1.x86_64 as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:xen-tools-domU-4.16.6_06-150400.4.65.1.x86_64" }, "product_reference": "xen-tools-domU-4.16.6_06-150400.4.65.1.x86_64", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-xendomains-wait-disk-4.16.6_06-150400.4.65.1.noarch as component of SUSE Manager Proxy 4.3", "product_id": "SUSE Manager Proxy 4.3:xen-tools-xendomains-wait-disk-4.16.6_06-150400.4.65.1.noarch" }, "product_reference": "xen-tools-xendomains-wait-disk-4.16.6_06-150400.4.65.1.noarch", "relates_to_product_reference": "SUSE Manager Proxy 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "xen-4.16.6_06-150400.4.65.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:xen-4.16.6_06-150400.4.65.1.x86_64" }, "product_reference": "xen-4.16.6_06-150400.4.65.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "xen-devel-4.16.6_06-150400.4.65.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:xen-devel-4.16.6_06-150400.4.65.1.x86_64" }, "product_reference": "xen-devel-4.16.6_06-150400.4.65.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "xen-libs-4.16.6_06-150400.4.65.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:xen-libs-4.16.6_06-150400.4.65.1.x86_64" }, "product_reference": "xen-libs-4.16.6_06-150400.4.65.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-4.16.6_06-150400.4.65.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:xen-tools-4.16.6_06-150400.4.65.1.x86_64" }, "product_reference": "xen-tools-4.16.6_06-150400.4.65.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-domU-4.16.6_06-150400.4.65.1.x86_64 as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:xen-tools-domU-4.16.6_06-150400.4.65.1.x86_64" }, "product_reference": "xen-tools-domU-4.16.6_06-150400.4.65.1.x86_64", "relates_to_product_reference": "SUSE Manager Server 4.3" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-xendomains-wait-disk-4.16.6_06-150400.4.65.1.noarch as component of SUSE Manager Server 4.3", "product_id": "SUSE Manager Server 4.3:xen-tools-xendomains-wait-disk-4.16.6_06-150400.4.65.1.noarch" }, "product_reference": "xen-tools-xendomains-wait-disk-4.16.6_06-150400.4.65.1.noarch", "relates_to_product_reference": "SUSE Manager Server 4.3" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-45818", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-45818" } ], "notes": [ { "category": "general", "text": "The hypervisor contains code to accelerate VGA memory accesses for HVM\nguests, when the (virtual) VGA is in \"standard\" mode. Locking involved\nthere has an unusual discipline, leaving a lock acquired past the\nreturn from the function that acquired it. This behavior results in a\nproblem when emulating an instruction with two memory accesses, both of\nwhich touch VGA memory (plus some further constraints which aren\u0027t\nrelevant here). When emulating the 2nd access, the lock that is already\nbeing held would be attempted to be re-acquired, resulting in a\ndeadlock.\n\nThis deadlock was already found when the code was first introduced, but\nwas analysed incorrectly and the fix was incomplete. Analysis in light\nof the new finding cannot find a way to make the existing locking\ndiscipline work.\n\nIn staging, this logic has all been removed because it was discovered\nto be accidentally disabled since Xen 4.7. Therefore, we are fixing the\nlocking problem by backporting the removal of most of the feature. Note\nthat even with the feature disabled, the lock would still be acquired\nfor any accesses to the VGA MMIO region.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-devel-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-libs-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-domU-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-xendomains-wait-disk-4.16.6_06-150400.4.65.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-devel-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-libs-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-domU-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.6_06-150400.4.65.1.noarch", "SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:xen-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:xen-devel-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:xen-libs-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-domU-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.6_06-150400.4.65.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-devel-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-libs-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-domU-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.6_06-150400.4.65.1.noarch", "SUSE Manager Proxy 4.3:xen-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Proxy 4.3:xen-devel-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Proxy 4.3:xen-libs-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Proxy 4.3:xen-tools-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Proxy 4.3:xen-tools-domU-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Proxy 4.3:xen-tools-xendomains-wait-disk-4.16.6_06-150400.4.65.1.noarch", "SUSE Manager Server 4.3:xen-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Server 4.3:xen-devel-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Server 4.3:xen-libs-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Server 4.3:xen-tools-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Server 4.3:xen-tools-domU-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Server 4.3:xen-tools-xendomains-wait-disk-4.16.6_06-150400.4.65.1.noarch" ] }, "references": [ { "category": "external", "summary": "CVE-2024-45818", "url": "https://www.suse.com/security/cve/CVE-2024-45818" }, { "category": "external", "summary": "SUSE Bug 1232622 for CVE-2024-45818", "url": "https://bugzilla.suse.com/1232622" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-devel-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-libs-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-domU-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-xendomains-wait-disk-4.16.6_06-150400.4.65.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-devel-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-libs-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-domU-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.6_06-150400.4.65.1.noarch", "SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:xen-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:xen-devel-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:xen-libs-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-domU-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.6_06-150400.4.65.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-devel-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-libs-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-domU-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.6_06-150400.4.65.1.noarch", "SUSE Manager Proxy 4.3:xen-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Proxy 4.3:xen-devel-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Proxy 4.3:xen-libs-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Proxy 4.3:xen-tools-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Proxy 4.3:xen-tools-domU-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Proxy 4.3:xen-tools-xendomains-wait-disk-4.16.6_06-150400.4.65.1.noarch", "SUSE Manager Server 4.3:xen-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Server 4.3:xen-devel-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Server 4.3:xen-libs-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Server 4.3:xen-tools-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Server 4.3:xen-tools-domU-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Server 4.3:xen-tools-xendomains-wait-disk-4.16.6_06-150400.4.65.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 High Performance Computing 15 SP4-ESPOS:xen-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-devel-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-libs-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-domU-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-xendomains-wait-disk-4.16.6_06-150400.4.65.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-devel-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-libs-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-domU-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.6_06-150400.4.65.1.noarch", "SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:xen-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:xen-devel-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:xen-libs-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-domU-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.6_06-150400.4.65.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-devel-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-libs-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-domU-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.6_06-150400.4.65.1.noarch", "SUSE Manager Proxy 4.3:xen-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Proxy 4.3:xen-devel-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Proxy 4.3:xen-libs-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Proxy 4.3:xen-tools-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Proxy 4.3:xen-tools-domU-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Proxy 4.3:xen-tools-xendomains-wait-disk-4.16.6_06-150400.4.65.1.noarch", "SUSE Manager Server 4.3:xen-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Server 4.3:xen-devel-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Server 4.3:xen-libs-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Server 4.3:xen-tools-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Server 4.3:xen-tools-domU-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Server 4.3:xen-tools-xendomains-wait-disk-4.16.6_06-150400.4.65.1.noarch" ] } ], "threats": [ { "category": "impact", "date": "2024-11-29T16:06:17Z", "details": "moderate" } ], "title": "CVE-2024-45818" }, { "cve": "CVE-2024-45819", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-45819" } ], "notes": [ { "category": "general", "text": "PVH guests have their ACPI tables constructed by the toolstack. The\nconstruction involves building the tables in local memory, which are\nthen copied into guest memory. While actually used parts of the local\nmemory are filled in correctly, excess space that is being allocated is\nleft with its prior contents.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-devel-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-libs-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-domU-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-xendomains-wait-disk-4.16.6_06-150400.4.65.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-devel-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-libs-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-domU-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.6_06-150400.4.65.1.noarch", "SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:xen-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:xen-devel-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:xen-libs-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-domU-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.6_06-150400.4.65.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-devel-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-libs-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-domU-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.6_06-150400.4.65.1.noarch", "SUSE Manager Proxy 4.3:xen-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Proxy 4.3:xen-devel-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Proxy 4.3:xen-libs-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Proxy 4.3:xen-tools-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Proxy 4.3:xen-tools-domU-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Proxy 4.3:xen-tools-xendomains-wait-disk-4.16.6_06-150400.4.65.1.noarch", "SUSE Manager Server 4.3:xen-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Server 4.3:xen-devel-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Server 4.3:xen-libs-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Server 4.3:xen-tools-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Server 4.3:xen-tools-domU-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Server 4.3:xen-tools-xendomains-wait-disk-4.16.6_06-150400.4.65.1.noarch" ] }, "references": [ { "category": "external", "summary": "CVE-2024-45819", "url": "https://www.suse.com/security/cve/CVE-2024-45819" }, { "category": "external", "summary": "SUSE Bug 1232624 for CVE-2024-45819", "url": "https://bugzilla.suse.com/1232624" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-devel-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-libs-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-domU-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-xendomains-wait-disk-4.16.6_06-150400.4.65.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-devel-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-libs-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-domU-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.6_06-150400.4.65.1.noarch", "SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:xen-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:xen-devel-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:xen-libs-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-domU-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.6_06-150400.4.65.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-devel-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-libs-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-domU-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.6_06-150400.4.65.1.noarch", "SUSE Manager Proxy 4.3:xen-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Proxy 4.3:xen-devel-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Proxy 4.3:xen-libs-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Proxy 4.3:xen-tools-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Proxy 4.3:xen-tools-domU-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Proxy 4.3:xen-tools-xendomains-wait-disk-4.16.6_06-150400.4.65.1.noarch", "SUSE Manager Server 4.3:xen-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Server 4.3:xen-devel-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Server 4.3:xen-libs-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Server 4.3:xen-tools-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Server 4.3:xen-tools-domU-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Server 4.3:xen-tools-xendomains-wait-disk-4.16.6_06-150400.4.65.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 High Performance Computing 15 SP4-ESPOS:xen-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-devel-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-libs-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-domU-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-xendomains-wait-disk-4.16.6_06-150400.4.65.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-devel-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-libs-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-domU-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.6_06-150400.4.65.1.noarch", "SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:xen-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:xen-devel-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:xen-libs-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-domU-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.6_06-150400.4.65.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-devel-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-libs-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-domU-4.16.6_06-150400.4.65.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.6_06-150400.4.65.1.noarch", "SUSE Manager Proxy 4.3:xen-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Proxy 4.3:xen-devel-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Proxy 4.3:xen-libs-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Proxy 4.3:xen-tools-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Proxy 4.3:xen-tools-domU-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Proxy 4.3:xen-tools-xendomains-wait-disk-4.16.6_06-150400.4.65.1.noarch", "SUSE Manager Server 4.3:xen-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Server 4.3:xen-devel-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Server 4.3:xen-libs-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Server 4.3:xen-tools-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Server 4.3:xen-tools-domU-4.16.6_06-150400.4.65.1.x86_64", "SUSE Manager Server 4.3:xen-tools-xendomains-wait-disk-4.16.6_06-150400.4.65.1.noarch" ] } ], "threats": [ { "category": "impact", "date": "2024-11-29T16:06:17Z", "details": "moderate" } ], "title": "CVE-2024-45819" } ] }
suse-su-2024:3977-1
Vulnerability from csaf_suse
Notes
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for xen", "title": "Title of the patch" }, { "category": "description", "text": "This update for xen fixes the following issues:\n\n- CVE-2024-45818: Fixed deadlock in x86 HVM standard VGA handling (XSA-463) (bsc#1232622).\n- CVE-2024-45819: Fixed libxl data leaks to PVH guests via ACPI tables (XSA-464) (bsc#1232624).\n\nBug fixes:\n\n- Remove usage of net-tools-deprecated from supportconfig plugin (bsc#1232542).\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2024-3977,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-3977,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-3977,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-3977,SUSE-SUSE-MicroOS-5.1-2024-3977,SUSE-SUSE-MicroOS-5.2-2024-3977,SUSE-Storage-7.1-2024-3977", "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_3977-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2024:3977-1", "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20243977-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2024:3977-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019810.html" }, { "category": "self", "summary": "SUSE Bug 1232542", "url": "https://bugzilla.suse.com/1232542" }, { "category": "self", "summary": "SUSE Bug 1232622", "url": "https://bugzilla.suse.com/1232622" }, { "category": "self", "summary": "SUSE Bug 1232624", "url": "https://bugzilla.suse.com/1232624" }, { "category": "self", "summary": "SUSE CVE CVE-2024-45818 page", "url": "https://www.suse.com/security/cve/CVE-2024-45818/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-45819 page", "url": "https://www.suse.com/security/cve/CVE-2024-45819/" } ], "title": "Security update for xen", "tracking": { "current_release_date": "2024-11-12T12:19:02Z", "generator": { "date": "2024-11-12T12:19:02Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2024:3977-1", "initial_release_date": "2024-11-12T12:19:02Z", "revision_history": [ { "date": "2024-11-12T12:19:02Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "xen-4.14.6_22-150300.3.84.1.aarch64", "product": { "name": "xen-4.14.6_22-150300.3.84.1.aarch64", "product_id": "xen-4.14.6_22-150300.3.84.1.aarch64" } }, { "category": "product_version", "name": "xen-devel-4.14.6_22-150300.3.84.1.aarch64", "product": { "name": "xen-devel-4.14.6_22-150300.3.84.1.aarch64", "product_id": "xen-devel-4.14.6_22-150300.3.84.1.aarch64" } }, { "category": "product_version", "name": "xen-doc-html-4.14.6_22-150300.3.84.1.aarch64", "product": { "name": "xen-doc-html-4.14.6_22-150300.3.84.1.aarch64", "product_id": "xen-doc-html-4.14.6_22-150300.3.84.1.aarch64" } }, { "category": "product_version", "name": "xen-libs-4.14.6_22-150300.3.84.1.aarch64", "product": { "name": "xen-libs-4.14.6_22-150300.3.84.1.aarch64", "product_id": "xen-libs-4.14.6_22-150300.3.84.1.aarch64" } }, { "category": "product_version", "name": "xen-tools-4.14.6_22-150300.3.84.1.aarch64", "product": { "name": "xen-tools-4.14.6_22-150300.3.84.1.aarch64", "product_id": "xen-tools-4.14.6_22-150300.3.84.1.aarch64" } }, { "category": "product_version", "name": "xen-tools-domU-4.14.6_22-150300.3.84.1.aarch64", "product": { "name": "xen-tools-domU-4.14.6_22-150300.3.84.1.aarch64", "product_id": "xen-tools-domU-4.14.6_22-150300.3.84.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "xen-libs-64bit-4.14.6_22-150300.3.84.1.aarch64_ilp32", "product": { "name": "xen-libs-64bit-4.14.6_22-150300.3.84.1.aarch64_ilp32", "product_id": "xen-libs-64bit-4.14.6_22-150300.3.84.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "xen-devel-4.14.6_22-150300.3.84.1.i586", "product": { "name": "xen-devel-4.14.6_22-150300.3.84.1.i586", "product_id": "xen-devel-4.14.6_22-150300.3.84.1.i586" } }, { "category": "product_version", "name": "xen-libs-4.14.6_22-150300.3.84.1.i586", "product": { "name": "xen-libs-4.14.6_22-150300.3.84.1.i586", "product_id": "xen-libs-4.14.6_22-150300.3.84.1.i586" } }, { "category": "product_version", "name": "xen-tools-domU-4.14.6_22-150300.3.84.1.i586", "product": { "name": "xen-tools-domU-4.14.6_22-150300.3.84.1.i586", "product_id": "xen-tools-domU-4.14.6_22-150300.3.84.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "xen-tools-xendomains-wait-disk-4.14.6_22-150300.3.84.1.noarch", "product": { "name": "xen-tools-xendomains-wait-disk-4.14.6_22-150300.3.84.1.noarch", "product_id": "xen-tools-xendomains-wait-disk-4.14.6_22-150300.3.84.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "xen-4.14.6_22-150300.3.84.1.x86_64", "product": { "name": "xen-4.14.6_22-150300.3.84.1.x86_64", "product_id": "xen-4.14.6_22-150300.3.84.1.x86_64" } }, { "category": "product_version", "name": "xen-devel-4.14.6_22-150300.3.84.1.x86_64", "product": { "name": "xen-devel-4.14.6_22-150300.3.84.1.x86_64", "product_id": "xen-devel-4.14.6_22-150300.3.84.1.x86_64" } }, { "category": "product_version", "name": "xen-doc-html-4.14.6_22-150300.3.84.1.x86_64", "product": { "name": "xen-doc-html-4.14.6_22-150300.3.84.1.x86_64", "product_id": "xen-doc-html-4.14.6_22-150300.3.84.1.x86_64" } }, { "category": "product_version", "name": "xen-libs-4.14.6_22-150300.3.84.1.x86_64", "product": { "name": "xen-libs-4.14.6_22-150300.3.84.1.x86_64", "product_id": "xen-libs-4.14.6_22-150300.3.84.1.x86_64" } }, { "category": "product_version", "name": "xen-libs-32bit-4.14.6_22-150300.3.84.1.x86_64", "product": { "name": "xen-libs-32bit-4.14.6_22-150300.3.84.1.x86_64", "product_id": "xen-libs-32bit-4.14.6_22-150300.3.84.1.x86_64" } }, { "category": "product_version", "name": "xen-tools-4.14.6_22-150300.3.84.1.x86_64", "product": { "name": "xen-tools-4.14.6_22-150300.3.84.1.x86_64", "product_id": "xen-tools-4.14.6_22-150300.3.84.1.x86_64" } }, { "category": "product_version", "name": "xen-tools-domU-4.14.6_22-150300.3.84.1.x86_64", "product": { "name": "xen-tools-domU-4.14.6_22-150300.3.84.1.x86_64", "product_id": "xen-tools-domU-4.14.6_22-150300.3.84.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Micro 5.1", "product": { "name": "SUSE Linux Enterprise Micro 5.1", "product_id": "SUSE Linux Enterprise Micro 5.1", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-microos:5.1" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Micro 5.2", "product": { "name": "SUSE Linux Enterprise Micro 5.2", "product_id": "SUSE Linux Enterprise Micro 5.2", "product_identification_helper": { "cpe": "cpe:/o:suse:suse-microos:5.2" } } }, { "category": "product_name", "name": "SUSE Enterprise Storage 7.1", "product": { "name": "SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1", "product_identification_helper": { "cpe": "cpe:/o:suse:ses:7.1" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "xen-4.14.6_22-150300.3.84.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-4.14.6_22-150300.3.84.1.x86_64" }, "product_reference": "xen-4.14.6_22-150300.3.84.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-devel-4.14.6_22-150300.3.84.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-devel-4.14.6_22-150300.3.84.1.x86_64" }, "product_reference": "xen-devel-4.14.6_22-150300.3.84.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-libs-4.14.6_22-150300.3.84.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-libs-4.14.6_22-150300.3.84.1.x86_64" }, "product_reference": "xen-libs-4.14.6_22-150300.3.84.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-4.14.6_22-150300.3.84.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-tools-4.14.6_22-150300.3.84.1.x86_64" }, "product_reference": "xen-tools-4.14.6_22-150300.3.84.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-domU-4.14.6_22-150300.3.84.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-tools-domU-4.14.6_22-150300.3.84.1.x86_64" }, "product_reference": "xen-tools-domU-4.14.6_22-150300.3.84.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-xendomains-wait-disk-4.14.6_22-150300.3.84.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-tools-xendomains-wait-disk-4.14.6_22-150300.3.84.1.noarch" }, "product_reference": "xen-tools-xendomains-wait-disk-4.14.6_22-150300.3.84.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-4.14.6_22-150300.3.84.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:xen-4.14.6_22-150300.3.84.1.x86_64" }, "product_reference": "xen-4.14.6_22-150300.3.84.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-devel-4.14.6_22-150300.3.84.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:xen-devel-4.14.6_22-150300.3.84.1.x86_64" }, "product_reference": "xen-devel-4.14.6_22-150300.3.84.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-libs-4.14.6_22-150300.3.84.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:xen-libs-4.14.6_22-150300.3.84.1.x86_64" }, "product_reference": "xen-libs-4.14.6_22-150300.3.84.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-4.14.6_22-150300.3.84.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-4.14.6_22-150300.3.84.1.x86_64" }, "product_reference": "xen-tools-4.14.6_22-150300.3.84.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-domU-4.14.6_22-150300.3.84.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-domU-4.14.6_22-150300.3.84.1.x86_64" }, "product_reference": "xen-tools-domU-4.14.6_22-150300.3.84.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-xendomains-wait-disk-4.14.6_22-150300.3.84.1.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-xendomains-wait-disk-4.14.6_22-150300.3.84.1.noarch" }, "product_reference": "xen-tools-xendomains-wait-disk-4.14.6_22-150300.3.84.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-4.14.6_22-150300.3.84.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-4.14.6_22-150300.3.84.1.x86_64" }, "product_reference": "xen-4.14.6_22-150300.3.84.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "xen-devel-4.14.6_22-150300.3.84.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-devel-4.14.6_22-150300.3.84.1.x86_64" }, "product_reference": "xen-devel-4.14.6_22-150300.3.84.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "xen-libs-4.14.6_22-150300.3.84.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-libs-4.14.6_22-150300.3.84.1.x86_64" }, "product_reference": "xen-libs-4.14.6_22-150300.3.84.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-4.14.6_22-150300.3.84.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-tools-4.14.6_22-150300.3.84.1.x86_64" }, "product_reference": "xen-tools-4.14.6_22-150300.3.84.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-domU-4.14.6_22-150300.3.84.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-tools-domU-4.14.6_22-150300.3.84.1.x86_64" }, "product_reference": "xen-tools-domU-4.14.6_22-150300.3.84.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-xendomains-wait-disk-4.14.6_22-150300.3.84.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-tools-xendomains-wait-disk-4.14.6_22-150300.3.84.1.noarch" }, "product_reference": "xen-tools-xendomains-wait-disk-4.14.6_22-150300.3.84.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "xen-libs-4.14.6_22-150300.3.84.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_22-150300.3.84.1.x86_64" }, "product_reference": "xen-libs-4.14.6_22-150300.3.84.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_22-150300.3.84.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_22-150300.3.84.1.x86_64" }, "product_reference": "xen-libs-4.14.6_22-150300.3.84.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2" }, { "category": "default_component_of", "full_product_name": { "name": "xen-4.14.6_22-150300.3.84.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:xen-4.14.6_22-150300.3.84.1.x86_64" }, "product_reference": "xen-4.14.6_22-150300.3.84.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "xen-devel-4.14.6_22-150300.3.84.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:xen-devel-4.14.6_22-150300.3.84.1.x86_64" }, "product_reference": "xen-devel-4.14.6_22-150300.3.84.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "xen-libs-4.14.6_22-150300.3.84.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:xen-libs-4.14.6_22-150300.3.84.1.x86_64" }, "product_reference": "xen-libs-4.14.6_22-150300.3.84.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-4.14.6_22-150300.3.84.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:xen-tools-4.14.6_22-150300.3.84.1.x86_64" }, "product_reference": "xen-tools-4.14.6_22-150300.3.84.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-domU-4.14.6_22-150300.3.84.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:xen-tools-domU-4.14.6_22-150300.3.84.1.x86_64" }, "product_reference": "xen-tools-domU-4.14.6_22-150300.3.84.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-xendomains-wait-disk-4.14.6_22-150300.3.84.1.noarch as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:xen-tools-xendomains-wait-disk-4.14.6_22-150300.3.84.1.noarch" }, "product_reference": "xen-tools-xendomains-wait-disk-4.14.6_22-150300.3.84.1.noarch", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-45818", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-45818" } ], "notes": [ { "category": "general", "text": "The hypervisor contains code to accelerate VGA memory accesses for HVM\nguests, when the (virtual) VGA is in \"standard\" mode. Locking involved\nthere has an unusual discipline, leaving a lock acquired past the\nreturn from the function that acquired it. This behavior results in a\nproblem when emulating an instruction with two memory accesses, both of\nwhich touch VGA memory (plus some further constraints which aren\u0027t\nrelevant here). When emulating the 2nd access, the lock that is already\nbeing held would be attempted to be re-acquired, resulting in a\ndeadlock.\n\nThis deadlock was already found when the code was first introduced, but\nwas analysed incorrectly and the fix was incomplete. Analysis in light\nof the new finding cannot find a way to make the existing locking\ndiscipline work.\n\nIn staging, this logic has all been removed because it was discovered\nto be accidentally disabled since Xen 4.7. Therefore, we are fixing the\nlocking problem by backporting the removal of most of the feature. Note\nthat even with the feature disabled, the lock would still be acquired\nfor any accesses to the VGA MMIO region.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:xen-4.14.6_22-150300.3.84.1.x86_64", "SUSE Enterprise Storage 7.1:xen-devel-4.14.6_22-150300.3.84.1.x86_64", "SUSE Enterprise Storage 7.1:xen-libs-4.14.6_22-150300.3.84.1.x86_64", "SUSE Enterprise Storage 7.1:xen-tools-4.14.6_22-150300.3.84.1.x86_64", "SUSE Enterprise Storage 7.1:xen-tools-domU-4.14.6_22-150300.3.84.1.x86_64", "SUSE Enterprise Storage 7.1:xen-tools-xendomains-wait-disk-4.14.6_22-150300.3.84.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-devel-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-libs-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-tools-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-tools-domU-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-tools-xendomains-wait-disk-4.14.6_22-150300.3.84.1.noarch", "SUSE Linux Enterprise Micro 5.1:xen-libs-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Micro 5.2:xen-libs-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:xen-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:xen-devel-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:xen-libs-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-domU-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-xendomains-wait-disk-4.14.6_22-150300.3.84.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-devel-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-libs-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-tools-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-tools-domU-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-tools-xendomains-wait-disk-4.14.6_22-150300.3.84.1.noarch" ] }, "references": [ { "category": "external", "summary": "CVE-2024-45818", "url": "https://www.suse.com/security/cve/CVE-2024-45818" }, { "category": "external", "summary": "SUSE Bug 1232622 for CVE-2024-45818", "url": "https://bugzilla.suse.com/1232622" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:xen-4.14.6_22-150300.3.84.1.x86_64", "SUSE Enterprise Storage 7.1:xen-devel-4.14.6_22-150300.3.84.1.x86_64", "SUSE Enterprise Storage 7.1:xen-libs-4.14.6_22-150300.3.84.1.x86_64", "SUSE Enterprise Storage 7.1:xen-tools-4.14.6_22-150300.3.84.1.x86_64", "SUSE Enterprise Storage 7.1:xen-tools-domU-4.14.6_22-150300.3.84.1.x86_64", "SUSE Enterprise Storage 7.1:xen-tools-xendomains-wait-disk-4.14.6_22-150300.3.84.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-devel-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-libs-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-tools-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-tools-domU-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-tools-xendomains-wait-disk-4.14.6_22-150300.3.84.1.noarch", "SUSE Linux Enterprise Micro 5.1:xen-libs-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Micro 5.2:xen-libs-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:xen-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:xen-devel-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:xen-libs-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-domU-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-xendomains-wait-disk-4.14.6_22-150300.3.84.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-devel-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-libs-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-tools-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-tools-domU-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-tools-xendomains-wait-disk-4.14.6_22-150300.3.84.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 Enterprise Storage 7.1:xen-4.14.6_22-150300.3.84.1.x86_64", "SUSE Enterprise Storage 7.1:xen-devel-4.14.6_22-150300.3.84.1.x86_64", "SUSE Enterprise Storage 7.1:xen-libs-4.14.6_22-150300.3.84.1.x86_64", "SUSE Enterprise Storage 7.1:xen-tools-4.14.6_22-150300.3.84.1.x86_64", "SUSE Enterprise Storage 7.1:xen-tools-domU-4.14.6_22-150300.3.84.1.x86_64", "SUSE Enterprise Storage 7.1:xen-tools-xendomains-wait-disk-4.14.6_22-150300.3.84.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-devel-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-libs-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-tools-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-tools-domU-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-tools-xendomains-wait-disk-4.14.6_22-150300.3.84.1.noarch", "SUSE Linux Enterprise Micro 5.1:xen-libs-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Micro 5.2:xen-libs-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:xen-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:xen-devel-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:xen-libs-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-domU-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-xendomains-wait-disk-4.14.6_22-150300.3.84.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-devel-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-libs-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-tools-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-tools-domU-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-tools-xendomains-wait-disk-4.14.6_22-150300.3.84.1.noarch" ] } ], "threats": [ { "category": "impact", "date": "2024-11-12T12:19:02Z", "details": "moderate" } ], "title": "CVE-2024-45818" }, { "cve": "CVE-2024-45819", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-45819" } ], "notes": [ { "category": "general", "text": "PVH guests have their ACPI tables constructed by the toolstack. The\nconstruction involves building the tables in local memory, which are\nthen copied into guest memory. While actually used parts of the local\nmemory are filled in correctly, excess space that is being allocated is\nleft with its prior contents.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:xen-4.14.6_22-150300.3.84.1.x86_64", "SUSE Enterprise Storage 7.1:xen-devel-4.14.6_22-150300.3.84.1.x86_64", "SUSE Enterprise Storage 7.1:xen-libs-4.14.6_22-150300.3.84.1.x86_64", "SUSE Enterprise Storage 7.1:xen-tools-4.14.6_22-150300.3.84.1.x86_64", "SUSE Enterprise Storage 7.1:xen-tools-domU-4.14.6_22-150300.3.84.1.x86_64", "SUSE Enterprise Storage 7.1:xen-tools-xendomains-wait-disk-4.14.6_22-150300.3.84.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-devel-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-libs-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-tools-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-tools-domU-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-tools-xendomains-wait-disk-4.14.6_22-150300.3.84.1.noarch", "SUSE Linux Enterprise Micro 5.1:xen-libs-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Micro 5.2:xen-libs-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:xen-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:xen-devel-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:xen-libs-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-domU-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-xendomains-wait-disk-4.14.6_22-150300.3.84.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-devel-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-libs-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-tools-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-tools-domU-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-tools-xendomains-wait-disk-4.14.6_22-150300.3.84.1.noarch" ] }, "references": [ { "category": "external", "summary": "CVE-2024-45819", "url": "https://www.suse.com/security/cve/CVE-2024-45819" }, { "category": "external", "summary": "SUSE Bug 1232624 for CVE-2024-45819", "url": "https://bugzilla.suse.com/1232624" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Enterprise Storage 7.1:xen-4.14.6_22-150300.3.84.1.x86_64", "SUSE Enterprise Storage 7.1:xen-devel-4.14.6_22-150300.3.84.1.x86_64", "SUSE Enterprise Storage 7.1:xen-libs-4.14.6_22-150300.3.84.1.x86_64", "SUSE Enterprise Storage 7.1:xen-tools-4.14.6_22-150300.3.84.1.x86_64", "SUSE Enterprise Storage 7.1:xen-tools-domU-4.14.6_22-150300.3.84.1.x86_64", "SUSE Enterprise Storage 7.1:xen-tools-xendomains-wait-disk-4.14.6_22-150300.3.84.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-devel-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-libs-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-tools-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-tools-domU-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-tools-xendomains-wait-disk-4.14.6_22-150300.3.84.1.noarch", "SUSE Linux Enterprise Micro 5.1:xen-libs-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Micro 5.2:xen-libs-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:xen-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:xen-devel-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:xen-libs-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-domU-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-xendomains-wait-disk-4.14.6_22-150300.3.84.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-devel-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-libs-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-tools-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-tools-domU-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-tools-xendomains-wait-disk-4.14.6_22-150300.3.84.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 Enterprise Storage 7.1:xen-4.14.6_22-150300.3.84.1.x86_64", "SUSE Enterprise Storage 7.1:xen-devel-4.14.6_22-150300.3.84.1.x86_64", "SUSE Enterprise Storage 7.1:xen-libs-4.14.6_22-150300.3.84.1.x86_64", "SUSE Enterprise Storage 7.1:xen-tools-4.14.6_22-150300.3.84.1.x86_64", "SUSE Enterprise Storage 7.1:xen-tools-domU-4.14.6_22-150300.3.84.1.x86_64", "SUSE Enterprise Storage 7.1:xen-tools-xendomains-wait-disk-4.14.6_22-150300.3.84.1.noarch", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-devel-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-libs-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-tools-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-tools-domU-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-tools-xendomains-wait-disk-4.14.6_22-150300.3.84.1.noarch", "SUSE Linux Enterprise Micro 5.1:xen-libs-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Micro 5.2:xen-libs-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:xen-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:xen-devel-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:xen-libs-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-domU-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-xendomains-wait-disk-4.14.6_22-150300.3.84.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-devel-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-libs-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-tools-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-tools-domU-4.14.6_22-150300.3.84.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-tools-xendomains-wait-disk-4.14.6_22-150300.3.84.1.noarch" ] } ], "threats": [ { "category": "impact", "date": "2024-11-12T12:19:02Z", "details": "moderate" } ], "title": "CVE-2024-45819" } ] }
suse-su-2024:3979-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\nSecurity issues fixed:\n\n- CVE-2024-45818: xen: Deadlock in x86 HVM standard VGA handling (bsc#1232622)\n- CVE-2024-45819: xen: libxl leaks data to PVH guests via ACPI tables (bsc#1232624)\n\nNon-security issue fixed:\n\n- Xen host hung at boot up with repeated \u0027(XEN) APIC error on CPU on CPU53: 40(40), Received illegal vector\u0027 (bsc#1231046)\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2024-3979,SUSE-SLE-SERVER-12-SP5-LTSS-2024-3979,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2024-3979", "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_3979-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2024:3979-1", "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20243979-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2024:3979-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019812.html" }, { "category": "self", "summary": "SUSE Bug 1231046", "url": "https://bugzilla.suse.com/1231046" }, { "category": "self", "summary": "SUSE Bug 1232622", "url": "https://bugzilla.suse.com/1232622" }, { "category": "self", "summary": "SUSE Bug 1232624", "url": "https://bugzilla.suse.com/1232624" }, { "category": "self", "summary": "SUSE CVE CVE-2024-45818 page", "url": "https://www.suse.com/security/cve/CVE-2024-45818/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-45819 page", "url": "https://www.suse.com/security/cve/CVE-2024-45819/" } ], "title": "Security update for xen", "tracking": { "current_release_date": "2024-11-12T16:13:52Z", "generator": { "date": "2024-11-12T16:13:52Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2024:3979-1", "initial_release_date": "2024-11-12T16:13:52Z", "revision_history": [ { "date": "2024-11-12T16:13:52Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "xen-4.12.4_58-3.124.1.aarch64", "product": { "name": "xen-4.12.4_58-3.124.1.aarch64", "product_id": "xen-4.12.4_58-3.124.1.aarch64" } }, { "category": "product_version", "name": "xen-devel-4.12.4_58-3.124.1.aarch64", "product": { "name": "xen-devel-4.12.4_58-3.124.1.aarch64", "product_id": "xen-devel-4.12.4_58-3.124.1.aarch64" } }, { "category": "product_version", "name": "xen-doc-html-4.12.4_58-3.124.1.aarch64", "product": { "name": "xen-doc-html-4.12.4_58-3.124.1.aarch64", "product_id": "xen-doc-html-4.12.4_58-3.124.1.aarch64" } }, { "category": "product_version", "name": "xen-libs-4.12.4_58-3.124.1.aarch64", "product": { "name": "xen-libs-4.12.4_58-3.124.1.aarch64", "product_id": "xen-libs-4.12.4_58-3.124.1.aarch64" } }, { "category": "product_version", "name": "xen-tools-4.12.4_58-3.124.1.aarch64", "product": { "name": "xen-tools-4.12.4_58-3.124.1.aarch64", "product_id": "xen-tools-4.12.4_58-3.124.1.aarch64" } }, { "category": "product_version", "name": "xen-tools-domU-4.12.4_58-3.124.1.aarch64", "product": { "name": "xen-tools-domU-4.12.4_58-3.124.1.aarch64", "product_id": "xen-tools-domU-4.12.4_58-3.124.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "xen-libs-64bit-4.12.4_58-3.124.1.aarch64_ilp32", "product": { "name": "xen-libs-64bit-4.12.4_58-3.124.1.aarch64_ilp32", "product_id": "xen-libs-64bit-4.12.4_58-3.124.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "xen-devel-4.12.4_58-3.124.1.i586", "product": { "name": "xen-devel-4.12.4_58-3.124.1.i586", "product_id": "xen-devel-4.12.4_58-3.124.1.i586" } }, { "category": "product_version", "name": "xen-libs-4.12.4_58-3.124.1.i586", "product": { "name": "xen-libs-4.12.4_58-3.124.1.i586", "product_id": "xen-libs-4.12.4_58-3.124.1.i586" } }, { "category": "product_version", "name": "xen-tools-domU-4.12.4_58-3.124.1.i586", "product": { "name": "xen-tools-domU-4.12.4_58-3.124.1.i586", "product_id": "xen-tools-domU-4.12.4_58-3.124.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "xen-4.12.4_58-3.124.1.x86_64", "product": { "name": "xen-4.12.4_58-3.124.1.x86_64", "product_id": "xen-4.12.4_58-3.124.1.x86_64" } }, { "category": "product_version", "name": "xen-devel-4.12.4_58-3.124.1.x86_64", "product": { "name": "xen-devel-4.12.4_58-3.124.1.x86_64", "product_id": "xen-devel-4.12.4_58-3.124.1.x86_64" } }, { "category": "product_version", "name": "xen-doc-html-4.12.4_58-3.124.1.x86_64", "product": { "name": "xen-doc-html-4.12.4_58-3.124.1.x86_64", "product_id": "xen-doc-html-4.12.4_58-3.124.1.x86_64" } }, { "category": "product_version", "name": "xen-libs-4.12.4_58-3.124.1.x86_64", "product": { "name": "xen-libs-4.12.4_58-3.124.1.x86_64", "product_id": "xen-libs-4.12.4_58-3.124.1.x86_64" } }, { "category": "product_version", "name": "xen-libs-32bit-4.12.4_58-3.124.1.x86_64", "product": { "name": "xen-libs-32bit-4.12.4_58-3.124.1.x86_64", "product_id": "xen-libs-32bit-4.12.4_58-3.124.1.x86_64" } }, { "category": "product_version", "name": "xen-tools-4.12.4_58-3.124.1.x86_64", "product": { "name": "xen-tools-4.12.4_58-3.124.1.x86_64", "product_id": "xen-tools-4.12.4_58-3.124.1.x86_64" } }, { "category": "product_version", "name": "xen-tools-domU-4.12.4_58-3.124.1.x86_64", "product": { "name": "xen-tools-domU-4.12.4_58-3.124.1.x86_64", "product_id": "xen-tools-domU-4.12.4_58-3.124.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Server 12 SP5-LTSS", "product": { "name": "SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:12:sp5" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product": { "name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "xen-4.12.4_58-3.124.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:xen-4.12.4_58-3.124.1.x86_64" }, "product_reference": "xen-4.12.4_58-3.124.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-doc-html-4.12.4_58-3.124.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:xen-doc-html-4.12.4_58-3.124.1.x86_64" }, "product_reference": "xen-doc-html-4.12.4_58-3.124.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-libs-4.12.4_58-3.124.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:xen-libs-4.12.4_58-3.124.1.x86_64" }, "product_reference": "xen-libs-4.12.4_58-3.124.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-libs-32bit-4.12.4_58-3.124.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:xen-libs-32bit-4.12.4_58-3.124.1.x86_64" }, "product_reference": "xen-libs-32bit-4.12.4_58-3.124.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-4.12.4_58-3.124.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:xen-tools-4.12.4_58-3.124.1.x86_64" }, "product_reference": "xen-tools-4.12.4_58-3.124.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-domU-4.12.4_58-3.124.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS", "product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:xen-tools-domU-4.12.4_58-3.124.1.x86_64" }, "product_reference": "xen-tools-domU-4.12.4_58-3.124.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "xen-4.12.4_58-3.124.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-4.12.4_58-3.124.1.x86_64" }, "product_reference": "xen-4.12.4_58-3.124.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-doc-html-4.12.4_58-3.124.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-doc-html-4.12.4_58-3.124.1.x86_64" }, "product_reference": "xen-doc-html-4.12.4_58-3.124.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-libs-4.12.4_58-3.124.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-libs-4.12.4_58-3.124.1.x86_64" }, "product_reference": "xen-libs-4.12.4_58-3.124.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-libs-32bit-4.12.4_58-3.124.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-libs-32bit-4.12.4_58-3.124.1.x86_64" }, "product_reference": "xen-libs-32bit-4.12.4_58-3.124.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-4.12.4_58-3.124.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-tools-4.12.4_58-3.124.1.x86_64" }, "product_reference": "xen-tools-4.12.4_58-3.124.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-domU-4.12.4_58-3.124.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5", "product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-tools-domU-4.12.4_58-3.124.1.x86_64" }, "product_reference": "xen-tools-domU-4.12.4_58-3.124.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-45818", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-45818" } ], "notes": [ { "category": "general", "text": "The hypervisor contains code to accelerate VGA memory accesses for HVM\nguests, when the (virtual) VGA is in \"standard\" mode. Locking involved\nthere has an unusual discipline, leaving a lock acquired past the\nreturn from the function that acquired it. This behavior results in a\nproblem when emulating an instruction with two memory accesses, both of\nwhich touch VGA memory (plus some further constraints which aren\u0027t\nrelevant here). When emulating the 2nd access, the lock that is already\nbeing held would be attempted to be re-acquired, resulting in a\ndeadlock.\n\nThis deadlock was already found when the code was first introduced, but\nwas analysed incorrectly and the fix was incomplete. Analysis in light\nof the new finding cannot find a way to make the existing locking\ndiscipline work.\n\nIn staging, this logic has all been removed because it was discovered\nto be accidentally disabled since Xen 4.7. Therefore, we are fixing the\nlocking problem by backporting the removal of most of the feature. Note\nthat even with the feature disabled, the lock would still be acquired\nfor any accesses to the VGA MMIO region.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:xen-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:xen-doc-html-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:xen-libs-32bit-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:xen-libs-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:xen-tools-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:xen-tools-domU-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-doc-html-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-libs-32bit-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-libs-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-tools-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-tools-domU-4.12.4_58-3.124.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-45818", "url": "https://www.suse.com/security/cve/CVE-2024-45818" }, { "category": "external", "summary": "SUSE Bug 1232622 for CVE-2024-45818", "url": "https://bugzilla.suse.com/1232622" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:xen-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:xen-doc-html-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:xen-libs-32bit-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:xen-libs-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:xen-tools-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:xen-tools-domU-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-doc-html-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-libs-32bit-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-libs-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-tools-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-tools-domU-4.12.4_58-3.124.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 Server 12 SP5-LTSS:xen-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:xen-doc-html-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:xen-libs-32bit-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:xen-libs-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:xen-tools-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:xen-tools-domU-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-doc-html-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-libs-32bit-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-libs-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-tools-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-tools-domU-4.12.4_58-3.124.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-12T16:13:52Z", "details": "moderate" } ], "title": "CVE-2024-45818" }, { "cve": "CVE-2024-45819", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-45819" } ], "notes": [ { "category": "general", "text": "PVH guests have their ACPI tables constructed by the toolstack. The\nconstruction involves building the tables in local memory, which are\nthen copied into guest memory. While actually used parts of the local\nmemory are filled in correctly, excess space that is being allocated is\nleft with its prior contents.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:xen-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:xen-doc-html-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:xen-libs-32bit-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:xen-libs-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:xen-tools-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:xen-tools-domU-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-doc-html-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-libs-32bit-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-libs-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-tools-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-tools-domU-4.12.4_58-3.124.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-45819", "url": "https://www.suse.com/security/cve/CVE-2024-45819" }, { "category": "external", "summary": "SUSE Bug 1232624 for CVE-2024-45819", "url": "https://bugzilla.suse.com/1232624" } ], "remediations": [ { "category": "vendor_fix", "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n", "product_ids": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:xen-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:xen-doc-html-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:xen-libs-32bit-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:xen-libs-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:xen-tools-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:xen-tools-domU-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-doc-html-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-libs-32bit-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-libs-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-tools-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-tools-domU-4.12.4_58-3.124.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Linux Enterprise Server 12 SP5-LTSS:xen-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:xen-doc-html-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:xen-libs-32bit-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:xen-libs-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:xen-tools-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server 12 SP5-LTSS:xen-tools-domU-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-doc-html-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-libs-32bit-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-libs-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-tools-4.12.4_58-3.124.1.x86_64", "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-tools-domU-4.12.4_58-3.124.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-12T16:13:52Z", "details": "moderate" } ], "title": "CVE-2024-45819" } ] }
opensuse-su-2024:14530-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.19.0_06-1.1 on GA media", "title": "Title of the patch" }, { "category": "description", "text": "These are all security issues fixed in the xen-4.19.0_06-1.1 package on the GA media of openSUSE Tumbleweed.", "title": "Description of the patch" }, { "category": "details", "text": "openSUSE-Tumbleweed-2024-14530", "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_14530-1.json" }, { "category": "self", "summary": "URL for openSUSE-SU-2024:14530-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/BEWRLARXOTVNP23NN77IW3VFLNMEXBMM/" }, { "category": "self", "summary": "E-Mail link for openSUSE-SU-2024:14530-1", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/BEWRLARXOTVNP23NN77IW3VFLNMEXBMM/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-45818 page", "url": "https://www.suse.com/security/cve/CVE-2024-45818/" }, { "category": "self", "summary": "SUSE CVE CVE-2024-45819 page", "url": "https://www.suse.com/security/cve/CVE-2024-45819/" } ], "title": "xen-4.19.0_06-1.1 on GA media", "tracking": { "current_release_date": "2024-11-26T00:00:00Z", "generator": { "date": "2024-11-26T00:00:00Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "openSUSE-SU-2024:14530-1", "initial_release_date": "2024-11-26T00:00:00Z", "revision_history": [ { "date": "2024-11-26T00:00:00Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "xen-4.19.0_06-1.1.aarch64", "product": { "name": "xen-4.19.0_06-1.1.aarch64", "product_id": "xen-4.19.0_06-1.1.aarch64" } }, { "category": "product_version", "name": "xen-devel-4.19.0_06-1.1.aarch64", "product": { "name": "xen-devel-4.19.0_06-1.1.aarch64", "product_id": "xen-devel-4.19.0_06-1.1.aarch64" } }, { "category": "product_version", "name": "xen-doc-html-4.19.0_06-1.1.aarch64", "product": { "name": "xen-doc-html-4.19.0_06-1.1.aarch64", "product_id": "xen-doc-html-4.19.0_06-1.1.aarch64" } }, { "category": "product_version", "name": "xen-libs-4.19.0_06-1.1.aarch64", "product": { "name": "xen-libs-4.19.0_06-1.1.aarch64", "product_id": "xen-libs-4.19.0_06-1.1.aarch64" } }, { "category": "product_version", "name": "xen-tools-4.19.0_06-1.1.aarch64", "product": { "name": "xen-tools-4.19.0_06-1.1.aarch64", "product_id": "xen-tools-4.19.0_06-1.1.aarch64" } }, { "category": "product_version", "name": "xen-tools-domU-4.19.0_06-1.1.aarch64", "product": { "name": "xen-tools-domU-4.19.0_06-1.1.aarch64", "product_id": "xen-tools-domU-4.19.0_06-1.1.aarch64" } }, { "category": "product_version", "name": "xen-tools-xendomains-wait-disk-4.19.0_06-1.1.aarch64", "product": { "name": "xen-tools-xendomains-wait-disk-4.19.0_06-1.1.aarch64", "product_id": "xen-tools-xendomains-wait-disk-4.19.0_06-1.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "xen-4.19.0_06-1.1.ppc64le", "product": { "name": "xen-4.19.0_06-1.1.ppc64le", "product_id": "xen-4.19.0_06-1.1.ppc64le" } }, { "category": "product_version", "name": "xen-devel-4.19.0_06-1.1.ppc64le", "product": { "name": "xen-devel-4.19.0_06-1.1.ppc64le", "product_id": "xen-devel-4.19.0_06-1.1.ppc64le" } }, { "category": "product_version", "name": "xen-doc-html-4.19.0_06-1.1.ppc64le", "product": { "name": "xen-doc-html-4.19.0_06-1.1.ppc64le", "product_id": "xen-doc-html-4.19.0_06-1.1.ppc64le" } }, { "category": "product_version", "name": "xen-libs-4.19.0_06-1.1.ppc64le", "product": { "name": "xen-libs-4.19.0_06-1.1.ppc64le", "product_id": "xen-libs-4.19.0_06-1.1.ppc64le" } }, { "category": "product_version", "name": "xen-tools-4.19.0_06-1.1.ppc64le", "product": { "name": "xen-tools-4.19.0_06-1.1.ppc64le", "product_id": "xen-tools-4.19.0_06-1.1.ppc64le" } }, { "category": "product_version", "name": "xen-tools-domU-4.19.0_06-1.1.ppc64le", "product": { "name": "xen-tools-domU-4.19.0_06-1.1.ppc64le", "product_id": "xen-tools-domU-4.19.0_06-1.1.ppc64le" } }, { "category": "product_version", "name": "xen-tools-xendomains-wait-disk-4.19.0_06-1.1.ppc64le", "product": { "name": "xen-tools-xendomains-wait-disk-4.19.0_06-1.1.ppc64le", "product_id": "xen-tools-xendomains-wait-disk-4.19.0_06-1.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "xen-4.19.0_06-1.1.s390x", "product": { "name": "xen-4.19.0_06-1.1.s390x", "product_id": "xen-4.19.0_06-1.1.s390x" } }, { "category": "product_version", "name": "xen-devel-4.19.0_06-1.1.s390x", "product": { "name": "xen-devel-4.19.0_06-1.1.s390x", "product_id": "xen-devel-4.19.0_06-1.1.s390x" } }, { "category": "product_version", "name": "xen-doc-html-4.19.0_06-1.1.s390x", "product": { "name": "xen-doc-html-4.19.0_06-1.1.s390x", "product_id": "xen-doc-html-4.19.0_06-1.1.s390x" } }, { "category": "product_version", "name": "xen-libs-4.19.0_06-1.1.s390x", "product": { "name": "xen-libs-4.19.0_06-1.1.s390x", "product_id": "xen-libs-4.19.0_06-1.1.s390x" } }, { "category": "product_version", "name": "xen-tools-4.19.0_06-1.1.s390x", "product": { "name": "xen-tools-4.19.0_06-1.1.s390x", "product_id": "xen-tools-4.19.0_06-1.1.s390x" } }, { "category": "product_version", "name": "xen-tools-domU-4.19.0_06-1.1.s390x", "product": { "name": "xen-tools-domU-4.19.0_06-1.1.s390x", "product_id": "xen-tools-domU-4.19.0_06-1.1.s390x" } }, { "category": "product_version", "name": "xen-tools-xendomains-wait-disk-4.19.0_06-1.1.s390x", "product": { "name": "xen-tools-xendomains-wait-disk-4.19.0_06-1.1.s390x", "product_id": "xen-tools-xendomains-wait-disk-4.19.0_06-1.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "xen-4.19.0_06-1.1.x86_64", "product": { "name": "xen-4.19.0_06-1.1.x86_64", "product_id": "xen-4.19.0_06-1.1.x86_64" } }, { "category": "product_version", "name": "xen-devel-4.19.0_06-1.1.x86_64", "product": { "name": "xen-devel-4.19.0_06-1.1.x86_64", "product_id": "xen-devel-4.19.0_06-1.1.x86_64" } }, { "category": "product_version", "name": "xen-doc-html-4.19.0_06-1.1.x86_64", "product": { "name": "xen-doc-html-4.19.0_06-1.1.x86_64", "product_id": "xen-doc-html-4.19.0_06-1.1.x86_64" } }, { "category": "product_version", "name": "xen-libs-4.19.0_06-1.1.x86_64", "product": { "name": "xen-libs-4.19.0_06-1.1.x86_64", "product_id": "xen-libs-4.19.0_06-1.1.x86_64" } }, { "category": "product_version", "name": "xen-tools-4.19.0_06-1.1.x86_64", "product": { "name": "xen-tools-4.19.0_06-1.1.x86_64", "product_id": "xen-tools-4.19.0_06-1.1.x86_64" } }, { "category": "product_version", "name": "xen-tools-domU-4.19.0_06-1.1.x86_64", "product": { "name": "xen-tools-domU-4.19.0_06-1.1.x86_64", "product_id": "xen-tools-domU-4.19.0_06-1.1.x86_64" } }, { "category": "product_version", "name": "xen-tools-xendomains-wait-disk-4.19.0_06-1.1.x86_64", "product": { "name": "xen-tools-xendomains-wait-disk-4.19.0_06-1.1.x86_64", "product_id": "xen-tools-xendomains-wait-disk-4.19.0_06-1.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "openSUSE Tumbleweed", "product": { "name": "openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed", "product_identification_helper": { "cpe": "cpe:/o:opensuse:tumbleweed" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "xen-4.19.0_06-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:xen-4.19.0_06-1.1.aarch64" }, "product_reference": "xen-4.19.0_06-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "xen-4.19.0_06-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:xen-4.19.0_06-1.1.ppc64le" }, "product_reference": "xen-4.19.0_06-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "xen-4.19.0_06-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:xen-4.19.0_06-1.1.s390x" }, "product_reference": "xen-4.19.0_06-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "xen-4.19.0_06-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:xen-4.19.0_06-1.1.x86_64" }, "product_reference": "xen-4.19.0_06-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "xen-devel-4.19.0_06-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:xen-devel-4.19.0_06-1.1.aarch64" }, "product_reference": "xen-devel-4.19.0_06-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "xen-devel-4.19.0_06-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:xen-devel-4.19.0_06-1.1.ppc64le" }, "product_reference": "xen-devel-4.19.0_06-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "xen-devel-4.19.0_06-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:xen-devel-4.19.0_06-1.1.s390x" }, "product_reference": "xen-devel-4.19.0_06-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "xen-devel-4.19.0_06-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:xen-devel-4.19.0_06-1.1.x86_64" }, "product_reference": "xen-devel-4.19.0_06-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "xen-doc-html-4.19.0_06-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:xen-doc-html-4.19.0_06-1.1.aarch64" }, "product_reference": "xen-doc-html-4.19.0_06-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "xen-doc-html-4.19.0_06-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:xen-doc-html-4.19.0_06-1.1.ppc64le" }, "product_reference": "xen-doc-html-4.19.0_06-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "xen-doc-html-4.19.0_06-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:xen-doc-html-4.19.0_06-1.1.s390x" }, "product_reference": "xen-doc-html-4.19.0_06-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "xen-doc-html-4.19.0_06-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:xen-doc-html-4.19.0_06-1.1.x86_64" }, "product_reference": "xen-doc-html-4.19.0_06-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "xen-libs-4.19.0_06-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:xen-libs-4.19.0_06-1.1.aarch64" }, "product_reference": "xen-libs-4.19.0_06-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "xen-libs-4.19.0_06-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:xen-libs-4.19.0_06-1.1.ppc64le" }, "product_reference": "xen-libs-4.19.0_06-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "xen-libs-4.19.0_06-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:xen-libs-4.19.0_06-1.1.s390x" }, "product_reference": "xen-libs-4.19.0_06-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "xen-libs-4.19.0_06-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:xen-libs-4.19.0_06-1.1.x86_64" }, "product_reference": "xen-libs-4.19.0_06-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-4.19.0_06-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:xen-tools-4.19.0_06-1.1.aarch64" }, "product_reference": "xen-tools-4.19.0_06-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-4.19.0_06-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:xen-tools-4.19.0_06-1.1.ppc64le" }, "product_reference": "xen-tools-4.19.0_06-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-4.19.0_06-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:xen-tools-4.19.0_06-1.1.s390x" }, "product_reference": "xen-tools-4.19.0_06-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-4.19.0_06-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:xen-tools-4.19.0_06-1.1.x86_64" }, "product_reference": "xen-tools-4.19.0_06-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-domU-4.19.0_06-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:xen-tools-domU-4.19.0_06-1.1.aarch64" }, "product_reference": "xen-tools-domU-4.19.0_06-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-domU-4.19.0_06-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:xen-tools-domU-4.19.0_06-1.1.ppc64le" }, "product_reference": "xen-tools-domU-4.19.0_06-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-domU-4.19.0_06-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:xen-tools-domU-4.19.0_06-1.1.s390x" }, "product_reference": "xen-tools-domU-4.19.0_06-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-domU-4.19.0_06-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:xen-tools-domU-4.19.0_06-1.1.x86_64" }, "product_reference": "xen-tools-domU-4.19.0_06-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-xendomains-wait-disk-4.19.0_06-1.1.aarch64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.19.0_06-1.1.aarch64" }, "product_reference": "xen-tools-xendomains-wait-disk-4.19.0_06-1.1.aarch64", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-xendomains-wait-disk-4.19.0_06-1.1.ppc64le as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.19.0_06-1.1.ppc64le" }, "product_reference": "xen-tools-xendomains-wait-disk-4.19.0_06-1.1.ppc64le", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-xendomains-wait-disk-4.19.0_06-1.1.s390x as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.19.0_06-1.1.s390x" }, "product_reference": "xen-tools-xendomains-wait-disk-4.19.0_06-1.1.s390x", "relates_to_product_reference": "openSUSE Tumbleweed" }, { "category": "default_component_of", "full_product_name": { "name": "xen-tools-xendomains-wait-disk-4.19.0_06-1.1.x86_64 as component of openSUSE Tumbleweed", "product_id": "openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.19.0_06-1.1.x86_64" }, "product_reference": "xen-tools-xendomains-wait-disk-4.19.0_06-1.1.x86_64", "relates_to_product_reference": "openSUSE Tumbleweed" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-45818", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-45818" } ], "notes": [ { "category": "general", "text": "The hypervisor contains code to accelerate VGA memory accesses for HVM\nguests, when the (virtual) VGA is in \"standard\" mode. Locking involved\nthere has an unusual discipline, leaving a lock acquired past the\nreturn from the function that acquired it. This behavior results in a\nproblem when emulating an instruction with two memory accesses, both of\nwhich touch VGA memory (plus some further constraints which aren\u0027t\nrelevant here). When emulating the 2nd access, the lock that is already\nbeing held would be attempted to be re-acquired, resulting in a\ndeadlock.\n\nThis deadlock was already found when the code was first introduced, but\nwas analysed incorrectly and the fix was incomplete. Analysis in light\nof the new finding cannot find a way to make the existing locking\ndiscipline work.\n\nIn staging, this logic has all been removed because it was discovered\nto be accidentally disabled since Xen 4.7. Therefore, we are fixing the\nlocking problem by backporting the removal of most of the feature. Note\nthat even with the feature disabled, the lock would still be acquired\nfor any accesses to the VGA MMIO region.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:xen-4.19.0_06-1.1.aarch64", "openSUSE Tumbleweed:xen-4.19.0_06-1.1.ppc64le", "openSUSE Tumbleweed:xen-4.19.0_06-1.1.s390x", "openSUSE Tumbleweed:xen-4.19.0_06-1.1.x86_64", "openSUSE Tumbleweed:xen-devel-4.19.0_06-1.1.aarch64", "openSUSE Tumbleweed:xen-devel-4.19.0_06-1.1.ppc64le", "openSUSE Tumbleweed:xen-devel-4.19.0_06-1.1.s390x", "openSUSE Tumbleweed:xen-devel-4.19.0_06-1.1.x86_64", "openSUSE Tumbleweed:xen-doc-html-4.19.0_06-1.1.aarch64", "openSUSE Tumbleweed:xen-doc-html-4.19.0_06-1.1.ppc64le", "openSUSE Tumbleweed:xen-doc-html-4.19.0_06-1.1.s390x", "openSUSE Tumbleweed:xen-doc-html-4.19.0_06-1.1.x86_64", "openSUSE Tumbleweed:xen-libs-4.19.0_06-1.1.aarch64", "openSUSE Tumbleweed:xen-libs-4.19.0_06-1.1.ppc64le", "openSUSE Tumbleweed:xen-libs-4.19.0_06-1.1.s390x", "openSUSE Tumbleweed:xen-libs-4.19.0_06-1.1.x86_64", "openSUSE Tumbleweed:xen-tools-4.19.0_06-1.1.aarch64", "openSUSE Tumbleweed:xen-tools-4.19.0_06-1.1.ppc64le", "openSUSE Tumbleweed:xen-tools-4.19.0_06-1.1.s390x", "openSUSE Tumbleweed:xen-tools-4.19.0_06-1.1.x86_64", "openSUSE Tumbleweed:xen-tools-domU-4.19.0_06-1.1.aarch64", "openSUSE Tumbleweed:xen-tools-domU-4.19.0_06-1.1.ppc64le", "openSUSE Tumbleweed:xen-tools-domU-4.19.0_06-1.1.s390x", "openSUSE Tumbleweed:xen-tools-domU-4.19.0_06-1.1.x86_64", "openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.19.0_06-1.1.aarch64", "openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.19.0_06-1.1.ppc64le", "openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.19.0_06-1.1.s390x", "openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.19.0_06-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-45818", "url": "https://www.suse.com/security/cve/CVE-2024-45818" }, { "category": "external", "summary": "SUSE Bug 1232622 for CVE-2024-45818", "url": "https://bugzilla.suse.com/1232622" } ], "remediations": [ { "category": "vendor_fix", "details": "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.19.0_06-1.1.aarch64", "openSUSE Tumbleweed:xen-4.19.0_06-1.1.ppc64le", "openSUSE Tumbleweed:xen-4.19.0_06-1.1.s390x", "openSUSE Tumbleweed:xen-4.19.0_06-1.1.x86_64", "openSUSE Tumbleweed:xen-devel-4.19.0_06-1.1.aarch64", "openSUSE Tumbleweed:xen-devel-4.19.0_06-1.1.ppc64le", "openSUSE Tumbleweed:xen-devel-4.19.0_06-1.1.s390x", "openSUSE Tumbleweed:xen-devel-4.19.0_06-1.1.x86_64", "openSUSE Tumbleweed:xen-doc-html-4.19.0_06-1.1.aarch64", "openSUSE Tumbleweed:xen-doc-html-4.19.0_06-1.1.ppc64le", "openSUSE Tumbleweed:xen-doc-html-4.19.0_06-1.1.s390x", "openSUSE Tumbleweed:xen-doc-html-4.19.0_06-1.1.x86_64", "openSUSE Tumbleweed:xen-libs-4.19.0_06-1.1.aarch64", "openSUSE Tumbleweed:xen-libs-4.19.0_06-1.1.ppc64le", "openSUSE Tumbleweed:xen-libs-4.19.0_06-1.1.s390x", "openSUSE Tumbleweed:xen-libs-4.19.0_06-1.1.x86_64", "openSUSE Tumbleweed:xen-tools-4.19.0_06-1.1.aarch64", "openSUSE Tumbleweed:xen-tools-4.19.0_06-1.1.ppc64le", "openSUSE Tumbleweed:xen-tools-4.19.0_06-1.1.s390x", "openSUSE Tumbleweed:xen-tools-4.19.0_06-1.1.x86_64", "openSUSE Tumbleweed:xen-tools-domU-4.19.0_06-1.1.aarch64", "openSUSE Tumbleweed:xen-tools-domU-4.19.0_06-1.1.ppc64le", "openSUSE Tumbleweed:xen-tools-domU-4.19.0_06-1.1.s390x", "openSUSE Tumbleweed:xen-tools-domU-4.19.0_06-1.1.x86_64", "openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.19.0_06-1.1.aarch64", "openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.19.0_06-1.1.ppc64le", "openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.19.0_06-1.1.s390x", "openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.19.0_06-1.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.19.0_06-1.1.aarch64", "openSUSE Tumbleweed:xen-4.19.0_06-1.1.ppc64le", "openSUSE Tumbleweed:xen-4.19.0_06-1.1.s390x", "openSUSE Tumbleweed:xen-4.19.0_06-1.1.x86_64", "openSUSE Tumbleweed:xen-devel-4.19.0_06-1.1.aarch64", "openSUSE Tumbleweed:xen-devel-4.19.0_06-1.1.ppc64le", "openSUSE Tumbleweed:xen-devel-4.19.0_06-1.1.s390x", "openSUSE Tumbleweed:xen-devel-4.19.0_06-1.1.x86_64", "openSUSE Tumbleweed:xen-doc-html-4.19.0_06-1.1.aarch64", "openSUSE Tumbleweed:xen-doc-html-4.19.0_06-1.1.ppc64le", "openSUSE Tumbleweed:xen-doc-html-4.19.0_06-1.1.s390x", "openSUSE Tumbleweed:xen-doc-html-4.19.0_06-1.1.x86_64", "openSUSE Tumbleweed:xen-libs-4.19.0_06-1.1.aarch64", "openSUSE Tumbleweed:xen-libs-4.19.0_06-1.1.ppc64le", "openSUSE Tumbleweed:xen-libs-4.19.0_06-1.1.s390x", "openSUSE Tumbleweed:xen-libs-4.19.0_06-1.1.x86_64", "openSUSE Tumbleweed:xen-tools-4.19.0_06-1.1.aarch64", "openSUSE Tumbleweed:xen-tools-4.19.0_06-1.1.ppc64le", "openSUSE Tumbleweed:xen-tools-4.19.0_06-1.1.s390x", "openSUSE Tumbleweed:xen-tools-4.19.0_06-1.1.x86_64", "openSUSE Tumbleweed:xen-tools-domU-4.19.0_06-1.1.aarch64", "openSUSE Tumbleweed:xen-tools-domU-4.19.0_06-1.1.ppc64le", "openSUSE Tumbleweed:xen-tools-domU-4.19.0_06-1.1.s390x", "openSUSE Tumbleweed:xen-tools-domU-4.19.0_06-1.1.x86_64", "openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.19.0_06-1.1.aarch64", "openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.19.0_06-1.1.ppc64le", "openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.19.0_06-1.1.s390x", "openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.19.0_06-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-26T00:00:00Z", "details": "moderate" } ], "title": "CVE-2024-45818" }, { "cve": "CVE-2024-45819", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2024-45819" } ], "notes": [ { "category": "general", "text": "PVH guests have their ACPI tables constructed by the toolstack. The\nconstruction involves building the tables in local memory, which are\nthen copied into guest memory. While actually used parts of the local\nmemory are filled in correctly, excess space that is being allocated is\nleft with its prior contents.", "title": "CVE description" } ], "product_status": { "recommended": [ "openSUSE Tumbleweed:xen-4.19.0_06-1.1.aarch64", "openSUSE Tumbleweed:xen-4.19.0_06-1.1.ppc64le", "openSUSE Tumbleweed:xen-4.19.0_06-1.1.s390x", "openSUSE Tumbleweed:xen-4.19.0_06-1.1.x86_64", "openSUSE Tumbleweed:xen-devel-4.19.0_06-1.1.aarch64", "openSUSE Tumbleweed:xen-devel-4.19.0_06-1.1.ppc64le", "openSUSE Tumbleweed:xen-devel-4.19.0_06-1.1.s390x", "openSUSE Tumbleweed:xen-devel-4.19.0_06-1.1.x86_64", "openSUSE Tumbleweed:xen-doc-html-4.19.0_06-1.1.aarch64", "openSUSE Tumbleweed:xen-doc-html-4.19.0_06-1.1.ppc64le", "openSUSE Tumbleweed:xen-doc-html-4.19.0_06-1.1.s390x", "openSUSE Tumbleweed:xen-doc-html-4.19.0_06-1.1.x86_64", "openSUSE Tumbleweed:xen-libs-4.19.0_06-1.1.aarch64", "openSUSE Tumbleweed:xen-libs-4.19.0_06-1.1.ppc64le", "openSUSE Tumbleweed:xen-libs-4.19.0_06-1.1.s390x", "openSUSE Tumbleweed:xen-libs-4.19.0_06-1.1.x86_64", "openSUSE Tumbleweed:xen-tools-4.19.0_06-1.1.aarch64", "openSUSE Tumbleweed:xen-tools-4.19.0_06-1.1.ppc64le", "openSUSE Tumbleweed:xen-tools-4.19.0_06-1.1.s390x", "openSUSE Tumbleweed:xen-tools-4.19.0_06-1.1.x86_64", "openSUSE Tumbleweed:xen-tools-domU-4.19.0_06-1.1.aarch64", "openSUSE Tumbleweed:xen-tools-domU-4.19.0_06-1.1.ppc64le", "openSUSE Tumbleweed:xen-tools-domU-4.19.0_06-1.1.s390x", "openSUSE Tumbleweed:xen-tools-domU-4.19.0_06-1.1.x86_64", "openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.19.0_06-1.1.aarch64", "openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.19.0_06-1.1.ppc64le", "openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.19.0_06-1.1.s390x", "openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.19.0_06-1.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2024-45819", "url": "https://www.suse.com/security/cve/CVE-2024-45819" }, { "category": "external", "summary": "SUSE Bug 1232624 for CVE-2024-45819", "url": "https://bugzilla.suse.com/1232624" } ], "remediations": [ { "category": "vendor_fix", "details": "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.19.0_06-1.1.aarch64", "openSUSE Tumbleweed:xen-4.19.0_06-1.1.ppc64le", "openSUSE Tumbleweed:xen-4.19.0_06-1.1.s390x", "openSUSE Tumbleweed:xen-4.19.0_06-1.1.x86_64", "openSUSE Tumbleweed:xen-devel-4.19.0_06-1.1.aarch64", "openSUSE Tumbleweed:xen-devel-4.19.0_06-1.1.ppc64le", "openSUSE Tumbleweed:xen-devel-4.19.0_06-1.1.s390x", "openSUSE Tumbleweed:xen-devel-4.19.0_06-1.1.x86_64", "openSUSE Tumbleweed:xen-doc-html-4.19.0_06-1.1.aarch64", "openSUSE Tumbleweed:xen-doc-html-4.19.0_06-1.1.ppc64le", "openSUSE Tumbleweed:xen-doc-html-4.19.0_06-1.1.s390x", "openSUSE Tumbleweed:xen-doc-html-4.19.0_06-1.1.x86_64", "openSUSE Tumbleweed:xen-libs-4.19.0_06-1.1.aarch64", "openSUSE Tumbleweed:xen-libs-4.19.0_06-1.1.ppc64le", "openSUSE Tumbleweed:xen-libs-4.19.0_06-1.1.s390x", "openSUSE Tumbleweed:xen-libs-4.19.0_06-1.1.x86_64", "openSUSE Tumbleweed:xen-tools-4.19.0_06-1.1.aarch64", "openSUSE Tumbleweed:xen-tools-4.19.0_06-1.1.ppc64le", "openSUSE Tumbleweed:xen-tools-4.19.0_06-1.1.s390x", "openSUSE Tumbleweed:xen-tools-4.19.0_06-1.1.x86_64", "openSUSE Tumbleweed:xen-tools-domU-4.19.0_06-1.1.aarch64", "openSUSE Tumbleweed:xen-tools-domU-4.19.0_06-1.1.ppc64le", "openSUSE Tumbleweed:xen-tools-domU-4.19.0_06-1.1.s390x", "openSUSE Tumbleweed:xen-tools-domU-4.19.0_06-1.1.x86_64", "openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.19.0_06-1.1.aarch64", "openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.19.0_06-1.1.ppc64le", "openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.19.0_06-1.1.s390x", "openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.19.0_06-1.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 5.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "openSUSE Tumbleweed:xen-4.19.0_06-1.1.aarch64", "openSUSE Tumbleweed:xen-4.19.0_06-1.1.ppc64le", "openSUSE Tumbleweed:xen-4.19.0_06-1.1.s390x", "openSUSE Tumbleweed:xen-4.19.0_06-1.1.x86_64", "openSUSE Tumbleweed:xen-devel-4.19.0_06-1.1.aarch64", "openSUSE Tumbleweed:xen-devel-4.19.0_06-1.1.ppc64le", "openSUSE Tumbleweed:xen-devel-4.19.0_06-1.1.s390x", "openSUSE Tumbleweed:xen-devel-4.19.0_06-1.1.x86_64", "openSUSE Tumbleweed:xen-doc-html-4.19.0_06-1.1.aarch64", "openSUSE Tumbleweed:xen-doc-html-4.19.0_06-1.1.ppc64le", "openSUSE Tumbleweed:xen-doc-html-4.19.0_06-1.1.s390x", "openSUSE Tumbleweed:xen-doc-html-4.19.0_06-1.1.x86_64", "openSUSE Tumbleweed:xen-libs-4.19.0_06-1.1.aarch64", "openSUSE Tumbleweed:xen-libs-4.19.0_06-1.1.ppc64le", "openSUSE Tumbleweed:xen-libs-4.19.0_06-1.1.s390x", "openSUSE Tumbleweed:xen-libs-4.19.0_06-1.1.x86_64", "openSUSE Tumbleweed:xen-tools-4.19.0_06-1.1.aarch64", "openSUSE Tumbleweed:xen-tools-4.19.0_06-1.1.ppc64le", "openSUSE Tumbleweed:xen-tools-4.19.0_06-1.1.s390x", "openSUSE Tumbleweed:xen-tools-4.19.0_06-1.1.x86_64", "openSUSE Tumbleweed:xen-tools-domU-4.19.0_06-1.1.aarch64", "openSUSE Tumbleweed:xen-tools-domU-4.19.0_06-1.1.ppc64le", "openSUSE Tumbleweed:xen-tools-domU-4.19.0_06-1.1.s390x", "openSUSE Tumbleweed:xen-tools-domU-4.19.0_06-1.1.x86_64", "openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.19.0_06-1.1.aarch64", "openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.19.0_06-1.1.ppc64le", "openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.19.0_06-1.1.s390x", "openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.19.0_06-1.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2024-11-26T00:00:00Z", "details": "moderate" } ], "title": "CVE-2024-45819" } ] }
ghsa-9ppw-wh7x-2qc9
Vulnerability from github
The hypervisor contains code to accelerate VGA memory accesses for HVM guests, when the (virtual) VGA is in "standard" mode. Locking involved there has an unusual discipline, leaving a lock acquired past the return from the function that acquired it. This behavior results in a problem when emulating an instruction with two memory accesses, both of which touch VGA memory (plus some further constraints which aren't relevant here). When emulating the 2nd access, the lock that is already being held would be attempted to be re-acquired, resulting in a deadlock.
This deadlock was already found when the code was first introduced, but was analysed incorrectly and the fix was incomplete. Analysis in light of the new finding cannot find a way to make the existing locking discipline work.
In staging, this logic has all been removed because it was discovered to be accidentally disabled since Xen 4.7. Therefore, we are fixing the locking problem by backporting the removal of most of the feature. Note that even with the feature disabled, the lock would still be acquired for any accesses to the VGA MMIO region.
{ "affected": [], "aliases": [ "CVE-2024-45818" ], "database_specific": { "cwe_ids": [ "CWE-667" ], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2024-12-19T12:15:16Z", "severity": "MODERATE" }, "details": "The hypervisor contains code to accelerate VGA memory accesses for HVM\nguests, when the (virtual) VGA is in \"standard\" mode. Locking involved\nthere has an unusual discipline, leaving a lock acquired past the\nreturn from the function that acquired it. This behavior results in a\nproblem when emulating an instruction with two memory accesses, both of\nwhich touch VGA memory (plus some further constraints which aren\u0027t\nrelevant here). When emulating the 2nd access, the lock that is already\nbeing held would be attempted to be re-acquired, resulting in a\ndeadlock.\n\nThis deadlock was already found when the code was first introduced, but\nwas analysed incorrectly and the fix was incomplete. Analysis in light\nof the new finding cannot find a way to make the existing locking\ndiscipline work.\n\nIn staging, this logic has all been removed because it was discovered\nto be accidentally disabled since Xen 4.7. Therefore, we are fixing the\nlocking problem by backporting the removal of most of the feature. Note\nthat even with the feature disabled, the lock would still be acquired\nfor any accesses to the VGA MMIO region.", "id": "GHSA-9ppw-wh7x-2qc9", "modified": "2024-12-31T21:30:45Z", "published": "2024-12-19T12:32:40Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45818" }, { "type": "WEB", "url": "https://xenbits.xenproject.org/xsa/advisory-463.html" }, { "type": "WEB", "url": "http://www.openwall.com/lists/oss-security/2024/11/12/2" }, { "type": "WEB", "url": "http://xenbits.xen.org/xsa/advisory-463.html" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N", "type": "CVSS_V3" } ] }
fkie_cve-2024-45818
Vulnerability from fkie_nvd
▶ | URL | Tags | |
---|---|---|---|
security@xen.org | https://xenbits.xenproject.org/xsa/advisory-463.html | Patch, Vendor Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | http://www.openwall.com/lists/oss-security/2024/11/12/2 | Patch, Third Party Advisory | |
af854a3a-2127-422b-91ae-364da2661108 | http://xenbits.xen.org/xsa/advisory-463.html | Patch, Vendor Advisory |
{ "configurations": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:o:xen:xen:*:*:*:*:*:*:x86:*", "matchCriteriaId": "D0B4A3E0-200C-492E-813C-D9EA47E2A66F", "versionEndExcluding": "4.20.0", "versionStartIncluding": "4.6.0", "vulnerable": true } ], "negate": false, "operator": "OR" } ] } ], "cveTags": [], "descriptions": [ { "lang": "en", "value": "The hypervisor contains code to accelerate VGA memory accesses for HVM\nguests, when the (virtual) VGA is in \"standard\" mode. Locking involved\nthere has an unusual discipline, leaving a lock acquired past the\nreturn from the function that acquired it. This behavior results in a\nproblem when emulating an instruction with two memory accesses, both of\nwhich touch VGA memory (plus some further constraints which aren\u0027t\nrelevant here). When emulating the 2nd access, the lock that is already\nbeing held would be attempted to be re-acquired, resulting in a\ndeadlock.\n\nThis deadlock was already found when the code was first introduced, but\nwas analysed incorrectly and the fix was incomplete. Analysis in light\nof the new finding cannot find a way to make the existing locking\ndiscipline work.\n\nIn staging, this logic has all been removed because it was discovered\nto be accidentally disabled since Xen 4.7. Therefore, we are fixing the\nlocking problem by backporting the removal of most of the feature. Note\nthat even with the feature disabled, the lock would still be acquired\nfor any accesses to the VGA MMIO region." }, { "lang": "es", "value": "El hipervisor contiene c\u00f3digo para acelerar los accesos a la memoria VGA para los invitados HVM, cuando el VGA (virtual) est\u00e1 en modo \"est\u00e1ndar\". El bloqueo involucrado all\u00ed tiene una disciplina inusual, dejando un bloqueo adquirido m\u00e1s all\u00e1 del retorno de la funci\u00f3n que lo adquiri\u00f3. Este comportamiento genera un problema al emular una instrucci\u00f3n con dos accesos a la memoria, ambos de los cuales tocan la memoria VGA (adem\u00e1s de algunas restricciones adicionales que no son relevantes aqu\u00ed). Al emular el segundo acceso, se intentar\u00eda volver a adquirir el bloqueo que ya se mantiene, lo que resultar\u00eda en un bloqueo. Este bloqueo ya se encontr\u00f3 cuando se introdujo el c\u00f3digo por primera vez, pero se analiz\u00f3 incorrectamente y la soluci\u00f3n fue incompleta. El an\u00e1lisis a la luz del nuevo hallazgo no puede encontrar una manera de hacer que funcione la disciplina de bloqueo existente. En la etapa de preparaci\u00f3n, se elimin\u00f3 toda esta l\u00f3gica porque se descubri\u00f3 que se hab\u00eda deshabilitado accidentalmente desde Xen 4.7. Por lo tanto, estamos solucionando el problema de bloqueo al incorporar la eliminaci\u00f3n de la mayor parte de la funci\u00f3n. Tenga en cuenta que incluso con la funci\u00f3n deshabilitada, el bloqueo a\u00fan se adquirir\u00eda para cualquier acceso a la regi\u00f3n MMIO de VGA." } ], "id": "CVE-2024-45818", "lastModified": "2025-05-20T16:28:07.217", "metrics": { "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "LOCAL", "availabilityImpact": "NONE", "baseScore": 6.5, "baseSeverity": "MEDIUM", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "CHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N", "version": "3.1" }, "exploitabilityScore": 2.0, "impactScore": 4.0, "source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary" } ] }, "published": "2024-12-19T12:15:16.540", "references": [ { "source": "security@xen.org", "tags": [ "Patch", "Vendor Advisory" ], "url": "https://xenbits.xenproject.org/xsa/advisory-463.html" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Patch", "Third Party Advisory" ], "url": "http://www.openwall.com/lists/oss-security/2024/11/12/2" }, { "source": "af854a3a-2127-422b-91ae-364da2661108", "tags": [ "Patch", "Vendor Advisory" ], "url": "http://xenbits.xen.org/xsa/advisory-463.html" } ], "sourceIdentifier": "security@xen.org", "vulnStatus": "Analyzed", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-667" } ], "source": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "type": "Secondary" } ] }
wid-sec-w-2024-3410
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 mehrere Schwachstellen in Xen ausnutzen, um Informationen offenzulegen oder einen Denial of Service zu verursachen.", "title": "Angriff" }, { "category": "general", "text": "- Linux\n- UNIX", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2024-3410 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2024/wid-sec-w-2024-3410.json" }, { "category": "self", "summary": "WID-SEC-2024-3410 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2024-3410" }, { "category": "external", "summary": "Xen Security Advisory vom 2024-11-11", "url": "https://seclists.org/oss-sec/2024/q4/80" }, { "category": "external", "summary": "Xen Security Advisory vom 2024-11-11", "url": "https://seclists.org/oss-sec/2024/q4/81" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3980-1 vom 2024-11-12", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019811.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3979-1 vom 2024-11-12", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019812.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:3977-1 vom 2024-11-12", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/5PITLXQDHEFQ6UERC2T2WC4B2JXGMHM2/" }, { "category": "external", "summary": "Fedora Security Advisory FEDORA-2024-B043EFFC6A vom 2024-11-13", "url": "https://bodhi.fedoraproject.org/updates/FEDORA-2024-b043effc6a" }, { "category": "external", "summary": "Fedora Security Advisory FEDORA-2024-7C2CFA2FE5 vom 2024-11-13", "url": "https://bodhi.fedoraproject.org/updates/FEDORA-2024-7c2cfa2fe5" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:4073-1 vom 2024-11-27", "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-November/019847.html" }, { "category": "external", "summary": "openSUSE Security Update OPENSUSE-SU-2024:14530-1 vom 2024-11-27", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/BEWRLARXOTVNP23NN77IW3VFLNMEXBMM/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:4116-1 vom 2024-11-29", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/QZJCBTBZKISVPQVGZHH36P3XK7ZEWCCP/" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2024:4163-1 vom 2024-12-04", "url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/message/7DDJIN2NQVRSUGDKCUPSGI662X3KHLZN/" }, { "category": "external", "summary": "Debian Security Advisory DSA-5836 vom 2024-12-26", "url": "https://lists.debian.org/debian-security-announce/2024/msg00252.html" }, { "category": "external", "summary": "Fedora Security Advisory FEDORA-2025-933A9A977E vom 2025-01-09", "url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-933a9a977e" } ], "source_lang": "en-US", "title": "Xen: Mehrere Schwachstellen", "tracking": { "current_release_date": "2025-01-09T23:00:00.000+00:00", "generator": { "date": "2025-01-10T09:17:37.890+00:00", "engine": { "name": "BSI-WID", "version": "1.3.10" } }, "id": "WID-SEC-W-2024-3410", "initial_release_date": "2024-11-11T23:00:00.000+00:00", "revision_history": [ { "date": "2024-11-11T23:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2024-11-12T23:00:00.000+00:00", "number": "2", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-11-13T23:00:00.000+00:00", "number": "3", "summary": "Neue Updates von Fedora aufgenommen" }, { "date": "2024-11-26T23:00:00.000+00:00", "number": "4", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-11-27T23:00:00.000+00:00", "number": "5", "summary": "Neue Updates von openSUSE aufgenommen" }, { "date": "2024-12-01T23:00:00.000+00:00", "number": "6", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-12-03T23:00:00.000+00:00", "number": "7", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2024-12-26T23:00:00.000+00:00", "number": "8", "summary": "Neue Updates von Debian aufgenommen" }, { "date": "2025-01-09T23:00:00.000+00:00", "number": "9", "summary": "Neue Updates von Fedora aufgenommen" } ], "status": "final", "version": "9" } }, "product_tree": { "branches": [ { "branches": [ { "category": "product_name", "name": "Debian Linux", "product": { "name": "Debian Linux", "product_id": "2951", "product_identification_helper": { "cpe": "cpe:/o:debian:debian_linux:-" } } } ], "category": "vendor", "name": "Debian" }, { "branches": [ { "category": "product_name", "name": "Fedora Linux", "product": { "name": "Fedora Linux", "product_id": "74185", "product_identification_helper": { "cpe": "cpe:/o:fedoraproject:fedora:-" } } } ], "category": "vendor", "name": "Fedora" }, { "branches": [ { "branches": [ { "category": "product_version", "name": "4.17.x", "product": { "name": "Open Source Xen 4.17.x", "product_id": "T031107", "product_identification_helper": { "cpe": "cpe:/o:xen:xen:4.17.x" } } }, { "category": "product_version", "name": "4.16.x", "product": { "name": "Open Source Xen 4.16.x", "product_id": "T036171", "product_identification_helper": { "cpe": "cpe:/o:xen:xen:4.16.x" } } }, { "category": "product_version", "name": "4.18.x", "product": { "name": "Open Source Xen 4.18.x", "product_id": "T038923", "product_identification_helper": { "cpe": "cpe:/o:xen:xen:4.18.x" } } }, { "category": "product_version", "name": "4.19.x", "product": { "name": "Open Source Xen 4.19.x", "product_id": "T038924", "product_identification_helper": { "cpe": "cpe:/o:xen:xen:4.19.x" } } } ], "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": "product_name", "name": "SUSE openSUSE", "product": { "name": "SUSE openSUSE", "product_id": "T027843", "product_identification_helper": { "cpe": "cpe:/o:suse:opensuse:-" } } } ], "category": "vendor", "name": "SUSE" } ] }, "vulnerabilities": [ { "cve": "CVE-2024-45819", "notes": [ { "category": "description", "text": "Es existiert eine Schwachstelle in Xen. Bei der Konstruktion von ACPI-Tabellen bei PVH-G\u00e4sten werden diese im lokalen Speicher erstellt und dann in den Gastspeicher kopiert. Ein nicht privilegierter Angreifer aus dem Gastsystem kann diese Schwachstelle ausnutzen, um auf vertrauliche Informationen zuzugreifen, die den Host, die Kontrolldom\u00e4ne oder andere G\u00e4ste betreffen." } ], "product_status": { "known_affected": [ "T036171", "2951", "T002207", "T027843", "74185" ] }, "release_date": "2024-11-11T23:00:00.000+00:00", "title": "CVE-2024-45819" }, { "cve": "CVE-2024-45818", "notes": [ { "category": "description", "text": "Es existiert eine Schwachstelle in Xen. Das Problem besteht im Code zur Beschleunigung von VGA-Speicherzugriffen f\u00fcr HVM-G\u00e4ste. Ein Angreifer aus einer HVM Gastmaschine kann kann diese Schwachstelle ausnutzen, um den gesamten Host zu blockieren und somit einen Denial of Service auszul\u00f6sen." } ], "product_status": { "known_affected": [ "T036171", "2951", "T002207", "T038923", "T031107", "T038924", "T027843", "74185" ] }, "release_date": "2024-11-11T23:00:00.000+00:00", "title": "CVE-2024-45818" } ] }
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.