Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2023-46835 (GCVE-0-2023-46835)
Vulnerability from cvelistv5 – Published: 2024-01-05 16:34 – Updated: 2025-11-04 19:25- CWE-787 - Out-of-bounds Write
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2025-11-04T19:25:41.611Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_transferred"
],
"url": "https://xenbits.xenproject.org/xsa/advisory-445.html"
},
{
"url": "http://xenbits.xen.org/xsa/advisory-445.html"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2023-46835",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-04-12T04:00:28.791183Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-787",
"description": "CWE-787 Out-of-bounds Write",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-06-17T16:11:08.422Z",
"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-445"
}
]
}
],
"configurations": [
{
"lang": "en",
"value": "All Xen versions supporting PCI passthrough are affected.\n\nOnly x86 AMD systems with IOMMU hardware are vulnerable.\n\nOnly x86 guests which have physical devices passed through to them can\nleverage the vulnerability.\n"
}
],
"credits": [
{
"lang": "en",
"type": "finder",
"value": "This issue was discovered by Roger Pau Monn\u00e9 of XenServer.\n"
}
],
"datePublic": "2023-11-14T12:00:00.000Z",
"descriptions": [
{
"lang": "en",
"value": "The current setup of the quarantine page tables assumes that the\nquarantine domain (dom_io) has been initialized with an address width\nof DEFAULT_DOMAIN_ADDRESS_WIDTH (48) and hence 4 page table levels.\n\nHowever dom_io being a PV domain gets the AMD-Vi IOMMU page tables\nlevels based on the maximum (hot pluggable) RAM address, and hence on\nsystems with no RAM above the 512GB mark only 3 page-table levels are\nconfigured in the IOMMU.\n\nOn systems without RAM above the 512GB boundary\namd_iommu_quarantine_init() will setup page tables for the scratch\npage with 4 levels, while the IOMMU will be configured to use 3 levels\nonly, resulting in the last page table directory (PDE) effectively\nbecoming a page table entry (PTE), and hence a device in quarantine\nmode gaining write access to the page destined to be a PDE.\n\nDue to this page table level mismatch, the sink page the device gets\nread/write access to is no longer cleared between device assignment,\npossibly leading to data leaks.\n"
}
],
"impacts": [
{
"descriptions": [
{
"lang": "en",
"value": "A device in quarantine mode can access data from previous quarantine\npage table usages, possibly leaking data used by previous domains that\nalso had the device assigned.\n"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2024-01-05T16:34:49.531Z",
"orgId": "23aa2041-22e1-471f-9209-9b7396fa234f",
"shortName": "XEN"
},
"references": [
{
"url": "https://xenbits.xenproject.org/xsa/advisory-445.html"
}
],
"title": "x86/AMD: mismatch in IOMMU quarantine page table levels",
"workarounds": [
{
"lang": "en",
"value": "Not passing through physical devices to guests will avoid the\nvulnerability.\n\nNot using quarantine scratch-page mode will avoid the vulnerability,\nbut could result in other issues.\n"
}
]
}
},
"cveMetadata": {
"assignerOrgId": "23aa2041-22e1-471f-9209-9b7396fa234f",
"assignerShortName": "XEN",
"cveId": "CVE-2023-46835",
"datePublished": "2024-01-05T16:34:49.531Z",
"dateReserved": "2023-10-27T07:55:35.331Z",
"dateUpdated": "2025-11-04T19:25:41.611Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2023-46835",
"date": "2026-07-15",
"epss": "0.00284",
"percentile": "0.20303"
},
"fkie_nvd": {
"configurations": "[{\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:xen:xen:*:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"C2B9CCC2-BAC5-4A65-B8D4-4B71EBBA0C2F\"}]}]}]",
"descriptions": "[{\"lang\": \"en\", \"value\": \"The current setup of the quarantine page tables assumes that the\\nquarantine domain (dom_io) has been initialized with an address width\\nof DEFAULT_DOMAIN_ADDRESS_WIDTH (48) and hence 4 page table levels.\\n\\nHowever dom_io being a PV domain gets the AMD-Vi IOMMU page tables\\nlevels based on the maximum (hot pluggable) RAM address, and hence on\\nsystems with no RAM above the 512GB mark only 3 page-table levels are\\nconfigured in the IOMMU.\\n\\nOn systems without RAM above the 512GB boundary\\namd_iommu_quarantine_init() will setup page tables for the scratch\\npage with 4 levels, while the IOMMU will be configured to use 3 levels\\nonly, resulting in the last page table directory (PDE) effectively\\nbecoming a page table entry (PTE), and hence a device in quarantine\\nmode gaining write access to the page destined to be a PDE.\\n\\nDue to this page table level mismatch, the sink page the device gets\\nread/write access to is no longer cleared between device assignment,\\npossibly leading to data leaks.\\n\"}, {\"lang\": \"es\", \"value\": \"La configuraci\\u00f3n actual de las tablas de p\\u00e1ginas de cuarentena supone que el dominio de cuarentena (dom_io) se ha inicializado con un ancho de direcci\\u00f3n de DEFAULT_DOMAIN_ADDRESS_WIDTH (48) y, por lo tanto, 4 niveles de tabla de p\\u00e1ginas. Sin embargo, al ser dom_io un dominio PV, los niveles de tablas de p\\u00e1ginas IOMMU AMD-Vi se basan en la direcci\\u00f3n RAM m\\u00e1xima (conectable en caliente) y, por lo tanto, en sistemas sin RAM por encima de la marca de 512 GB, solo se configuran 3 niveles de tablas de p\\u00e1ginas en IOMMU. En sistemas sin RAM por encima del l\\u00edmite de 512 GB, amd_iommu_quarantine_init() configurar\\u00e1 tablas de p\\u00e1ginas para la p\\u00e1gina temporal con 4 niveles, mientras que IOMMU se configurar\\u00e1 para usar solo 3 niveles, lo que dar\\u00e1 como resultado que el \\u00faltimo directorio de la tabla de p\\u00e1ginas (PDE) se convierta efectivamente en una entrada de la tabla de p\\u00e1ginas (PTE) y, por lo tanto, un dispositivo en modo de cuarentena obtiene acceso de escritura a la p\\u00e1gina destinada a ser una PDE. Debido a esta discrepancia en el nivel de la tabla de p\\u00e1ginas, la p\\u00e1gina receptora a la que el dispositivo tiene acceso de lectura/escritura ya no se borra entre las asignaciones de dispositivos, lo que posiblemente provoque fugas de datos.\"}]",
"id": "CVE-2023-46835",
"lastModified": "2024-11-21T08:29:23.593",
"metrics": "{\"cvssMetricV31\": [{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N\", \"baseScore\": 5.5, \"baseSeverity\": \"MEDIUM\", \"attackVector\": \"LOCAL\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"LOW\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"HIGH\", \"integrityImpact\": \"NONE\", \"availabilityImpact\": \"NONE\"}, \"exploitabilityScore\": 1.8, \"impactScore\": 3.6}]}",
"published": "2024-01-05T17:15:11.147",
"references": "[{\"url\": \"https://xenbits.xenproject.org/xsa/advisory-445.html\", \"source\": \"security@xen.org\", \"tags\": [\"Patch\", \"Vendor Advisory\"]}, {\"url\": \"https://xenbits.xenproject.org/xsa/advisory-445.html\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Patch\", \"Vendor Advisory\"]}]",
"sourceIdentifier": "security@xen.org",
"vulnStatus": "Modified",
"weaknesses": "[{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"NVD-CWE-noinfo\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2023-46835\",\"sourceIdentifier\":\"security@xen.org\",\"published\":\"2024-01-05T17:15:11.147\",\"lastModified\":\"2026-06-17T06:31:43.353\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"The current setup of the quarantine page tables assumes that the\\nquarantine domain (dom_io) has been initialized with an address width\\nof DEFAULT_DOMAIN_ADDRESS_WIDTH (48) and hence 4 page table levels.\\n\\nHowever dom_io being a PV domain gets the AMD-Vi IOMMU page tables\\nlevels based on the maximum (hot pluggable) RAM address, and hence on\\nsystems with no RAM above the 512GB mark only 3 page-table levels are\\nconfigured in the IOMMU.\\n\\nOn systems without RAM above the 512GB boundary\\namd_iommu_quarantine_init() will setup page tables for the scratch\\npage with 4 levels, while the IOMMU will be configured to use 3 levels\\nonly, resulting in the last page table directory (PDE) effectively\\nbecoming a page table entry (PTE), and hence a device in quarantine\\nmode gaining write access to the page destined to be a PDE.\\n\\nDue to this page table level mismatch, the sink page the device gets\\nread/write access to is no longer cleared between device assignment,\\npossibly leading to data leaks.\\n\"},{\"lang\":\"es\",\"value\":\"La configuraci\u00f3n actual de las tablas de p\u00e1ginas de cuarentena supone que el dominio de cuarentena (dom_io) se ha inicializado con un ancho de direcci\u00f3n de DEFAULT_DOMAIN_ADDRESS_WIDTH (48) y, por lo tanto, 4 niveles de tabla de p\u00e1ginas. Sin embargo, al ser dom_io un dominio PV, los niveles de tablas de p\u00e1ginas IOMMU AMD-Vi se basan en la direcci\u00f3n RAM m\u00e1xima (conectable en caliente) y, por lo tanto, en sistemas sin RAM por encima de la marca de 512 GB, solo se configuran 3 niveles de tablas de p\u00e1ginas en IOMMU. En sistemas sin RAM por encima del l\u00edmite de 512 GB, amd_iommu_quarantine_init() configurar\u00e1 tablas de p\u00e1ginas para la p\u00e1gina temporal con 4 niveles, mientras que IOMMU se configurar\u00e1 para usar solo 3 niveles, lo que dar\u00e1 como resultado que el \u00faltimo directorio de la tabla de p\u00e1ginas (PDE) se convierta efectivamente en una entrada de la tabla de p\u00e1ginas (PTE) y, por lo tanto, un dispositivo en modo de cuarentena obtiene acceso de escritura a la p\u00e1gina destinada a ser una PDE. Debido a esta discrepancia en el nivel de la tabla de p\u00e1ginas, la p\u00e1gina receptora a la que el dispositivo tiene acceso de lectura/escritura ya no se borra entre las asignaciones de dispositivos, lo que posiblemente provoque fugas de datos.\"}],\"affected\":[{\"source\":\"security@xen.org\",\"affectedData\":[{\"vendor\":\"Xen\",\"product\":\"Xen\",\"defaultStatus\":\"unknown\",\"versions\":[{\"version\":\"consult Xen advisory XSA-445\",\"status\":\"unknown\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N\",\"baseScore\":5.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":1.8,\"impactScore\":3.6},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N\",\"baseScore\":5.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":1.8,\"impactScore\":3.6}],\"ssvcV203\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"ssvcData\":{\"timestamp\":\"2024-04-12T04:00:28.791183Z\",\"id\":\"CVE-2023-46835\",\"options\":[{\"exploitation\":\"none\"},{\"automatable\":\"no\"},{\"technicalImpact\":\"partial\"}],\"role\":\"CISA Coordinator\",\"version\":\"2.0.3\"}}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"NVD-CWE-noinfo\"}]},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-787\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:xen:xen:*:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"C2B9CCC2-BAC5-4A65-B8D4-4B71EBBA0C2F\"}]}]}],\"references\":[{\"url\":\"https://xenbits.xenproject.org/xsa/advisory-445.html\",\"source\":\"security@xen.org\",\"tags\":[\"Patch\",\"Vendor Advisory\"]},{\"url\":\"http://xenbits.xen.org/xsa/advisory-445.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://xenbits.xenproject.org/xsa/advisory-445.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Vendor Advisory\"]}]}}",
"redhat_vex": {
"current_release_date": "2025-05-28T23:33:07+00:00",
"cve": "CVE-2023-46835",
"id": "CVE-2023-46835",
"initial_release_date": "2023-11-14T12:00:00+00:00",
"product_status:known_not_affected": "1",
"source": "Red Hat CSAF VEX",
"status": "final",
"title": "x86/AMD: mismatch in IOMMU quarantine page table levels",
"url": "https://security.access.redhat.com/data/csaf/v2/vex/2023/cve-2023-46835.json",
"version": "3"
},
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://xenbits.xenproject.org/xsa/advisory-445.html\", \"tags\": [\"x_transferred\"]}, {\"url\": \"http://xenbits.xen.org/xsa/advisory-445.html\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-11-04T19:25:41.611Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 5.5, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"HIGH\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2023-46835\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-04-12T04:00:28.791183Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-787\", \"description\": \"CWE-787 Out-of-bounds Write\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-09-04T19:39:54.875Z\"}}], \"cna\": {\"title\": \"x86/AMD: mismatch in IOMMU quarantine page table levels\", \"credits\": [{\"lang\": \"en\", \"type\": \"finder\", \"value\": \"This issue was discovered by Roger Pau Monn\\u00e9 of XenServer.\\n\"}], \"impacts\": [{\"descriptions\": [{\"lang\": \"en\", \"value\": \"A device in quarantine mode can access data from previous quarantine\\npage table usages, possibly leaking data used by previous domains that\\nalso had the device assigned.\\n\"}]}], \"affected\": [{\"vendor\": \"Xen\", \"product\": \"Xen\", \"versions\": [{\"status\": \"unknown\", \"version\": \"consult Xen advisory XSA-445\"}], \"defaultStatus\": \"unknown\"}], \"datePublic\": \"2023-11-14T12:00:00.000Z\", \"references\": [{\"url\": \"https://xenbits.xenproject.org/xsa/advisory-445.html\"}], \"workarounds\": [{\"lang\": \"en\", \"value\": \"Not passing through physical devices to guests will avoid the\\nvulnerability.\\n\\nNot using quarantine scratch-page mode will avoid the vulnerability,\\nbut could result in other issues.\\n\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"The current setup of the quarantine page tables assumes that the\\nquarantine domain (dom_io) has been initialized with an address width\\nof DEFAULT_DOMAIN_ADDRESS_WIDTH (48) and hence 4 page table levels.\\n\\nHowever dom_io being a PV domain gets the AMD-Vi IOMMU page tables\\nlevels based on the maximum (hot pluggable) RAM address, and hence on\\nsystems with no RAM above the 512GB mark only 3 page-table levels are\\nconfigured in the IOMMU.\\n\\nOn systems without RAM above the 512GB boundary\\namd_iommu_quarantine_init() will setup page tables for the scratch\\npage with 4 levels, while the IOMMU will be configured to use 3 levels\\nonly, resulting in the last page table directory (PDE) effectively\\nbecoming a page table entry (PTE), and hence a device in quarantine\\nmode gaining write access to the page destined to be a PDE.\\n\\nDue to this page table level mismatch, the sink page the device gets\\nread/write access to is no longer cleared between device assignment,\\npossibly leading to data leaks.\\n\"}], \"configurations\": [{\"lang\": \"en\", \"value\": \"All Xen versions supporting PCI passthrough are affected.\\n\\nOnly x86 AMD systems with IOMMU hardware are vulnerable.\\n\\nOnly x86 guests which have physical devices passed through to them can\\nleverage the vulnerability.\\n\"}], \"providerMetadata\": {\"orgId\": \"23aa2041-22e1-471f-9209-9b7396fa234f\", \"shortName\": \"XEN\", \"dateUpdated\": \"2024-01-05T16:34:49.531Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2023-46835\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-11-04T19:25:41.611Z\", \"dateReserved\": \"2023-10-27T07:55:35.331Z\", \"assignerOrgId\": \"23aa2041-22e1-471f-9209-9b7396fa234f\", \"datePublished\": \"2024-01-05T16:34:49.531Z\", \"assignerShortName\": \"XEN\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
SUSE-SU-2023:4475-1
Vulnerability from csaf_suse - Published: 2023-11-17 07:05 - Updated: 2023-11-17 07:05| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-libs-32bit-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-libs-32bit-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-libs-32bit-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-libs-32bit-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-libs-32bit-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-libs-32bit-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-libs-32bit-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-libs-32bit-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.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-2023-20588: AMD CPU transitional execution leak via division by zero (XSA-439) (bsc#1215474).\n- CVE-2023-34322: top-level shadow reference dropped too early for 64-bit PV guests (XSA-438) (bsc#1215145).\n- CVE-2023-34325: Multiple vulnerabilities in libfsimage disk handling (XSA-443) (bsc#1215747).\n- CVE-2023-34326: x86/AMD: missing IOMMU TLB flushing (XSA-442) (bsc#1215746).\n- CVE-2023-34327,CVE-2023-34328: x86/AMD: Debug Mask handling (XSA-444) (bsc#1215748).\n- CVE-2023-46835: x86/AMD: mismatch in IOMMU quarantine page table levels (XSA-445) (bsc#1216654).\n- CVE-2023-46836: x86: BTC/SRSO fixes not fully effective (XSA-446) (bsc#1216807).\n\n- Upstream bug fixes (bsc#1027519)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-4475,SUSE-SLE-Micro-5.5-2023-4475,SUSE-SLE-Module-Basesystem-15-SP5-2023-4475,SUSE-SLE-Module-Server-Applications-15-SP5-2023-4475,openSUSE-SLE-15.5-2023-4475",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2023_4475-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:4475-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20234475-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:4475-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-November/017059.html"
},
{
"category": "self",
"summary": "SUSE Bug 1027519",
"url": "https://bugzilla.suse.com/1027519"
},
{
"category": "self",
"summary": "SUSE Bug 1215145",
"url": "https://bugzilla.suse.com/1215145"
},
{
"category": "self",
"summary": "SUSE Bug 1215474",
"url": "https://bugzilla.suse.com/1215474"
},
{
"category": "self",
"summary": "SUSE Bug 1215746",
"url": "https://bugzilla.suse.com/1215746"
},
{
"category": "self",
"summary": "SUSE Bug 1215747",
"url": "https://bugzilla.suse.com/1215747"
},
{
"category": "self",
"summary": "SUSE Bug 1215748",
"url": "https://bugzilla.suse.com/1215748"
},
{
"category": "self",
"summary": "SUSE Bug 1216654",
"url": "https://bugzilla.suse.com/1216654"
},
{
"category": "self",
"summary": "SUSE Bug 1216807",
"url": "https://bugzilla.suse.com/1216807"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-20588 page",
"url": "https://www.suse.com/security/cve/CVE-2023-20588/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-34322 page",
"url": "https://www.suse.com/security/cve/CVE-2023-34322/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-34325 page",
"url": "https://www.suse.com/security/cve/CVE-2023-34325/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-34326 page",
"url": "https://www.suse.com/security/cve/CVE-2023-34326/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-34327 page",
"url": "https://www.suse.com/security/cve/CVE-2023-34327/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-34328 page",
"url": "https://www.suse.com/security/cve/CVE-2023-34328/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-46835 page",
"url": "https://www.suse.com/security/cve/CVE-2023-46835/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-46836 page",
"url": "https://www.suse.com/security/cve/CVE-2023-46836/"
}
],
"title": "Security update for xen",
"tracking": {
"current_release_date": "2023-11-17T07:05:29Z",
"generator": {
"date": "2023-11-17T07:05:29Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:4475-1",
"initial_release_date": "2023-11-17T07:05:29Z",
"revision_history": [
{
"date": "2023-11-17T07:05:29Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "xen-4.17.2_08-150500.3.15.1.aarch64",
"product": {
"name": "xen-4.17.2_08-150500.3.15.1.aarch64",
"product_id": "xen-4.17.2_08-150500.3.15.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-devel-4.17.2_08-150500.3.15.1.aarch64",
"product": {
"name": "xen-devel-4.17.2_08-150500.3.15.1.aarch64",
"product_id": "xen-devel-4.17.2_08-150500.3.15.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-doc-html-4.17.2_08-150500.3.15.1.aarch64",
"product": {
"name": "xen-doc-html-4.17.2_08-150500.3.15.1.aarch64",
"product_id": "xen-doc-html-4.17.2_08-150500.3.15.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-libs-4.17.2_08-150500.3.15.1.aarch64",
"product": {
"name": "xen-libs-4.17.2_08-150500.3.15.1.aarch64",
"product_id": "xen-libs-4.17.2_08-150500.3.15.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-tools-4.17.2_08-150500.3.15.1.aarch64",
"product": {
"name": "xen-tools-4.17.2_08-150500.3.15.1.aarch64",
"product_id": "xen-tools-4.17.2_08-150500.3.15.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.17.2_08-150500.3.15.1.aarch64",
"product": {
"name": "xen-tools-domU-4.17.2_08-150500.3.15.1.aarch64",
"product_id": "xen-tools-domU-4.17.2_08-150500.3.15.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-libs-64bit-4.17.2_08-150500.3.15.1.aarch64_ilp32",
"product": {
"name": "xen-libs-64bit-4.17.2_08-150500.3.15.1.aarch64_ilp32",
"product_id": "xen-libs-64bit-4.17.2_08-150500.3.15.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-devel-4.17.2_08-150500.3.15.1.i586",
"product": {
"name": "xen-devel-4.17.2_08-150500.3.15.1.i586",
"product_id": "xen-devel-4.17.2_08-150500.3.15.1.i586"
}
},
{
"category": "product_version",
"name": "xen-libs-4.17.2_08-150500.3.15.1.i586",
"product": {
"name": "xen-libs-4.17.2_08-150500.3.15.1.i586",
"product_id": "xen-libs-4.17.2_08-150500.3.15.1.i586"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.17.2_08-150500.3.15.1.i586",
"product": {
"name": "xen-tools-domU-4.17.2_08-150500.3.15.1.i586",
"product_id": "xen-tools-domU-4.17.2_08-150500.3.15.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch",
"product": {
"name": "xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch",
"product_id": "xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-4.17.2_08-150500.3.15.1.x86_64",
"product": {
"name": "xen-4.17.2_08-150500.3.15.1.x86_64",
"product_id": "xen-4.17.2_08-150500.3.15.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-devel-4.17.2_08-150500.3.15.1.x86_64",
"product": {
"name": "xen-devel-4.17.2_08-150500.3.15.1.x86_64",
"product_id": "xen-devel-4.17.2_08-150500.3.15.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-doc-html-4.17.2_08-150500.3.15.1.x86_64",
"product": {
"name": "xen-doc-html-4.17.2_08-150500.3.15.1.x86_64",
"product_id": "xen-doc-html-4.17.2_08-150500.3.15.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"product": {
"name": "xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"product_id": "xen-libs-4.17.2_08-150500.3.15.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-libs-32bit-4.17.2_08-150500.3.15.1.x86_64",
"product": {
"name": "xen-libs-32bit-4.17.2_08-150500.3.15.1.x86_64",
"product_id": "xen-libs-32bit-4.17.2_08-150500.3.15.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-tools-4.17.2_08-150500.3.15.1.x86_64",
"product": {
"name": "xen-tools-4.17.2_08-150500.3.15.1.x86_64",
"product_id": "xen-tools-4.17.2_08-150500.3.15.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64",
"product": {
"name": "xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64",
"product_id": "xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.5",
"product": {
"name": "SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-server-applications:15:sp5"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.5",
"product": {
"name": "openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.17.2_08-150500.3.15.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64"
},
"product_reference": "xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.17.2_08-150500.3.15.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.2_08-150500.3.15.1.x86_64"
},
"product_reference": "xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64"
},
"product_reference": "xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-4.17.2_08-150500.3.15.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.2_08-150500.3.15.1.x86_64"
},
"product_reference": "xen-4.17.2_08-150500.3.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-devel-4.17.2_08-150500.3.15.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.2_08-150500.3.15.1.x86_64"
},
"product_reference": "xen-devel-4.17.2_08-150500.3.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-4.17.2_08-150500.3.15.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.2_08-150500.3.15.1.x86_64"
},
"product_reference": "xen-tools-4.17.2_08-150500.3.15.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch"
},
"product_reference": "xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-4.17.2_08-150500.3.15.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.aarch64"
},
"product_reference": "xen-4.17.2_08-150500.3.15.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-4.17.2_08-150500.3.15.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.x86_64"
},
"product_reference": "xen-4.17.2_08-150500.3.15.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-devel-4.17.2_08-150500.3.15.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.aarch64"
},
"product_reference": "xen-devel-4.17.2_08-150500.3.15.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-devel-4.17.2_08-150500.3.15.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.x86_64"
},
"product_reference": "xen-devel-4.17.2_08-150500.3.15.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-doc-html-4.17.2_08-150500.3.15.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.aarch64"
},
"product_reference": "xen-doc-html-4.17.2_08-150500.3.15.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-doc-html-4.17.2_08-150500.3.15.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.x86_64"
},
"product_reference": "xen-doc-html-4.17.2_08-150500.3.15.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.17.2_08-150500.3.15.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.aarch64"
},
"product_reference": "xen-libs-4.17.2_08-150500.3.15.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.17.2_08-150500.3.15.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64"
},
"product_reference": "xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-32bit-4.17.2_08-150500.3.15.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:xen-libs-32bit-4.17.2_08-150500.3.15.1.x86_64"
},
"product_reference": "xen-libs-32bit-4.17.2_08-150500.3.15.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-4.17.2_08-150500.3.15.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.aarch64"
},
"product_reference": "xen-tools-4.17.2_08-150500.3.15.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-4.17.2_08-150500.3.15.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.x86_64"
},
"product_reference": "xen-tools-4.17.2_08-150500.3.15.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-domU-4.17.2_08-150500.3.15.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.aarch64"
},
"product_reference": "xen-tools-domU-4.17.2_08-150500.3.15.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64"
},
"product_reference": "xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch"
},
"product_reference": "xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-20588",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-20588"
}
],
"notes": [
{
"category": "general",
"text": "\nA division-by-zero error on some AMD processors can potentially return speculative data resulting in loss of confidentiality. \n\n\n\n\n\n\n\n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch",
"openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-libs-32bit-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-20588",
"url": "https://www.suse.com/security/cve/CVE-2023-20588"
},
{
"category": "external",
"summary": "SUSE Bug 1213927 for CVE-2023-20588",
"url": "https://bugzilla.suse.com/1213927"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch",
"openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-libs-32bit-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch",
"openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-libs-32bit-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-11-17T07:05:29Z",
"details": "moderate"
}
],
"title": "CVE-2023-20588"
},
{
"cve": "CVE-2023-34322",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-34322"
}
],
"notes": [
{
"category": "general",
"text": "For migration as well as to work around kernels unaware of L1TF (see\nXSA-273), PV guests may be run in shadow paging mode. Since Xen itself\nneeds to be mapped when PV guests run, Xen and shadowed PV guests run\ndirectly the respective shadow page tables. For 64-bit PV guests this\nmeans running on the shadow of the guest root page table.\n\nIn the course of dealing with shortage of memory in the shadow pool\nassociated with a domain, shadows of page tables may be torn down. This\ntearing down may include the shadow root page table that the CPU in\nquestion is presently running on. While a precaution exists to\nsupposedly prevent the tearing down of the underlying live page table,\nthe time window covered by that precaution isn\u0027t large enough.\n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch",
"openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-libs-32bit-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-34322",
"url": "https://www.suse.com/security/cve/CVE-2023-34322"
},
{
"category": "external",
"summary": "SUSE Bug 1215145 for CVE-2023-34322",
"url": "https://bugzilla.suse.com/1215145"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch",
"openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-libs-32bit-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch",
"openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-libs-32bit-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-11-17T07:05:29Z",
"details": "important"
}
],
"title": "CVE-2023-34322"
},
{
"cve": "CVE-2023-34325",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-34325"
}
],
"notes": [
{
"category": "general",
"text": "\n[This CNA information record relates to multiple CVEs; the\ntext explains which aspects/vulnerabilities correspond to which CVE.]\n\nlibfsimage contains parsing code for several filesystems, most of them based on\ngrub-legacy code. libfsimage is used by pygrub to inspect guest disks.\n\nPygrub runs as the same user as the toolstack (root in a priviledged domain).\n\nAt least one issue has been reported to the Xen Security Team that allows an\nattacker to trigger a stack buffer overflow in libfsimage. After further\nanalisys the Xen Security Team is no longer confident in the suitability of\nlibfsimage when run against guest controlled input with super user priviledges.\n\nIn order to not affect current deployments that rely on pygrub patches are\nprovided in the resolution section of the advisory that allow running pygrub in\ndeprivileged mode.\n\nCVE-2023-4949 refers to the original issue in the upstream grub\nproject (\"An attacker with local access to a system (either through a\ndisk or external drive) can present a modified XFS partition to\ngrub-legacy in such a way to exploit a memory corruption in grub\u0027s XFS\nfile system implementation.\") CVE-2023-34325 refers specifically to\nthe vulnerabilities in Xen\u0027s copy of libfsimage, which is decended\nfrom a very old version of grub.\n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch",
"openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-libs-32bit-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-34325",
"url": "https://www.suse.com/security/cve/CVE-2023-34325"
},
{
"category": "external",
"summary": "SUSE Bug 1215747 for CVE-2023-34325",
"url": "https://bugzilla.suse.com/1215747"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch",
"openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-libs-32bit-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch",
"openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-libs-32bit-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-11-17T07:05:29Z",
"details": "moderate"
}
],
"title": "CVE-2023-34325"
},
{
"cve": "CVE-2023-34326",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-34326"
}
],
"notes": [
{
"category": "general",
"text": "The caching invalidation guidelines from the AMD-Vi specification (48882-Rev\n3.07-PUB-Oct 2022) is incorrect on some hardware, as devices will malfunction\n(see stale DMA mappings) if some fields of the DTE are updated but the IOMMU\nTLB is not flushed.\n\nSuch stale DMA mappings can point to memory ranges not owned by the guest, thus\nallowing access to unindented memory regions.\n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch",
"openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-libs-32bit-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-34326",
"url": "https://www.suse.com/security/cve/CVE-2023-34326"
},
{
"category": "external",
"summary": "SUSE Bug 1215145 for CVE-2023-34326",
"url": "https://bugzilla.suse.com/1215145"
},
{
"category": "external",
"summary": "SUSE Bug 1215746 for CVE-2023-34326",
"url": "https://bugzilla.suse.com/1215746"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch",
"openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-libs-32bit-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch",
"openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-libs-32bit-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-11-17T07:05:29Z",
"details": "important"
}
],
"title": "CVE-2023-34326"
},
{
"cve": "CVE-2023-34327",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-34327"
}
],
"notes": [
{
"category": "general",
"text": "\n[This CNA information record relates to multiple CVEs; the\ntext explains which aspects/vulnerabilities correspond to which CVE.]\n\nAMD CPUs since ~2014 have extensions to normal x86 debugging functionality.\nXen supports guests using these extensions.\n\nUnfortunately there are errors in Xen\u0027s handling of the guest state, leading\nto denials of service.\n\n 1) CVE-2023-34327 - An HVM vCPU can end up operating in the context of\n a previous vCPUs debug mask state.\n\n 2) CVE-2023-34328 - A PV vCPU can place a breakpoint over the live GDT.\n This allows the PV vCPU to exploit XSA-156 / CVE-2015-8104 and lock\n up the CPU entirely.\n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch",
"openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-libs-32bit-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-34327",
"url": "https://www.suse.com/security/cve/CVE-2023-34327"
},
{
"category": "external",
"summary": "SUSE Bug 1215748 for CVE-2023-34327",
"url": "https://bugzilla.suse.com/1215748"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch",
"openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-libs-32bit-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch",
"openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-libs-32bit-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-11-17T07:05:29Z",
"details": "moderate"
}
],
"title": "CVE-2023-34327"
},
{
"cve": "CVE-2023-34328",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-34328"
}
],
"notes": [
{
"category": "general",
"text": "\n[This CNA information record relates to multiple CVEs; the\ntext explains which aspects/vulnerabilities correspond to which CVE.]\n\nAMD CPUs since ~2014 have extensions to normal x86 debugging functionality.\nXen supports guests using these extensions.\n\nUnfortunately there are errors in Xen\u0027s handling of the guest state, leading\nto denials of service.\n\n 1) CVE-2023-34327 - An HVM vCPU can end up operating in the context of\n a previous vCPUs debug mask state.\n\n 2) CVE-2023-34328 - A PV vCPU can place a breakpoint over the live GDT.\n This allows the PV vCPU to exploit XSA-156 / CVE-2015-8104 and lock\n up the CPU entirely.\n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch",
"openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-libs-32bit-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-34328",
"url": "https://www.suse.com/security/cve/CVE-2023-34328"
},
{
"category": "external",
"summary": "SUSE Bug 1215748 for CVE-2023-34328",
"url": "https://bugzilla.suse.com/1215748"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch",
"openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-libs-32bit-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch",
"openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-libs-32bit-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-11-17T07:05:29Z",
"details": "moderate"
}
],
"title": "CVE-2023-34328"
},
{
"cve": "CVE-2023-46835",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-46835"
}
],
"notes": [
{
"category": "general",
"text": "The current setup of the quarantine page tables assumes that the\nquarantine domain (dom_io) has been initialized with an address width\nof DEFAULT_DOMAIN_ADDRESS_WIDTH (48) and hence 4 page table levels.\n\nHowever dom_io being a PV domain gets the AMD-Vi IOMMU page tables\nlevels based on the maximum (hot pluggable) RAM address, and hence on\nsystems with no RAM above the 512GB mark only 3 page-table levels are\nconfigured in the IOMMU.\n\nOn systems without RAM above the 512GB boundary\namd_iommu_quarantine_init() will setup page tables for the scratch\npage with 4 levels, while the IOMMU will be configured to use 3 levels\nonly, resulting in the last page table directory (PDE) effectively\nbecoming a page table entry (PTE), and hence a device in quarantine\nmode gaining write access to the page destined to be a PDE.\n\nDue to this page table level mismatch, the sink page the device gets\nread/write access to is no longer cleared between device assignment,\npossibly leading to data leaks.\n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch",
"openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-libs-32bit-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-46835",
"url": "https://www.suse.com/security/cve/CVE-2023-46835"
},
{
"category": "external",
"summary": "SUSE Bug 1216654 for CVE-2023-46835",
"url": "https://bugzilla.suse.com/1216654"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch",
"openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-libs-32bit-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch",
"openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-libs-32bit-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-11-17T07:05:29Z",
"details": "moderate"
}
],
"title": "CVE-2023-46835"
},
{
"cve": "CVE-2023-46836",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-46836"
}
],
"notes": [
{
"category": "general",
"text": "The fixes for XSA-422 (Branch Type Confusion) and XSA-434 (Speculative\nReturn Stack Overflow) are not IRQ-safe. It was believed that the\nmitigations always operated in contexts with IRQs disabled.\n\nHowever, the original XSA-254 fix for Meltdown (XPTI) deliberately left\ninterrupts enabled on two entry paths; one unconditionally, and one\nconditionally on whether XPTI was active.\n\nAs BTC/SRSO and Meltdown affect different CPU vendors, the mitigations\nare not active together by default. Therefore, there is a race\ncondition whereby a malicious PV guest can bypass BTC/SRSO protections\nand launch a BTC/SRSO attack against Xen.\n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch",
"openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-libs-32bit-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-46836",
"url": "https://www.suse.com/security/cve/CVE-2023-46836"
},
{
"category": "external",
"summary": "SUSE Bug 1216807 for CVE-2023-46836",
"url": "https://bugzilla.suse.com/1216807"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch",
"openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-libs-32bit-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.2_08-150500.3.15.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch",
"openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-devel-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-doc-html-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-libs-32bit-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-libs-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-tools-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.aarch64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.2_08-150500.3.15.1.x86_64",
"openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.2_08-150500.3.15.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-11-17T07:05:29Z",
"details": "moderate"
}
],
"title": "CVE-2023-46836"
}
]
}
SUSE-SU-2023:4476-1
Vulnerability from csaf_suse - Published: 2023-11-17 07:05 - Updated: 2023-11-17 07:05| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-libs-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-devel-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-libs-32bit-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-libs-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-devel-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-libs-32bit-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-libs-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-devel-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-libs-32bit-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-libs-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-devel-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-libs-32bit-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-libs-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-devel-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-libs-32bit-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-libs-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-devel-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-libs-32bit-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-libs-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-devel-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-libs-32bit-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-libs-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-devel-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-libs-32bit-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64 | — |
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-2023-20588: AMD CPU transitional execution leak via division by zero (XSA-439) (bsc#1215474).\n- CVE-2023-34322: top-level shadow reference dropped too early for 64-bit PV guests (XSA-438) (bsc#1215145).\n- CVE-2023-34325: Multiple vulnerabilities in libfsimage disk handling (XSA-443) (bsc#1215747).\n- CVE-2023-34326: x86/AMD: missing IOMMU TLB flushing (XSA-442) (bsc#1215746).\n- CVE-2023-34327,CVE-2023-34328: x86/AMD: Debug Mask handling (XSA-444) (bsc#1215748).\n- CVE-2023-46835: x86/AMD: mismatch in IOMMU quarantine page table levels (XSA-445) (bsc#1216654).\n- CVE-2023-46836: x86: BTC/SRSO fixes not fully effective (XSA-446) (bsc#1216807). \n\n- Upstream bug fixes (bsc#1027519) \n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-4476,SUSE-SLE-Micro-5.3-2023-4476,SUSE-SLE-Micro-5.4-2023-4476,SUSE-SLE-Module-Basesystem-15-SP4-2023-4476,SUSE-SLE-Module-Server-Applications-15-SP4-2023-4476,openSUSE-Leap-Micro-5.3-2023-4476,openSUSE-Leap-Micro-5.4-2023-4476,openSUSE-SLE-15.4-2023-4476",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2023_4476-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:4476-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20234476-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:4476-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-November/017058.html"
},
{
"category": "self",
"summary": "SUSE Bug 1027519",
"url": "https://bugzilla.suse.com/1027519"
},
{
"category": "self",
"summary": "SUSE Bug 1215145",
"url": "https://bugzilla.suse.com/1215145"
},
{
"category": "self",
"summary": "SUSE Bug 1215474",
"url": "https://bugzilla.suse.com/1215474"
},
{
"category": "self",
"summary": "SUSE Bug 1215746",
"url": "https://bugzilla.suse.com/1215746"
},
{
"category": "self",
"summary": "SUSE Bug 1215747",
"url": "https://bugzilla.suse.com/1215747"
},
{
"category": "self",
"summary": "SUSE Bug 1215748",
"url": "https://bugzilla.suse.com/1215748"
},
{
"category": "self",
"summary": "SUSE Bug 1216654",
"url": "https://bugzilla.suse.com/1216654"
},
{
"category": "self",
"summary": "SUSE Bug 1216807",
"url": "https://bugzilla.suse.com/1216807"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-20588 page",
"url": "https://www.suse.com/security/cve/CVE-2023-20588/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-34322 page",
"url": "https://www.suse.com/security/cve/CVE-2023-34322/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-34325 page",
"url": "https://www.suse.com/security/cve/CVE-2023-34325/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-34326 page",
"url": "https://www.suse.com/security/cve/CVE-2023-34326/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-34327 page",
"url": "https://www.suse.com/security/cve/CVE-2023-34327/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-34328 page",
"url": "https://www.suse.com/security/cve/CVE-2023-34328/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-46835 page",
"url": "https://www.suse.com/security/cve/CVE-2023-46835/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-46836 page",
"url": "https://www.suse.com/security/cve/CVE-2023-46836/"
}
],
"title": "Security update for xen",
"tracking": {
"current_release_date": "2023-11-17T07:05:47Z",
"generator": {
"date": "2023-11-17T07:05:47Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:4476-1",
"initial_release_date": "2023-11-17T07:05:47Z",
"revision_history": [
{
"date": "2023-11-17T07:05:47Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "xen-4.16.5_08-150400.4.40.1.aarch64",
"product": {
"name": "xen-4.16.5_08-150400.4.40.1.aarch64",
"product_id": "xen-4.16.5_08-150400.4.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-devel-4.16.5_08-150400.4.40.1.aarch64",
"product": {
"name": "xen-devel-4.16.5_08-150400.4.40.1.aarch64",
"product_id": "xen-devel-4.16.5_08-150400.4.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-doc-html-4.16.5_08-150400.4.40.1.aarch64",
"product": {
"name": "xen-doc-html-4.16.5_08-150400.4.40.1.aarch64",
"product_id": "xen-doc-html-4.16.5_08-150400.4.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-libs-4.16.5_08-150400.4.40.1.aarch64",
"product": {
"name": "xen-libs-4.16.5_08-150400.4.40.1.aarch64",
"product_id": "xen-libs-4.16.5_08-150400.4.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-tools-4.16.5_08-150400.4.40.1.aarch64",
"product": {
"name": "xen-tools-4.16.5_08-150400.4.40.1.aarch64",
"product_id": "xen-tools-4.16.5_08-150400.4.40.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.16.5_08-150400.4.40.1.aarch64",
"product": {
"name": "xen-tools-domU-4.16.5_08-150400.4.40.1.aarch64",
"product_id": "xen-tools-domU-4.16.5_08-150400.4.40.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-libs-64bit-4.16.5_08-150400.4.40.1.aarch64_ilp32",
"product": {
"name": "xen-libs-64bit-4.16.5_08-150400.4.40.1.aarch64_ilp32",
"product_id": "xen-libs-64bit-4.16.5_08-150400.4.40.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-devel-4.16.5_08-150400.4.40.1.i586",
"product": {
"name": "xen-devel-4.16.5_08-150400.4.40.1.i586",
"product_id": "xen-devel-4.16.5_08-150400.4.40.1.i586"
}
},
{
"category": "product_version",
"name": "xen-libs-4.16.5_08-150400.4.40.1.i586",
"product": {
"name": "xen-libs-4.16.5_08-150400.4.40.1.i586",
"product_id": "xen-libs-4.16.5_08-150400.4.40.1.i586"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.16.5_08-150400.4.40.1.i586",
"product": {
"name": "xen-tools-domU-4.16.5_08-150400.4.40.1.i586",
"product_id": "xen-tools-domU-4.16.5_08-150400.4.40.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch",
"product": {
"name": "xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch",
"product_id": "xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-4.16.5_08-150400.4.40.1.x86_64",
"product": {
"name": "xen-4.16.5_08-150400.4.40.1.x86_64",
"product_id": "xen-4.16.5_08-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-devel-4.16.5_08-150400.4.40.1.x86_64",
"product": {
"name": "xen-devel-4.16.5_08-150400.4.40.1.x86_64",
"product_id": "xen-devel-4.16.5_08-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-doc-html-4.16.5_08-150400.4.40.1.x86_64",
"product": {
"name": "xen-doc-html-4.16.5_08-150400.4.40.1.x86_64",
"product_id": "xen-doc-html-4.16.5_08-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"product": {
"name": "xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"product_id": "xen-libs-4.16.5_08-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-libs-32bit-4.16.5_08-150400.4.40.1.x86_64",
"product": {
"name": "xen-libs-32bit-4.16.5_08-150400.4.40.1.x86_64",
"product_id": "xen-libs-32bit-4.16.5_08-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-tools-4.16.5_08-150400.4.40.1.x86_64",
"product": {
"name": "xen-tools-4.16.5_08-150400.4.40.1.x86_64",
"product_id": "xen-tools-4.16.5_08-150400.4.40.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64",
"product": {
"name": "xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64",
"product_id": "xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.3",
"product": {
"name": "SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.4",
"product": {
"name": "SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Server Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Module for Server Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-server-applications:15:sp4"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap Micro 5.3",
"product": {
"name": "openSUSE Leap Micro 5.3",
"product_id": "openSUSE Leap Micro 5.3",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap-micro:5.3"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap Micro 5.4",
"product": {
"name": "openSUSE Leap Micro 5.4",
"product_id": "openSUSE Leap Micro 5.4",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap-micro:5.4"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.4",
"product": {
"name": "openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.4"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.16.5_08-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64"
},
"product_reference": "xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.16.5_08-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64"
},
"product_reference": "xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.16.5_08-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-libs-4.16.5_08-150400.4.40.1.x86_64"
},
"product_reference": "xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64"
},
"product_reference": "xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-4.16.5_08-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-4.16.5_08-150400.4.40.1.x86_64"
},
"product_reference": "xen-4.16.5_08-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-devel-4.16.5_08-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-devel-4.16.5_08-150400.4.40.1.x86_64"
},
"product_reference": "xen-devel-4.16.5_08-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-4.16.5_08-150400.4.40.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-4.16.5_08-150400.4.40.1.x86_64"
},
"product_reference": "xen-tools-4.16.5_08-150400.4.40.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch as component of SUSE Linux Enterprise Module for Server Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch"
},
"product_reference": "xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.16.5_08-150400.4.40.1.x86_64 as component of openSUSE Leap Micro 5.3",
"product_id": "openSUSE Leap Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64"
},
"product_reference": "xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.16.5_08-150400.4.40.1.x86_64 as component of openSUSE Leap Micro 5.4",
"product_id": "openSUSE Leap Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64"
},
"product_reference": "xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-4.16.5_08-150400.4.40.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.aarch64"
},
"product_reference": "xen-4.16.5_08-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-4.16.5_08-150400.4.40.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.x86_64"
},
"product_reference": "xen-4.16.5_08-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-devel-4.16.5_08-150400.4.40.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.aarch64"
},
"product_reference": "xen-devel-4.16.5_08-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-devel-4.16.5_08-150400.4.40.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.x86_64"
},
"product_reference": "xen-devel-4.16.5_08-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-doc-html-4.16.5_08-150400.4.40.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.aarch64"
},
"product_reference": "xen-doc-html-4.16.5_08-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-doc-html-4.16.5_08-150400.4.40.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.x86_64"
},
"product_reference": "xen-doc-html-4.16.5_08-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.16.5_08-150400.4.40.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.aarch64"
},
"product_reference": "xen-libs-4.16.5_08-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.16.5_08-150400.4.40.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64"
},
"product_reference": "xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-32bit-4.16.5_08-150400.4.40.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:xen-libs-32bit-4.16.5_08-150400.4.40.1.x86_64"
},
"product_reference": "xen-libs-32bit-4.16.5_08-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-4.16.5_08-150400.4.40.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.aarch64"
},
"product_reference": "xen-tools-4.16.5_08-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-4.16.5_08-150400.4.40.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.x86_64"
},
"product_reference": "xen-tools-4.16.5_08-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-domU-4.16.5_08-150400.4.40.1.aarch64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.aarch64"
},
"product_reference": "xen-tools-domU-4.16.5_08-150400.4.40.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64 as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64"
},
"product_reference": "xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch as component of openSUSE Leap 15.4",
"product_id": "openSUSE Leap 15.4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch"
},
"product_reference": "xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-20588",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-20588"
}
],
"notes": [
{
"category": "general",
"text": "\nA division-by-zero error on some AMD processors can potentially return speculative data resulting in loss of confidentiality. \n\n\n\n\n\n\n\n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-devel-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch",
"openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-libs-32bit-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch",
"openSUSE Leap Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-20588",
"url": "https://www.suse.com/security/cve/CVE-2023-20588"
},
{
"category": "external",
"summary": "SUSE Bug 1213927 for CVE-2023-20588",
"url": "https://bugzilla.suse.com/1213927"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-devel-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch",
"openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-libs-32bit-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch",
"openSUSE Leap Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-devel-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch",
"openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-libs-32bit-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch",
"openSUSE Leap Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-11-17T07:05:47Z",
"details": "moderate"
}
],
"title": "CVE-2023-20588"
},
{
"cve": "CVE-2023-34322",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-34322"
}
],
"notes": [
{
"category": "general",
"text": "For migration as well as to work around kernels unaware of L1TF (see\nXSA-273), PV guests may be run in shadow paging mode. Since Xen itself\nneeds to be mapped when PV guests run, Xen and shadowed PV guests run\ndirectly the respective shadow page tables. For 64-bit PV guests this\nmeans running on the shadow of the guest root page table.\n\nIn the course of dealing with shortage of memory in the shadow pool\nassociated with a domain, shadows of page tables may be torn down. This\ntearing down may include the shadow root page table that the CPU in\nquestion is presently running on. While a precaution exists to\nsupposedly prevent the tearing down of the underlying live page table,\nthe time window covered by that precaution isn\u0027t large enough.\n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-devel-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch",
"openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-libs-32bit-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch",
"openSUSE Leap Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-34322",
"url": "https://www.suse.com/security/cve/CVE-2023-34322"
},
{
"category": "external",
"summary": "SUSE Bug 1215145 for CVE-2023-34322",
"url": "https://bugzilla.suse.com/1215145"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-devel-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch",
"openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-libs-32bit-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch",
"openSUSE Leap Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-devel-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch",
"openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-libs-32bit-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch",
"openSUSE Leap Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-11-17T07:05:47Z",
"details": "important"
}
],
"title": "CVE-2023-34322"
},
{
"cve": "CVE-2023-34325",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-34325"
}
],
"notes": [
{
"category": "general",
"text": "\n[This CNA information record relates to multiple CVEs; the\ntext explains which aspects/vulnerabilities correspond to which CVE.]\n\nlibfsimage contains parsing code for several filesystems, most of them based on\ngrub-legacy code. libfsimage is used by pygrub to inspect guest disks.\n\nPygrub runs as the same user as the toolstack (root in a priviledged domain).\n\nAt least one issue has been reported to the Xen Security Team that allows an\nattacker to trigger a stack buffer overflow in libfsimage. After further\nanalisys the Xen Security Team is no longer confident in the suitability of\nlibfsimage when run against guest controlled input with super user priviledges.\n\nIn order to not affect current deployments that rely on pygrub patches are\nprovided in the resolution section of the advisory that allow running pygrub in\ndeprivileged mode.\n\nCVE-2023-4949 refers to the original issue in the upstream grub\nproject (\"An attacker with local access to a system (either through a\ndisk or external drive) can present a modified XFS partition to\ngrub-legacy in such a way to exploit a memory corruption in grub\u0027s XFS\nfile system implementation.\") CVE-2023-34325 refers specifically to\nthe vulnerabilities in Xen\u0027s copy of libfsimage, which is decended\nfrom a very old version of grub.\n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-devel-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch",
"openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-libs-32bit-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch",
"openSUSE Leap Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-34325",
"url": "https://www.suse.com/security/cve/CVE-2023-34325"
},
{
"category": "external",
"summary": "SUSE Bug 1215747 for CVE-2023-34325",
"url": "https://bugzilla.suse.com/1215747"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-devel-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch",
"openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-libs-32bit-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch",
"openSUSE Leap Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-devel-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch",
"openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-libs-32bit-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch",
"openSUSE Leap Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-11-17T07:05:47Z",
"details": "moderate"
}
],
"title": "CVE-2023-34325"
},
{
"cve": "CVE-2023-34326",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-34326"
}
],
"notes": [
{
"category": "general",
"text": "The caching invalidation guidelines from the AMD-Vi specification (48882-Rev\n3.07-PUB-Oct 2022) is incorrect on some hardware, as devices will malfunction\n(see stale DMA mappings) if some fields of the DTE are updated but the IOMMU\nTLB is not flushed.\n\nSuch stale DMA mappings can point to memory ranges not owned by the guest, thus\nallowing access to unindented memory regions.\n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-devel-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch",
"openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-libs-32bit-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch",
"openSUSE Leap Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-34326",
"url": "https://www.suse.com/security/cve/CVE-2023-34326"
},
{
"category": "external",
"summary": "SUSE Bug 1215145 for CVE-2023-34326",
"url": "https://bugzilla.suse.com/1215145"
},
{
"category": "external",
"summary": "SUSE Bug 1215746 for CVE-2023-34326",
"url": "https://bugzilla.suse.com/1215746"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-devel-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch",
"openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-libs-32bit-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch",
"openSUSE Leap Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-devel-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch",
"openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-libs-32bit-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch",
"openSUSE Leap Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-11-17T07:05:47Z",
"details": "important"
}
],
"title": "CVE-2023-34326"
},
{
"cve": "CVE-2023-34327",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-34327"
}
],
"notes": [
{
"category": "general",
"text": "\n[This CNA information record relates to multiple CVEs; the\ntext explains which aspects/vulnerabilities correspond to which CVE.]\n\nAMD CPUs since ~2014 have extensions to normal x86 debugging functionality.\nXen supports guests using these extensions.\n\nUnfortunately there are errors in Xen\u0027s handling of the guest state, leading\nto denials of service.\n\n 1) CVE-2023-34327 - An HVM vCPU can end up operating in the context of\n a previous vCPUs debug mask state.\n\n 2) CVE-2023-34328 - A PV vCPU can place a breakpoint over the live GDT.\n This allows the PV vCPU to exploit XSA-156 / CVE-2015-8104 and lock\n up the CPU entirely.\n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-devel-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch",
"openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-libs-32bit-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch",
"openSUSE Leap Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-34327",
"url": "https://www.suse.com/security/cve/CVE-2023-34327"
},
{
"category": "external",
"summary": "SUSE Bug 1215748 for CVE-2023-34327",
"url": "https://bugzilla.suse.com/1215748"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-devel-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch",
"openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-libs-32bit-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch",
"openSUSE Leap Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-devel-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch",
"openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-libs-32bit-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch",
"openSUSE Leap Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-11-17T07:05:47Z",
"details": "moderate"
}
],
"title": "CVE-2023-34327"
},
{
"cve": "CVE-2023-34328",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-34328"
}
],
"notes": [
{
"category": "general",
"text": "\n[This CNA information record relates to multiple CVEs; the\ntext explains which aspects/vulnerabilities correspond to which CVE.]\n\nAMD CPUs since ~2014 have extensions to normal x86 debugging functionality.\nXen supports guests using these extensions.\n\nUnfortunately there are errors in Xen\u0027s handling of the guest state, leading\nto denials of service.\n\n 1) CVE-2023-34327 - An HVM vCPU can end up operating in the context of\n a previous vCPUs debug mask state.\n\n 2) CVE-2023-34328 - A PV vCPU can place a breakpoint over the live GDT.\n This allows the PV vCPU to exploit XSA-156 / CVE-2015-8104 and lock\n up the CPU entirely.\n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-devel-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch",
"openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-libs-32bit-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch",
"openSUSE Leap Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-34328",
"url": "https://www.suse.com/security/cve/CVE-2023-34328"
},
{
"category": "external",
"summary": "SUSE Bug 1215748 for CVE-2023-34328",
"url": "https://bugzilla.suse.com/1215748"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-devel-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch",
"openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-libs-32bit-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch",
"openSUSE Leap Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-devel-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch",
"openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-libs-32bit-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch",
"openSUSE Leap Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-11-17T07:05:47Z",
"details": "moderate"
}
],
"title": "CVE-2023-34328"
},
{
"cve": "CVE-2023-46835",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-46835"
}
],
"notes": [
{
"category": "general",
"text": "The current setup of the quarantine page tables assumes that the\nquarantine domain (dom_io) has been initialized with an address width\nof DEFAULT_DOMAIN_ADDRESS_WIDTH (48) and hence 4 page table levels.\n\nHowever dom_io being a PV domain gets the AMD-Vi IOMMU page tables\nlevels based on the maximum (hot pluggable) RAM address, and hence on\nsystems with no RAM above the 512GB mark only 3 page-table levels are\nconfigured in the IOMMU.\n\nOn systems without RAM above the 512GB boundary\namd_iommu_quarantine_init() will setup page tables for the scratch\npage with 4 levels, while the IOMMU will be configured to use 3 levels\nonly, resulting in the last page table directory (PDE) effectively\nbecoming a page table entry (PTE), and hence a device in quarantine\nmode gaining write access to the page destined to be a PDE.\n\nDue to this page table level mismatch, the sink page the device gets\nread/write access to is no longer cleared between device assignment,\npossibly leading to data leaks.\n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-devel-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch",
"openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-libs-32bit-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch",
"openSUSE Leap Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-46835",
"url": "https://www.suse.com/security/cve/CVE-2023-46835"
},
{
"category": "external",
"summary": "SUSE Bug 1216654 for CVE-2023-46835",
"url": "https://bugzilla.suse.com/1216654"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-devel-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch",
"openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-libs-32bit-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch",
"openSUSE Leap Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap Micro 5.4:xen-libs-4.16.5_08-150400.4.40.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:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-devel-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch",
"openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-libs-32bit-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch",
"openSUSE Leap Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-11-17T07:05:47Z",
"details": "moderate"
}
],
"title": "CVE-2023-46835"
},
{
"cve": "CVE-2023-46836",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-46836"
}
],
"notes": [
{
"category": "general",
"text": "The fixes for XSA-422 (Branch Type Confusion) and XSA-434 (Speculative\nReturn Stack Overflow) are not IRQ-safe. It was believed that the\nmitigations always operated in contexts with IRQs disabled.\n\nHowever, the original XSA-254 fix for Meltdown (XPTI) deliberately left\ninterrupts enabled on two entry paths; one unconditionally, and one\nconditionally on whether XPTI was active.\n\nAs BTC/SRSO and Meltdown affect different CPU vendors, the mitigations\nare not active together by default. Therefore, there is a race\ncondition whereby a malicious PV guest can bypass BTC/SRSO protections\nand launch a BTC/SRSO attack against Xen.\n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-devel-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch",
"openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-libs-32bit-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch",
"openSUSE Leap Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-46836",
"url": "https://www.suse.com/security/cve/CVE-2023-46836"
},
{
"category": "external",
"summary": "SUSE Bug 1216807 for CVE-2023-46836",
"url": "https://bugzilla.suse.com/1216807"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-devel-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch",
"openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-libs-32bit-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch",
"openSUSE Leap Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-devel-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-4.16.5_08-150400.4.40.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch",
"openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-devel-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-doc-html-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-libs-32bit-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-tools-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.aarch64",
"openSUSE Leap 15.4:xen-tools-domU-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap 15.4:xen-tools-xendomains-wait-disk-4.16.5_08-150400.4.40.1.noarch",
"openSUSE Leap Micro 5.3:xen-libs-4.16.5_08-150400.4.40.1.x86_64",
"openSUSE Leap Micro 5.4:xen-libs-4.16.5_08-150400.4.40.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-11-17T07:05:47Z",
"details": "moderate"
}
],
"title": "CVE-2023-46836"
}
]
}
SUSE-SU-2023:4484-1
Vulnerability from csaf_suse - Published: 2023-11-20 13:22 - Updated: 2023-11-20 13:22| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-4.13.5_08-150200.3.83.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-devel-4.13.5_08-150200.3.83.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-libs-4.13.5_08-150200.3.83.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-tools-4.13.5_08-150200.3.83.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-tools-domU-4.13.5_08-150200.3.83.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-tools-xendomains-wait-disk-4.13.5_08-150200.3.83.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:xen-4.13.5_08-150200.3.83.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:xen-devel-4.13.5_08-150200.3.83.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:xen-libs-4.13.5_08-150200.3.83.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:xen-tools-4.13.5_08-150200.3.83.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:xen-tools-domU-4.13.5_08-150200.3.83.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:xen-tools-xendomains-wait-disk-4.13.5_08-150200.3.83.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-4.13.5_08-150200.3.83.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-devel-4.13.5_08-150200.3.83.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-libs-4.13.5_08-150200.3.83.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-tools-4.13.5_08-150200.3.83.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-tools-domU-4.13.5_08-150200.3.83.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-tools-xendomains-wait-disk-4.13.5_08-150200.3.83.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-4.13.5_08-150200.3.83.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-devel-4.13.5_08-150200.3.83.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-libs-4.13.5_08-150200.3.83.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-tools-4.13.5_08-150200.3.83.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-tools-domU-4.13.5_08-150200.3.83.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-tools-xendomains-wait-disk-4.13.5_08-150200.3.83.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:xen-4.13.5_08-150200.3.83.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:xen-devel-4.13.5_08-150200.3.83.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:xen-libs-4.13.5_08-150200.3.83.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:xen-tools-4.13.5_08-150200.3.83.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:xen-tools-domU-4.13.5_08-150200.3.83.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:xen-tools-xendomains-wait-disk-4.13.5_08-150200.3.83.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-4.13.5_08-150200.3.83.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-devel-4.13.5_08-150200.3.83.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-libs-4.13.5_08-150200.3.83.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-tools-4.13.5_08-150200.3.83.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-tools-domU-4.13.5_08-150200.3.83.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-tools-xendomains-wait-disk-4.13.5_08-150200.3.83.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-2023-46835: x86/AMD: mismatch in IOMMU quarantine page table levels (XSA-445) (bsc#1216654).\n- CVE-2023-46836: x86: BTC/SRSO fixes not fully effective (XSA-446) (bsc#1216807).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-4484,SUSE-SLE-Product-HPC-15-SP2-LTSS-2023-4484,SUSE-SLE-Product-SLES-15-SP2-LTSS-2023-4484,SUSE-SLE-Product-SLES_SAP-15-SP2-2023-4484",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2023_4484-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:4484-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20234484-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:4484-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-November/017126.html"
},
{
"category": "self",
"summary": "SUSE Bug 1216654",
"url": "https://bugzilla.suse.com/1216654"
},
{
"category": "self",
"summary": "SUSE Bug 1216807",
"url": "https://bugzilla.suse.com/1216807"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-46835 page",
"url": "https://www.suse.com/security/cve/CVE-2023-46835/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-46836 page",
"url": "https://www.suse.com/security/cve/CVE-2023-46836/"
}
],
"title": "Security update for xen",
"tracking": {
"current_release_date": "2023-11-20T13:22:15Z",
"generator": {
"date": "2023-11-20T13:22:15Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:4484-1",
"initial_release_date": "2023-11-20T13:22:15Z",
"revision_history": [
{
"date": "2023-11-20T13:22:15Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "xen-4.13.5_08-150200.3.83.1.aarch64",
"product": {
"name": "xen-4.13.5_08-150200.3.83.1.aarch64",
"product_id": "xen-4.13.5_08-150200.3.83.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-devel-4.13.5_08-150200.3.83.1.aarch64",
"product": {
"name": "xen-devel-4.13.5_08-150200.3.83.1.aarch64",
"product_id": "xen-devel-4.13.5_08-150200.3.83.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-doc-html-4.13.5_08-150200.3.83.1.aarch64",
"product": {
"name": "xen-doc-html-4.13.5_08-150200.3.83.1.aarch64",
"product_id": "xen-doc-html-4.13.5_08-150200.3.83.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-libs-4.13.5_08-150200.3.83.1.aarch64",
"product": {
"name": "xen-libs-4.13.5_08-150200.3.83.1.aarch64",
"product_id": "xen-libs-4.13.5_08-150200.3.83.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-tools-4.13.5_08-150200.3.83.1.aarch64",
"product": {
"name": "xen-tools-4.13.5_08-150200.3.83.1.aarch64",
"product_id": "xen-tools-4.13.5_08-150200.3.83.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.13.5_08-150200.3.83.1.aarch64",
"product": {
"name": "xen-tools-domU-4.13.5_08-150200.3.83.1.aarch64",
"product_id": "xen-tools-domU-4.13.5_08-150200.3.83.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-libs-64bit-4.13.5_08-150200.3.83.1.aarch64_ilp32",
"product": {
"name": "xen-libs-64bit-4.13.5_08-150200.3.83.1.aarch64_ilp32",
"product_id": "xen-libs-64bit-4.13.5_08-150200.3.83.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-devel-4.13.5_08-150200.3.83.1.i586",
"product": {
"name": "xen-devel-4.13.5_08-150200.3.83.1.i586",
"product_id": "xen-devel-4.13.5_08-150200.3.83.1.i586"
}
},
{
"category": "product_version",
"name": "xen-libs-4.13.5_08-150200.3.83.1.i586",
"product": {
"name": "xen-libs-4.13.5_08-150200.3.83.1.i586",
"product_id": "xen-libs-4.13.5_08-150200.3.83.1.i586"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.13.5_08-150200.3.83.1.i586",
"product": {
"name": "xen-tools-domU-4.13.5_08-150200.3.83.1.i586",
"product_id": "xen-tools-domU-4.13.5_08-150200.3.83.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-tools-xendomains-wait-disk-4.13.5_08-150200.3.83.1.noarch",
"product": {
"name": "xen-tools-xendomains-wait-disk-4.13.5_08-150200.3.83.1.noarch",
"product_id": "xen-tools-xendomains-wait-disk-4.13.5_08-150200.3.83.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-4.13.5_08-150200.3.83.1.x86_64",
"product": {
"name": "xen-4.13.5_08-150200.3.83.1.x86_64",
"product_id": "xen-4.13.5_08-150200.3.83.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-devel-4.13.5_08-150200.3.83.1.x86_64",
"product": {
"name": "xen-devel-4.13.5_08-150200.3.83.1.x86_64",
"product_id": "xen-devel-4.13.5_08-150200.3.83.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-doc-html-4.13.5_08-150200.3.83.1.x86_64",
"product": {
"name": "xen-doc-html-4.13.5_08-150200.3.83.1.x86_64",
"product_id": "xen-doc-html-4.13.5_08-150200.3.83.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-libs-4.13.5_08-150200.3.83.1.x86_64",
"product": {
"name": "xen-libs-4.13.5_08-150200.3.83.1.x86_64",
"product_id": "xen-libs-4.13.5_08-150200.3.83.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-libs-32bit-4.13.5_08-150200.3.83.1.x86_64",
"product": {
"name": "xen-libs-32bit-4.13.5_08-150200.3.83.1.x86_64",
"product_id": "xen-libs-32bit-4.13.5_08-150200.3.83.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-tools-4.13.5_08-150200.3.83.1.x86_64",
"product": {
"name": "xen-tools-4.13.5_08-150200.3.83.1.x86_64",
"product_id": "xen-tools-4.13.5_08-150200.3.83.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.13.5_08-150200.3.83.1.x86_64",
"product": {
"name": "xen-tools-domU-4.13.5_08-150200.3.83.1.x86_64",
"product_id": "xen-tools-domU-4.13.5_08-150200.3.83.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp2"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-4.13.5_08-150200.3.83.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-4.13.5_08-150200.3.83.1.x86_64"
},
"product_reference": "xen-4.13.5_08-150200.3.83.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-devel-4.13.5_08-150200.3.83.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-devel-4.13.5_08-150200.3.83.1.x86_64"
},
"product_reference": "xen-devel-4.13.5_08-150200.3.83.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.13.5_08-150200.3.83.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-libs-4.13.5_08-150200.3.83.1.x86_64"
},
"product_reference": "xen-libs-4.13.5_08-150200.3.83.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-4.13.5_08-150200.3.83.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-tools-4.13.5_08-150200.3.83.1.x86_64"
},
"product_reference": "xen-tools-4.13.5_08-150200.3.83.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-domU-4.13.5_08-150200.3.83.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-tools-domU-4.13.5_08-150200.3.83.1.x86_64"
},
"product_reference": "xen-tools-domU-4.13.5_08-150200.3.83.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-xendomains-wait-disk-4.13.5_08-150200.3.83.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-tools-xendomains-wait-disk-4.13.5_08-150200.3.83.1.noarch"
},
"product_reference": "xen-tools-xendomains-wait-disk-4.13.5_08-150200.3.83.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-4.13.5_08-150200.3.83.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-4.13.5_08-150200.3.83.1.x86_64"
},
"product_reference": "xen-4.13.5_08-150200.3.83.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-devel-4.13.5_08-150200.3.83.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-devel-4.13.5_08-150200.3.83.1.x86_64"
},
"product_reference": "xen-devel-4.13.5_08-150200.3.83.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.13.5_08-150200.3.83.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-libs-4.13.5_08-150200.3.83.1.x86_64"
},
"product_reference": "xen-libs-4.13.5_08-150200.3.83.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-4.13.5_08-150200.3.83.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-tools-4.13.5_08-150200.3.83.1.x86_64"
},
"product_reference": "xen-tools-4.13.5_08-150200.3.83.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-domU-4.13.5_08-150200.3.83.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-tools-domU-4.13.5_08-150200.3.83.1.x86_64"
},
"product_reference": "xen-tools-domU-4.13.5_08-150200.3.83.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-xendomains-wait-disk-4.13.5_08-150200.3.83.1.noarch as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:xen-tools-xendomains-wait-disk-4.13.5_08-150200.3.83.1.noarch"
},
"product_reference": "xen-tools-xendomains-wait-disk-4.13.5_08-150200.3.83.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-4.13.5_08-150200.3.83.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-4.13.5_08-150200.3.83.1.x86_64"
},
"product_reference": "xen-4.13.5_08-150200.3.83.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-devel-4.13.5_08-150200.3.83.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-devel-4.13.5_08-150200.3.83.1.x86_64"
},
"product_reference": "xen-devel-4.13.5_08-150200.3.83.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.13.5_08-150200.3.83.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-libs-4.13.5_08-150200.3.83.1.x86_64"
},
"product_reference": "xen-libs-4.13.5_08-150200.3.83.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-4.13.5_08-150200.3.83.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-tools-4.13.5_08-150200.3.83.1.x86_64"
},
"product_reference": "xen-tools-4.13.5_08-150200.3.83.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-domU-4.13.5_08-150200.3.83.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-tools-domU-4.13.5_08-150200.3.83.1.x86_64"
},
"product_reference": "xen-tools-domU-4.13.5_08-150200.3.83.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-xendomains-wait-disk-4.13.5_08-150200.3.83.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-tools-xendomains-wait-disk-4.13.5_08-150200.3.83.1.noarch"
},
"product_reference": "xen-tools-xendomains-wait-disk-4.13.5_08-150200.3.83.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-46835",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-46835"
}
],
"notes": [
{
"category": "general",
"text": "The current setup of the quarantine page tables assumes that the\nquarantine domain (dom_io) has been initialized with an address width\nof DEFAULT_DOMAIN_ADDRESS_WIDTH (48) and hence 4 page table levels.\n\nHowever dom_io being a PV domain gets the AMD-Vi IOMMU page tables\nlevels based on the maximum (hot pluggable) RAM address, and hence on\nsystems with no RAM above the 512GB mark only 3 page-table levels are\nconfigured in the IOMMU.\n\nOn systems without RAM above the 512GB boundary\namd_iommu_quarantine_init() will setup page tables for the scratch\npage with 4 levels, while the IOMMU will be configured to use 3 levels\nonly, resulting in the last page table directory (PDE) effectively\nbecoming a page table entry (PTE), and hence a device in quarantine\nmode gaining write access to the page destined to be a PDE.\n\nDue to this page table level mismatch, the sink page the device gets\nread/write access to is no longer cleared between device assignment,\npossibly leading to data leaks.\n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-devel-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-libs-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-tools-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-tools-domU-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-tools-xendomains-wait-disk-4.13.5_08-150200.3.83.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:xen-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:xen-devel-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:xen-libs-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:xen-tools-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:xen-tools-domU-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:xen-tools-xendomains-wait-disk-4.13.5_08-150200.3.83.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-devel-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-libs-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-tools-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-tools-domU-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-tools-xendomains-wait-disk-4.13.5_08-150200.3.83.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-46835",
"url": "https://www.suse.com/security/cve/CVE-2023-46835"
},
{
"category": "external",
"summary": "SUSE Bug 1216654 for CVE-2023-46835",
"url": "https://bugzilla.suse.com/1216654"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-devel-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-libs-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-tools-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-tools-domU-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-tools-xendomains-wait-disk-4.13.5_08-150200.3.83.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:xen-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:xen-devel-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:xen-libs-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:xen-tools-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:xen-tools-domU-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:xen-tools-xendomains-wait-disk-4.13.5_08-150200.3.83.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-devel-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-libs-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-tools-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-tools-domU-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-tools-xendomains-wait-disk-4.13.5_08-150200.3.83.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-devel-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-libs-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-tools-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-tools-domU-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-tools-xendomains-wait-disk-4.13.5_08-150200.3.83.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:xen-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:xen-devel-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:xen-libs-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:xen-tools-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:xen-tools-domU-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:xen-tools-xendomains-wait-disk-4.13.5_08-150200.3.83.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-devel-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-libs-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-tools-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-tools-domU-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-tools-xendomains-wait-disk-4.13.5_08-150200.3.83.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-11-20T13:22:15Z",
"details": "moderate"
}
],
"title": "CVE-2023-46835"
},
{
"cve": "CVE-2023-46836",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-46836"
}
],
"notes": [
{
"category": "general",
"text": "The fixes for XSA-422 (Branch Type Confusion) and XSA-434 (Speculative\nReturn Stack Overflow) are not IRQ-safe. It was believed that the\nmitigations always operated in contexts with IRQs disabled.\n\nHowever, the original XSA-254 fix for Meltdown (XPTI) deliberately left\ninterrupts enabled on two entry paths; one unconditionally, and one\nconditionally on whether XPTI was active.\n\nAs BTC/SRSO and Meltdown affect different CPU vendors, the mitigations\nare not active together by default. Therefore, there is a race\ncondition whereby a malicious PV guest can bypass BTC/SRSO protections\nand launch a BTC/SRSO attack against Xen.\n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-devel-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-libs-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-tools-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-tools-domU-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-tools-xendomains-wait-disk-4.13.5_08-150200.3.83.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:xen-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:xen-devel-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:xen-libs-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:xen-tools-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:xen-tools-domU-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:xen-tools-xendomains-wait-disk-4.13.5_08-150200.3.83.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-devel-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-libs-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-tools-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-tools-domU-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-tools-xendomains-wait-disk-4.13.5_08-150200.3.83.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-46836",
"url": "https://www.suse.com/security/cve/CVE-2023-46836"
},
{
"category": "external",
"summary": "SUSE Bug 1216807 for CVE-2023-46836",
"url": "https://bugzilla.suse.com/1216807"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-devel-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-libs-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-tools-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-tools-domU-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-tools-xendomains-wait-disk-4.13.5_08-150200.3.83.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:xen-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:xen-devel-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:xen-libs-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:xen-tools-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:xen-tools-domU-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:xen-tools-xendomains-wait-disk-4.13.5_08-150200.3.83.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-devel-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-libs-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-tools-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-tools-domU-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-tools-xendomains-wait-disk-4.13.5_08-150200.3.83.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-devel-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-libs-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-tools-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-tools-domU-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:xen-tools-xendomains-wait-disk-4.13.5_08-150200.3.83.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:xen-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:xen-devel-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:xen-libs-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:xen-tools-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:xen-tools-domU-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:xen-tools-xendomains-wait-disk-4.13.5_08-150200.3.83.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-devel-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-libs-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-tools-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-tools-domU-4.13.5_08-150200.3.83.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:xen-tools-xendomains-wait-disk-4.13.5_08-150200.3.83.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-11-20T13:22:15Z",
"details": "moderate"
}
],
"title": "CVE-2023-46836"
}
]
}
SUSE-SU-2023:4485-1
Vulnerability from csaf_suse - Published: 2023-11-20 13:23 - Updated: 2023-11-20 13:23| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:xen-4.12.4_42-150100.3.98.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:xen-devel-4.12.4_42-150100.3.98.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:xen-libs-4.12.4_42-150100.3.98.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:xen-tools-4.12.4_42-150100.3.98.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:xen-tools-domU-4.12.4_42-150100.3.98.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:xen-4.12.4_42-150100.3.98.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:xen-devel-4.12.4_42-150100.3.98.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:xen-libs-4.12.4_42-150100.3.98.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:xen-tools-4.12.4_42-150100.3.98.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:xen-tools-domU-4.12.4_42-150100.3.98.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:xen-4.12.4_42-150100.3.98.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:xen-devel-4.12.4_42-150100.3.98.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:xen-libs-4.12.4_42-150100.3.98.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:xen-tools-4.12.4_42-150100.3.98.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:xen-tools-domU-4.12.4_42-150100.3.98.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:xen-4.12.4_42-150100.3.98.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:xen-devel-4.12.4_42-150100.3.98.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:xen-libs-4.12.4_42-150100.3.98.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:xen-tools-4.12.4_42-150100.3.98.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:xen-tools-domU-4.12.4_42-150100.3.98.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:xen-4.12.4_42-150100.3.98.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:xen-devel-4.12.4_42-150100.3.98.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:xen-libs-4.12.4_42-150100.3.98.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:xen-tools-4.12.4_42-150100.3.98.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP1-LTSS:xen-tools-domU-4.12.4_42-150100.3.98.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:xen-4.12.4_42-150100.3.98.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:xen-devel-4.12.4_42-150100.3.98.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:xen-libs-4.12.4_42-150100.3.98.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:xen-tools-4.12.4_42-150100.3.98.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP1:xen-tools-domU-4.12.4_42-150100.3.98.1.x86_64 | — |
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-2023-46835: x86/AMD: mismatch in IOMMU quarantine page table levels (XSA-445) (bsc#1216654).\n- CVE-2023-46836: x86: BTC/SRSO fixes not fully effective (XSA-446) (bsc#1216807).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-4485,SUSE-SLE-Product-HPC-15-SP1-LTSS-2023-4485,SUSE-SLE-Product-SLES-15-SP1-LTSS-2023-4485,SUSE-SLE-Product-SLES_SAP-15-SP1-2023-4485",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2023_4485-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:4485-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20234485-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:4485-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-November/017125.html"
},
{
"category": "self",
"summary": "SUSE Bug 1216654",
"url": "https://bugzilla.suse.com/1216654"
},
{
"category": "self",
"summary": "SUSE Bug 1216807",
"url": "https://bugzilla.suse.com/1216807"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-46835 page",
"url": "https://www.suse.com/security/cve/CVE-2023-46835/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-46836 page",
"url": "https://www.suse.com/security/cve/CVE-2023-46836/"
}
],
"title": "Security update for xen",
"tracking": {
"current_release_date": "2023-11-20T13:23:03Z",
"generator": {
"date": "2023-11-20T13:23:03Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:4485-1",
"initial_release_date": "2023-11-20T13:23:03Z",
"revision_history": [
{
"date": "2023-11-20T13:23:03Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "xen-4.12.4_42-150100.3.98.1.aarch64",
"product": {
"name": "xen-4.12.4_42-150100.3.98.1.aarch64",
"product_id": "xen-4.12.4_42-150100.3.98.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-devel-4.12.4_42-150100.3.98.1.aarch64",
"product": {
"name": "xen-devel-4.12.4_42-150100.3.98.1.aarch64",
"product_id": "xen-devel-4.12.4_42-150100.3.98.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-doc-html-4.12.4_42-150100.3.98.1.aarch64",
"product": {
"name": "xen-doc-html-4.12.4_42-150100.3.98.1.aarch64",
"product_id": "xen-doc-html-4.12.4_42-150100.3.98.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-libs-4.12.4_42-150100.3.98.1.aarch64",
"product": {
"name": "xen-libs-4.12.4_42-150100.3.98.1.aarch64",
"product_id": "xen-libs-4.12.4_42-150100.3.98.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-tools-4.12.4_42-150100.3.98.1.aarch64",
"product": {
"name": "xen-tools-4.12.4_42-150100.3.98.1.aarch64",
"product_id": "xen-tools-4.12.4_42-150100.3.98.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.12.4_42-150100.3.98.1.aarch64",
"product": {
"name": "xen-tools-domU-4.12.4_42-150100.3.98.1.aarch64",
"product_id": "xen-tools-domU-4.12.4_42-150100.3.98.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-libs-64bit-4.12.4_42-150100.3.98.1.aarch64_ilp32",
"product": {
"name": "xen-libs-64bit-4.12.4_42-150100.3.98.1.aarch64_ilp32",
"product_id": "xen-libs-64bit-4.12.4_42-150100.3.98.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-devel-4.12.4_42-150100.3.98.1.i586",
"product": {
"name": "xen-devel-4.12.4_42-150100.3.98.1.i586",
"product_id": "xen-devel-4.12.4_42-150100.3.98.1.i586"
}
},
{
"category": "product_version",
"name": "xen-libs-4.12.4_42-150100.3.98.1.i586",
"product": {
"name": "xen-libs-4.12.4_42-150100.3.98.1.i586",
"product_id": "xen-libs-4.12.4_42-150100.3.98.1.i586"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.12.4_42-150100.3.98.1.i586",
"product": {
"name": "xen-tools-domU-4.12.4_42-150100.3.98.1.i586",
"product_id": "xen-tools-domU-4.12.4_42-150100.3.98.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-4.12.4_42-150100.3.98.1.x86_64",
"product": {
"name": "xen-4.12.4_42-150100.3.98.1.x86_64",
"product_id": "xen-4.12.4_42-150100.3.98.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-devel-4.12.4_42-150100.3.98.1.x86_64",
"product": {
"name": "xen-devel-4.12.4_42-150100.3.98.1.x86_64",
"product_id": "xen-devel-4.12.4_42-150100.3.98.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-doc-html-4.12.4_42-150100.3.98.1.x86_64",
"product": {
"name": "xen-doc-html-4.12.4_42-150100.3.98.1.x86_64",
"product_id": "xen-doc-html-4.12.4_42-150100.3.98.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-libs-4.12.4_42-150100.3.98.1.x86_64",
"product": {
"name": "xen-libs-4.12.4_42-150100.3.98.1.x86_64",
"product_id": "xen-libs-4.12.4_42-150100.3.98.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-libs-32bit-4.12.4_42-150100.3.98.1.x86_64",
"product": {
"name": "xen-libs-32bit-4.12.4_42-150100.3.98.1.x86_64",
"product_id": "xen-libs-32bit-4.12.4_42-150100.3.98.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-tools-4.12.4_42-150100.3.98.1.x86_64",
"product": {
"name": "xen-tools-4.12.4_42-150100.3.98.1.x86_64",
"product_id": "xen-tools-4.12.4_42-150100.3.98.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.12.4_42-150100.3.98.1.x86_64",
"product": {
"name": "xen-tools-domU-4.12.4_42-150100.3.98.1.x86_64",
"product_id": "xen-tools-domU-4.12.4_42-150100.3.98.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp1"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP1-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp1"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-4.12.4_42-150100.3.98.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:xen-4.12.4_42-150100.3.98.1.x86_64"
},
"product_reference": "xen-4.12.4_42-150100.3.98.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-devel-4.12.4_42-150100.3.98.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:xen-devel-4.12.4_42-150100.3.98.1.x86_64"
},
"product_reference": "xen-devel-4.12.4_42-150100.3.98.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.12.4_42-150100.3.98.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:xen-libs-4.12.4_42-150100.3.98.1.x86_64"
},
"product_reference": "xen-libs-4.12.4_42-150100.3.98.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-4.12.4_42-150100.3.98.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:xen-tools-4.12.4_42-150100.3.98.1.x86_64"
},
"product_reference": "xen-tools-4.12.4_42-150100.3.98.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-domU-4.12.4_42-150100.3.98.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:xen-tools-domU-4.12.4_42-150100.3.98.1.x86_64"
},
"product_reference": "xen-tools-domU-4.12.4_42-150100.3.98.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-4.12.4_42-150100.3.98.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:xen-4.12.4_42-150100.3.98.1.x86_64"
},
"product_reference": "xen-4.12.4_42-150100.3.98.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-devel-4.12.4_42-150100.3.98.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:xen-devel-4.12.4_42-150100.3.98.1.x86_64"
},
"product_reference": "xen-devel-4.12.4_42-150100.3.98.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.12.4_42-150100.3.98.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:xen-libs-4.12.4_42-150100.3.98.1.x86_64"
},
"product_reference": "xen-libs-4.12.4_42-150100.3.98.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-4.12.4_42-150100.3.98.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:xen-tools-4.12.4_42-150100.3.98.1.x86_64"
},
"product_reference": "xen-tools-4.12.4_42-150100.3.98.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-domU-4.12.4_42-150100.3.98.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP1-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP1-LTSS:xen-tools-domU-4.12.4_42-150100.3.98.1.x86_64"
},
"product_reference": "xen-tools-domU-4.12.4_42-150100.3.98.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP1-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-4.12.4_42-150100.3.98.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:xen-4.12.4_42-150100.3.98.1.x86_64"
},
"product_reference": "xen-4.12.4_42-150100.3.98.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-devel-4.12.4_42-150100.3.98.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:xen-devel-4.12.4_42-150100.3.98.1.x86_64"
},
"product_reference": "xen-devel-4.12.4_42-150100.3.98.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.12.4_42-150100.3.98.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:xen-libs-4.12.4_42-150100.3.98.1.x86_64"
},
"product_reference": "xen-libs-4.12.4_42-150100.3.98.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-4.12.4_42-150100.3.98.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:xen-tools-4.12.4_42-150100.3.98.1.x86_64"
},
"product_reference": "xen-tools-4.12.4_42-150100.3.98.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-domU-4.12.4_42-150100.3.98.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP1",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP1:xen-tools-domU-4.12.4_42-150100.3.98.1.x86_64"
},
"product_reference": "xen-tools-domU-4.12.4_42-150100.3.98.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-46835",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-46835"
}
],
"notes": [
{
"category": "general",
"text": "The current setup of the quarantine page tables assumes that the\nquarantine domain (dom_io) has been initialized with an address width\nof DEFAULT_DOMAIN_ADDRESS_WIDTH (48) and hence 4 page table levels.\n\nHowever dom_io being a PV domain gets the AMD-Vi IOMMU page tables\nlevels based on the maximum (hot pluggable) RAM address, and hence on\nsystems with no RAM above the 512GB mark only 3 page-table levels are\nconfigured in the IOMMU.\n\nOn systems without RAM above the 512GB boundary\namd_iommu_quarantine_init() will setup page tables for the scratch\npage with 4 levels, while the IOMMU will be configured to use 3 levels\nonly, resulting in the last page table directory (PDE) effectively\nbecoming a page table entry (PTE), and hence a device in quarantine\nmode gaining write access to the page destined to be a PDE.\n\nDue to this page table level mismatch, the sink page the device gets\nread/write access to is no longer cleared between device assignment,\npossibly leading to data leaks.\n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:xen-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:xen-devel-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:xen-libs-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:xen-tools-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:xen-tools-domU-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:xen-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:xen-devel-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:xen-libs-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:xen-tools-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:xen-tools-domU-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:xen-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:xen-devel-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:xen-libs-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:xen-tools-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:xen-tools-domU-4.12.4_42-150100.3.98.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-46835",
"url": "https://www.suse.com/security/cve/CVE-2023-46835"
},
{
"category": "external",
"summary": "SUSE Bug 1216654 for CVE-2023-46835",
"url": "https://bugzilla.suse.com/1216654"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:xen-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:xen-devel-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:xen-libs-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:xen-tools-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:xen-tools-domU-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:xen-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:xen-devel-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:xen-libs-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:xen-tools-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:xen-tools-domU-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:xen-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:xen-devel-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:xen-libs-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:xen-tools-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:xen-tools-domU-4.12.4_42-150100.3.98.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:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:xen-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:xen-devel-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:xen-libs-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:xen-tools-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:xen-tools-domU-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:xen-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:xen-devel-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:xen-libs-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:xen-tools-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:xen-tools-domU-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:xen-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:xen-devel-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:xen-libs-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:xen-tools-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:xen-tools-domU-4.12.4_42-150100.3.98.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-11-20T13:23:03Z",
"details": "moderate"
}
],
"title": "CVE-2023-46835"
},
{
"cve": "CVE-2023-46836",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-46836"
}
],
"notes": [
{
"category": "general",
"text": "The fixes for XSA-422 (Branch Type Confusion) and XSA-434 (Speculative\nReturn Stack Overflow) are not IRQ-safe. It was believed that the\nmitigations always operated in contexts with IRQs disabled.\n\nHowever, the original XSA-254 fix for Meltdown (XPTI) deliberately left\ninterrupts enabled on two entry paths; one unconditionally, and one\nconditionally on whether XPTI was active.\n\nAs BTC/SRSO and Meltdown affect different CPU vendors, the mitigations\nare not active together by default. Therefore, there is a race\ncondition whereby a malicious PV guest can bypass BTC/SRSO protections\nand launch a BTC/SRSO attack against Xen.\n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:xen-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:xen-devel-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:xen-libs-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:xen-tools-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:xen-tools-domU-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:xen-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:xen-devel-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:xen-libs-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:xen-tools-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:xen-tools-domU-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:xen-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:xen-devel-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:xen-libs-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:xen-tools-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:xen-tools-domU-4.12.4_42-150100.3.98.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-46836",
"url": "https://www.suse.com/security/cve/CVE-2023-46836"
},
{
"category": "external",
"summary": "SUSE Bug 1216807 for CVE-2023-46836",
"url": "https://bugzilla.suse.com/1216807"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:xen-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:xen-devel-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:xen-libs-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:xen-tools-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:xen-tools-domU-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:xen-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:xen-devel-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:xen-libs-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:xen-tools-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:xen-tools-domU-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:xen-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:xen-devel-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:xen-libs-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:xen-tools-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:xen-tools-domU-4.12.4_42-150100.3.98.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:xen-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:xen-devel-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:xen-libs-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:xen-tools-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP1-LTSS:xen-tools-domU-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:xen-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:xen-devel-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:xen-libs-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:xen-tools-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server 15 SP1-LTSS:xen-tools-domU-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:xen-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:xen-devel-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:xen-libs-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:xen-tools-4.12.4_42-150100.3.98.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP1:xen-tools-domU-4.12.4_42-150100.3.98.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-11-20T13:23:03Z",
"details": "moderate"
}
],
"title": "CVE-2023-46836"
}
]
}
SUSE-SU-2023:4486-1
Vulnerability from csaf_suse - Published: 2023-11-20 13:23 - Updated: 2023-11-20 13:23| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:xen-4.12.4_42-3.100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:xen-doc-html-4.12.4_42-3.100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:xen-libs-32bit-4.12.4_42-3.100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:xen-libs-4.12.4_42-3.100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:xen-tools-4.12.4_42-3.100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:xen-tools-domU-4.12.4_42-3.100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:xen-4.12.4_42-3.100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:xen-doc-html-4.12.4_42-3.100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:xen-libs-32bit-4.12.4_42-3.100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:xen-libs-4.12.4_42-3.100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:xen-tools-4.12.4_42-3.100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:xen-tools-domU-4.12.4_42-3.100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:xen-devel-4.12.4_42-3.100.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:xen-devel-4.12.4_42-3.100.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:xen-4.12.4_42-3.100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:xen-doc-html-4.12.4_42-3.100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:xen-libs-32bit-4.12.4_42-3.100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:xen-libs-4.12.4_42-3.100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:xen-tools-4.12.4_42-3.100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:xen-tools-domU-4.12.4_42-3.100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:xen-4.12.4_42-3.100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:xen-doc-html-4.12.4_42-3.100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:xen-libs-32bit-4.12.4_42-3.100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:xen-libs-4.12.4_42-3.100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:xen-tools-4.12.4_42-3.100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:xen-tools-domU-4.12.4_42-3.100.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:xen-devel-4.12.4_42-3.100.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:xen-devel-4.12.4_42-3.100.1.x86_64 | — |
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-2023-46835: x86/AMD: mismatch in IOMMU quarantine page table levels (XSA-445) (bsc#1216654).\n- CVE-2023-46836: x86: BTC/SRSO fixes not fully effective (XSA-446) (bsc#1216807).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-4486,SUSE-SLE-SDK-12-SP5-2023-4486,SUSE-SLE-SERVER-12-SP5-2023-4486",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2023_4486-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:4486-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20234486-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:4486-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-November/017124.html"
},
{
"category": "self",
"summary": "SUSE Bug 1216654",
"url": "https://bugzilla.suse.com/1216654"
},
{
"category": "self",
"summary": "SUSE Bug 1216807",
"url": "https://bugzilla.suse.com/1216807"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-46835 page",
"url": "https://www.suse.com/security/cve/CVE-2023-46835/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-46836 page",
"url": "https://www.suse.com/security/cve/CVE-2023-46836/"
}
],
"title": "Security update for xen",
"tracking": {
"current_release_date": "2023-11-20T13:23:53Z",
"generator": {
"date": "2023-11-20T13:23:53Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:4486-1",
"initial_release_date": "2023-11-20T13:23:53Z",
"revision_history": [
{
"date": "2023-11-20T13:23:53Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "xen-4.12.4_42-3.100.1.aarch64",
"product": {
"name": "xen-4.12.4_42-3.100.1.aarch64",
"product_id": "xen-4.12.4_42-3.100.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-devel-4.12.4_42-3.100.1.aarch64",
"product": {
"name": "xen-devel-4.12.4_42-3.100.1.aarch64",
"product_id": "xen-devel-4.12.4_42-3.100.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-doc-html-4.12.4_42-3.100.1.aarch64",
"product": {
"name": "xen-doc-html-4.12.4_42-3.100.1.aarch64",
"product_id": "xen-doc-html-4.12.4_42-3.100.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-libs-4.12.4_42-3.100.1.aarch64",
"product": {
"name": "xen-libs-4.12.4_42-3.100.1.aarch64",
"product_id": "xen-libs-4.12.4_42-3.100.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-tools-4.12.4_42-3.100.1.aarch64",
"product": {
"name": "xen-tools-4.12.4_42-3.100.1.aarch64",
"product_id": "xen-tools-4.12.4_42-3.100.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.12.4_42-3.100.1.aarch64",
"product": {
"name": "xen-tools-domU-4.12.4_42-3.100.1.aarch64",
"product_id": "xen-tools-domU-4.12.4_42-3.100.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-libs-64bit-4.12.4_42-3.100.1.aarch64_ilp32",
"product": {
"name": "xen-libs-64bit-4.12.4_42-3.100.1.aarch64_ilp32",
"product_id": "xen-libs-64bit-4.12.4_42-3.100.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-devel-4.12.4_42-3.100.1.i586",
"product": {
"name": "xen-devel-4.12.4_42-3.100.1.i586",
"product_id": "xen-devel-4.12.4_42-3.100.1.i586"
}
},
{
"category": "product_version",
"name": "xen-libs-4.12.4_42-3.100.1.i586",
"product": {
"name": "xen-libs-4.12.4_42-3.100.1.i586",
"product_id": "xen-libs-4.12.4_42-3.100.1.i586"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.12.4_42-3.100.1.i586",
"product": {
"name": "xen-tools-domU-4.12.4_42-3.100.1.i586",
"product_id": "xen-tools-domU-4.12.4_42-3.100.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-4.12.4_42-3.100.1.x86_64",
"product": {
"name": "xen-4.12.4_42-3.100.1.x86_64",
"product_id": "xen-4.12.4_42-3.100.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-devel-4.12.4_42-3.100.1.x86_64",
"product": {
"name": "xen-devel-4.12.4_42-3.100.1.x86_64",
"product_id": "xen-devel-4.12.4_42-3.100.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-doc-html-4.12.4_42-3.100.1.x86_64",
"product": {
"name": "xen-doc-html-4.12.4_42-3.100.1.x86_64",
"product_id": "xen-doc-html-4.12.4_42-3.100.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-libs-4.12.4_42-3.100.1.x86_64",
"product": {
"name": "xen-libs-4.12.4_42-3.100.1.x86_64",
"product_id": "xen-libs-4.12.4_42-3.100.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-libs-32bit-4.12.4_42-3.100.1.x86_64",
"product": {
"name": "xen-libs-32bit-4.12.4_42-3.100.1.x86_64",
"product_id": "xen-libs-32bit-4.12.4_42-3.100.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-tools-4.12.4_42-3.100.1.x86_64",
"product": {
"name": "xen-tools-4.12.4_42-3.100.1.x86_64",
"product_id": "xen-tools-4.12.4_42-3.100.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.12.4_42-3.100.1.x86_64",
"product": {
"name": "xen-tools-domU-4.12.4_42-3.100.1.x86_64",
"product_id": "xen-tools-domU-4.12.4_42-3.100.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Software Development Kit 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-sdk:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-devel-4.12.4_42-3.100.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:xen-devel-4.12.4_42-3.100.1.aarch64"
},
"product_reference": "xen-devel-4.12.4_42-3.100.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-devel-4.12.4_42-3.100.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:xen-devel-4.12.4_42-3.100.1.x86_64"
},
"product_reference": "xen-devel-4.12.4_42-3.100.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-4.12.4_42-3.100.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:xen-4.12.4_42-3.100.1.x86_64"
},
"product_reference": "xen-4.12.4_42-3.100.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-doc-html-4.12.4_42-3.100.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:xen-doc-html-4.12.4_42-3.100.1.x86_64"
},
"product_reference": "xen-doc-html-4.12.4_42-3.100.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.12.4_42-3.100.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:xen-libs-4.12.4_42-3.100.1.x86_64"
},
"product_reference": "xen-libs-4.12.4_42-3.100.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-32bit-4.12.4_42-3.100.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:xen-libs-32bit-4.12.4_42-3.100.1.x86_64"
},
"product_reference": "xen-libs-32bit-4.12.4_42-3.100.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-4.12.4_42-3.100.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:xen-tools-4.12.4_42-3.100.1.x86_64"
},
"product_reference": "xen-tools-4.12.4_42-3.100.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-domU-4.12.4_42-3.100.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:xen-tools-domU-4.12.4_42-3.100.1.x86_64"
},
"product_reference": "xen-tools-domU-4.12.4_42-3.100.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-4.12.4_42-3.100.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:xen-4.12.4_42-3.100.1.x86_64"
},
"product_reference": "xen-4.12.4_42-3.100.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-doc-html-4.12.4_42-3.100.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:xen-doc-html-4.12.4_42-3.100.1.x86_64"
},
"product_reference": "xen-doc-html-4.12.4_42-3.100.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.12.4_42-3.100.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:xen-libs-4.12.4_42-3.100.1.x86_64"
},
"product_reference": "xen-libs-4.12.4_42-3.100.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-32bit-4.12.4_42-3.100.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:xen-libs-32bit-4.12.4_42-3.100.1.x86_64"
},
"product_reference": "xen-libs-32bit-4.12.4_42-3.100.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-4.12.4_42-3.100.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:xen-tools-4.12.4_42-3.100.1.x86_64"
},
"product_reference": "xen-tools-4.12.4_42-3.100.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-domU-4.12.4_42-3.100.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:xen-tools-domU-4.12.4_42-3.100.1.x86_64"
},
"product_reference": "xen-tools-domU-4.12.4_42-3.100.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-46835",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-46835"
}
],
"notes": [
{
"category": "general",
"text": "The current setup of the quarantine page tables assumes that the\nquarantine domain (dom_io) has been initialized with an address width\nof DEFAULT_DOMAIN_ADDRESS_WIDTH (48) and hence 4 page table levels.\n\nHowever dom_io being a PV domain gets the AMD-Vi IOMMU page tables\nlevels based on the maximum (hot pluggable) RAM address, and hence on\nsystems with no RAM above the 512GB mark only 3 page-table levels are\nconfigured in the IOMMU.\n\nOn systems without RAM above the 512GB boundary\namd_iommu_quarantine_init() will setup page tables for the scratch\npage with 4 levels, while the IOMMU will be configured to use 3 levels\nonly, resulting in the last page table directory (PDE) effectively\nbecoming a page table entry (PTE), and hence a device in quarantine\nmode gaining write access to the page destined to be a PDE.\n\nDue to this page table level mismatch, the sink page the device gets\nread/write access to is no longer cleared between device assignment,\npossibly leading to data leaks.\n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5:xen-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:xen-doc-html-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:xen-libs-32bit-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:xen-libs-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:xen-tools-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:xen-tools-domU-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xen-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xen-doc-html-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xen-libs-32bit-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xen-libs-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xen-tools-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xen-tools-domU-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:xen-devel-4.12.4_42-3.100.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:xen-devel-4.12.4_42-3.100.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-46835",
"url": "https://www.suse.com/security/cve/CVE-2023-46835"
},
{
"category": "external",
"summary": "SUSE Bug 1216654 for CVE-2023-46835",
"url": "https://bugzilla.suse.com/1216654"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To 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:xen-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:xen-doc-html-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:xen-libs-32bit-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:xen-libs-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:xen-tools-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:xen-tools-domU-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xen-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xen-doc-html-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xen-libs-32bit-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xen-libs-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xen-tools-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xen-tools-domU-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:xen-devel-4.12.4_42-3.100.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:xen-devel-4.12.4_42-3.100.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:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5:xen-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:xen-doc-html-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:xen-libs-32bit-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:xen-libs-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:xen-tools-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:xen-tools-domU-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xen-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xen-doc-html-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xen-libs-32bit-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xen-libs-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xen-tools-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xen-tools-domU-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:xen-devel-4.12.4_42-3.100.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:xen-devel-4.12.4_42-3.100.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-11-20T13:23:53Z",
"details": "moderate"
}
],
"title": "CVE-2023-46835"
},
{
"cve": "CVE-2023-46836",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-46836"
}
],
"notes": [
{
"category": "general",
"text": "The fixes for XSA-422 (Branch Type Confusion) and XSA-434 (Speculative\nReturn Stack Overflow) are not IRQ-safe. It was believed that the\nmitigations always operated in contexts with IRQs disabled.\n\nHowever, the original XSA-254 fix for Meltdown (XPTI) deliberately left\ninterrupts enabled on two entry paths; one unconditionally, and one\nconditionally on whether XPTI was active.\n\nAs BTC/SRSO and Meltdown affect different CPU vendors, the mitigations\nare not active together by default. Therefore, there is a race\ncondition whereby a malicious PV guest can bypass BTC/SRSO protections\nand launch a BTC/SRSO attack against Xen.\n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5:xen-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:xen-doc-html-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:xen-libs-32bit-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:xen-libs-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:xen-tools-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:xen-tools-domU-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xen-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xen-doc-html-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xen-libs-32bit-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xen-libs-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xen-tools-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xen-tools-domU-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:xen-devel-4.12.4_42-3.100.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:xen-devel-4.12.4_42-3.100.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-46836",
"url": "https://www.suse.com/security/cve/CVE-2023-46836"
},
{
"category": "external",
"summary": "SUSE Bug 1216807 for CVE-2023-46836",
"url": "https://bugzilla.suse.com/1216807"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To 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:xen-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:xen-doc-html-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:xen-libs-32bit-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:xen-libs-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:xen-tools-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:xen-tools-domU-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xen-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xen-doc-html-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xen-libs-32bit-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xen-libs-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xen-tools-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xen-tools-domU-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:xen-devel-4.12.4_42-3.100.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:xen-devel-4.12.4_42-3.100.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5:xen-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:xen-doc-html-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:xen-libs-32bit-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:xen-libs-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:xen-tools-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:xen-tools-domU-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xen-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xen-doc-html-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xen-libs-32bit-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xen-libs-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xen-tools-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:xen-tools-domU-4.12.4_42-3.100.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:xen-devel-4.12.4_42-3.100.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:xen-devel-4.12.4_42-3.100.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-11-20T13:23:53Z",
"details": "moderate"
}
],
"title": "CVE-2023-46836"
}
]
}
SUSE-SU-2023:4945-1
Vulnerability from csaf_suse - Published: 2023-12-21 11:34 - Updated: 2023-12-21 11:34| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.3_02-150500.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.3_02-150500.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.3_02-150500.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.3_02-150500.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.3_02-150500.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.3_02-150500.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.3_02-150500.3.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-4.17.3_02-150500.3.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-4.17.3_02-150500.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-devel-4.17.3_02-150500.3.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-devel-4.17.3_02-150500.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-doc-html-4.17.3_02-150500.3.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-doc-html-4.17.3_02-150500.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-libs-32bit-4.17.3_02-150500.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-libs-4.17.3_02-150500.3.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-libs-4.17.3_02-150500.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-tools-4.17.3_02-150500.3.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-tools-4.17.3_02-150500.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-tools-domU-4.17.3_02-150500.3.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-tools-domU-4.17.3_02-150500.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.3_02-150500.3.18.1.noarch | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.3_02-150500.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.3_02-150500.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.3_02-150500.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.3_02-150500.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.3_02-150500.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.3_02-150500.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.3_02-150500.3.18.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-4.17.3_02-150500.3.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-4.17.3_02-150500.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-devel-4.17.3_02-150500.3.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-devel-4.17.3_02-150500.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-doc-html-4.17.3_02-150500.3.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-doc-html-4.17.3_02-150500.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-libs-32bit-4.17.3_02-150500.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-libs-4.17.3_02-150500.3.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-libs-4.17.3_02-150500.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-tools-4.17.3_02-150500.3.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-tools-4.17.3_02-150500.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-tools-domU-4.17.3_02-150500.3.18.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-tools-domU-4.17.3_02-150500.3.18.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.3_02-150500.3.18.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-2023-46836: Fixed BTC/SRSO fixes not fully effective (bsc#1216807).\n- CVE-2023-46835: Fixed mismatch in IOMMU quarantine page table levels on x86/AMD (bsc#1216654).\n\nUpdate to Xen 4.17.3 bug fix release (bsc#1027519).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2023-4945,SUSE-SLE-Micro-5.5-2023-4945,SUSE-SLE-Module-Basesystem-15-SP5-2023-4945,SUSE-SLE-Module-Server-Applications-15-SP5-2023-4945,openSUSE-SLE-15.5-2023-4945",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2023_4945-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2023:4945-1",
"url": "https://www.suse.com/support/update/announcement/2023/suse-su-20234945-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2023:4945-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-December/017515.html"
},
{
"category": "self",
"summary": "SUSE Bug 1027519",
"url": "https://bugzilla.suse.com/1027519"
},
{
"category": "self",
"summary": "SUSE Bug 1216654",
"url": "https://bugzilla.suse.com/1216654"
},
{
"category": "self",
"summary": "SUSE Bug 1216807",
"url": "https://bugzilla.suse.com/1216807"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-46835 page",
"url": "https://www.suse.com/security/cve/CVE-2023-46835/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-46836 page",
"url": "https://www.suse.com/security/cve/CVE-2023-46836/"
}
],
"title": "Security update for xen",
"tracking": {
"current_release_date": "2023-12-21T11:34:28Z",
"generator": {
"date": "2023-12-21T11:34:28Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2023:4945-1",
"initial_release_date": "2023-12-21T11:34:28Z",
"revision_history": [
{
"date": "2023-12-21T11:34:28Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "xen-4.17.3_02-150500.3.18.1.aarch64",
"product": {
"name": "xen-4.17.3_02-150500.3.18.1.aarch64",
"product_id": "xen-4.17.3_02-150500.3.18.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-devel-4.17.3_02-150500.3.18.1.aarch64",
"product": {
"name": "xen-devel-4.17.3_02-150500.3.18.1.aarch64",
"product_id": "xen-devel-4.17.3_02-150500.3.18.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-doc-html-4.17.3_02-150500.3.18.1.aarch64",
"product": {
"name": "xen-doc-html-4.17.3_02-150500.3.18.1.aarch64",
"product_id": "xen-doc-html-4.17.3_02-150500.3.18.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-libs-4.17.3_02-150500.3.18.1.aarch64",
"product": {
"name": "xen-libs-4.17.3_02-150500.3.18.1.aarch64",
"product_id": "xen-libs-4.17.3_02-150500.3.18.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-tools-4.17.3_02-150500.3.18.1.aarch64",
"product": {
"name": "xen-tools-4.17.3_02-150500.3.18.1.aarch64",
"product_id": "xen-tools-4.17.3_02-150500.3.18.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.17.3_02-150500.3.18.1.aarch64",
"product": {
"name": "xen-tools-domU-4.17.3_02-150500.3.18.1.aarch64",
"product_id": "xen-tools-domU-4.17.3_02-150500.3.18.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-libs-64bit-4.17.3_02-150500.3.18.1.aarch64_ilp32",
"product": {
"name": "xen-libs-64bit-4.17.3_02-150500.3.18.1.aarch64_ilp32",
"product_id": "xen-libs-64bit-4.17.3_02-150500.3.18.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-devel-4.17.3_02-150500.3.18.1.i586",
"product": {
"name": "xen-devel-4.17.3_02-150500.3.18.1.i586",
"product_id": "xen-devel-4.17.3_02-150500.3.18.1.i586"
}
},
{
"category": "product_version",
"name": "xen-libs-4.17.3_02-150500.3.18.1.i586",
"product": {
"name": "xen-libs-4.17.3_02-150500.3.18.1.i586",
"product_id": "xen-libs-4.17.3_02-150500.3.18.1.i586"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.17.3_02-150500.3.18.1.i586",
"product": {
"name": "xen-tools-domU-4.17.3_02-150500.3.18.1.i586",
"product_id": "xen-tools-domU-4.17.3_02-150500.3.18.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-tools-xendomains-wait-disk-4.17.3_02-150500.3.18.1.noarch",
"product": {
"name": "xen-tools-xendomains-wait-disk-4.17.3_02-150500.3.18.1.noarch",
"product_id": "xen-tools-xendomains-wait-disk-4.17.3_02-150500.3.18.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-4.17.3_02-150500.3.18.1.x86_64",
"product": {
"name": "xen-4.17.3_02-150500.3.18.1.x86_64",
"product_id": "xen-4.17.3_02-150500.3.18.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-devel-4.17.3_02-150500.3.18.1.x86_64",
"product": {
"name": "xen-devel-4.17.3_02-150500.3.18.1.x86_64",
"product_id": "xen-devel-4.17.3_02-150500.3.18.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-doc-html-4.17.3_02-150500.3.18.1.x86_64",
"product": {
"name": "xen-doc-html-4.17.3_02-150500.3.18.1.x86_64",
"product_id": "xen-doc-html-4.17.3_02-150500.3.18.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-libs-4.17.3_02-150500.3.18.1.x86_64",
"product": {
"name": "xen-libs-4.17.3_02-150500.3.18.1.x86_64",
"product_id": "xen-libs-4.17.3_02-150500.3.18.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-libs-32bit-4.17.3_02-150500.3.18.1.x86_64",
"product": {
"name": "xen-libs-32bit-4.17.3_02-150500.3.18.1.x86_64",
"product_id": "xen-libs-32bit-4.17.3_02-150500.3.18.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-tools-4.17.3_02-150500.3.18.1.x86_64",
"product": {
"name": "xen-tools-4.17.3_02-150500.3.18.1.x86_64",
"product_id": "xen-tools-4.17.3_02-150500.3.18.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.17.3_02-150500.3.18.1.x86_64",
"product": {
"name": "xen-tools-domU-4.17.3_02-150500.3.18.1.x86_64",
"product_id": "xen-tools-domU-4.17.3_02-150500.3.18.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.5",
"product": {
"name": "SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-server-applications:15:sp5"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.5",
"product": {
"name": "openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.17.3_02-150500.3.18.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.3_02-150500.3.18.1.x86_64"
},
"product_reference": "xen-libs-4.17.3_02-150500.3.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.17.3_02-150500.3.18.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.3_02-150500.3.18.1.x86_64"
},
"product_reference": "xen-libs-4.17.3_02-150500.3.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-domU-4.17.3_02-150500.3.18.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.3_02-150500.3.18.1.x86_64"
},
"product_reference": "xen-tools-domU-4.17.3_02-150500.3.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-4.17.3_02-150500.3.18.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.3_02-150500.3.18.1.x86_64"
},
"product_reference": "xen-4.17.3_02-150500.3.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-devel-4.17.3_02-150500.3.18.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.3_02-150500.3.18.1.x86_64"
},
"product_reference": "xen-devel-4.17.3_02-150500.3.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-4.17.3_02-150500.3.18.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.3_02-150500.3.18.1.x86_64"
},
"product_reference": "xen-tools-4.17.3_02-150500.3.18.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-xendomains-wait-disk-4.17.3_02-150500.3.18.1.noarch as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.3_02-150500.3.18.1.noarch"
},
"product_reference": "xen-tools-xendomains-wait-disk-4.17.3_02-150500.3.18.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-4.17.3_02-150500.3.18.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:xen-4.17.3_02-150500.3.18.1.aarch64"
},
"product_reference": "xen-4.17.3_02-150500.3.18.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-4.17.3_02-150500.3.18.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:xen-4.17.3_02-150500.3.18.1.x86_64"
},
"product_reference": "xen-4.17.3_02-150500.3.18.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-devel-4.17.3_02-150500.3.18.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:xen-devel-4.17.3_02-150500.3.18.1.aarch64"
},
"product_reference": "xen-devel-4.17.3_02-150500.3.18.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-devel-4.17.3_02-150500.3.18.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:xen-devel-4.17.3_02-150500.3.18.1.x86_64"
},
"product_reference": "xen-devel-4.17.3_02-150500.3.18.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-doc-html-4.17.3_02-150500.3.18.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:xen-doc-html-4.17.3_02-150500.3.18.1.aarch64"
},
"product_reference": "xen-doc-html-4.17.3_02-150500.3.18.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-doc-html-4.17.3_02-150500.3.18.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:xen-doc-html-4.17.3_02-150500.3.18.1.x86_64"
},
"product_reference": "xen-doc-html-4.17.3_02-150500.3.18.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.17.3_02-150500.3.18.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:xen-libs-4.17.3_02-150500.3.18.1.aarch64"
},
"product_reference": "xen-libs-4.17.3_02-150500.3.18.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.17.3_02-150500.3.18.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:xen-libs-4.17.3_02-150500.3.18.1.x86_64"
},
"product_reference": "xen-libs-4.17.3_02-150500.3.18.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-32bit-4.17.3_02-150500.3.18.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:xen-libs-32bit-4.17.3_02-150500.3.18.1.x86_64"
},
"product_reference": "xen-libs-32bit-4.17.3_02-150500.3.18.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-4.17.3_02-150500.3.18.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:xen-tools-4.17.3_02-150500.3.18.1.aarch64"
},
"product_reference": "xen-tools-4.17.3_02-150500.3.18.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-4.17.3_02-150500.3.18.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:xen-tools-4.17.3_02-150500.3.18.1.x86_64"
},
"product_reference": "xen-tools-4.17.3_02-150500.3.18.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-domU-4.17.3_02-150500.3.18.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:xen-tools-domU-4.17.3_02-150500.3.18.1.aarch64"
},
"product_reference": "xen-tools-domU-4.17.3_02-150500.3.18.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-domU-4.17.3_02-150500.3.18.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:xen-tools-domU-4.17.3_02-150500.3.18.1.x86_64"
},
"product_reference": "xen-tools-domU-4.17.3_02-150500.3.18.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-xendomains-wait-disk-4.17.3_02-150500.3.18.1.noarch as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.3_02-150500.3.18.1.noarch"
},
"product_reference": "xen-tools-xendomains-wait-disk-4.17.3_02-150500.3.18.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-46835",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-46835"
}
],
"notes": [
{
"category": "general",
"text": "The current setup of the quarantine page tables assumes that the\nquarantine domain (dom_io) has been initialized with an address width\nof DEFAULT_DOMAIN_ADDRESS_WIDTH (48) and hence 4 page table levels.\n\nHowever dom_io being a PV domain gets the AMD-Vi IOMMU page tables\nlevels based on the maximum (hot pluggable) RAM address, and hence on\nsystems with no RAM above the 512GB mark only 3 page-table levels are\nconfigured in the IOMMU.\n\nOn systems without RAM above the 512GB boundary\namd_iommu_quarantine_init() will setup page tables for the scratch\npage with 4 levels, while the IOMMU will be configured to use 3 levels\nonly, resulting in the last page table directory (PDE) effectively\nbecoming a page table entry (PTE), and hence a device in quarantine\nmode gaining write access to the page destined to be a PDE.\n\nDue to this page table level mismatch, the sink page the device gets\nread/write access to is no longer cleared between device assignment,\npossibly leading to data leaks.\n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.3_02-150500.3.18.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.3_02-150500.3.18.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.3_02-150500.3.18.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.3_02-150500.3.18.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.3_02-150500.3.18.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.3_02-150500.3.18.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.3_02-150500.3.18.1.noarch",
"openSUSE Leap 15.5:xen-4.17.3_02-150500.3.18.1.aarch64",
"openSUSE Leap 15.5:xen-4.17.3_02-150500.3.18.1.x86_64",
"openSUSE Leap 15.5:xen-devel-4.17.3_02-150500.3.18.1.aarch64",
"openSUSE Leap 15.5:xen-devel-4.17.3_02-150500.3.18.1.x86_64",
"openSUSE Leap 15.5:xen-doc-html-4.17.3_02-150500.3.18.1.aarch64",
"openSUSE Leap 15.5:xen-doc-html-4.17.3_02-150500.3.18.1.x86_64",
"openSUSE Leap 15.5:xen-libs-32bit-4.17.3_02-150500.3.18.1.x86_64",
"openSUSE Leap 15.5:xen-libs-4.17.3_02-150500.3.18.1.aarch64",
"openSUSE Leap 15.5:xen-libs-4.17.3_02-150500.3.18.1.x86_64",
"openSUSE Leap 15.5:xen-tools-4.17.3_02-150500.3.18.1.aarch64",
"openSUSE Leap 15.5:xen-tools-4.17.3_02-150500.3.18.1.x86_64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.3_02-150500.3.18.1.aarch64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.3_02-150500.3.18.1.x86_64",
"openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.3_02-150500.3.18.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-46835",
"url": "https://www.suse.com/security/cve/CVE-2023-46835"
},
{
"category": "external",
"summary": "SUSE Bug 1216654 for CVE-2023-46835",
"url": "https://bugzilla.suse.com/1216654"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.3_02-150500.3.18.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.3_02-150500.3.18.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.3_02-150500.3.18.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.3_02-150500.3.18.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.3_02-150500.3.18.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.3_02-150500.3.18.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.3_02-150500.3.18.1.noarch",
"openSUSE Leap 15.5:xen-4.17.3_02-150500.3.18.1.aarch64",
"openSUSE Leap 15.5:xen-4.17.3_02-150500.3.18.1.x86_64",
"openSUSE Leap 15.5:xen-devel-4.17.3_02-150500.3.18.1.aarch64",
"openSUSE Leap 15.5:xen-devel-4.17.3_02-150500.3.18.1.x86_64",
"openSUSE Leap 15.5:xen-doc-html-4.17.3_02-150500.3.18.1.aarch64",
"openSUSE Leap 15.5:xen-doc-html-4.17.3_02-150500.3.18.1.x86_64",
"openSUSE Leap 15.5:xen-libs-32bit-4.17.3_02-150500.3.18.1.x86_64",
"openSUSE Leap 15.5:xen-libs-4.17.3_02-150500.3.18.1.aarch64",
"openSUSE Leap 15.5:xen-libs-4.17.3_02-150500.3.18.1.x86_64",
"openSUSE Leap 15.5:xen-tools-4.17.3_02-150500.3.18.1.aarch64",
"openSUSE Leap 15.5:xen-tools-4.17.3_02-150500.3.18.1.x86_64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.3_02-150500.3.18.1.aarch64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.3_02-150500.3.18.1.x86_64",
"openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.3_02-150500.3.18.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.3_02-150500.3.18.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.3_02-150500.3.18.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.3_02-150500.3.18.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.3_02-150500.3.18.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.3_02-150500.3.18.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.3_02-150500.3.18.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.3_02-150500.3.18.1.noarch",
"openSUSE Leap 15.5:xen-4.17.3_02-150500.3.18.1.aarch64",
"openSUSE Leap 15.5:xen-4.17.3_02-150500.3.18.1.x86_64",
"openSUSE Leap 15.5:xen-devel-4.17.3_02-150500.3.18.1.aarch64",
"openSUSE Leap 15.5:xen-devel-4.17.3_02-150500.3.18.1.x86_64",
"openSUSE Leap 15.5:xen-doc-html-4.17.3_02-150500.3.18.1.aarch64",
"openSUSE Leap 15.5:xen-doc-html-4.17.3_02-150500.3.18.1.x86_64",
"openSUSE Leap 15.5:xen-libs-32bit-4.17.3_02-150500.3.18.1.x86_64",
"openSUSE Leap 15.5:xen-libs-4.17.3_02-150500.3.18.1.aarch64",
"openSUSE Leap 15.5:xen-libs-4.17.3_02-150500.3.18.1.x86_64",
"openSUSE Leap 15.5:xen-tools-4.17.3_02-150500.3.18.1.aarch64",
"openSUSE Leap 15.5:xen-tools-4.17.3_02-150500.3.18.1.x86_64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.3_02-150500.3.18.1.aarch64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.3_02-150500.3.18.1.x86_64",
"openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.3_02-150500.3.18.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-12-21T11:34:28Z",
"details": "moderate"
}
],
"title": "CVE-2023-46835"
},
{
"cve": "CVE-2023-46836",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-46836"
}
],
"notes": [
{
"category": "general",
"text": "The fixes for XSA-422 (Branch Type Confusion) and XSA-434 (Speculative\nReturn Stack Overflow) are not IRQ-safe. It was believed that the\nmitigations always operated in contexts with IRQs disabled.\n\nHowever, the original XSA-254 fix for Meltdown (XPTI) deliberately left\ninterrupts enabled on two entry paths; one unconditionally, and one\nconditionally on whether XPTI was active.\n\nAs BTC/SRSO and Meltdown affect different CPU vendors, the mitigations\nare not active together by default. Therefore, there is a race\ncondition whereby a malicious PV guest can bypass BTC/SRSO protections\nand launch a BTC/SRSO attack against Xen.\n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.3_02-150500.3.18.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.3_02-150500.3.18.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.3_02-150500.3.18.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.3_02-150500.3.18.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.3_02-150500.3.18.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.3_02-150500.3.18.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.3_02-150500.3.18.1.noarch",
"openSUSE Leap 15.5:xen-4.17.3_02-150500.3.18.1.aarch64",
"openSUSE Leap 15.5:xen-4.17.3_02-150500.3.18.1.x86_64",
"openSUSE Leap 15.5:xen-devel-4.17.3_02-150500.3.18.1.aarch64",
"openSUSE Leap 15.5:xen-devel-4.17.3_02-150500.3.18.1.x86_64",
"openSUSE Leap 15.5:xen-doc-html-4.17.3_02-150500.3.18.1.aarch64",
"openSUSE Leap 15.5:xen-doc-html-4.17.3_02-150500.3.18.1.x86_64",
"openSUSE Leap 15.5:xen-libs-32bit-4.17.3_02-150500.3.18.1.x86_64",
"openSUSE Leap 15.5:xen-libs-4.17.3_02-150500.3.18.1.aarch64",
"openSUSE Leap 15.5:xen-libs-4.17.3_02-150500.3.18.1.x86_64",
"openSUSE Leap 15.5:xen-tools-4.17.3_02-150500.3.18.1.aarch64",
"openSUSE Leap 15.5:xen-tools-4.17.3_02-150500.3.18.1.x86_64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.3_02-150500.3.18.1.aarch64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.3_02-150500.3.18.1.x86_64",
"openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.3_02-150500.3.18.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-46836",
"url": "https://www.suse.com/security/cve/CVE-2023-46836"
},
{
"category": "external",
"summary": "SUSE Bug 1216807 for CVE-2023-46836",
"url": "https://bugzilla.suse.com/1216807"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.3_02-150500.3.18.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.3_02-150500.3.18.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.3_02-150500.3.18.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.3_02-150500.3.18.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.3_02-150500.3.18.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.3_02-150500.3.18.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.3_02-150500.3.18.1.noarch",
"openSUSE Leap 15.5:xen-4.17.3_02-150500.3.18.1.aarch64",
"openSUSE Leap 15.5:xen-4.17.3_02-150500.3.18.1.x86_64",
"openSUSE Leap 15.5:xen-devel-4.17.3_02-150500.3.18.1.aarch64",
"openSUSE Leap 15.5:xen-devel-4.17.3_02-150500.3.18.1.x86_64",
"openSUSE Leap 15.5:xen-doc-html-4.17.3_02-150500.3.18.1.aarch64",
"openSUSE Leap 15.5:xen-doc-html-4.17.3_02-150500.3.18.1.x86_64",
"openSUSE Leap 15.5:xen-libs-32bit-4.17.3_02-150500.3.18.1.x86_64",
"openSUSE Leap 15.5:xen-libs-4.17.3_02-150500.3.18.1.aarch64",
"openSUSE Leap 15.5:xen-libs-4.17.3_02-150500.3.18.1.x86_64",
"openSUSE Leap 15.5:xen-tools-4.17.3_02-150500.3.18.1.aarch64",
"openSUSE Leap 15.5:xen-tools-4.17.3_02-150500.3.18.1.x86_64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.3_02-150500.3.18.1.aarch64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.3_02-150500.3.18.1.x86_64",
"openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.3_02-150500.3.18.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.3_02-150500.3.18.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.3_02-150500.3.18.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.3_02-150500.3.18.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.3_02-150500.3.18.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.3_02-150500.3.18.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.3_02-150500.3.18.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.3_02-150500.3.18.1.noarch",
"openSUSE Leap 15.5:xen-4.17.3_02-150500.3.18.1.aarch64",
"openSUSE Leap 15.5:xen-4.17.3_02-150500.3.18.1.x86_64",
"openSUSE Leap 15.5:xen-devel-4.17.3_02-150500.3.18.1.aarch64",
"openSUSE Leap 15.5:xen-devel-4.17.3_02-150500.3.18.1.x86_64",
"openSUSE Leap 15.5:xen-doc-html-4.17.3_02-150500.3.18.1.aarch64",
"openSUSE Leap 15.5:xen-doc-html-4.17.3_02-150500.3.18.1.x86_64",
"openSUSE Leap 15.5:xen-libs-32bit-4.17.3_02-150500.3.18.1.x86_64",
"openSUSE Leap 15.5:xen-libs-4.17.3_02-150500.3.18.1.aarch64",
"openSUSE Leap 15.5:xen-libs-4.17.3_02-150500.3.18.1.x86_64",
"openSUSE Leap 15.5:xen-tools-4.17.3_02-150500.3.18.1.aarch64",
"openSUSE Leap 15.5:xen-tools-4.17.3_02-150500.3.18.1.x86_64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.3_02-150500.3.18.1.aarch64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.3_02-150500.3.18.1.x86_64",
"openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.3_02-150500.3.18.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2023-12-21T11:34:28Z",
"details": "moderate"
}
],
"title": "CVE-2023-46836"
}
]
}
ubuntu-cve-2023-46835
Vulnerability from osv_ubuntu
The current setup of the quarantine page tables assumes that the quarantine domain (dom_io) has been initialized with an address width of DEFAULT_DOMAIN_ADDRESS_WIDTH (48) and hence 4 page table levels. However dom_io being a PV domain gets the AMD-Vi IOMMU page tables levels based on the maximum (hot pluggable) RAM address, and hence on systems with no RAM above the 512GB mark only 3 page-table levels are configured in the IOMMU. On systems without RAM above the 512GB boundary amd_iommu_quarantine_init() will setup page tables for the scratch page with 4 levels, while the IOMMU will be configured to use 3 levels only, resulting in the last page table directory (PDE) effectively becoming a page table entry (PTE), and hence a device in quarantine mode gaining write access to the page destined to be a PDE. Due to this page table level mismatch, the sink page the device gets read/write access to is no longer cleared between device assignment, possibly leading to data leaks.
{
"affected": [
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libxen-4.6",
"binary_version": "4.6.5-0ubuntu1.4"
},
{
"binary_name": "libxenstore3.0",
"binary_version": "4.6.5-0ubuntu1.4"
},
{
"binary_name": "xen-hypervisor-4.4-amd64",
"binary_version": "4.6.5-0ubuntu1.4"
},
{
"binary_name": "xen-hypervisor-4.4-arm64",
"binary_version": "4.6.5-0ubuntu1.4"
},
{
"binary_name": "xen-hypervisor-4.4-armhf",
"binary_version": "4.6.5-0ubuntu1.4"
},
{
"binary_name": "xen-hypervisor-4.5-amd64",
"binary_version": "4.6.5-0ubuntu1.4"
},
{
"binary_name": "xen-hypervisor-4.5-arm64",
"binary_version": "4.6.5-0ubuntu1.4"
},
{
"binary_name": "xen-hypervisor-4.5-armhf",
"binary_version": "4.6.5-0ubuntu1.4"
},
{
"binary_name": "xen-hypervisor-4.6-amd64",
"binary_version": "4.6.5-0ubuntu1.4"
},
{
"binary_name": "xen-hypervisor-4.6-arm64",
"binary_version": "4.6.5-0ubuntu1.4"
},
{
"binary_name": "xen-hypervisor-4.6-armhf",
"binary_version": "4.6.5-0ubuntu1.4"
},
{
"binary_name": "xen-system-amd64",
"binary_version": "4.6.5-0ubuntu1.4"
},
{
"binary_name": "xen-system-arm64",
"binary_version": "4.6.5-0ubuntu1.4"
},
{
"binary_name": "xen-system-armhf",
"binary_version": "4.6.5-0ubuntu1.4"
},
{
"binary_name": "xen-utils-4.6",
"binary_version": "4.6.5-0ubuntu1.4"
},
{
"binary_name": "xen-utils-common",
"binary_version": "4.6.5-0ubuntu1.4"
},
{
"binary_name": "xenstore-utils",
"binary_version": "4.6.5-0ubuntu1.4"
}
]
},
"package": {
"ecosystem": "Ubuntu:16.04:LTS",
"name": "xen",
"purl": "pkg:deb/ubuntu/xen@4.6.5-0ubuntu1.4?arch=source\u0026distro=xenial"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.5.1-0ubuntu1",
"4.5.1-0ubuntu2",
"4.6.0-1ubuntu1",
"4.6.0-1ubuntu2",
"4.6.0-1ubuntu4",
"4.6.0-1ubuntu4.1",
"4.6.0-1ubuntu4.2",
"4.6.0-1ubuntu4.3",
"4.6.5-0ubuntu1",
"4.6.5-0ubuntu1.1",
"4.6.5-0ubuntu1.2",
"4.6.5-0ubuntu1.4"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libxen-4.9",
"binary_version": "4.9.2-0ubuntu1"
},
{
"binary_name": "libxenstore3.0",
"binary_version": "4.9.2-0ubuntu1"
},
{
"binary_name": "xen-hypervisor-4.6-amd64",
"binary_version": "4.9.2-0ubuntu1"
},
{
"binary_name": "xen-hypervisor-4.6-arm64",
"binary_version": "4.9.2-0ubuntu1"
},
{
"binary_name": "xen-hypervisor-4.6-armhf",
"binary_version": "4.9.2-0ubuntu1"
},
{
"binary_name": "xen-hypervisor-4.7-amd64",
"binary_version": "4.9.2-0ubuntu1"
},
{
"binary_name": "xen-hypervisor-4.7-arm64",
"binary_version": "4.9.2-0ubuntu1"
},
{
"binary_name": "xen-hypervisor-4.7-armhf",
"binary_version": "4.9.2-0ubuntu1"
},
{
"binary_name": "xen-hypervisor-4.8-amd64",
"binary_version": "4.9.2-0ubuntu1"
},
{
"binary_name": "xen-hypervisor-4.8-arm64",
"binary_version": "4.9.2-0ubuntu1"
},
{
"binary_name": "xen-hypervisor-4.8-armhf",
"binary_version": "4.9.2-0ubuntu1"
},
{
"binary_name": "xen-hypervisor-4.9-amd64",
"binary_version": "4.9.2-0ubuntu1"
},
{
"binary_name": "xen-hypervisor-4.9-arm64",
"binary_version": "4.9.2-0ubuntu1"
},
{
"binary_name": "xen-hypervisor-4.9-armhf",
"binary_version": "4.9.2-0ubuntu1"
},
{
"binary_name": "xen-system-amd64",
"binary_version": "4.9.2-0ubuntu1"
},
{
"binary_name": "xen-system-arm64",
"binary_version": "4.9.2-0ubuntu1"
},
{
"binary_name": "xen-system-armhf",
"binary_version": "4.9.2-0ubuntu1"
},
{
"binary_name": "xen-utils-4.9",
"binary_version": "4.9.2-0ubuntu1"
},
{
"binary_name": "xen-utils-common",
"binary_version": "4.9.2-0ubuntu1"
},
{
"binary_name": "xenstore-utils",
"binary_version": "4.9.2-0ubuntu1"
}
]
},
"package": {
"ecosystem": "Ubuntu:18.04:LTS",
"name": "xen",
"purl": "pkg:deb/ubuntu/xen@4.9.2-0ubuntu1?arch=source\u0026distro=bionic"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.9.0-0ubuntu3",
"4.9.0-0ubuntu4",
"4.9.2-0ubuntu1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libxencall1",
"binary_version": "4.11.3+24-g14b62ab3e5-1ubuntu2.3"
},
{
"binary_name": "libxendevicemodel1",
"binary_version": "4.11.3+24-g14b62ab3e5-1ubuntu2.3"
},
{
"binary_name": "libxenevtchn1",
"binary_version": "4.11.3+24-g14b62ab3e5-1ubuntu2.3"
},
{
"binary_name": "libxenforeignmemory1",
"binary_version": "4.11.3+24-g14b62ab3e5-1ubuntu2.3"
},
{
"binary_name": "libxengnttab1",
"binary_version": "4.11.3+24-g14b62ab3e5-1ubuntu2.3"
},
{
"binary_name": "libxenmisc4.11",
"binary_version": "4.11.3+24-g14b62ab3e5-1ubuntu2.3"
},
{
"binary_name": "libxenstore3.0",
"binary_version": "4.11.3+24-g14b62ab3e5-1ubuntu2.3"
},
{
"binary_name": "libxentoolcore1",
"binary_version": "4.11.3+24-g14b62ab3e5-1ubuntu2.3"
},
{
"binary_name": "libxentoollog1",
"binary_version": "4.11.3+24-g14b62ab3e5-1ubuntu2.3"
},
{
"binary_name": "xen-hypervisor-4.11-amd64",
"binary_version": "4.11.3+24-g14b62ab3e5-1ubuntu2.3"
},
{
"binary_name": "xen-hypervisor-4.11-arm64",
"binary_version": "4.11.3+24-g14b62ab3e5-1ubuntu2.3"
},
{
"binary_name": "xen-hypervisor-4.11-armhf",
"binary_version": "4.11.3+24-g14b62ab3e5-1ubuntu2.3"
},
{
"binary_name": "xen-hypervisor-4.9-amd64",
"binary_version": "4.11.3+24-g14b62ab3e5-1ubuntu2.3"
},
{
"binary_name": "xen-hypervisor-4.9-arm64",
"binary_version": "4.11.3+24-g14b62ab3e5-1ubuntu2.3"
},
{
"binary_name": "xen-hypervisor-4.9-armhf",
"binary_version": "4.11.3+24-g14b62ab3e5-1ubuntu2.3"
},
{
"binary_name": "xen-hypervisor-common",
"binary_version": "4.11.3+24-g14b62ab3e5-1ubuntu2.3"
},
{
"binary_name": "xen-system-amd64",
"binary_version": "4.11.3+24-g14b62ab3e5-1ubuntu2.3"
},
{
"binary_name": "xen-system-arm64",
"binary_version": "4.11.3+24-g14b62ab3e5-1ubuntu2.3"
},
{
"binary_name": "xen-system-armhf",
"binary_version": "4.11.3+24-g14b62ab3e5-1ubuntu2.3"
},
{
"binary_name": "xen-utils-4.11",
"binary_version": "4.11.3+24-g14b62ab3e5-1ubuntu2.3"
},
{
"binary_name": "xen-utils-common",
"binary_version": "4.11.3+24-g14b62ab3e5-1ubuntu2.3"
},
{
"binary_name": "xenstore-utils",
"binary_version": "4.11.3+24-g14b62ab3e5-1ubuntu2.3"
}
]
},
"package": {
"ecosystem": "Ubuntu:20.04:LTS",
"name": "xen",
"purl": "pkg:deb/ubuntu/xen@4.11.3+24-g14b62ab3e5-1ubuntu2.3?arch=source\u0026distro=focal"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.9.2-0ubuntu2",
"4.9.2-0ubuntu6",
"4.9.2-0ubuntu7",
"4.11.3+24-g14b62ab3e5-1ubuntu1",
"4.11.3+24-g14b62ab3e5-1ubuntu2",
"4.11.3+24-g14b62ab3e5-1ubuntu2.2",
"4.11.3+24-g14b62ab3e5-1ubuntu2.3"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libxencall1",
"binary_version": "4.16.0-1~ubuntu2.1"
},
{
"binary_name": "libxendevicemodel1",
"binary_version": "4.16.0-1~ubuntu2.1"
},
{
"binary_name": "libxenevtchn1",
"binary_version": "4.16.0-1~ubuntu2.1"
},
{
"binary_name": "libxenforeignmemory1",
"binary_version": "4.16.0-1~ubuntu2.1"
},
{
"binary_name": "libxengnttab1",
"binary_version": "4.16.0-1~ubuntu2.1"
},
{
"binary_name": "libxenhypfs1",
"binary_version": "4.16.0-1~ubuntu2.1"
},
{
"binary_name": "libxenmisc4.16",
"binary_version": "4.16.0-1~ubuntu2.1"
},
{
"binary_name": "libxenstore4",
"binary_version": "4.16.0-1~ubuntu2.1"
},
{
"binary_name": "libxentoolcore1",
"binary_version": "4.16.0-1~ubuntu2.1"
},
{
"binary_name": "libxentoollog1",
"binary_version": "4.16.0-1~ubuntu2.1"
},
{
"binary_name": "xen-hypervisor-4.16-amd64",
"binary_version": "4.16.0-1~ubuntu2.1"
},
{
"binary_name": "xen-hypervisor-4.16-arm64",
"binary_version": "4.16.0-1~ubuntu2.1"
},
{
"binary_name": "xen-hypervisor-4.16-armhf",
"binary_version": "4.16.0-1~ubuntu2.1"
},
{
"binary_name": "xen-hypervisor-common",
"binary_version": "4.16.0-1~ubuntu2.1"
},
{
"binary_name": "xen-system-amd64",
"binary_version": "4.16.0-1~ubuntu2.1"
},
{
"binary_name": "xen-system-arm64",
"binary_version": "4.16.0-1~ubuntu2.1"
},
{
"binary_name": "xen-system-armhf",
"binary_version": "4.16.0-1~ubuntu2.1"
},
{
"binary_name": "xen-utils-4.16",
"binary_version": "4.16.0-1~ubuntu2.1"
},
{
"binary_name": "xen-utils-common",
"binary_version": "4.16.0-1~ubuntu2.1"
},
{
"binary_name": "xenstore-utils",
"binary_version": "4.16.0-1~ubuntu2.1"
}
]
},
"package": {
"ecosystem": "Ubuntu:22.04:LTS",
"name": "xen",
"purl": "pkg:deb/ubuntu/xen@4.16.0-1~ubuntu2.1?arch=source\u0026distro=jammy"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.11.4+24-gddaaccbbab-1ubuntu2",
"4.16.0-1~ubuntu2",
"4.16.0-1~ubuntu2.1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libxencall1t64",
"binary_version": "4.17.3+10-g091466ba55-1.1ubuntu3"
},
{
"binary_name": "libxendevicemodel1t64",
"binary_version": "4.17.3+10-g091466ba55-1.1ubuntu3"
},
{
"binary_name": "libxenevtchn1t64",
"binary_version": "4.17.3+10-g091466ba55-1.1ubuntu3"
},
{
"binary_name": "libxenforeignmemory1t64",
"binary_version": "4.17.3+10-g091466ba55-1.1ubuntu3"
},
{
"binary_name": "libxengnttab1t64",
"binary_version": "4.17.3+10-g091466ba55-1.1ubuntu3"
},
{
"binary_name": "libxenhypfs1t64",
"binary_version": "4.17.3+10-g091466ba55-1.1ubuntu3"
},
{
"binary_name": "libxenmisc4.17t64",
"binary_version": "4.17.3+10-g091466ba55-1.1ubuntu3"
},
{
"binary_name": "libxenstore4t64",
"binary_version": "4.17.3+10-g091466ba55-1.1ubuntu3"
},
{
"binary_name": "libxentoolcore1t64",
"binary_version": "4.17.3+10-g091466ba55-1.1ubuntu3"
},
{
"binary_name": "libxentoollog1t64",
"binary_version": "4.17.3+10-g091466ba55-1.1ubuntu3"
},
{
"binary_name": "xen-hypervisor-4.17-amd64",
"binary_version": "4.17.3+10-g091466ba55-1.1ubuntu3"
},
{
"binary_name": "xen-hypervisor-4.17-arm64",
"binary_version": "4.17.3+10-g091466ba55-1.1ubuntu3"
},
{
"binary_name": "xen-hypervisor-4.17-armhf",
"binary_version": "4.17.3+10-g091466ba55-1.1ubuntu3"
},
{
"binary_name": "xen-hypervisor-common",
"binary_version": "4.17.3+10-g091466ba55-1.1ubuntu3"
},
{
"binary_name": "xen-system-amd64",
"binary_version": "4.17.3+10-g091466ba55-1.1ubuntu3"
},
{
"binary_name": "xen-system-arm64",
"binary_version": "4.17.3+10-g091466ba55-1.1ubuntu3"
},
{
"binary_name": "xen-system-armhf",
"binary_version": "4.17.3+10-g091466ba55-1.1ubuntu3"
},
{
"binary_name": "xen-utils-4.17",
"binary_version": "4.17.3+10-g091466ba55-1.1ubuntu3"
},
{
"binary_name": "xen-utils-common",
"binary_version": "4.17.3+10-g091466ba55-1.1ubuntu3"
},
{
"binary_name": "xenstore-utils",
"binary_version": "4.17.3+10-g091466ba55-1.1ubuntu3"
}
]
},
"package": {
"ecosystem": "Ubuntu:24.04:LTS",
"name": "xen",
"purl": "pkg:deb/ubuntu/xen@4.17.3+10-g091466ba55-1.1ubuntu3?arch=source\u0026distro=noble"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.17.2-1",
"4.17.2+55-g0b56bed864-1",
"4.17.2+76-ge1f9cb16e2-1",
"4.17.2+76-ge1f9cb16e2-1ubuntu1",
"4.17.3+10-g091466ba55-1",
"4.17.3+10-g091466ba55-1.1ubuntu2",
"4.17.3+10-g091466ba55-1.1ubuntu3"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libxencall1",
"binary_version": "4.20.0+68-g35cb38b222-1"
},
{
"binary_name": "libxendevicemodel1",
"binary_version": "4.20.0+68-g35cb38b222-1"
},
{
"binary_name": "libxenevtchn1",
"binary_version": "4.20.0+68-g35cb38b222-1"
},
{
"binary_name": "libxenforeignmemory1",
"binary_version": "4.20.0+68-g35cb38b222-1"
},
{
"binary_name": "libxengnttab1",
"binary_version": "4.20.0+68-g35cb38b222-1"
},
{
"binary_name": "libxenhypfs1",
"binary_version": "4.20.0+68-g35cb38b222-1"
},
{
"binary_name": "libxenmisc4.20",
"binary_version": "4.20.0+68-g35cb38b222-1"
},
{
"binary_name": "libxenstore4",
"binary_version": "4.20.0+68-g35cb38b222-1"
},
{
"binary_name": "libxentoolcore1",
"binary_version": "4.20.0+68-g35cb38b222-1"
},
{
"binary_name": "libxentoollog1",
"binary_version": "4.20.0+68-g35cb38b222-1"
},
{
"binary_name": "xen-hypervisor-4.20-amd64",
"binary_version": "4.20.0+68-g35cb38b222-1"
},
{
"binary_name": "xen-hypervisor-4.20-arm64",
"binary_version": "4.20.0+68-g35cb38b222-1"
},
{
"binary_name": "xen-hypervisor-common",
"binary_version": "4.20.0+68-g35cb38b222-1"
},
{
"binary_name": "xen-system-amd64",
"binary_version": "4.20.0+68-g35cb38b222-1"
},
{
"binary_name": "xen-system-arm64",
"binary_version": "4.20.0+68-g35cb38b222-1"
},
{
"binary_name": "xen-utils-4.20",
"binary_version": "4.20.0+68-g35cb38b222-1"
},
{
"binary_name": "xen-utils-common",
"binary_version": "4.20.0+68-g35cb38b222-1"
},
{
"binary_name": "xenstore-utils",
"binary_version": "4.20.0+68-g35cb38b222-1"
}
]
},
"package": {
"ecosystem": "Ubuntu:25.10",
"name": "xen",
"purl": "pkg:deb/ubuntu/xen@4.20.0+68-g35cb38b222-1?arch=source\u0026distro=questing"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.20.0-1ubuntu1",
"4.20.0+68-g35cb38b222-1"
]
},
{
"ecosystem_specific": {
"binaries": [
{
"binary_name": "libxencall1",
"binary_version": "4.20.2+7-g1badcf5035-2build2"
},
{
"binary_name": "libxendevicemodel1",
"binary_version": "4.20.2+7-g1badcf5035-2build2"
},
{
"binary_name": "libxenevtchn1",
"binary_version": "4.20.2+7-g1badcf5035-2build2"
},
{
"binary_name": "libxenforeignmemory1",
"binary_version": "4.20.2+7-g1badcf5035-2build2"
},
{
"binary_name": "libxengnttab1",
"binary_version": "4.20.2+7-g1badcf5035-2build2"
},
{
"binary_name": "libxenhypfs1",
"binary_version": "4.20.2+7-g1badcf5035-2build2"
},
{
"binary_name": "libxenmisc4.20",
"binary_version": "4.20.2+7-g1badcf5035-2build2"
},
{
"binary_name": "libxenstore4",
"binary_version": "4.20.2+7-g1badcf5035-2build2"
},
{
"binary_name": "libxentoolcore1",
"binary_version": "4.20.2+7-g1badcf5035-2build2"
},
{
"binary_name": "libxentoollog1",
"binary_version": "4.20.2+7-g1badcf5035-2build2"
},
{
"binary_name": "xen-hypervisor-4.20-amd64",
"binary_version": "4.20.2+7-g1badcf5035-2build2"
},
{
"binary_name": "xen-hypervisor-4.20-arm64",
"binary_version": "4.20.2+7-g1badcf5035-2build2"
},
{
"binary_name": "xen-hypervisor-common",
"binary_version": "4.20.2+7-g1badcf5035-2build2"
},
{
"binary_name": "xen-system-amd64",
"binary_version": "4.20.2+7-g1badcf5035-2build2"
},
{
"binary_name": "xen-system-arm64",
"binary_version": "4.20.2+7-g1badcf5035-2build2"
},
{
"binary_name": "xen-utils-4.20",
"binary_version": "4.20.2+7-g1badcf5035-2build2"
},
{
"binary_name": "xen-utils-common",
"binary_version": "4.20.2+7-g1badcf5035-2build2"
},
{
"binary_name": "xenstore-utils",
"binary_version": "4.20.2+7-g1badcf5035-2build2"
}
]
},
"package": {
"ecosystem": "Ubuntu:26.04:LTS",
"name": "xen",
"purl": "pkg:deb/ubuntu/xen@4.20.2+7-g1badcf5035-2build2?arch=source\u0026distro=resolute"
},
"ranges": [
{
"events": [
{
"introduced": "0"
}
],
"type": "ECOSYSTEM"
}
],
"versions": [
"4.20.0+68-g35cb38b222-1",
"4.20.2+7-g1badcf5035-2",
"4.20.2+7-g1badcf5035-2build2"
]
}
],
"aliases": [],
"details": "The current setup of the quarantine page tables assumes that the quarantine domain (dom_io) has been initialized with an address width of DEFAULT_DOMAIN_ADDRESS_WIDTH (48) and hence 4 page table levels. However dom_io being a PV domain gets the AMD-Vi IOMMU page tables levels based on the maximum (hot pluggable) RAM address, and hence on systems with no RAM above the 512GB mark only 3 page-table levels are configured in the IOMMU. On systems without RAM above the 512GB boundary amd_iommu_quarantine_init() will setup page tables for the scratch page with 4 levels, while the IOMMU will be configured to use 3 levels only, resulting in the last page table directory (PDE) effectively becoming a page table entry (PTE), and hence a device in quarantine mode gaining write access to the page destined to be a PDE. Due to this page table level mismatch, the sink page the device gets read/write access to is no longer cleared between device assignment, possibly leading to data leaks.",
"id": "UBUNTU-CVE-2023-46835",
"modified": "2026-05-20T15:02:55Z",
"published": "2024-01-05T17:15:00Z",
"references": [
{
"type": "REPORT",
"url": "https://ubuntu.com/security/CVE-2023-46835"
},
{
"type": "REPORT",
"url": "https://xenbits.xen.org/xsa/advisory-445.html"
},
{
"type": "REPORT",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46835"
}
],
"related": [],
"schema_version": "1.7.0",
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"type": "CVSS_V3"
},
{
"score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"type": "CVSS_V3"
},
{
"score": "medium",
"type": "Ubuntu"
}
],
"upstream": [
"CVE-2023-46835"
]
}
WID-SEC-W-2023-2900
Vulnerability from csaf_certbund - Published: 2023-11-14 23:00 - Updated: 2024-09-22 22:00Es besteht eine Schwachstelle in Xen. Dieser Fehler besteht in den IOMMU-Quarantäne-Seitentabellenebenen aufgrund einer Unstimmigkeit zwischen den Ebenen, die dazu führt, dass der Lese-/Schreibzugriff zwischen Gerätezuweisungen nicht mehr gelöscht wird. Ein lokaler Angreifer kann diese Schwachstelle ausnutzen, um vertrauliche Informationen offenzulegen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Citrix Systems XenServer
Citrix Systems
|
cpe:/a:citrix:xenserver:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Open Source Xen <4.16.x
Open Source / Xen
|
<4.16.x | ||
|
Open Source Xen <4.17.x
Open Source / Xen
|
<4.17.x | ||
|
Open Source Xen <4.15.x
Open Source / Xen
|
<4.15.x | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Citrix Systems Hypervisor
Citrix Systems
|
cpe:/o:citrix:hypervisor:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
Es besteht eine Schwachstelle in Xen. Dieser Fehler besteht aufgrund eines unvollständigen Sicherheitsupdates für BTC/SRSO, das es ermöglicht, den Inhalt des Speichers anderer Maschinen zu ermitteln. Ein lokaler Angreifer kann diese Schwachstelle ausnutzen, um vertrauliche Informationen offenzulegen.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Citrix Systems XenServer
Citrix Systems
|
cpe:/a:citrix:xenserver:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
Open Source Xen <4.15.x
Open Source / Xen
|
<4.15.x | ||
|
Gentoo Linux
Gentoo
|
cpe:/o:gentoo:linux:-
|
— | |
|
Citrix Systems Hypervisor
Citrix Systems
|
cpe:/o:citrix:hypervisor:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— |
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Xen ist ein Virtueller-Maschinen-Monitor (VMM), der Hardware (x86, IA-64, PowerPC) f\u00fcr die darauf laufenden Systeme (Domains) paravirtualisiert.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein lokaler Angreifer kann mehrere Schwachstellen in Xen ausnutzen, um Informationen offenzulegen.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Linux\n- UNIX\n- Windows",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2023-2900 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-2900.json"
},
{
"category": "self",
"summary": "WID-SEC-2023-2900 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-2900"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2023:4945-1 vom 2023-12-21",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-December/017515.html"
},
{
"category": "external",
"summary": "Xen Security Advisory XSA-445 vom 2023-11-14",
"url": "https://xenbits.xen.org/xsa/advisory-445.html"
},
{
"category": "external",
"summary": "Xen Security Advisory XSA-446 vom 2023-11-14",
"url": "https://xenbits.xen.org/xsa/advisory-446.html"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2023-E62DA41072 vom 2023-11-15",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2023-e62da41072"
},
{
"category": "external",
"summary": "Citrix Security Advisory CTX583037 vom 2023-11-15",
"url": "https://support.citrix.com/article/CTX583037"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2023:4466-1 vom 2023-11-16",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-November/017053.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2023:4476-1 vom 2023-11-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-November/017058.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2023:4475-1 vom 2023-11-17",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-November/017059.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2023:4484-1 vom 2023-11-20",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-November/017126.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2023:4485-1 vom 2023-11-20",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-November/017125.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2023:4486-1 vom 2023-11-20",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2023-November/017124.html"
},
{
"category": "external",
"summary": "Gentoo Linux Security Advisory GLSA-202409-10 vom 2024-09-22",
"url": "https://security.gentoo.org/glsa/202409-10"
}
],
"source_lang": "en-US",
"title": "Xen: Mehrere Schwachstellen erm\u00f6glichen Offenlegung von Informationen",
"tracking": {
"current_release_date": "2024-09-22T22:00:00.000+00:00",
"generator": {
"date": "2024-09-23T08:05:16.752+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.3.8"
}
},
"id": "WID-SEC-W-2023-2900",
"initial_release_date": "2023-11-14T23:00:00.000+00:00",
"revision_history": [
{
"date": "2023-11-14T23:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2023-11-15T23:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Fedora und Citrix aufgenommen"
},
{
"date": "2023-11-16T23:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2023-11-20T23:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2023-12-21T23:00:00.000+00:00",
"number": "5",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2024-09-22T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von Gentoo aufgenommen"
}
],
"status": "final",
"version": "6"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Citrix Systems Hypervisor",
"product": {
"name": "Citrix Systems Hypervisor",
"product_id": "T016872",
"product_identification_helper": {
"cpe": "cpe:/o:citrix:hypervisor:-"
}
}
},
{
"category": "product_name",
"name": "Citrix Systems XenServer",
"product": {
"name": "Citrix Systems XenServer",
"product_id": "T004077",
"product_identification_helper": {
"cpe": "cpe:/a:citrix:xenserver:-"
}
}
}
],
"category": "vendor",
"name": "Citrix Systems"
},
{
"branches": [
{
"category": "product_name",
"name": "Fedora Linux",
"product": {
"name": "Fedora Linux",
"product_id": "74185",
"product_identification_helper": {
"cpe": "cpe:/o:fedoraproject:fedora:-"
}
}
}
],
"category": "vendor",
"name": "Fedora"
},
{
"branches": [
{
"category": "product_name",
"name": "Gentoo Linux",
"product": {
"name": "Gentoo Linux",
"product_id": "T012167",
"product_identification_helper": {
"cpe": "cpe:/o:gentoo:linux:-"
}
}
}
],
"category": "vendor",
"name": "Gentoo"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003c4.17.x",
"product": {
"name": "Open Source Xen \u003c4.17.x",
"product_id": "T031107"
}
},
{
"category": "product_version",
"name": "4.17.x",
"product": {
"name": "Open Source Xen 4.17.x",
"product_id": "T031107-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:xen:xen:4.17.x"
}
}
},
{
"category": "product_version_range",
"name": "\u003c4.16.x",
"product": {
"name": "Open Source Xen \u003c4.16.x",
"product_id": "T031108"
}
},
{
"category": "product_version",
"name": "4.16.x",
"product": {
"name": "Open Source Xen 4.16.x",
"product_id": "T031108-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:xen:xen:4.16.x"
}
}
},
{
"category": "product_version_range",
"name": "\u003c4.15.x",
"product": {
"name": "Open Source Xen \u003c4.15.x",
"product_id": "T031109"
}
},
{
"category": "product_version",
"name": "4.15.x",
"product": {
"name": "Open Source Xen 4.15.x",
"product_id": "T031109-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:xen:xen:4.15.x"
}
}
}
],
"category": "product_name",
"name": "Xen"
}
],
"category": "vendor",
"name": "Open Source"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-46835",
"notes": [
{
"category": "description",
"text": "Es besteht eine Schwachstelle in Xen. Dieser Fehler besteht in den IOMMU-Quarant\u00e4ne-Seitentabellenebenen aufgrund einer Unstimmigkeit zwischen den Ebenen, die dazu f\u00fchrt, dass der Lese-/Schreibzugriff zwischen Ger\u00e4tezuweisungen nicht mehr gel\u00f6scht wird. Ein lokaler Angreifer kann diese Schwachstelle ausnutzen, um vertrauliche Informationen offenzulegen."
}
],
"product_status": {
"known_affected": [
"T004077",
"T002207",
"T031108",
"T031107",
"T031109",
"T012167",
"T016872",
"74185"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-46835"
},
{
"cve": "CVE-2023-46836",
"notes": [
{
"category": "description",
"text": "Es besteht eine Schwachstelle in Xen. Dieser Fehler besteht aufgrund eines unvollst\u00e4ndigen Sicherheitsupdates f\u00fcr BTC/SRSO, das es erm\u00f6glicht, den Inhalt des Speichers anderer Maschinen zu ermitteln. Ein lokaler Angreifer kann diese Schwachstelle ausnutzen, um vertrauliche Informationen offenzulegen."
}
],
"product_status": {
"known_affected": [
"T004077",
"T002207",
"T031109",
"T012167",
"T016872",
"74185"
]
},
"release_date": "2023-11-14T23:00:00.000+00:00",
"title": "CVE-2023-46836"
}
]
}
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.