Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2023-46842 (GCVE-0-2023-46842)
Vulnerability from cvelistv5 – Published: 2024-05-16 13:39 – Updated: 2025-11-04 17:12- CWE-843 - Access of Resource Using Incompatible Type ('Type Confusion')
{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2023-46842",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-05-24T18:23:20.820059Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-843",
"description": "CWE-843 Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2024-12-04T16:57:56.599Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2025-11-04T17:12:51.532Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_transferred"
],
"url": "https://xenbits.xenproject.org/xsa/advisory-454.html"
},
{
"url": "http://xenbits.xen.org/xsa/advisory-454.html"
},
{
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/D5OK6MH75S7YWD34EWW7QIZTS627RIE3/"
},
{
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RYAZ7P6YFJ2E3FHKAGIKHWS46KYMMTZH/"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unknown",
"product": "Xen",
"vendor": "Xen",
"versions": [
{
"status": "unknown",
"version": "consult Xen advisory XSA-454"
}
]
}
],
"configurations": [
{
"lang": "en",
"value": "All Xen versions from at least 3.2 onwards are vulnerable. Earlier\nversions have not been inspected.\n\nOnly x86 systems are vulnerable. Arm systems are not vulnerable.\n\nOnly HVM or PVH guests can leverage the vulnerability. PV guests cannot\nleverage the vulnerability.\n"
}
],
"credits": [
{
"lang": "en",
"type": "finder",
"value": "This issue was discovered by Manuel Andreas of Technical University of\nMunich.\n"
}
],
"datePublic": "2024-04-09T11:50:00.000Z",
"descriptions": [
{
"lang": "en",
"value": "Unlike 32-bit PV guests, HVM guests may switch freely between 64-bit and\nother modes. This in particular means that they may set registers used\nto pass 32-bit-mode hypercall arguments to values outside of the range\n32-bit code would be able to set them to.\n\nWhen processing of hypercalls takes a considerable amount of time,\nthe hypervisor may choose to invoke a hypercall continuation. Doing so\ninvolves putting (perhaps updated) hypercall arguments in respective\nregisters. For guests not running in 64-bit mode this further involves\na certain amount of translation of the values.\n\nUnfortunately internal sanity checking of these translated values\nassumes high halves of registers to always be clear when invoking a\nhypercall. When this is found not to be the case, it triggers a\nconsistency check in the hypervisor and causes a crash.\n"
}
],
"impacts": [
{
"descriptions": [
{
"lang": "en",
"value": "A HVM or PVH guest can cause a hypervisor crash, causing a Denial of\nService (DoS) of the entire host.\n"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2024-05-16T13:39:26.183Z",
"orgId": "23aa2041-22e1-471f-9209-9b7396fa234f",
"shortName": "XEN"
},
"references": [
{
"url": "https://xenbits.xenproject.org/xsa/advisory-454.html"
}
],
"title": "x86 HVM hypercalls may trigger Xen bug check",
"workarounds": [
{
"lang": "en",
"value": "Not using HVM / PVH guests will avoid the vulnerability.\n"
}
]
}
},
"cveMetadata": {
"assignerOrgId": "23aa2041-22e1-471f-9209-9b7396fa234f",
"assignerShortName": "XEN",
"cveId": "CVE-2023-46842",
"datePublished": "2024-05-16T13:39:26.183Z",
"dateReserved": "2023-10-27T07:55:35.333Z",
"dateUpdated": "2025-11-04T17:12:51.532Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2023-46842",
"date": "2026-05-27",
"epss": "0.02093",
"percentile": "0.84268"
},
"fkie_nvd": {
"descriptions": "[{\"lang\": \"en\", \"value\": \"Unlike 32-bit PV guests, HVM guests may switch freely between 64-bit and\\nother modes. This in particular means that they may set registers used\\nto pass 32-bit-mode hypercall arguments to values outside of the range\\n32-bit code would be able to set them to.\\n\\nWhen processing of hypercalls takes a considerable amount of time,\\nthe hypervisor may choose to invoke a hypercall continuation. Doing so\\ninvolves putting (perhaps updated) hypercall arguments in respective\\nregisters. For guests not running in 64-bit mode this further involves\\na certain amount of translation of the values.\\n\\nUnfortunately internal sanity checking of these translated values\\nassumes high halves of registers to always be clear when invoking a\\nhypercall. When this is found not to be the case, it triggers a\\nconsistency check in the hypervisor and causes a crash.\\n\"}, {\"lang\": \"es\", \"value\": \"A diferencia de los hu\\u00e9spedes PV de 32 bits, los hu\\u00e9spedes HVM pueden cambiar libremente entre 64 bits y otros modos. Esto significa en particular que pueden configurar los registros utilizados para pasar argumentos de hiperllamada en modo de 32 bits a valores fuera del rango en el que el c\\u00f3digo de 32 bits podr\\u00eda configurarlos. Cuando el procesamiento de hiperllamadas toma una cantidad considerable de tiempo, el hipervisor puede optar por invocar una continuaci\\u00f3n de hiperllamada. Hacerlo implica colocar argumentos de hiperllamada (quiz\\u00e1s actualizados) en los registros respectivos. Para los hu\\u00e9spedes que no se ejecutan en modo de 64 bits, esto implica adem\\u00e1s una cierta cantidad de traducci\\u00f3n de los valores. Desafortunadamente, la comprobaci\\u00f3n de cordura interna de estos valores traducidos supone que las mitades altas de los registros siempre est\\u00e1n limpias al invocar una hiperllamada. Cuando se descubre que este no es el caso, se activa una comprobaci\\u00f3n de coherencia en el hipervisor y se produce un bloqueo.\"}]",
"id": "CVE-2023-46842",
"lastModified": "2024-12-04T17:15:11.343",
"metrics": "{\"cvssMetricV31\": [{\"source\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"type\": \"Secondary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H\", \"baseScore\": 6.5, \"baseSeverity\": \"MEDIUM\", \"attackVector\": \"LOCAL\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"LOW\", \"userInteraction\": \"NONE\", \"scope\": \"CHANGED\", \"confidentialityImpact\": \"NONE\", \"integrityImpact\": \"NONE\", \"availabilityImpact\": \"HIGH\"}, \"exploitabilityScore\": 2.0, \"impactScore\": 4.0}]}",
"published": "2024-05-16T14:15:08.317",
"references": "[{\"url\": \"https://xenbits.xenproject.org/xsa/advisory-454.html\", \"source\": \"security@xen.org\"}, {\"url\": \"https://xenbits.xenproject.org/xsa/advisory-454.html\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}]",
"sourceIdentifier": "security@xen.org",
"vulnStatus": "Awaiting Analysis",
"weaknesses": "[{\"source\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"type\": \"Secondary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-843\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2023-46842\",\"sourceIdentifier\":\"security@xen.org\",\"published\":\"2024-05-16T14:15:08.317\",\"lastModified\":\"2026-01-05T19:05:51.763\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Unlike 32-bit PV guests, HVM guests may switch freely between 64-bit and\\nother modes. This in particular means that they may set registers used\\nto pass 32-bit-mode hypercall arguments to values outside of the range\\n32-bit code would be able to set them to.\\n\\nWhen processing of hypercalls takes a considerable amount of time,\\nthe hypervisor may choose to invoke a hypercall continuation. Doing so\\ninvolves putting (perhaps updated) hypercall arguments in respective\\nregisters. For guests not running in 64-bit mode this further involves\\na certain amount of translation of the values.\\n\\nUnfortunately internal sanity checking of these translated values\\nassumes high halves of registers to always be clear when invoking a\\nhypercall. When this is found not to be the case, it triggers a\\nconsistency check in the hypervisor and causes a crash.\\n\"},{\"lang\":\"es\",\"value\":\"A diferencia de los hu\u00e9spedes PV de 32 bits, los hu\u00e9spedes HVM pueden cambiar libremente entre 64 bits y otros modos. Esto significa en particular que pueden configurar los registros utilizados para pasar argumentos de hiperllamada en modo de 32 bits a valores fuera del rango en el que el c\u00f3digo de 32 bits podr\u00eda configurarlos. Cuando el procesamiento de hiperllamadas toma una cantidad considerable de tiempo, el hipervisor puede optar por invocar una continuaci\u00f3n de hiperllamada. Hacerlo implica colocar argumentos de hiperllamada (quiz\u00e1s actualizados) en los registros respectivos. Para los hu\u00e9spedes que no se ejecutan en modo de 64 bits, esto implica adem\u00e1s una cierta cantidad de traducci\u00f3n de los valores. Desafortunadamente, la comprobaci\u00f3n de cordura interna de estos valores traducidos supone que las mitades altas de los registros siempre est\u00e1n limpias al invocar una hiperllamada. Cuando se descubre que este no es el caso, se activa una comprobaci\u00f3n de coherencia en el hipervisor y se produce un bloqueo.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H\",\"baseScore\":6.5,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.0,\"impactScore\":4.0}]},\"weaknesses\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-843\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:xen:xen:*:*:*:*:*:*:x86:*\",\"versionStartIncluding\":\"3.2.0\",\"matchCriteriaId\":\"07AD4949-CFD3-4551-B63D-B307F8EB10FC\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:38:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"CC559B26-5DFC-4B7A-A27C-B77DE755DFF9\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:40:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"CA277A6C-83EC-4536-9125-97B84C4FAF59\"}]}]}],\"references\":[{\"url\":\"https://xenbits.xenproject.org/xsa/advisory-454.html\",\"source\":\"security@xen.org\",\"tags\":[\"Patch\",\"Vendor Advisory\"]},{\"url\":\"http://xenbits.xen.org/xsa/advisory-454.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Vendor Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/D5OK6MH75S7YWD34EWW7QIZTS627RIE3/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RYAZ7P6YFJ2E3FHKAGIKHWS46KYMMTZH/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"https://xenbits.xenproject.org/xsa/advisory-454.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Vendor Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://xenbits.xenproject.org/xsa/advisory-454.html\", \"tags\": [\"x_transferred\"]}, {\"url\": \"http://xenbits.xen.org/xsa/advisory-454.html\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/D5OK6MH75S7YWD34EWW7QIZTS627RIE3/\"}, {\"url\": \"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RYAZ7P6YFJ2E3FHKAGIKHWS46KYMMTZH/\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-11-04T17:12:51.532Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"CHANGED\", \"version\": \"3.1\", \"baseScore\": 6.5, \"attackVector\": \"LOCAL\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"NONE\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2023-46842\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-05-24T18:23:20.820059Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-843\", \"description\": \"CWE-843 Access of Resource Using Incompatible Type (\u0027Type Confusion\u0027)\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-05-24T18:23:34.392Z\"}}], \"cna\": {\"title\": \"x86 HVM hypercalls may trigger Xen bug check\", \"credits\": [{\"lang\": \"en\", \"type\": \"finder\", \"value\": \"This issue was discovered by Manuel Andreas of Technical University of\\nMunich.\\n\"}], \"impacts\": [{\"descriptions\": [{\"lang\": \"en\", \"value\": \"A HVM or PVH guest can cause a hypervisor crash, causing a Denial of\\nService (DoS) of the entire host.\\n\"}]}], \"affected\": [{\"vendor\": \"Xen\", \"product\": \"Xen\", \"versions\": [{\"status\": \"unknown\", \"version\": \"consult Xen advisory XSA-454\"}], \"defaultStatus\": \"unknown\"}], \"datePublic\": \"2024-04-09T11:50:00.000Z\", \"references\": [{\"url\": \"https://xenbits.xenproject.org/xsa/advisory-454.html\"}], \"workarounds\": [{\"lang\": \"en\", \"value\": \"Not using HVM / PVH guests will avoid the vulnerability.\\n\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Unlike 32-bit PV guests, HVM guests may switch freely between 64-bit and\\nother modes. This in particular means that they may set registers used\\nto pass 32-bit-mode hypercall arguments to values outside of the range\\n32-bit code would be able to set them to.\\n\\nWhen processing of hypercalls takes a considerable amount of time,\\nthe hypervisor may choose to invoke a hypercall continuation. Doing so\\ninvolves putting (perhaps updated) hypercall arguments in respective\\nregisters. For guests not running in 64-bit mode this further involves\\na certain amount of translation of the values.\\n\\nUnfortunately internal sanity checking of these translated values\\nassumes high halves of registers to always be clear when invoking a\\nhypercall. When this is found not to be the case, it triggers a\\nconsistency check in the hypervisor and causes a crash.\\n\"}], \"configurations\": [{\"lang\": \"en\", \"value\": \"All Xen versions from at least 3.2 onwards are vulnerable. Earlier\\nversions have not been inspected.\\n\\nOnly x86 systems are vulnerable. Arm systems are not vulnerable.\\n\\nOnly HVM or PVH guests can leverage the vulnerability. PV guests cannot\\nleverage the vulnerability.\\n\"}], \"providerMetadata\": {\"orgId\": \"23aa2041-22e1-471f-9209-9b7396fa234f\", \"shortName\": \"XEN\", \"dateUpdated\": \"2024-05-16T13:39:26.183Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2023-46842\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-11-04T17:12:51.532Z\", \"dateReserved\": \"2023-10-27T07:55:35.333Z\", \"assignerOrgId\": \"23aa2041-22e1-471f-9209-9b7396fa234f\", \"datePublished\": \"2024-05-16T13:39:26.183Z\", \"assignerShortName\": \"XEN\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
CERTFR-2024-AVI-0286
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans les produits Xen. Elles permettent à un attaquant de provoquer une atteinte à la confidentialité des données et un déni de service à distance.
Solution
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
None| Vendor | Product | Description | ||
|---|---|---|---|---|
| XEN | Xen | Xen versions antérieures à 4.17 sans les derniers correctifs de sécurité | ||
| XEN | Xen | Xen versions antérieures à 4.15 sans les derniers correctifs de sécurité | ||
| XEN | Xen | Xen versions antérieures à 4.16 sans les derniers correctifs de sécurité | ||
| XEN | Xen | Xen versions antérieures à 4.18 sans les derniers correctifs de sécurité |
| Title | Publication Time | Tags | ||||||
|---|---|---|---|---|---|---|---|---|
|
||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Xen versions ant\u00e9rieures \u00e0 4.17 sans les derniers correctifs de s\u00e9curit\u00e9",
"product": {
"name": "Xen",
"vendor": {
"name": "XEN",
"scada": false
}
}
},
{
"description": "Xen versions ant\u00e9rieures \u00e0 4.15 sans les derniers correctifs de s\u00e9curit\u00e9",
"product": {
"name": "Xen",
"vendor": {
"name": "XEN",
"scada": false
}
}
},
{
"description": "Xen versions ant\u00e9rieures \u00e0 4.16 sans les derniers correctifs de s\u00e9curit\u00e9",
"product": {
"name": "Xen",
"vendor": {
"name": "XEN",
"scada": false
}
}
},
{
"description": "Xen versions ant\u00e9rieures \u00e0 4.18 sans les derniers correctifs de s\u00e9curit\u00e9",
"product": {
"name": "Xen",
"vendor": {
"name": "XEN",
"scada": false
}
}
}
],
"affected_systems_content": null,
"content": "## Solution\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des\ncorrectifs (cf. section Documentation).\n",
"cves": [
{
"name": "CVE-2023-46842",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46842"
},
{
"name": "CVE-2024-31142",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-31142"
}
],
"links": [],
"reference": "CERTFR-2024-AVI-0286",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2024-04-10T00:00:00.000000"
},
{
"description": "Correction coquille.",
"revision_date": "2024-04-10T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans \u003cspan\nclass=\"textit\"\u003eles produits Xen\u003c/span\u003e. Elles permettent \u00e0 un attaquant\nde provoquer une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es et un d\u00e9ni de\nservice \u00e0 distance.\n",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits Xen",
"vendor_advisories": [
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Xen XSA-455 du 09 avril 2024",
"url": "https://xenbits.xen.org/xsa/advisory-455.html"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Xen XSA-454 du 09 avril 2024",
"url": "https://xenbits.xen.org/xsa/advisory-454.html"
}
]
}
CERTFR-2024-AVI-0299
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans les produits Citrix. Elles permettent à un attaquant de provoquer une atteinte à la confidentialité des données, une atteinte à l'intégrité des données et un déni de service à distance.
Solution
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
None| Title | Publication Time | Tags | ||||||
|---|---|---|---|---|---|---|---|---|
|
||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "XenServer 8 sans les derniers correctifs de s\u00e9curit\u00e9",
"product": {
"name": "XenServer",
"vendor": {
"name": "Citrix",
"scada": false
}
}
},
{
"description": "Hypervisor versions 8.2 CU1 LTSR sans le correctif de s\u00e9curit\u00e9 XS82ECU1062",
"product": {
"name": "N/A",
"vendor": {
"name": "Citrix",
"scada": false
}
}
}
],
"affected_systems_content": null,
"content": "## Solution\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des\ncorrectifs (cf. section Documentation).\n",
"cves": [
{
"name": "CVE-2023-46842",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46842"
},
{
"name": "CVE-2024-31142",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-31142"
},
{
"name": "CVE-2024-2201",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2201"
}
],
"links": [
{
"title": "Bulletin de s\u00e9curit\u00e9 Citrix\u00a0CTX633151 du 11 avril 2024",
"url": "https://support.citrix.com/article/CTX633151/xenserver-and-citrix-hypervisor-security-update-for-cve202346842-cve20242201-and-cve202431142"
}
],
"reference": "CERTFR-2024-AVI-0299",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2024-04-11T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans \u003cspan\nclass=\"textit\"\u003eles produits Citrix\u003c/span\u003e. Elles permettent \u00e0 un\nattaquant de provoquer une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es,\nune atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es et un d\u00e9ni de service \u00e0 distance.\n\n\u00a0\n",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits Citrix",
"vendor_advisories": [
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Citrix CTX633151 du 11 avril 2024",
"url": null
}
]
}
CERTFR-2024-AVI-0286
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans les produits Xen. Elles permettent à un attaquant de provoquer une atteinte à la confidentialité des données et un déni de service à distance.
Solution
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
None| Vendor | Product | Description | ||
|---|---|---|---|---|
| XEN | Xen | Xen versions antérieures à 4.17 sans les derniers correctifs de sécurité | ||
| XEN | Xen | Xen versions antérieures à 4.15 sans les derniers correctifs de sécurité | ||
| XEN | Xen | Xen versions antérieures à 4.16 sans les derniers correctifs de sécurité | ||
| XEN | Xen | Xen versions antérieures à 4.18 sans les derniers correctifs de sécurité |
| Title | Publication Time | Tags | ||||||
|---|---|---|---|---|---|---|---|---|
|
||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Xen versions ant\u00e9rieures \u00e0 4.17 sans les derniers correctifs de s\u00e9curit\u00e9",
"product": {
"name": "Xen",
"vendor": {
"name": "XEN",
"scada": false
}
}
},
{
"description": "Xen versions ant\u00e9rieures \u00e0 4.15 sans les derniers correctifs de s\u00e9curit\u00e9",
"product": {
"name": "Xen",
"vendor": {
"name": "XEN",
"scada": false
}
}
},
{
"description": "Xen versions ant\u00e9rieures \u00e0 4.16 sans les derniers correctifs de s\u00e9curit\u00e9",
"product": {
"name": "Xen",
"vendor": {
"name": "XEN",
"scada": false
}
}
},
{
"description": "Xen versions ant\u00e9rieures \u00e0 4.18 sans les derniers correctifs de s\u00e9curit\u00e9",
"product": {
"name": "Xen",
"vendor": {
"name": "XEN",
"scada": false
}
}
}
],
"affected_systems_content": null,
"content": "## Solution\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des\ncorrectifs (cf. section Documentation).\n",
"cves": [
{
"name": "CVE-2023-46842",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46842"
},
{
"name": "CVE-2024-31142",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-31142"
}
],
"links": [],
"reference": "CERTFR-2024-AVI-0286",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2024-04-10T00:00:00.000000"
},
{
"description": "Correction coquille.",
"revision_date": "2024-04-10T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans \u003cspan\nclass=\"textit\"\u003eles produits Xen\u003c/span\u003e. Elles permettent \u00e0 un attaquant\nde provoquer une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es et un d\u00e9ni de\nservice \u00e0 distance.\n",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits Xen",
"vendor_advisories": [
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Xen XSA-455 du 09 avril 2024",
"url": "https://xenbits.xen.org/xsa/advisory-455.html"
},
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Xen XSA-454 du 09 avril 2024",
"url": "https://xenbits.xen.org/xsa/advisory-454.html"
}
]
}
CERTFR-2024-AVI-0299
Vulnerability from certfr_avis - Published: - Updated:
De multiples vulnérabilités ont été découvertes dans les produits Citrix. Elles permettent à un attaquant de provoquer une atteinte à la confidentialité des données, une atteinte à l'intégrité des données et un déni de service à distance.
Solution
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
None| Title | Publication Time | Tags | ||||||
|---|---|---|---|---|---|---|---|---|
|
||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "XenServer 8 sans les derniers correctifs de s\u00e9curit\u00e9",
"product": {
"name": "XenServer",
"vendor": {
"name": "Citrix",
"scada": false
}
}
},
{
"description": "Hypervisor versions 8.2 CU1 LTSR sans le correctif de s\u00e9curit\u00e9 XS82ECU1062",
"product": {
"name": "N/A",
"vendor": {
"name": "Citrix",
"scada": false
}
}
}
],
"affected_systems_content": null,
"content": "## Solution\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des\ncorrectifs (cf. section Documentation).\n",
"cves": [
{
"name": "CVE-2023-46842",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46842"
},
{
"name": "CVE-2024-31142",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-31142"
},
{
"name": "CVE-2024-2201",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2201"
}
],
"links": [
{
"title": "Bulletin de s\u00e9curit\u00e9 Citrix\u00a0CTX633151 du 11 avril 2024",
"url": "https://support.citrix.com/article/CTX633151/xenserver-and-citrix-hypervisor-security-update-for-cve202346842-cve20242201-and-cve202431142"
}
],
"reference": "CERTFR-2024-AVI-0299",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2024-04-11T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
},
{
"description": "Atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans \u003cspan\nclass=\"textit\"\u003eles produits Citrix\u003c/span\u003e. Elles permettent \u00e0 un\nattaquant de provoquer une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es,\nune atteinte \u00e0 l\u0027int\u00e9grit\u00e9 des donn\u00e9es et un d\u00e9ni de service \u00e0 distance.\n\n\u00a0\n",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits Citrix",
"vendor_advisories": [
{
"published_at": null,
"title": "Bulletin de s\u00e9curit\u00e9 Citrix CTX633151 du 11 avril 2024",
"url": null
}
]
}
BDU:2024-07257
Vulnerability from fstec - Published: 16.05.2024{
"CVSS 2.0": "AV:L/AC:L/Au:S/C:N/I:N/A:C",
"CVSS 3.0": "AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H",
"CVSS 4.0": null,
"remediation_\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440": null,
"remediation_\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435": null,
"\u0412\u0435\u043d\u0434\u043e\u0440 \u041f\u041e": "\u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f, \u041e\u041e\u041e \u00ab\u0420\u0435\u0434 \u0421\u043e\u0444\u0442\u00bb, Fedora Project, The Linux Foundation, \u0410\u041e \"\u041d\u041f\u041f\u041a\u0422\"",
"\u0412\u0435\u0440\u0441\u0438\u044f \u041f\u041e": "11 (Debian GNU/Linux), 12 (Debian GNU/Linux), 7.3 (\u0420\u0415\u0414 \u041e\u0421), 40 (Fedora), \u043e\u0442 4.18.0 \u0434\u043e 4.18.2\u043e\u0442 4.17.0 \u0434\u043e 4.17.2\u043e\u0442 3.2 \u0434\u043e 4.16.2 (Xen), \u0434\u043e 2.14 (\u041e\u0421\u041e\u041d \u041e\u0421\u043d\u043e\u0432\u0430 \u041enyx)",
"\u0412\u043e\u0437\u043c\u043e\u0436\u043d\u044b\u0435 \u043c\u0435\u0440\u044b \u043f\u043e \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u044e": "\u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0430\u0446\u0438\u0439:\nhttps://xenbits.xenproject.org/xsa/advisory-454.html\n\n\u0414\u043b\u044f \u0420\u0435\u0434\u041e\u0421: \nhttp://repo.red-soft.ru/redos/7.3c/x86_64/updates/\n\n\u0414\u043b\u044f Debian GNU/Linux:\nhttps://security-tracker.debian.org/tracker/CVE-2023-46842\n\n\u0414\u043b\u044f Fedora:\nhttps://bodhi.fedoraproject.org/updates/FEDORA-2024-a46df5ba2f\n\n\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f xen \u0434\u043e \u0432\u0435\u0440\u0441\u0438\u0438 4.17.5+23-ga4e5191dc0-1+deb12u1",
"\u0414\u0430\u0442\u0430 \u0432\u044b\u044f\u0432\u043b\u0435\u043d\u0438\u044f": "16.05.2024",
"\u0414\u0430\u0442\u0430 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0433\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f": "24.10.2025",
"\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438": "18.09.2024",
"\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440": "BDU:2024-07257",
"\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b \u0434\u0440\u0443\u0433\u0438\u0445 \u0441\u0438\u0441\u0442\u0435\u043c \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0439 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "CVE-2023-46842",
"\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e\u0431 \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0430",
"\u041a\u043b\u0430\u0441\u0441 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u043a\u043e\u0434\u0430",
"\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u041f\u041e": "Debian GNU/Linux, \u0420\u0415\u0414 \u041e\u0421 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21163751), Fedora, Xen, \u041e\u0421\u041e\u041d \u041e\u0421\u043d\u043e\u0432\u0430 \u041enyx (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21165913)",
"\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u041e\u0421 \u0438 \u0442\u0438\u043f \u0430\u043f\u043f\u0430\u0440\u0430\u0442\u043d\u043e\u0439 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b": "\u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f Debian GNU/Linux 11 , \u0421\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f Debian GNU/Linux 12 , \u041e\u041e\u041e \u00ab\u0420\u0435\u0434 \u0421\u043e\u0444\u0442\u00bb \u0420\u0415\u0414 \u041e\u0421 7.3 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21163751), Fedora Project Fedora 40 , \u0410\u041e \"\u041d\u041f\u041f\u041a\u0422\" \u041e\u0421\u041e\u041d \u041e\u0421\u043d\u043e\u0432\u0430 \u041enyx \u0434\u043e 2.14 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21165913)",
"\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0430 x86 HVM Hypercall Handler \u043a\u0440\u043e\u0441\u0441\u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0435\u043d\u043d\u043e\u0433\u043e \u0433\u0438\u043f\u0435\u0440\u0432\u0438\u0437\u043e\u0440\u0430 Xen \u044f\u0434\u0440\u0430 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b Linux, \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044e\u0449\u0430\u044f \u043d\u0430\u0440\u0443\u0448\u0438\u0442\u0435\u043b\u044e \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0432\u044b\u0437\u0432\u0430\u0442\u044c \u043e\u0442\u043a\u0430\u0437 \u0432 \u043e\u0431\u0441\u043b\u0443\u0436\u0438\u0432\u0430\u043d\u0438\u0438",
"\u041d\u0430\u043b\u0438\u0447\u0438\u0435 \u044d\u043a\u0441\u043f\u043b\u043e\u0439\u0442\u0430": "\u0414\u0430\u043d\u043d\u044b\u0435 \u0443\u0442\u043e\u0447\u043d\u044f\u044e\u0442\u0441\u044f",
"\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043e\u0448\u0438\u0431\u043a\u0438 CWE": "\u041d\u0435\u043a\u043e\u0440\u0440\u0435\u043a\u0442\u043d\u0430\u044f \u0437\u0430\u0447\u0438\u0441\u0442\u043a\u0430 \u0438\u043b\u0438 \u043e\u0441\u0432\u043e\u0431\u043e\u0436\u0434\u0435\u043d\u0438\u0435 \u0440\u0435\u0441\u0443\u0440\u0441\u043e\u0432 (CWE-404)",
"\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u0430 x86 HVM Hypercall Handler \u043a\u0440\u043e\u0441\u0441\u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u0435\u043d\u043d\u043e\u0433\u043e \u0433\u0438\u043f\u0435\u0440\u0432\u0438\u0437\u043e\u0440\u0430 Xen \u044f\u0434\u0440\u0430 \u043e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u043e\u0439 \u0441\u0438\u0441\u0442\u0435\u043c\u044b Linux \u0441\u0432\u044f\u0437\u0430\u043d\u0430 \u0441 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044c\u044e \u0441\u0432\u043e\u0431\u043e\u0434\u043d\u043e \u043f\u0435\u0440\u0435\u043a\u043b\u044e\u0447\u0430\u0442\u044c\u0441\u044f \u043c\u0435\u0436\u0434\u0443 64-\u0431\u0438\u0442\u043d\u044b\u043c \u0438 \u0434\u0440\u0443\u0433\u0438\u043c\u0438 \u0440\u0435\u0436\u0438\u043c\u0430\u043c\u0438 \u0441\u0438\u0441\u0442\u0435\u043c\u044b. \u042d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u044f \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438 \u043c\u043e\u0436\u0435\u0442 \u043f\u043e\u0437\u0432\u043e\u043b\u0438\u0442\u044c \u043d\u0430\u0440\u0443\u0448\u0438\u0442\u0435\u043b\u044e \u0432\u044b\u0437\u0432\u0430\u0442\u044c \u043e\u0442\u043a\u0430\u0437 \u0432 \u043e\u0431\u0441\u043b\u0443\u0436\u0438\u0432\u0430\u043d\u0438\u0438",
"\u041f\u043e\u0441\u043b\u0435\u0434\u0441\u0442\u0432\u0438\u044f \u044d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u0438 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": null,
"\u041f\u0440\u043e\u0447\u0430\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f": null,
"\u0421\u0432\u044f\u0437\u044c \u0441 \u0438\u043d\u0446\u0438\u0434\u0435\u043d\u0442\u0430\u043c\u0438 \u0418\u0411": "\u0414\u0430\u043d\u043d\u044b\u0435 \u0443\u0442\u043e\u0447\u043d\u044f\u044e\u0442\u0441\u044f",
"\u0421\u043e\u0441\u0442\u043e\u044f\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u041e\u043f\u0443\u0431\u043b\u0438\u043a\u043e\u0432\u0430\u043d\u0430",
"\u0421\u043f\u043e\u0441\u043e\u0431 \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u044f": "\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f",
"\u0421\u043f\u043e\u0441\u043e\u0431 \u044d\u043a\u0441\u043f\u043b\u0443\u0430\u0442\u0430\u0446\u0438\u0438": "\u0418\u0441\u0447\u0435\u0440\u043f\u0430\u043d\u0438\u0435 \u0440\u0435\u0441\u0443\u0440\u0441\u043e\u0432",
"\u0421\u0441\u044b\u043b\u043a\u0438 \u043d\u0430 \u0438\u0441\u0442\u043e\u0447\u043d\u0438\u043a\u0438": "https://redos.red-soft.ru/support/secure/\nhttps://xenbits.xenproject.org/xsa/advisory-454.html\nhttps://security-tracker.debian.org/tracker/CVE-2023-46842\nhttps://bodhi.fedoraproject.org/updates/FEDORA-2024-a46df5ba2f\nhttps://\u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0430.\u043d\u043f\u043f\u043a\u0442.\u0440\u0444/bin/view/\u041e\u0421\u043d\u043e\u0432\u0430/\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f/2.14/",
"\u0421\u0442\u0430\u0442\u0443\u0441 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u041f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0430 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u0435\u043c",
"\u0422\u0438\u043f \u041f\u041e": "\u041e\u043f\u0435\u0440\u0430\u0446\u0438\u043e\u043d\u043d\u0430\u044f \u0441\u0438\u0441\u0442\u0435\u043c\u0430, \u041f\u041e \u0432\u0438\u0440\u0442\u0443\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438/\u041f\u041e \u0432\u0438\u0440\u0442\u0443\u0430\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e-\u0430\u043f\u043f\u0430\u0440\u0430\u0442\u043d\u043e\u0433\u043e \u0441\u0440\u0435\u0434\u0441\u0442\u0432\u0430",
"\u0422\u0438\u043f \u043e\u0448\u0438\u0431\u043a\u0438 CWE": "CWE-404",
"\u0423\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0421\u0440\u0435\u0434\u043d\u0438\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 (\u0431\u0430\u0437\u043e\u0432\u0430\u044f \u043e\u0446\u0435\u043d\u043a\u0430 CVSS 2.0 \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 4,6)\n\u0421\u0440\u0435\u0434\u043d\u0438\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 (\u0431\u0430\u0437\u043e\u0432\u0430\u044f \u043e\u0446\u0435\u043d\u043a\u0430 CVSS 3.0 \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 6,5)"
}
FKIE_CVE-2023-46842
Vulnerability from fkie_nvd - Published: 2024-05-16 14:15 - Updated: 2026-01-05 19:05| URL | Tags | ||
|---|---|---|---|
| security@xen.org | https://xenbits.xenproject.org/xsa/advisory-454.html | Patch, Vendor Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | http://xenbits.xen.org/xsa/advisory-454.html | Patch, Vendor Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/D5OK6MH75S7YWD34EWW7QIZTS627RIE3/ | Mailing List, Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RYAZ7P6YFJ2E3FHKAGIKHWS46KYMMTZH/ | Mailing List, Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | https://xenbits.xenproject.org/xsa/advisory-454.html | Patch, Vendor Advisory |
| Vendor | Product | Version | |
|---|---|---|---|
| xen | xen | * | |
| fedoraproject | fedora | 38 | |
| fedoraproject | fedora | 40 |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:xen:xen:*:*:*:*:*:*:x86:*",
"matchCriteriaId": "07AD4949-CFD3-4551-B63D-B307F8EB10FC",
"versionStartIncluding": "3.2.0",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:fedoraproject:fedora:38:*:*:*:*:*:*:*",
"matchCriteriaId": "CC559B26-5DFC-4B7A-A27C-B77DE755DFF9",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:fedoraproject:fedora:40:*:*:*:*:*:*:*",
"matchCriteriaId": "CA277A6C-83EC-4536-9125-97B84C4FAF59",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "Unlike 32-bit PV guests, HVM guests may switch freely between 64-bit and\nother modes. This in particular means that they may set registers used\nto pass 32-bit-mode hypercall arguments to values outside of the range\n32-bit code would be able to set them to.\n\nWhen processing of hypercalls takes a considerable amount of time,\nthe hypervisor may choose to invoke a hypercall continuation. Doing so\ninvolves putting (perhaps updated) hypercall arguments in respective\nregisters. For guests not running in 64-bit mode this further involves\na certain amount of translation of the values.\n\nUnfortunately internal sanity checking of these translated values\nassumes high halves of registers to always be clear when invoking a\nhypercall. When this is found not to be the case, it triggers a\nconsistency check in the hypervisor and causes a crash.\n"
},
{
"lang": "es",
"value": "A diferencia de los hu\u00e9spedes PV de 32 bits, los hu\u00e9spedes HVM pueden cambiar libremente entre 64 bits y otros modos. Esto significa en particular que pueden configurar los registros utilizados para pasar argumentos de hiperllamada en modo de 32 bits a valores fuera del rango en el que el c\u00f3digo de 32 bits podr\u00eda configurarlos. Cuando el procesamiento de hiperllamadas toma una cantidad considerable de tiempo, el hipervisor puede optar por invocar una continuaci\u00f3n de hiperllamada. Hacerlo implica colocar argumentos de hiperllamada (quiz\u00e1s actualizados) en los registros respectivos. Para los hu\u00e9spedes que no se ejecutan en modo de 64 bits, esto implica adem\u00e1s una cierta cantidad de traducci\u00f3n de los valores. Desafortunadamente, la comprobaci\u00f3n de cordura interna de estos valores traducidos supone que las mitades altas de los registros siempre est\u00e1n limpias al invocar una hiperllamada. Cuando se descubre que este no es el caso, se activa una comprobaci\u00f3n de coherencia en el hipervisor y se produce un bloqueo."
}
],
"id": "CVE-2023-46842",
"lastModified": "2026-01-05T19:05:51.763",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H",
"version": "3.1"
},
"exploitabilityScore": 2.0,
"impactScore": 4.0,
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"type": "Secondary"
}
]
},
"published": "2024-05-16T14:15:08.317",
"references": [
{
"source": "security@xen.org",
"tags": [
"Patch",
"Vendor Advisory"
],
"url": "https://xenbits.xenproject.org/xsa/advisory-454.html"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Patch",
"Vendor Advisory"
],
"url": "http://xenbits.xen.org/xsa/advisory-454.html"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/D5OK6MH75S7YWD34EWW7QIZTS627RIE3/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RYAZ7P6YFJ2E3FHKAGIKHWS46KYMMTZH/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Patch",
"Vendor Advisory"
],
"url": "https://xenbits.xenproject.org/xsa/advisory-454.html"
}
],
"sourceIdentifier": "security@xen.org",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-843"
}
],
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"type": "Secondary"
}
]
}
GHSA-HCR5-HP8W-36Q9
Vulnerability from github – Published: 2024-05-16 15:31 – Updated: 2025-11-04 18:30Unlike 32-bit PV guests, HVM guests may switch freely between 64-bit and other modes. This in particular means that they may set registers used to pass 32-bit-mode hypercall arguments to values outside of the range 32-bit code would be able to set them to.
When processing of hypercalls takes a considerable amount of time, the hypervisor may choose to invoke a hypercall continuation. Doing so involves putting (perhaps updated) hypercall arguments in respective registers. For guests not running in 64-bit mode this further involves a certain amount of translation of the values.
Unfortunately internal sanity checking of these translated values assumes high halves of registers to always be clear when invoking a hypercall. When this is found not to be the case, it triggers a consistency check in the hypervisor and causes a crash.
{
"affected": [],
"aliases": [
"CVE-2023-46842"
],
"database_specific": {
"cwe_ids": [
"CWE-843"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2024-05-16T14:15:08Z",
"severity": "MODERATE"
},
"details": "Unlike 32-bit PV guests, HVM guests may switch freely between 64-bit and\nother modes. This in particular means that they may set registers used\nto pass 32-bit-mode hypercall arguments to values outside of the range\n32-bit code would be able to set them to.\n\nWhen processing of hypercalls takes a considerable amount of time,\nthe hypervisor may choose to invoke a hypercall continuation. Doing so\ninvolves putting (perhaps updated) hypercall arguments in respective\nregisters. For guests not running in 64-bit mode this further involves\na certain amount of translation of the values.\n\nUnfortunately internal sanity checking of these translated values\nassumes high halves of registers to always be clear when invoking a\nhypercall. When this is found not to be the case, it triggers a\nconsistency check in the hypervisor and causes a crash.",
"id": "GHSA-hcr5-hp8w-36q9",
"modified": "2025-11-04T18:30:56Z",
"published": "2024-05-16T15:31:37Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2023-46842"
},
{
"type": "WEB",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/D5OK6MH75S7YWD34EWW7QIZTS627RIE3"
},
{
"type": "WEB",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RYAZ7P6YFJ2E3FHKAGIKHWS46KYMMTZH"
},
{
"type": "WEB",
"url": "https://xenbits.xenproject.org/xsa/advisory-454.html"
},
{
"type": "WEB",
"url": "http://xenbits.xen.org/xsa/advisory-454.html"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H",
"type": "CVSS_V3"
}
]
}
GSD-2023-46842
Vulnerability from gsd - Updated: 2023-12-13 01:20{
"GSD": {
"alias": "CVE-2023-46842",
"id": "GSD-2023-46842"
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2023-46842"
],
"id": "GSD-2023-46842",
"modified": "2023-12-13T01:20:53.365990Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2023-46842",
"STATE": "RESERVED"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided."
}
]
}
}
}
}
OPENSUSE-SU-2024:13853-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:xen-4.18.2_02-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-4.18.2_02-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-4.18.2_02-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-4.18.2_02-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-devel-4.18.2_02-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-devel-4.18.2_02-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-devel-4.18.2_02-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-devel-4.18.2_02-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-doc-html-4.18.2_02-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-doc-html-4.18.2_02-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-doc-html-4.18.2_02-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-doc-html-4.18.2_02-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-libs-4.18.2_02-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-libs-4.18.2_02-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-libs-4.18.2_02-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-libs-4.18.2_02-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-4.18.2_02-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-4.18.2_02-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-4.18.2_02-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-4.18.2_02-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-domU-4.18.2_02-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-domU-4.18.2_02-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-domU-4.18.2_02-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-domU-4.18.2_02-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.2_02-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.2_02-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.2_02-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.2_02-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:xen-4.18.2_02-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-4.18.2_02-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-4.18.2_02-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-4.18.2_02-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-devel-4.18.2_02-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-devel-4.18.2_02-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-devel-4.18.2_02-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-devel-4.18.2_02-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-doc-html-4.18.2_02-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-doc-html-4.18.2_02-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-doc-html-4.18.2_02-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-doc-html-4.18.2_02-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-libs-4.18.2_02-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-libs-4.18.2_02-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-libs-4.18.2_02-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-libs-4.18.2_02-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-4.18.2_02-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-4.18.2_02-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-4.18.2_02-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-4.18.2_02-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-domU-4.18.2_02-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-domU-4.18.2_02-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-domU-4.18.2_02-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-domU-4.18.2_02-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.2_02-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.2_02-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.2_02-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.2_02-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:xen-4.18.2_02-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-4.18.2_02-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-4.18.2_02-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-4.18.2_02-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-devel-4.18.2_02-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-devel-4.18.2_02-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-devel-4.18.2_02-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-devel-4.18.2_02-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-doc-html-4.18.2_02-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-doc-html-4.18.2_02-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-doc-html-4.18.2_02-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-doc-html-4.18.2_02-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-libs-4.18.2_02-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-libs-4.18.2_02-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-libs-4.18.2_02-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-libs-4.18.2_02-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-4.18.2_02-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-4.18.2_02-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-4.18.2_02-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-4.18.2_02-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-domU-4.18.2_02-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-domU-4.18.2_02-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-domU-4.18.2_02-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-domU-4.18.2_02-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.2_02-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.2_02-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.2_02-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.2_02-1.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "xen-4.18.2_02-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the xen-4.18.2_02-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-13853",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_13853-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-46842 page",
"url": "https://www.suse.com/security/cve/CVE-2023-46842/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-2201 page",
"url": "https://www.suse.com/security/cve/CVE-2024-2201/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-31142 page",
"url": "https://www.suse.com/security/cve/CVE-2024-31142/"
}
],
"title": "xen-4.18.2_02-1.1 on GA media",
"tracking": {
"current_release_date": "2024-06-15T00:00:00Z",
"generator": {
"date": "2024-06-15T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2024:13853-1",
"initial_release_date": "2024-06-15T00:00:00Z",
"revision_history": [
{
"date": "2024-06-15T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "xen-4.18.2_02-1.1.aarch64",
"product": {
"name": "xen-4.18.2_02-1.1.aarch64",
"product_id": "xen-4.18.2_02-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-devel-4.18.2_02-1.1.aarch64",
"product": {
"name": "xen-devel-4.18.2_02-1.1.aarch64",
"product_id": "xen-devel-4.18.2_02-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-doc-html-4.18.2_02-1.1.aarch64",
"product": {
"name": "xen-doc-html-4.18.2_02-1.1.aarch64",
"product_id": "xen-doc-html-4.18.2_02-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-libs-4.18.2_02-1.1.aarch64",
"product": {
"name": "xen-libs-4.18.2_02-1.1.aarch64",
"product_id": "xen-libs-4.18.2_02-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-tools-4.18.2_02-1.1.aarch64",
"product": {
"name": "xen-tools-4.18.2_02-1.1.aarch64",
"product_id": "xen-tools-4.18.2_02-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.18.2_02-1.1.aarch64",
"product": {
"name": "xen-tools-domU-4.18.2_02-1.1.aarch64",
"product_id": "xen-tools-domU-4.18.2_02-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-tools-xendomains-wait-disk-4.18.2_02-1.1.aarch64",
"product": {
"name": "xen-tools-xendomains-wait-disk-4.18.2_02-1.1.aarch64",
"product_id": "xen-tools-xendomains-wait-disk-4.18.2_02-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-4.18.2_02-1.1.ppc64le",
"product": {
"name": "xen-4.18.2_02-1.1.ppc64le",
"product_id": "xen-4.18.2_02-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "xen-devel-4.18.2_02-1.1.ppc64le",
"product": {
"name": "xen-devel-4.18.2_02-1.1.ppc64le",
"product_id": "xen-devel-4.18.2_02-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "xen-doc-html-4.18.2_02-1.1.ppc64le",
"product": {
"name": "xen-doc-html-4.18.2_02-1.1.ppc64le",
"product_id": "xen-doc-html-4.18.2_02-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "xen-libs-4.18.2_02-1.1.ppc64le",
"product": {
"name": "xen-libs-4.18.2_02-1.1.ppc64le",
"product_id": "xen-libs-4.18.2_02-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "xen-tools-4.18.2_02-1.1.ppc64le",
"product": {
"name": "xen-tools-4.18.2_02-1.1.ppc64le",
"product_id": "xen-tools-4.18.2_02-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.18.2_02-1.1.ppc64le",
"product": {
"name": "xen-tools-domU-4.18.2_02-1.1.ppc64le",
"product_id": "xen-tools-domU-4.18.2_02-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "xen-tools-xendomains-wait-disk-4.18.2_02-1.1.ppc64le",
"product": {
"name": "xen-tools-xendomains-wait-disk-4.18.2_02-1.1.ppc64le",
"product_id": "xen-tools-xendomains-wait-disk-4.18.2_02-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-4.18.2_02-1.1.s390x",
"product": {
"name": "xen-4.18.2_02-1.1.s390x",
"product_id": "xen-4.18.2_02-1.1.s390x"
}
},
{
"category": "product_version",
"name": "xen-devel-4.18.2_02-1.1.s390x",
"product": {
"name": "xen-devel-4.18.2_02-1.1.s390x",
"product_id": "xen-devel-4.18.2_02-1.1.s390x"
}
},
{
"category": "product_version",
"name": "xen-doc-html-4.18.2_02-1.1.s390x",
"product": {
"name": "xen-doc-html-4.18.2_02-1.1.s390x",
"product_id": "xen-doc-html-4.18.2_02-1.1.s390x"
}
},
{
"category": "product_version",
"name": "xen-libs-4.18.2_02-1.1.s390x",
"product": {
"name": "xen-libs-4.18.2_02-1.1.s390x",
"product_id": "xen-libs-4.18.2_02-1.1.s390x"
}
},
{
"category": "product_version",
"name": "xen-tools-4.18.2_02-1.1.s390x",
"product": {
"name": "xen-tools-4.18.2_02-1.1.s390x",
"product_id": "xen-tools-4.18.2_02-1.1.s390x"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.18.2_02-1.1.s390x",
"product": {
"name": "xen-tools-domU-4.18.2_02-1.1.s390x",
"product_id": "xen-tools-domU-4.18.2_02-1.1.s390x"
}
},
{
"category": "product_version",
"name": "xen-tools-xendomains-wait-disk-4.18.2_02-1.1.s390x",
"product": {
"name": "xen-tools-xendomains-wait-disk-4.18.2_02-1.1.s390x",
"product_id": "xen-tools-xendomains-wait-disk-4.18.2_02-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-4.18.2_02-1.1.x86_64",
"product": {
"name": "xen-4.18.2_02-1.1.x86_64",
"product_id": "xen-4.18.2_02-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-devel-4.18.2_02-1.1.x86_64",
"product": {
"name": "xen-devel-4.18.2_02-1.1.x86_64",
"product_id": "xen-devel-4.18.2_02-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-doc-html-4.18.2_02-1.1.x86_64",
"product": {
"name": "xen-doc-html-4.18.2_02-1.1.x86_64",
"product_id": "xen-doc-html-4.18.2_02-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-libs-4.18.2_02-1.1.x86_64",
"product": {
"name": "xen-libs-4.18.2_02-1.1.x86_64",
"product_id": "xen-libs-4.18.2_02-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-tools-4.18.2_02-1.1.x86_64",
"product": {
"name": "xen-tools-4.18.2_02-1.1.x86_64",
"product_id": "xen-tools-4.18.2_02-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.18.2_02-1.1.x86_64",
"product": {
"name": "xen-tools-domU-4.18.2_02-1.1.x86_64",
"product_id": "xen-tools-domU-4.18.2_02-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-tools-xendomains-wait-disk-4.18.2_02-1.1.x86_64",
"product": {
"name": "xen-tools-xendomains-wait-disk-4.18.2_02-1.1.x86_64",
"product_id": "xen-tools-xendomains-wait-disk-4.18.2_02-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-4.18.2_02-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xen-4.18.2_02-1.1.aarch64"
},
"product_reference": "xen-4.18.2_02-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-4.18.2_02-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xen-4.18.2_02-1.1.ppc64le"
},
"product_reference": "xen-4.18.2_02-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-4.18.2_02-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xen-4.18.2_02-1.1.s390x"
},
"product_reference": "xen-4.18.2_02-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-4.18.2_02-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xen-4.18.2_02-1.1.x86_64"
},
"product_reference": "xen-4.18.2_02-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-devel-4.18.2_02-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xen-devel-4.18.2_02-1.1.aarch64"
},
"product_reference": "xen-devel-4.18.2_02-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-devel-4.18.2_02-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xen-devel-4.18.2_02-1.1.ppc64le"
},
"product_reference": "xen-devel-4.18.2_02-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-devel-4.18.2_02-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xen-devel-4.18.2_02-1.1.s390x"
},
"product_reference": "xen-devel-4.18.2_02-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-devel-4.18.2_02-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xen-devel-4.18.2_02-1.1.x86_64"
},
"product_reference": "xen-devel-4.18.2_02-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-doc-html-4.18.2_02-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xen-doc-html-4.18.2_02-1.1.aarch64"
},
"product_reference": "xen-doc-html-4.18.2_02-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-doc-html-4.18.2_02-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xen-doc-html-4.18.2_02-1.1.ppc64le"
},
"product_reference": "xen-doc-html-4.18.2_02-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-doc-html-4.18.2_02-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xen-doc-html-4.18.2_02-1.1.s390x"
},
"product_reference": "xen-doc-html-4.18.2_02-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-doc-html-4.18.2_02-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xen-doc-html-4.18.2_02-1.1.x86_64"
},
"product_reference": "xen-doc-html-4.18.2_02-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.18.2_02-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xen-libs-4.18.2_02-1.1.aarch64"
},
"product_reference": "xen-libs-4.18.2_02-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.18.2_02-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xen-libs-4.18.2_02-1.1.ppc64le"
},
"product_reference": "xen-libs-4.18.2_02-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.18.2_02-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xen-libs-4.18.2_02-1.1.s390x"
},
"product_reference": "xen-libs-4.18.2_02-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.18.2_02-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xen-libs-4.18.2_02-1.1.x86_64"
},
"product_reference": "xen-libs-4.18.2_02-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-4.18.2_02-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xen-tools-4.18.2_02-1.1.aarch64"
},
"product_reference": "xen-tools-4.18.2_02-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-4.18.2_02-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xen-tools-4.18.2_02-1.1.ppc64le"
},
"product_reference": "xen-tools-4.18.2_02-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-4.18.2_02-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xen-tools-4.18.2_02-1.1.s390x"
},
"product_reference": "xen-tools-4.18.2_02-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-4.18.2_02-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xen-tools-4.18.2_02-1.1.x86_64"
},
"product_reference": "xen-tools-4.18.2_02-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-domU-4.18.2_02-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xen-tools-domU-4.18.2_02-1.1.aarch64"
},
"product_reference": "xen-tools-domU-4.18.2_02-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-domU-4.18.2_02-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xen-tools-domU-4.18.2_02-1.1.ppc64le"
},
"product_reference": "xen-tools-domU-4.18.2_02-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-domU-4.18.2_02-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xen-tools-domU-4.18.2_02-1.1.s390x"
},
"product_reference": "xen-tools-domU-4.18.2_02-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-domU-4.18.2_02-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xen-tools-domU-4.18.2_02-1.1.x86_64"
},
"product_reference": "xen-tools-domU-4.18.2_02-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-xendomains-wait-disk-4.18.2_02-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.2_02-1.1.aarch64"
},
"product_reference": "xen-tools-xendomains-wait-disk-4.18.2_02-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-xendomains-wait-disk-4.18.2_02-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.2_02-1.1.ppc64le"
},
"product_reference": "xen-tools-xendomains-wait-disk-4.18.2_02-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-xendomains-wait-disk-4.18.2_02-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.2_02-1.1.s390x"
},
"product_reference": "xen-tools-xendomains-wait-disk-4.18.2_02-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-xendomains-wait-disk-4.18.2_02-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.2_02-1.1.x86_64"
},
"product_reference": "xen-tools-xendomains-wait-disk-4.18.2_02-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-46842",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-46842"
}
],
"notes": [
{
"category": "general",
"text": "Unlike 32-bit PV guests, HVM guests may switch freely between 64-bit and\nother modes. This in particular means that they may set registers used\nto pass 32-bit-mode hypercall arguments to values outside of the range\n32-bit code would be able to set them to.\n\nWhen processing of hypercalls takes a considerable amount of time,\nthe hypervisor may choose to invoke a hypercall continuation. Doing so\ninvolves putting (perhaps updated) hypercall arguments in respective\nregisters. For guests not running in 64-bit mode this further involves\na certain amount of translation of the values.\n\nUnfortunately internal sanity checking of these translated values\nassumes high halves of registers to always be clear when invoking a\nhypercall. When this is found not to be the case, it triggers a\nconsistency check in the hypervisor and causes a crash.\n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:xen-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-4.18.2_02-1.1.x86_64",
"openSUSE Tumbleweed:xen-devel-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-devel-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-devel-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-devel-4.18.2_02-1.1.x86_64",
"openSUSE Tumbleweed:xen-doc-html-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-doc-html-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-doc-html-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-doc-html-4.18.2_02-1.1.x86_64",
"openSUSE Tumbleweed:xen-libs-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-libs-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-libs-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-libs-4.18.2_02-1.1.x86_64",
"openSUSE Tumbleweed:xen-tools-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-tools-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-tools-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-tools-4.18.2_02-1.1.x86_64",
"openSUSE Tumbleweed:xen-tools-domU-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-tools-domU-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-tools-domU-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-tools-domU-4.18.2_02-1.1.x86_64",
"openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.2_02-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-46842",
"url": "https://www.suse.com/security/cve/CVE-2023-46842"
},
{
"category": "external",
"summary": "SUSE Bug 1221984 for CVE-2023-46842",
"url": "https://bugzilla.suse.com/1221984"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:xen-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-4.18.2_02-1.1.x86_64",
"openSUSE Tumbleweed:xen-devel-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-devel-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-devel-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-devel-4.18.2_02-1.1.x86_64",
"openSUSE Tumbleweed:xen-doc-html-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-doc-html-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-doc-html-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-doc-html-4.18.2_02-1.1.x86_64",
"openSUSE Tumbleweed:xen-libs-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-libs-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-libs-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-libs-4.18.2_02-1.1.x86_64",
"openSUSE Tumbleweed:xen-tools-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-tools-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-tools-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-tools-4.18.2_02-1.1.x86_64",
"openSUSE Tumbleweed:xen-tools-domU-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-tools-domU-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-tools-domU-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-tools-domU-4.18.2_02-1.1.x86_64",
"openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.2_02-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:xen-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-4.18.2_02-1.1.x86_64",
"openSUSE Tumbleweed:xen-devel-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-devel-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-devel-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-devel-4.18.2_02-1.1.x86_64",
"openSUSE Tumbleweed:xen-doc-html-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-doc-html-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-doc-html-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-doc-html-4.18.2_02-1.1.x86_64",
"openSUSE Tumbleweed:xen-libs-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-libs-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-libs-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-libs-4.18.2_02-1.1.x86_64",
"openSUSE Tumbleweed:xen-tools-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-tools-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-tools-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-tools-4.18.2_02-1.1.x86_64",
"openSUSE Tumbleweed:xen-tools-domU-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-tools-domU-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-tools-domU-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-tools-domU-4.18.2_02-1.1.x86_64",
"openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.2_02-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2023-46842"
},
{
"cve": "CVE-2024-2201",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-2201"
}
],
"notes": [
{
"category": "general",
"text": "A cross-privilege Spectre v2 vulnerability allows attackers to bypass all deployed mitigations, including the recent Fine(IBT), and to leak arbitrary Linux kernel memory on Intel systems.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:xen-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-4.18.2_02-1.1.x86_64",
"openSUSE Tumbleweed:xen-devel-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-devel-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-devel-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-devel-4.18.2_02-1.1.x86_64",
"openSUSE Tumbleweed:xen-doc-html-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-doc-html-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-doc-html-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-doc-html-4.18.2_02-1.1.x86_64",
"openSUSE Tumbleweed:xen-libs-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-libs-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-libs-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-libs-4.18.2_02-1.1.x86_64",
"openSUSE Tumbleweed:xen-tools-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-tools-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-tools-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-tools-4.18.2_02-1.1.x86_64",
"openSUSE Tumbleweed:xen-tools-domU-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-tools-domU-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-tools-domU-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-tools-domU-4.18.2_02-1.1.x86_64",
"openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.2_02-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-2201",
"url": "https://www.suse.com/security/cve/CVE-2024-2201"
},
{
"category": "external",
"summary": "SUSE Bug 1212111 for CVE-2024-2201",
"url": "https://bugzilla.suse.com/1212111"
},
{
"category": "external",
"summary": "SUSE Bug 1217339 for CVE-2024-2201",
"url": "https://bugzilla.suse.com/1217339"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:xen-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-4.18.2_02-1.1.x86_64",
"openSUSE Tumbleweed:xen-devel-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-devel-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-devel-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-devel-4.18.2_02-1.1.x86_64",
"openSUSE Tumbleweed:xen-doc-html-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-doc-html-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-doc-html-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-doc-html-4.18.2_02-1.1.x86_64",
"openSUSE Tumbleweed:xen-libs-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-libs-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-libs-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-libs-4.18.2_02-1.1.x86_64",
"openSUSE Tumbleweed:xen-tools-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-tools-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-tools-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-tools-4.18.2_02-1.1.x86_64",
"openSUSE Tumbleweed:xen-tools-domU-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-tools-domU-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-tools-domU-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-tools-domU-4.18.2_02-1.1.x86_64",
"openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.2_02-1.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": [
"openSUSE Tumbleweed:xen-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-4.18.2_02-1.1.x86_64",
"openSUSE Tumbleweed:xen-devel-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-devel-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-devel-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-devel-4.18.2_02-1.1.x86_64",
"openSUSE Tumbleweed:xen-doc-html-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-doc-html-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-doc-html-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-doc-html-4.18.2_02-1.1.x86_64",
"openSUSE Tumbleweed:xen-libs-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-libs-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-libs-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-libs-4.18.2_02-1.1.x86_64",
"openSUSE Tumbleweed:xen-tools-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-tools-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-tools-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-tools-4.18.2_02-1.1.x86_64",
"openSUSE Tumbleweed:xen-tools-domU-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-tools-domU-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-tools-domU-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-tools-domU-4.18.2_02-1.1.x86_64",
"openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.2_02-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2024-2201"
},
{
"cve": "CVE-2024-31142",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-31142"
}
],
"notes": [
{
"category": "general",
"text": "Because of a logical error in XSA-407 (Branch Type Confusion), the\nmitigation is not applied properly when it is intended to be used.\nXSA-434 (Speculative Return Stack Overflow) uses the same\ninfrastructure, so is equally impacted.\n\nFor more details, see:\n https://xenbits.xen.org/xsa/advisory-407.html\n https://xenbits.xen.org/xsa/advisory-434.html\n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:xen-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-4.18.2_02-1.1.x86_64",
"openSUSE Tumbleweed:xen-devel-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-devel-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-devel-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-devel-4.18.2_02-1.1.x86_64",
"openSUSE Tumbleweed:xen-doc-html-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-doc-html-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-doc-html-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-doc-html-4.18.2_02-1.1.x86_64",
"openSUSE Tumbleweed:xen-libs-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-libs-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-libs-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-libs-4.18.2_02-1.1.x86_64",
"openSUSE Tumbleweed:xen-tools-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-tools-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-tools-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-tools-4.18.2_02-1.1.x86_64",
"openSUSE Tumbleweed:xen-tools-domU-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-tools-domU-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-tools-domU-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-tools-domU-4.18.2_02-1.1.x86_64",
"openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.2_02-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-31142",
"url": "https://www.suse.com/security/cve/CVE-2024-31142"
},
{
"category": "external",
"summary": "SUSE Bug 1222302 for CVE-2024-31142",
"url": "https://bugzilla.suse.com/1222302"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:xen-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-4.18.2_02-1.1.x86_64",
"openSUSE Tumbleweed:xen-devel-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-devel-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-devel-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-devel-4.18.2_02-1.1.x86_64",
"openSUSE Tumbleweed:xen-doc-html-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-doc-html-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-doc-html-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-doc-html-4.18.2_02-1.1.x86_64",
"openSUSE Tumbleweed:xen-libs-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-libs-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-libs-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-libs-4.18.2_02-1.1.x86_64",
"openSUSE Tumbleweed:xen-tools-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-tools-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-tools-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-tools-4.18.2_02-1.1.x86_64",
"openSUSE Tumbleweed:xen-tools-domU-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-tools-domU-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-tools-domU-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-tools-domU-4.18.2_02-1.1.x86_64",
"openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.2_02-1.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": [
"openSUSE Tumbleweed:xen-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-4.18.2_02-1.1.x86_64",
"openSUSE Tumbleweed:xen-devel-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-devel-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-devel-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-devel-4.18.2_02-1.1.x86_64",
"openSUSE Tumbleweed:xen-doc-html-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-doc-html-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-doc-html-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-doc-html-4.18.2_02-1.1.x86_64",
"openSUSE Tumbleweed:xen-libs-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-libs-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-libs-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-libs-4.18.2_02-1.1.x86_64",
"openSUSE Tumbleweed:xen-tools-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-tools-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-tools-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-tools-4.18.2_02-1.1.x86_64",
"openSUSE Tumbleweed:xen-tools-domU-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-tools-domU-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-tools-domU-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-tools-domU-4.18.2_02-1.1.x86_64",
"openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.2_02-1.1.aarch64",
"openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.2_02-1.1.ppc64le",
"openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.2_02-1.1.s390x",
"openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.18.2_02-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2024-31142"
}
]
}
SUSE-SU-2024:1259-1
Vulnerability from csaf_suse - Published: 2024-04-12 13:03 - Updated: 2024-04-12 13:03| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.6_02-150400.4.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.6_02-150400.4.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.3:xen-libs-4.16.6_02-150400.4.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.4:xen-libs-4.16.6_02-150400.4.55.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.6_02-150400.4.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.6_02-150400.4.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.3:xen-libs-4.16.6_02-150400.4.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.4:xen-libs-4.16.6_02-150400.4.55.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.6_02-150400.4.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.6_02-150400.4.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.3:xen-libs-4.16.6_02-150400.4.55.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.4:xen-libs-4.16.6_02-150400.4.55.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for xen",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for xen fixes the following issues:\n\n- CVE-2023-46842: Fixed denial of service due to Xen bug check triggered by HVM hypercalls (XSA-454) in xen x86 (bsc#1221984)\n- CVE-2024-31142: Fixed incorrect logic for BTC/SRSO mitigations (XSA-455) in xen x86 (bsc#1222302)\n- CVE-2024-2201: Fixed memory disclosure via Native Branch History Injection (XSA-456) in xen x86 (bsc#1222453)\n\nOther fixes:\n\n- Update to Xen 4.16.6 (bsc#1027519)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-1259,SUSE-SLE-Micro-5.3-2024-1259,SUSE-SLE-Micro-5.4-2024-1259,openSUSE-Leap-Micro-5.3-2024-1259,openSUSE-Leap-Micro-5.4-2024-1259",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_1259-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:1259-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20241259-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:1259-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2024-April/034964.html"
},
{
"category": "self",
"summary": "SUSE Bug 1027519",
"url": "https://bugzilla.suse.com/1027519"
},
{
"category": "self",
"summary": "SUSE Bug 1221984",
"url": "https://bugzilla.suse.com/1221984"
},
{
"category": "self",
"summary": "SUSE Bug 1222302",
"url": "https://bugzilla.suse.com/1222302"
},
{
"category": "self",
"summary": "SUSE Bug 1222453",
"url": "https://bugzilla.suse.com/1222453"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-46842 page",
"url": "https://www.suse.com/security/cve/CVE-2023-46842/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-2201 page",
"url": "https://www.suse.com/security/cve/CVE-2024-2201/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-31142 page",
"url": "https://www.suse.com/security/cve/CVE-2024-31142/"
}
],
"title": "Security update for xen",
"tracking": {
"current_release_date": "2024-04-12T13:03:16Z",
"generator": {
"date": "2024-04-12T13:03:16Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:1259-1",
"initial_release_date": "2024-04-12T13:03:16Z",
"revision_history": [
{
"date": "2024-04-12T13:03:16Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "xen-4.16.6_02-150400.4.55.1.aarch64",
"product": {
"name": "xen-4.16.6_02-150400.4.55.1.aarch64",
"product_id": "xen-4.16.6_02-150400.4.55.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-devel-4.16.6_02-150400.4.55.1.aarch64",
"product": {
"name": "xen-devel-4.16.6_02-150400.4.55.1.aarch64",
"product_id": "xen-devel-4.16.6_02-150400.4.55.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-doc-html-4.16.6_02-150400.4.55.1.aarch64",
"product": {
"name": "xen-doc-html-4.16.6_02-150400.4.55.1.aarch64",
"product_id": "xen-doc-html-4.16.6_02-150400.4.55.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-libs-4.16.6_02-150400.4.55.1.aarch64",
"product": {
"name": "xen-libs-4.16.6_02-150400.4.55.1.aarch64",
"product_id": "xen-libs-4.16.6_02-150400.4.55.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-tools-4.16.6_02-150400.4.55.1.aarch64",
"product": {
"name": "xen-tools-4.16.6_02-150400.4.55.1.aarch64",
"product_id": "xen-tools-4.16.6_02-150400.4.55.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.16.6_02-150400.4.55.1.aarch64",
"product": {
"name": "xen-tools-domU-4.16.6_02-150400.4.55.1.aarch64",
"product_id": "xen-tools-domU-4.16.6_02-150400.4.55.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-libs-64bit-4.16.6_02-150400.4.55.1.aarch64_ilp32",
"product": {
"name": "xen-libs-64bit-4.16.6_02-150400.4.55.1.aarch64_ilp32",
"product_id": "xen-libs-64bit-4.16.6_02-150400.4.55.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-devel-4.16.6_02-150400.4.55.1.i586",
"product": {
"name": "xen-devel-4.16.6_02-150400.4.55.1.i586",
"product_id": "xen-devel-4.16.6_02-150400.4.55.1.i586"
}
},
{
"category": "product_version",
"name": "xen-libs-4.16.6_02-150400.4.55.1.i586",
"product": {
"name": "xen-libs-4.16.6_02-150400.4.55.1.i586",
"product_id": "xen-libs-4.16.6_02-150400.4.55.1.i586"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.16.6_02-150400.4.55.1.i586",
"product": {
"name": "xen-tools-domU-4.16.6_02-150400.4.55.1.i586",
"product_id": "xen-tools-domU-4.16.6_02-150400.4.55.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-tools-xendomains-wait-disk-4.16.6_02-150400.4.55.1.noarch",
"product": {
"name": "xen-tools-xendomains-wait-disk-4.16.6_02-150400.4.55.1.noarch",
"product_id": "xen-tools-xendomains-wait-disk-4.16.6_02-150400.4.55.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-4.16.6_02-150400.4.55.1.x86_64",
"product": {
"name": "xen-4.16.6_02-150400.4.55.1.x86_64",
"product_id": "xen-4.16.6_02-150400.4.55.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-devel-4.16.6_02-150400.4.55.1.x86_64",
"product": {
"name": "xen-devel-4.16.6_02-150400.4.55.1.x86_64",
"product_id": "xen-devel-4.16.6_02-150400.4.55.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-doc-html-4.16.6_02-150400.4.55.1.x86_64",
"product": {
"name": "xen-doc-html-4.16.6_02-150400.4.55.1.x86_64",
"product_id": "xen-doc-html-4.16.6_02-150400.4.55.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-libs-4.16.6_02-150400.4.55.1.x86_64",
"product": {
"name": "xen-libs-4.16.6_02-150400.4.55.1.x86_64",
"product_id": "xen-libs-4.16.6_02-150400.4.55.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-libs-32bit-4.16.6_02-150400.4.55.1.x86_64",
"product": {
"name": "xen-libs-32bit-4.16.6_02-150400.4.55.1.x86_64",
"product_id": "xen-libs-32bit-4.16.6_02-150400.4.55.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-tools-4.16.6_02-150400.4.55.1.x86_64",
"product": {
"name": "xen-tools-4.16.6_02-150400.4.55.1.x86_64",
"product_id": "xen-tools-4.16.6_02-150400.4.55.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.16.6_02-150400.4.55.1.x86_64",
"product": {
"name": "xen-tools-domU-4.16.6_02-150400.4.55.1.x86_64",
"product_id": "xen-tools-domU-4.16.6_02-150400.4.55.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.3",
"product": {
"name": "SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.4",
"product": {
"name": "SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.4"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap Micro 5.3",
"product": {
"name": "openSUSE Leap Micro 5.3",
"product_id": "openSUSE Leap Micro 5.3",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap-micro:5.3"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap Micro 5.4",
"product": {
"name": "openSUSE Leap Micro 5.4",
"product_id": "openSUSE Leap Micro 5.4",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap-micro:5.4"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.16.6_02-150400.4.55.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.6_02-150400.4.55.1.x86_64"
},
"product_reference": "xen-libs-4.16.6_02-150400.4.55.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.16.6_02-150400.4.55.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.6_02-150400.4.55.1.x86_64"
},
"product_reference": "xen-libs-4.16.6_02-150400.4.55.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.6_02-150400.4.55.1.x86_64 as component of openSUSE Leap Micro 5.3",
"product_id": "openSUSE Leap Micro 5.3:xen-libs-4.16.6_02-150400.4.55.1.x86_64"
},
"product_reference": "xen-libs-4.16.6_02-150400.4.55.1.x86_64",
"relates_to_product_reference": "openSUSE Leap Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.16.6_02-150400.4.55.1.x86_64 as component of openSUSE Leap Micro 5.4",
"product_id": "openSUSE Leap Micro 5.4:xen-libs-4.16.6_02-150400.4.55.1.x86_64"
},
"product_reference": "xen-libs-4.16.6_02-150400.4.55.1.x86_64",
"relates_to_product_reference": "openSUSE Leap Micro 5.4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-46842",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-46842"
}
],
"notes": [
{
"category": "general",
"text": "Unlike 32-bit PV guests, HVM guests may switch freely between 64-bit and\nother modes. This in particular means that they may set registers used\nto pass 32-bit-mode hypercall arguments to values outside of the range\n32-bit code would be able to set them to.\n\nWhen processing of hypercalls takes a considerable amount of time,\nthe hypervisor may choose to invoke a hypercall continuation. Doing so\ninvolves putting (perhaps updated) hypercall arguments in respective\nregisters. For guests not running in 64-bit mode this further involves\na certain amount of translation of the values.\n\nUnfortunately internal sanity checking of these translated values\nassumes high halves of registers to always be clear when invoking a\nhypercall. When this is found not to be the case, it triggers a\nconsistency check in the hypervisor and causes a crash.\n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.6_02-150400.4.55.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.6_02-150400.4.55.1.x86_64",
"openSUSE Leap Micro 5.3:xen-libs-4.16.6_02-150400.4.55.1.x86_64",
"openSUSE Leap Micro 5.4:xen-libs-4.16.6_02-150400.4.55.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-46842",
"url": "https://www.suse.com/security/cve/CVE-2023-46842"
},
{
"category": "external",
"summary": "SUSE Bug 1221984 for CVE-2023-46842",
"url": "https://bugzilla.suse.com/1221984"
}
],
"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.6_02-150400.4.55.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.6_02-150400.4.55.1.x86_64",
"openSUSE Leap Micro 5.3:xen-libs-4.16.6_02-150400.4.55.1.x86_64",
"openSUSE Leap Micro 5.4:xen-libs-4.16.6_02-150400.4.55.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.6_02-150400.4.55.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.6_02-150400.4.55.1.x86_64",
"openSUSE Leap Micro 5.3:xen-libs-4.16.6_02-150400.4.55.1.x86_64",
"openSUSE Leap Micro 5.4:xen-libs-4.16.6_02-150400.4.55.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-04-12T13:03:16Z",
"details": "moderate"
}
],
"title": "CVE-2023-46842"
},
{
"cve": "CVE-2024-2201",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-2201"
}
],
"notes": [
{
"category": "general",
"text": "A cross-privilege Spectre v2 vulnerability allows attackers to bypass all deployed mitigations, including the recent Fine(IBT), and to leak arbitrary Linux kernel memory on Intel systems.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.6_02-150400.4.55.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.6_02-150400.4.55.1.x86_64",
"openSUSE Leap Micro 5.3:xen-libs-4.16.6_02-150400.4.55.1.x86_64",
"openSUSE Leap Micro 5.4:xen-libs-4.16.6_02-150400.4.55.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-2201",
"url": "https://www.suse.com/security/cve/CVE-2024-2201"
},
{
"category": "external",
"summary": "SUSE Bug 1212111 for CVE-2024-2201",
"url": "https://bugzilla.suse.com/1212111"
},
{
"category": "external",
"summary": "SUSE Bug 1217339 for CVE-2024-2201",
"url": "https://bugzilla.suse.com/1217339"
}
],
"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.6_02-150400.4.55.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.6_02-150400.4.55.1.x86_64",
"openSUSE Leap Micro 5.3:xen-libs-4.16.6_02-150400.4.55.1.x86_64",
"openSUSE Leap Micro 5.4:xen-libs-4.16.6_02-150400.4.55.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.6_02-150400.4.55.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.6_02-150400.4.55.1.x86_64",
"openSUSE Leap Micro 5.3:xen-libs-4.16.6_02-150400.4.55.1.x86_64",
"openSUSE Leap Micro 5.4:xen-libs-4.16.6_02-150400.4.55.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-04-12T13:03:16Z",
"details": "moderate"
}
],
"title": "CVE-2024-2201"
},
{
"cve": "CVE-2024-31142",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-31142"
}
],
"notes": [
{
"category": "general",
"text": "Because of a logical error in XSA-407 (Branch Type Confusion), the\nmitigation is not applied properly when it is intended to be used.\nXSA-434 (Speculative Return Stack Overflow) uses the same\ninfrastructure, so is equally impacted.\n\nFor more details, see:\n https://xenbits.xen.org/xsa/advisory-407.html\n https://xenbits.xen.org/xsa/advisory-434.html\n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.6_02-150400.4.55.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.6_02-150400.4.55.1.x86_64",
"openSUSE Leap Micro 5.3:xen-libs-4.16.6_02-150400.4.55.1.x86_64",
"openSUSE Leap Micro 5.4:xen-libs-4.16.6_02-150400.4.55.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-31142",
"url": "https://www.suse.com/security/cve/CVE-2024-31142"
},
{
"category": "external",
"summary": "SUSE Bug 1222302 for CVE-2024-31142",
"url": "https://bugzilla.suse.com/1222302"
}
],
"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.6_02-150400.4.55.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.6_02-150400.4.55.1.x86_64",
"openSUSE Leap Micro 5.3:xen-libs-4.16.6_02-150400.4.55.1.x86_64",
"openSUSE Leap Micro 5.4:xen-libs-4.16.6_02-150400.4.55.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.6_02-150400.4.55.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.6_02-150400.4.55.1.x86_64",
"openSUSE Leap Micro 5.3:xen-libs-4.16.6_02-150400.4.55.1.x86_64",
"openSUSE Leap Micro 5.4:xen-libs-4.16.6_02-150400.4.55.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-04-12T13:03:16Z",
"details": "moderate"
}
],
"title": "CVE-2024-31142"
}
]
}
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.