Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-45818 (GCVE-0-2024-45818)
Vulnerability from cvelistv5 – Published: 2024-12-19 12:00 – Updated: 2024-12-31 19:01- CWE-667 - Improper Locking
{
"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:00.000Z",
"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": {
"epss": {
"cve": "CVE-2024-45818",
"date": "2026-05-28",
"epss": "0.00275",
"percentile": "0.51087"
},
"fkie_nvd": {
"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": "2024-12-31T19:15:46.603",
"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}]}",
"published": "2024-12-19T12:15:16.540",
"references": "[{\"url\": \"https://xenbits.xenproject.org/xsa/advisory-463.html\", \"source\": \"security@xen.org\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2024/11/12/2\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"http://xenbits.xen.org/xsa/advisory-463.html\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}]",
"sourceIdentifier": "security@xen.org",
"vulnStatus": "Awaiting Analysis",
"weaknesses": "[{\"source\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"type\": \"Secondary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-667\"}]}]"
},
"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:00.000Z\", \"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"
}
}
}
CERTFR-2024-AVI-0963
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans Xen. Elles permettent à un attaquant de provoquer un déni de service à distance et une atteinte à la confidentialité des données.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Title | Publication Time | Tags | ||||||
|---|---|---|---|---|---|---|---|---|
|
||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Xen versions 4.6.x \u00e0 4.19.x sans les derniers correctifs de s\u00e9curit\u00e9",
"product": {
"name": "Xen",
"vendor": {
"name": "XEN",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2024-45818",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45818"
},
{
"name": "CVE-2024-45819",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45819"
}
],
"links": [],
"reference": "CERTFR-2024-AVI-0963",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2024-11-12T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans Xen. Elles permettent \u00e0 un attaquant de provoquer un d\u00e9ni de service \u00e0 distance et une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans Xen",
"vendor_advisories": [
{
"published_at": "2024-11-12",
"title": "Bulletin de s\u00e9curit\u00e9 Xen xsa/advisory-464",
"url": "https://xenbits.xen.org/xsa/advisory-464.html"
},
{
"published_at": "2024-11-12",
"title": "Bulletin de s\u00e9curit\u00e9 Xen xsa/advisory-463",
"url": "https://xenbits.xen.org/xsa/advisory-463.html"
}
]
}
CERTFR-2024-AVI-0973
Vulnerability from certfr_avis - Published: - Updated:
Une vulnérabilité a été découverte dans les produits Citrix. Elle permet à un attaquant de provoquer un déni de service à distance.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| Citrix | XenServer | XenServer 8 sans les derniers correctifs de sécurité | ||
| Citrix | Citrix Hypervisor | Citrix Hypervisor 8.2 CU1 LTSR sans les derniers correctifs de sécurité |
| Title | Publication Time | Tags | |||
|---|---|---|---|---|---|
|
|||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "XenServer 8 sans les derniers correctifs de s\u00e9curit\u00e9",
"product": {
"name": "XenServer",
"vendor": {
"name": "Citrix",
"scada": false
}
}
},
{
"description": "Citrix Hypervisor 8.2 CU1 LTSR sans les derniers correctifs de s\u00e9curit\u00e9",
"product": {
"name": "Citrix Hypervisor",
"vendor": {
"name": "Citrix",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2024-45818",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45818"
}
],
"links": [],
"reference": "CERTFR-2024-AVI-0973",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2024-11-13T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
}
],
"summary": "Une vuln\u00e9rabilit\u00e9 a \u00e9t\u00e9 d\u00e9couverte dans les produits Citrix. Elle permet \u00e0 un attaquant de provoquer un d\u00e9ni de service \u00e0 distance.",
"title": "Vuln\u00e9rabilit\u00e9 dans les produits Citrix",
"vendor_advisories": [
{
"published_at": "2024-11-13",
"title": "Bulletin de s\u00e9curit\u00e9 Citrix CTX692065",
"url": "https://support.citrix.com/s/article/CTX692065-xenserver-and-citrix-hypervisor-security-update-for-cve202445818"
}
]
}
CERTFR-2024-AVI-0963
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans Xen. Elles permettent à un attaquant de provoquer un déni de service à distance et une atteinte à la confidentialité des données.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Title | Publication Time | Tags | ||||||
|---|---|---|---|---|---|---|---|---|
|
||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Xen versions 4.6.x \u00e0 4.19.x sans les derniers correctifs de s\u00e9curit\u00e9",
"product": {
"name": "Xen",
"vendor": {
"name": "XEN",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2024-45818",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45818"
},
{
"name": "CVE-2024-45819",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45819"
}
],
"links": [],
"reference": "CERTFR-2024-AVI-0963",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2024-11-12T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans Xen. Elles permettent \u00e0 un attaquant de provoquer un d\u00e9ni de service \u00e0 distance et une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans Xen",
"vendor_advisories": [
{
"published_at": "2024-11-12",
"title": "Bulletin de s\u00e9curit\u00e9 Xen xsa/advisory-464",
"url": "https://xenbits.xen.org/xsa/advisory-464.html"
},
{
"published_at": "2024-11-12",
"title": "Bulletin de s\u00e9curit\u00e9 Xen xsa/advisory-463",
"url": "https://xenbits.xen.org/xsa/advisory-463.html"
}
]
}
CERTFR-2024-AVI-0973
Vulnerability from certfr_avis - Published: - Updated:
Une vulnérabilité a été découverte dans les produits Citrix. Elle permet à un attaquant de provoquer un déni de service à distance.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| Citrix | XenServer | XenServer 8 sans les derniers correctifs de sécurité | ||
| Citrix | Citrix Hypervisor | Citrix Hypervisor 8.2 CU1 LTSR sans les derniers correctifs de sécurité |
| Title | Publication Time | Tags | |||
|---|---|---|---|---|---|
|
|||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "XenServer 8 sans les derniers correctifs de s\u00e9curit\u00e9",
"product": {
"name": "XenServer",
"vendor": {
"name": "Citrix",
"scada": false
}
}
},
{
"description": "Citrix Hypervisor 8.2 CU1 LTSR sans les derniers correctifs de s\u00e9curit\u00e9",
"product": {
"name": "Citrix Hypervisor",
"vendor": {
"name": "Citrix",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2024-45818",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45818"
}
],
"links": [],
"reference": "CERTFR-2024-AVI-0973",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2024-11-13T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
}
],
"summary": "Une vuln\u00e9rabilit\u00e9 a \u00e9t\u00e9 d\u00e9couverte dans les produits Citrix. Elle permet \u00e0 un attaquant de provoquer un d\u00e9ni de service \u00e0 distance.",
"title": "Vuln\u00e9rabilit\u00e9 dans les produits Citrix",
"vendor_advisories": [
{
"published_at": "2024-11-13",
"title": "Bulletin de s\u00e9curit\u00e9 Citrix CTX692065",
"url": "https://support.citrix.com/s/article/CTX692065-xenserver-and-citrix-hypervisor-security-update-for-cve202445818"
}
]
}
BDU:2025-01008
Vulnerability from fstec - Published: 19.12.2024{
"CVSS 2.0": "AV:L/AC:L/Au:S/C:C/I:N/A:N",
"CVSS 3.0": "AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N",
"CVSS 4.0": null,
"remediation_\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440": null,
"remediation_\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435": null,
"\u0412\u0435\u043d\u0434\u043e\u0440 \u041f\u041e": "\u041e\u041e\u041e \u00ab\u0420\u0435\u0434 \u0421\u043e\u0444\u0442\u00bb, The Linux Foundation, \u0410\u041e \"\u041d\u041f\u041f\u041a\u0422\"",
"\u0412\u0435\u0440\u0441\u0438\u044f \u041f\u041e": "7.3 (\u0420\u0415\u0414 \u041e\u0421), \u043e\u0442 4.16 \u0434\u043e 4.19.0 (Xen), \u0434\u043e 2.14 (\u041e\u0421\u041e\u041d \u041e\u0421\u043d\u043e\u0432\u0430 \u041enyx)",
"\u0412\u043e\u0437\u043c\u043e\u0436\u043d\u044b\u0435 \u043c\u0435\u0440\u044b \u043f\u043e \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u044e": "\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0439:\n\u0414\u043b\u044f Xen:\nhttp://xenbits.xen.org/xsa/advisory-463.html\t\nhttps://xenbits.xenproject.org/xsa/advisory-463.html\n\n\u0414\u043b\u044f \u0420\u0435\u0434\u041e\u0421: \nhttp://repo.red-soft.ru/redos/7.3c/x86_64/updates/\n\n\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f xen \u0434\u043e \u0432\u0435\u0440\u0441\u0438\u0438 4.17.5+23-ga4e5191dc0-1+deb12u1",
"\u0414\u0430\u0442\u0430 \u0432\u044b\u044f\u0432\u043b\u0435\u043d\u0438\u044f": "19.12.2024",
"\u0414\u0430\u0442\u0430 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0433\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f": "24.10.2025",
"\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438": "03.02.2025",
"\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440": "BDU:2025-01008",
"\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b \u0434\u0440\u0443\u0433\u0438\u0445 \u0441\u0438\u0441\u0442\u0435\u043c \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0439 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "CVE-2024-45818",
"\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e\u0431 \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0430",
"\u041a\u043b\u0430\u0441\u0441 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u043a\u043e\u0434\u0430",
"\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u041f\u041e": "\u0420\u0415\u0414 \u041e\u0421 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21163751), Xen, \u041e\u0421\u041e\u041d \u041e\u0421\u043d\u043e\u0432\u0430 \u041enyx (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21165913)",
"\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u041e\u0421 \u0438 \u0442\u0438\u043f \u0430\u043f\u043f\u0430\u0440\u0430\u0442\u043d\u043e\u0439 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b": "\u041e\u041e\u041e \u00ab\u0420\u0435\u0434 \u0421\u043e\u0444\u0442\u00bb \u0420\u0415\u0414 \u041e\u0421 7.3 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21163751), \u0410\u041e \"\u041d\u041f\u041f\u041a\u0422\" \u041e\u0421\u041e\u041d \u041e\u0421\u043d\u043e\u0432\u0430 \u041enyx \u0434\u043e 2.14 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21165913)",
"\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u0433\u0438\u043f\u0435\u0440\u0432\u0438\u0437\u043e\u0440\u0430 Xen, \u0441\u0432\u044f\u0437\u0430\u043d\u043d\u0430\u044f \u0441 \u043d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u0439 \u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u043a\u043e\u0439, \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044e\u0449\u0430\u044f \u043d\u0430\u0440\u0443\u0448\u0438\u0442\u0435\u043b\u044e \u0432\u044b\u0437\u0432\u0430\u0442\u044c \u043e\u0442\u043a\u0430\u0437 \u0432 \u043e\u0431\u0441\u043b\u0443\u0436\u0438\u0432\u0430\u043d\u0438\u0438",
"\u041d\u0430\u043b\u0438\u0447\u0438\u0435 \u044d\u043a\u0441\u043f\u043b\u043e\u0439\u0442\u0430": "\u0414\u0430\u043d\u043d\u044b\u0435 \u0443\u0442\u043e\u0447\u043d\u044f\u044e\u0442\u0441\u044f",
"\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043e\u0448\u0438\u0431\u043a\u0438 CWE": "\u041d\u0435\u0434\u043e\u0441\u0442\u0430\u0442\u043e\u0447\u043d\u0430\u044f \u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u043a\u0430 (CWE-667)",
"\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u0433\u0438\u043f\u0435\u0440\u0432\u0438\u0437\u043e\u0440\u0430 Xen \u0441\u0432\u044f\u0437\u0430\u043d\u0430 \u0441 \u043d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\u0439 \u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u043a\u043e\u0439. \u042d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u044f \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438 \u043c\u043e\u0436\u0435\u0442 \u043f\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u044c \u043d\u0430\u0440\u0443\u0448\u0438\u0442\u0435\u043b\u044e \u0432\u044b\u0437\u0432\u0430\u0442\u044c \u043e\u0442\u043a\u0430\u0437 \u0432 \u043e\u0431\u0441\u043b\u0443\u0436\u0438\u0432\u0430\u043d\u0438\u0438",
"\u041f\u043e\u0441\u043b\u0435\u0434\u0441\u0442\u0432\u0438\u044f \u044d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u0438 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": null,
"\u041f\u0440\u043e\u0447\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f": null,
"\u0421\u0432\u044f\u0437\u044c \u0441 \u0438\u043d\u0446\u0438\u0434\u0435\u043d\u0442\u0430\u043c\u0438 \u0418\u0411": "\u0414\u0430\u043d\u043d\u044b\u0435 \u0443\u0442\u043e\u0447\u043d\u044f\u044e\u0442\u0441\u044f",
"\u0421\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u041e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u0430",
"\u0421\u043f\u043e\u0441\u043e\u0431 \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u044f": "\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f",
"\u0421\u043f\u043e\u0441\u043e\u0431 \u044d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u0438": "\u041c\u0430\u043d\u0438\u043f\u0443\u043b\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0441\u0440\u043e\u043a\u0430\u043c\u0438 \u0438 \u0441\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435\u043c",
"\u0421\u0441\u044b\u043b\u043a\u0438 \u043d\u0430 \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0438": "http://www.openwall.com/lists/oss-security/2024/11/12/2\nhttp://xenbits.xen.org/xsa/advisory-463.html\nhttps://redos.red-soft.ru/support/secure/\nhttps://xenbits.xenproject.org/xsa/advisory-463.html\nhttps://\u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430.\u043d\u043f\u043f\u043a\u0442.\u0440\u0444/bin/view/\u041e\u0421\u043d\u043e\u0432\u0430/\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f/2.14/",
"\u0421\u0442\u0430\u0442\u0443\u0441 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0430 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u0435\u043c",
"\u0422\u0438\u043f \u041f\u041e": "\u041e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u0430\u044f \u0441\u0438\u0441\u0442\u0435\u043c\u0430, \u041f\u041e \u0432\u0438\u0440\u0442\u0443\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438/\u041f\u041e \u0432\u0438\u0440\u0442\u0443\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e-\u0430\u043f\u043f\u0430\u0440\u0430\u0442\u043d\u043e\u0433\u043e \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0430",
"\u0422\u0438\u043f \u043e\u0448\u0438\u0431\u043a\u0438 CWE": "CWE-667",
"\u0423\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0421\u0440\u0435\u0434\u043d\u0438\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 (\u0431\u0430\u0437\u043e\u0432\u0430\u044f \u043e\u0446\u0435\u043d\u043a\u0430 CVSS 2.0 \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 4,6)\n\u0421\u0440\u0435\u0434\u043d\u0438\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 (\u0431\u0430\u0437\u043e\u0432\u0430\u044f \u043e\u0446\u0435\u043d\u043a\u0430 CVSS 3.0 \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 6,5)"
}
FKIE_CVE-2024-45818
Vulnerability from fkie_nvd - Published: 2024-12-19 12:15 - Updated: 2025-05-20 16:28| 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"
}
]
}
GHSA-9PPW-WH7X-2QC9
Vulnerability from github – Published: 2024-12-19 12:32 – Updated: 2024-12-31 21:30The 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"
}
]
}
OPENSUSE-SU-2024:14530-1
Vulnerability from csaf_opensuse - Published: 2024-11-26 00:00 - Updated: 2024-11-26 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:xen-4.19.0_06-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-4.19.0_06-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-4.19.0_06-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-4.19.0_06-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-devel-4.19.0_06-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-devel-4.19.0_06-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-devel-4.19.0_06-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-devel-4.19.0_06-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-doc-html-4.19.0_06-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-doc-html-4.19.0_06-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-doc-html-4.19.0_06-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-doc-html-4.19.0_06-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-libs-4.19.0_06-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-libs-4.19.0_06-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-libs-4.19.0_06-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-libs-4.19.0_06-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-4.19.0_06-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-4.19.0_06-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-4.19.0_06-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-4.19.0_06-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-domU-4.19.0_06-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-domU-4.19.0_06-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-domU-4.19.0_06-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-domU-4.19.0_06-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.19.0_06-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.19.0_06-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.19.0_06-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.19.0_06-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:xen-4.19.0_06-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-4.19.0_06-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-4.19.0_06-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-4.19.0_06-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-devel-4.19.0_06-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-devel-4.19.0_06-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-devel-4.19.0_06-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-devel-4.19.0_06-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-doc-html-4.19.0_06-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-doc-html-4.19.0_06-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-doc-html-4.19.0_06-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-doc-html-4.19.0_06-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-libs-4.19.0_06-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-libs-4.19.0_06-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-libs-4.19.0_06-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-libs-4.19.0_06-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-4.19.0_06-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-4.19.0_06-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-4.19.0_06-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-4.19.0_06-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-domU-4.19.0_06-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-domU-4.19.0_06-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-domU-4.19.0_06-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-domU-4.19.0_06-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.19.0_06-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.19.0_06-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.19.0_06-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.19.0_06-1.1.x86_64 | — |
Vendor Fix
|
{
"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": "important"
}
],
"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"
}
]
}
SUSE-SU-2024:3977-1
Vulnerability from csaf_suse - Published: 2024-11-12 12:19 - Updated: 2024-11-12 12:19| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:xen-4.14.6_22-150300.3.84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:xen-devel-4.14.6_22-150300.3.84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:xen-libs-4.14.6_22-150300.3.84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:xen-tools-4.14.6_22-150300.3.84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:xen-tools-domU-4.14.6_22-150300.3.84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:xen-tools-xendomains-wait-disk-4.14.6_22-150300.3.84.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-4.14.6_22-150300.3.84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-devel-4.14.6_22-150300.3.84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-libs-4.14.6_22-150300.3.84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-tools-4.14.6_22-150300.3.84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-tools-domU-4.14.6_22-150300.3.84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved 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 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:xen-libs-4.14.6_22-150300.3.84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:xen-libs-4.14.6_22-150300.3.84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:xen-4.14.6_22-150300.3.84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:xen-devel-4.14.6_22-150300.3.84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:xen-libs-4.14.6_22-150300.3.84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-4.14.6_22-150300.3.84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-domU-4.14.6_22-150300.3.84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-xendomains-wait-disk-4.14.6_22-150300.3.84.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-4.14.6_22-150300.3.84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-devel-4.14.6_22-150300.3.84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-libs-4.14.6_22-150300.3.84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-tools-4.14.6_22-150300.3.84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-tools-domU-4.14.6_22-150300.3.84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved 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 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:xen-4.14.6_22-150300.3.84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:xen-devel-4.14.6_22-150300.3.84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:xen-libs-4.14.6_22-150300.3.84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:xen-tools-4.14.6_22-150300.3.84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:xen-tools-domU-4.14.6_22-150300.3.84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:xen-tools-xendomains-wait-disk-4.14.6_22-150300.3.84.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-4.14.6_22-150300.3.84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-devel-4.14.6_22-150300.3.84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-libs-4.14.6_22-150300.3.84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-tools-4.14.6_22-150300.3.84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-tools-domU-4.14.6_22-150300.3.84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved 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 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:xen-libs-4.14.6_22-150300.3.84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:xen-libs-4.14.6_22-150300.3.84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:xen-4.14.6_22-150300.3.84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:xen-devel-4.14.6_22-150300.3.84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:xen-libs-4.14.6_22-150300.3.84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-4.14.6_22-150300.3.84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-domU-4.14.6_22-150300.3.84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-xendomains-wait-disk-4.14.6_22-150300.3.84.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-4.14.6_22-150300.3.84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-devel-4.14.6_22-150300.3.84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-libs-4.14.6_22-150300.3.84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-tools-4.14.6_22-150300.3.84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-tools-domU-4.14.6_22-150300.3.84.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved 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 | — |
Vendor Fix
|
{
"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 - Published: 2024-11-12 16:13 - Updated: 2024-11-12 16:13| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:xen-4.12.4_58-3.124.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:xen-doc-html-4.12.4_58-3.124.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:xen-libs-32bit-4.12.4_58-3.124.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:xen-libs-4.12.4_58-3.124.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:xen-tools-4.12.4_58-3.124.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:xen-tools-domU-4.12.4_58-3.124.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-4.12.4_58-3.124.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-doc-html-4.12.4_58-3.124.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-libs-32bit-4.12.4_58-3.124.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-libs-4.12.4_58-3.124.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-tools-4.12.4_58-3.124.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-tools-domU-4.12.4_58-3.124.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:xen-4.12.4_58-3.124.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:xen-doc-html-4.12.4_58-3.124.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:xen-libs-32bit-4.12.4_58-3.124.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:xen-libs-4.12.4_58-3.124.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:xen-tools-4.12.4_58-3.124.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:xen-tools-domU-4.12.4_58-3.124.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-4.12.4_58-3.124.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-doc-html-4.12.4_58-3.124.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-libs-32bit-4.12.4_58-3.124.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-libs-4.12.4_58-3.124.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-tools-4.12.4_58-3.124.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-tools-domU-4.12.4_58-3.124.1.x86_64 | — |
Vendor Fix
|
{
"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"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.