Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-45817 (GCVE-0-2024-45817)
Vulnerability from cvelistv5 – Published: 2024-09-25 10:31 – Updated: 2024-11-20 21:33- CWE-209 - Generation of Error Message Containing Sensitive Information
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-09-25T11:03:12.931Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "http://xenbits.xen.org/xsa/advisory-462.html"
},
{
"url": "http://www.openwall.com/lists/oss-security/2024/09/24/1"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2024-45817",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-09-25T13:35:45.402325Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-209",
"description": "CWE-209 Generation of Error Message Containing Sensitive Information",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2024-11-20T21:33:14.401Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unknown",
"product": "Xen",
"vendor": "Xen",
"versions": [
{
"status": "unknown",
"version": "consult Xen advisory XSA-462"
}
]
}
],
"configurations": [
{
"lang": "en",
"value": "Xen 4.5 and onwards are vulnerable. Xen 4.4 and older are not vulnerable.\n\nOnly x86 systems running HVM or PVH guests are vulnerable.\nArchitectures other than x86 are not vulnerable.\n\nOnly HVM or PVH guests can leverage the vulnerability. PV guests cannot\nleverage the vulnerability."
}
],
"credits": [
{
"lang": "en",
"type": "finder",
"value": "This issue was discovered after a BUGSENG team working on MISRA C\ncompliance of Xen pointed attention to ECLAIR reports for MISRA C Rule\n17.2 (Functions shall not call themselves, either directly or\nindirectly)."
}
],
"datePublic": "2024-09-24T10:46:00.000Z",
"descriptions": [
{
"lang": "en",
"value": "In x86\u0027s APIC (Advanced Programmable Interrupt Controller) architecture,\nerror conditions are reported in a status register. Furthermore, the OS\ncan opt to receive an interrupt when a new error occurs.\n\nIt is possible to configure the error interrupt with an illegal vector,\nwhich generates an error when an error interrupt is raised.\n\nThis case causes Xen to recurse through vlapic_error(). The recursion\nitself is bounded; errors accumulate in the the status register and only\ngenerate an interrupt when a new status bit becomes set.\n\nHowever, the lock protecting this state in Xen will try to be taken\nrecursively, and deadlock."
}
],
"impacts": [
{
"descriptions": [
{
"lang": "en",
"value": "A buggy or malicious HVM or PVH guest can deadlock Xen, leading to a\nDoS."
}
]
}
],
"providerMetadata": {
"dateUpdated": "2024-09-25T10:31:57.371Z",
"orgId": "23aa2041-22e1-471f-9209-9b7396fa234f",
"shortName": "XEN"
},
"references": [
{
"url": "https://xenbits.xenproject.org/xsa/advisory-462.html"
}
],
"title": "x86: Deadlock in vlapic_error()",
"workarounds": [
{
"lang": "en",
"value": "Not running untrusted HVM or PVH VMs will avoid this vulnerability."
}
]
}
},
"cveMetadata": {
"assignerOrgId": "23aa2041-22e1-471f-9209-9b7396fa234f",
"assignerShortName": "XEN",
"cveId": "CVE-2024-45817",
"datePublished": "2024-09-25T10:31:57.371Z",
"dateReserved": "2024-09-09T14:43:11.826Z",
"dateUpdated": "2024-11-20T21:33:14.401Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2024-45817",
"date": "2026-05-25",
"epss": "0.00501",
"percentile": "0.66204"
},
"fkie_nvd": {
"descriptions": "[{\"lang\": \"en\", \"value\": \"In x86\u0027s APIC (Advanced Programmable Interrupt Controller) architecture,\\nerror conditions are reported in a status register. Furthermore, the OS\\ncan opt to receive an interrupt when a new error occurs.\\n\\nIt is possible to configure the error interrupt with an illegal vector,\\nwhich generates an error when an error interrupt is raised.\\n\\nThis case causes Xen to recurse through vlapic_error(). The recursion\\nitself is bounded; errors accumulate in the the status register and only\\ngenerate an interrupt when a new status bit becomes set.\\n\\nHowever, the lock protecting this state in Xen will try to be taken\\nrecursively, and deadlock.\"}, {\"lang\": \"es\", \"value\": \"En la arquitectura APIC (Advanced Programmable Interrupt Controller) de x86, las condiciones de error se informan en un registro de estado. Adem\\u00e1s, el sistema operativo puede optar por recibir una interrupci\\u00f3n cuando se produce un nuevo error. Es posible configurar la interrupci\\u00f3n de error con un vector ilegal, que genera un error cuando se genera una interrupci\\u00f3n de error. Este caso hace que Xen recurra a trav\\u00e9s de vlapic_error(). La recursi\\u00f3n en s\\u00ed est\\u00e1 limitada; los errores se acumulan en el registro de estado y solo generan una interrupci\\u00f3n cuando se establece un nuevo bit de estado. Sin embargo, el bloqueo que protege este estado en Xen intentar\\u00e1 tomarse de forma recursiva y se producir\\u00e1 un bloqueo.\"}]",
"id": "CVE-2024-45817",
"lastModified": "2024-11-21T09:38:08.627",
"metrics": "{\"cvssMetricV31\": [{\"source\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"type\": \"Secondary\", \"cvssData\": {\"version\": \"3.1\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L\", \"baseScore\": 7.3, \"baseSeverity\": \"HIGH\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"LOW\", \"integrityImpact\": \"LOW\", \"availabilityImpact\": \"LOW\"}, \"exploitabilityScore\": 3.9, \"impactScore\": 3.4}]}",
"published": "2024-09-25T11:15:12.277",
"references": "[{\"url\": \"https://xenbits.xenproject.org/xsa/advisory-462.html\", \"source\": \"security@xen.org\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2024/09/24/1\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"http://xenbits.xen.org/xsa/advisory-462.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-209\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2024-45817\",\"sourceIdentifier\":\"security@xen.org\",\"published\":\"2024-09-25T11:15:12.277\",\"lastModified\":\"2026-01-14T15:46:51.650\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In x86\u0027s APIC (Advanced Programmable Interrupt Controller) architecture,\\nerror conditions are reported in a status register. Furthermore, the OS\\ncan opt to receive an interrupt when a new error occurs.\\n\\nIt is possible to configure the error interrupt with an illegal vector,\\nwhich generates an error when an error interrupt is raised.\\n\\nThis case causes Xen to recurse through vlapic_error(). The recursion\\nitself is bounded; errors accumulate in the the status register and only\\ngenerate an interrupt when a new status bit becomes set.\\n\\nHowever, the lock protecting this state in Xen will try to be taken\\nrecursively, and deadlock.\"},{\"lang\":\"es\",\"value\":\"En la arquitectura APIC (Advanced Programmable Interrupt Controller) de x86, las condiciones de error se informan en un registro de estado. Adem\u00e1s, el sistema operativo puede optar por recibir una interrupci\u00f3n cuando se produce un nuevo error. Es posible configurar la interrupci\u00f3n de error con un vector ilegal, que genera un error cuando se genera una interrupci\u00f3n de error. Este caso hace que Xen recurra a trav\u00e9s de vlapic_error(). La recursi\u00f3n en s\u00ed est\u00e1 limitada; los errores se acumulan en el registro de estado y solo generan una interrupci\u00f3n cuando se establece un nuevo bit de estado. Sin embargo, el bloqueo que protege este estado en Xen intentar\u00e1 tomarse de forma recursiva y se producir\u00e1 un bloqueo.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L\",\"baseScore\":7.3,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"LOW\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":3.9,\"impactScore\":3.4}]},\"weaknesses\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-209\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:xen:xen:*:*:*:*:*:*:x86:*\",\"versionStartIncluding\":\"4.5.0\",\"matchCriteriaId\":\"C495532B-6047-4439-9546-4424D23C34B2\"}]}]}],\"references\":[{\"url\":\"https://xenbits.xenproject.org/xsa/advisory-462.html\",\"source\":\"security@xen.org\",\"tags\":[\"Patch\",\"Vendor Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2024/09/24/1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"http://xenbits.xen.org/xsa/advisory-462.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Patch\",\"Vendor Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"http://xenbits.xen.org/xsa/advisory-462.html\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2024/09/24/1\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-09-25T11:03:12.931Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.3, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L\", \"integrityImpact\": \"LOW\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"LOW\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"LOW\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-45817\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-09-25T13:35:45.402325Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-209\", \"description\": \"CWE-209 Generation of Error Message Containing Sensitive Information\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2024-09-25T13:35:51.618Z\"}}], \"cna\": {\"title\": \"x86: Deadlock in vlapic_error()\", \"credits\": [{\"lang\": \"en\", \"type\": \"finder\", \"value\": \"This issue was discovered after a BUGSENG team working on MISRA C\\ncompliance of Xen pointed attention to ECLAIR reports for MISRA C Rule\\n17.2 (Functions shall not call themselves, either directly or\\nindirectly).\"}], \"impacts\": [{\"descriptions\": [{\"lang\": \"en\", \"value\": \"A buggy or malicious HVM or PVH guest can deadlock Xen, leading to a\\nDoS.\"}]}], \"affected\": [{\"vendor\": \"Xen\", \"product\": \"Xen\", \"versions\": [{\"status\": \"unknown\", \"version\": \"consult Xen advisory XSA-462\"}], \"defaultStatus\": \"unknown\"}], \"datePublic\": \"2024-09-24T10:46:00.000Z\", \"references\": [{\"url\": \"https://xenbits.xenproject.org/xsa/advisory-462.html\"}], \"workarounds\": [{\"lang\": \"en\", \"value\": \"Not running untrusted HVM or PVH VMs will avoid this vulnerability.\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"In x86\u0027s APIC (Advanced Programmable Interrupt Controller) architecture,\\nerror conditions are reported in a status register. Furthermore, the OS\\ncan opt to receive an interrupt when a new error occurs.\\n\\nIt is possible to configure the error interrupt with an illegal vector,\\nwhich generates an error when an error interrupt is raised.\\n\\nThis case causes Xen to recurse through vlapic_error(). The recursion\\nitself is bounded; errors accumulate in the the status register and only\\ngenerate an interrupt when a new status bit becomes set.\\n\\nHowever, the lock protecting this state in Xen will try to be taken\\nrecursively, and deadlock.\"}], \"configurations\": [{\"lang\": \"en\", \"value\": \"Xen 4.5 and onwards are vulnerable. Xen 4.4 and older are not vulnerable.\\n\\nOnly x86 systems running HVM or PVH guests are vulnerable.\\nArchitectures other than x86 are not vulnerable.\\n\\nOnly HVM or PVH guests can leverage the vulnerability. PV guests cannot\\nleverage the vulnerability.\"}], \"providerMetadata\": {\"orgId\": \"23aa2041-22e1-471f-9209-9b7396fa234f\", \"shortName\": \"XEN\", \"dateUpdated\": \"2024-09-25T10:31:57.371Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2024-45817\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2024-11-20T21:33:14.401Z\", \"dateReserved\": \"2024-09-09T14:43:11.826Z\", \"assignerOrgId\": \"23aa2041-22e1-471f-9209-9b7396fa234f\", \"datePublished\": \"2024-09-25T10:31:57.371Z\", \"assignerShortName\": \"XEN\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
CERTFR-2024-AVI-0809
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 un déni de service à distance.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| Citrix | XenServer | XenServer 8 sans les derniers correctifs de sécurité | ||
| Citrix | Citrix Hypervisor | Citrix Hypervisor versions antérieures à 8.2 CU1 LTSR avec le correctif de sécurité XS82ECU1077 |
| Title | Publication Time | Tags | |||
|---|---|---|---|---|---|
|
|||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "XenServer 8 sans les derniers correctifs de s\u00e9curit\u00e9",
"product": {
"name": "XenServer",
"vendor": {
"name": "Citrix",
"scada": false
}
}
},
{
"description": "Citrix Hypervisor versions ant\u00e9rieures \u00e0 8.2 CU1 LTSR avec le correctif de s\u00e9curit\u00e9 XS82ECU1077",
"product": {
"name": "Citrix Hypervisor",
"vendor": {
"name": "Citrix",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2022-24809",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24809"
},
{
"name": "CVE-2022-24805",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24805"
},
{
"name": "CVE-2024-45817",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45817"
}
],
"links": [],
"reference": "CERTFR-2024-AVI-0809",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2024-09-25T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits Citrix. Elles permettent \u00e0 un attaquant de provoquer un d\u00e9ni de service \u00e0 distance.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits Citrix",
"vendor_advisories": [
{
"published_at": "2024-09-24",
"title": "Bulletin de s\u00e9curit\u00e9 Citrix CTX691646",
"url": "https://support.citrix.com/s/article/CTX691646-xenserver-and-citrix-hypervisor-security-update-for-cve202445817"
}
]
}
CERTFR-2024-AVI-0810
Vulnerability from certfr_avis - Published: - Updated:
Une vulnérabilité a été découverte dans Xen. Elle permet à un attaquant de provoquer un déni de service à distance.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Title | Publication Time | Tags | |||
|---|---|---|---|---|---|
|
|||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Xen versions post\u00e9rieures \u00e0 4.4 sans le correctif de s\u00e9curit\u00e9 xsa462",
"product": {
"name": "Xen",
"vendor": {
"name": "XEN",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2024-45817",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45817"
}
],
"links": [],
"reference": "CERTFR-2024-AVI-0810",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2024-09-25T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
}
],
"summary": "Une vuln\u00e9rabilit\u00e9 a \u00e9t\u00e9 d\u00e9couverte dans Xen. Elle permet \u00e0 un attaquant de provoquer un d\u00e9ni de service \u00e0 distance.",
"title": "Vuln\u00e9rabilit\u00e9 dans Xen",
"vendor_advisories": [
{
"published_at": "2024-09-24",
"title": "Bulletin de s\u00e9curit\u00e9 Xen xsa/advisory-462",
"url": "https://xenbits.xen.org/xsa/advisory-462.html"
}
]
}
CERTFR-2024-AVI-0809
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 un déni de service à distance.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| Citrix | XenServer | XenServer 8 sans les derniers correctifs de sécurité | ||
| Citrix | Citrix Hypervisor | Citrix Hypervisor versions antérieures à 8.2 CU1 LTSR avec le correctif de sécurité XS82ECU1077 |
| Title | Publication Time | Tags | |||
|---|---|---|---|---|---|
|
|||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "XenServer 8 sans les derniers correctifs de s\u00e9curit\u00e9",
"product": {
"name": "XenServer",
"vendor": {
"name": "Citrix",
"scada": false
}
}
},
{
"description": "Citrix Hypervisor versions ant\u00e9rieures \u00e0 8.2 CU1 LTSR avec le correctif de s\u00e9curit\u00e9 XS82ECU1077",
"product": {
"name": "Citrix Hypervisor",
"vendor": {
"name": "Citrix",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2022-24809",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24809"
},
{
"name": "CVE-2022-24805",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-24805"
},
{
"name": "CVE-2024-45817",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45817"
}
],
"links": [],
"reference": "CERTFR-2024-AVI-0809",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2024-09-25T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits Citrix. Elles permettent \u00e0 un attaquant de provoquer un d\u00e9ni de service \u00e0 distance.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits Citrix",
"vendor_advisories": [
{
"published_at": "2024-09-24",
"title": "Bulletin de s\u00e9curit\u00e9 Citrix CTX691646",
"url": "https://support.citrix.com/s/article/CTX691646-xenserver-and-citrix-hypervisor-security-update-for-cve202445817"
}
]
}
CERTFR-2024-AVI-0810
Vulnerability from certfr_avis - Published: - Updated:
Une vulnérabilité a été découverte dans Xen. Elle permet à un attaquant de provoquer un déni de service à distance.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Title | Publication Time | Tags | |||
|---|---|---|---|---|---|
|
|||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Xen versions post\u00e9rieures \u00e0 4.4 sans le correctif de s\u00e9curit\u00e9 xsa462",
"product": {
"name": "Xen",
"vendor": {
"name": "XEN",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2024-45817",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45817"
}
],
"links": [],
"reference": "CERTFR-2024-AVI-0810",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2024-09-25T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service \u00e0 distance"
}
],
"summary": "Une vuln\u00e9rabilit\u00e9 a \u00e9t\u00e9 d\u00e9couverte dans Xen. Elle permet \u00e0 un attaquant de provoquer un d\u00e9ni de service \u00e0 distance.",
"title": "Vuln\u00e9rabilit\u00e9 dans Xen",
"vendor_advisories": [
{
"published_at": "2024-09-24",
"title": "Bulletin de s\u00e9curit\u00e9 Xen xsa/advisory-462",
"url": "https://xenbits.xen.org/xsa/advisory-462.html"
}
]
}
BDU:2024-07714
Vulnerability from fstec - Published: 24.09.2024{
"CVSS 2.0": "AV:A/AC:L/Au:N/C:N/I:N/A:C",
"CVSS 3.0": "AV:A/AC:L/PR:N/UI:N/S:U/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": "\u041e\u041e\u041e \u00ab\u0420\u0435\u0434 \u0421\u043e\u0444\u0442\u00bb, The Linux Foundation, \u0410\u041e \"\u041d\u041f\u041f\u041a\u0422\"",
"\u0412\u0435\u0440\u0441\u0438\u044f \u041f\u041e": "7.3 (\u0420\u0415\u0414 \u041e\u0421), \u043e\u0442 4.5 (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 \u043f\u0440\u043e\u0438\u0437\u0432\u043e\u0434\u0438\u0442\u0435\u043b\u044f:\nhttps://xenbits.xenproject.org/xsa/advisory-462.html\n\n\u0414\u043b\u044f \u0420\u0435\u0434\u041e\u0421: http://repo.red-soft.ru/redos/7.3c/x86_64/updates/\n\n\u041e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u0435 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u043d\u043e\u0433\u043e \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f xen \u0434\u043e \u0432\u0435\u0440\u0441\u0438\u0438 4.17.5+23-ga4e5191dc0-1+deb12u1",
"\u0414\u0430\u0442\u0430 \u0432\u044b\u044f\u0432\u043b\u0435\u043d\u0438\u044f": "24.09.2024",
"\u0414\u0430\u0442\u0430 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0435\u0433\u043e \u043e\u0431\u043d\u043e\u0432\u043b\u0435\u043d\u0438\u044f": "24.10.2025",
"\u0414\u0430\u0442\u0430 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438": "03.10.2024",
"\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440": "BDU:2024-07714",
"\u0418\u0434\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0442\u043e\u0440\u044b \u0434\u0440\u0443\u0433\u0438\u0445 \u0441\u0438\u0441\u0442\u0435\u043c \u043e\u043f\u0438\u0441\u0430\u043d\u0438\u0439 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "CVE-2024-45817",
"\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u043e\u0431 \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0438\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u0443\u0441\u0442\u0440\u0430\u043d\u0435\u043d\u0430",
"\u041a\u043b\u0430\u0441\u0441 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u043a\u043e\u0434\u0430",
"\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u041f\u041e": "\u0420\u0415\u0414 \u041e\u0421 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21163751), Xen, \u041e\u0421\u041e\u041d \u041e\u0421\u043d\u043e\u0432\u0430 \u041enyx (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21165913)",
"\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u041e\u0421 \u0438 \u0442\u0438\u043f \u0430\u043f\u043f\u0430\u0440\u0430\u0442\u043d\u043e\u0439 \u043f\u043b\u0430\u0442\u0444\u043e\u0440\u043c\u044b": "\u041e\u041e\u041e \u00ab\u0420\u0435\u0434 \u0421\u043e\u0444\u0442\u00bb \u0420\u0415\u0414 \u041e\u0421 7.3 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21163751), \u0410\u041e \"\u041d\u041f\u041f\u041a\u0422\" \u041e\u0421\u041e\u041d \u041e\u0421\u043d\u043e\u0432\u0430 \u041enyx \u0434\u043e 2.14 (\u0437\u0430\u043f\u0438\u0441\u044c \u0432 \u0435\u0434\u0438\u043d\u043e\u043c \u0440\u0435\u0435\u0441\u0442\u0440\u0435 \u0440\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0438\u0445 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c \u21165913)",
"\u041d\u0430\u0438\u043c\u0435\u043d\u043e\u0432\u0430\u043d\u0438\u0435 \u0443\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u0438": "\u0423\u044f\u0437\u0432\u0438\u043c\u043e\u0441\u0442\u044c \u0444\u0443\u043d\u043a\u0446\u0438\u0438 vlapic_error \u0433\u0438\u043f\u0435\u0440\u0432\u0438\u0437\u043e\u0440\u0430 Xen, \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044e\u0449\u0430\u044f \u043d\u0430\u0440\u0443\u0448\u0438\u0442\u0435\u043b\u044e \u0432\u044b\u0437\u0432\u0430\u0442\u044c \u043e\u0442\u043a\u0430\u0437 \u0432 \u043e\u0431\u0441\u043b\u0443\u0436\u0438\u0432\u0430\u043d\u0438\u0438",
"\u041d\u0430\u043b\u0438\u0447\u0438\u0435 \u044d\u043a\u0441\u043f\u043b\u043e\u0439\u0442\u0430": "\u0414\u0430\u043d\u043d\u044b\u0435 \u0443\u0442\u043e\u0447\u043d\u044f\u044e\u0442\u0441\u044f",
"\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435 \u043e\u0448\u0438\u0431\u043a\u0438 CWE": "\u0417\u0430\u0432\u0438\u0441\u0430\u043d\u0438\u0435 (CWE-833)",
"\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 \u0444\u0443\u043d\u043a\u0446\u0438\u0438 vlapic_error \u0433\u0438\u043f\u0435\u0440\u0432\u0438\u0437\u043e\u0440\u0430 \u0441\u0432\u044f\u0437\u0430\u043d\u0430 \u0441 \u043e\u0448\u0438\u0431\u043a\u0430\u043c\u0438 \u0440\u0430\u0437\u0433\u0440\u0430\u043d\u0438\u0447\u0435\u043d\u0438\u044f \u0434\u043e\u0441\u0442\u0443\u043f\u0430. \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, \u0434\u0435\u0439\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u043c\u0443 \u0443\u0434\u0430\u043b\u0435\u043d\u043d\u043e, \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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-45817\nhttps://nvd.nist.gov/vuln/detail/CVE-2024-45817\nhttps://osv.dev/vulnerability/CVE-2024-45817\nhttps://security-tracker.debian.org/tracker/CVE-2024-45817\nhttp://repo.red-soft.ru/redos/7.3c/x86_64/updates/\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-833",
"\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 6,1)\n\u0421\u0440\u0435\u0434\u043d\u0438\u0439 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u043e\u043f\u0430\u0441\u043d\u043e\u0441\u0442\u0438 (\u0431\u0430\u0437\u043e\u0432\u0430\u044f \u043e\u0446\u0435\u043d\u043a\u0430 CVSS 3.0 \u0441\u043e\u0441\u0442\u0430\u0432\u043b\u044f\u0435\u0442 6,5)"
}
FKIE_CVE-2024-45817
Vulnerability from fkie_nvd - Published: 2024-09-25 11:15 - Updated: 2026-01-14 15:46| URL | Tags | ||
|---|---|---|---|
| security@xen.org | https://xenbits.xenproject.org/xsa/advisory-462.html | Patch, Vendor Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | http://www.openwall.com/lists/oss-security/2024/09/24/1 | Mailing List, Third Party Advisory | |
| af854a3a-2127-422b-91ae-364da2661108 | http://xenbits.xen.org/xsa/advisory-462.html | Patch, Vendor Advisory |
{
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:xen:xen:*:*:*:*:*:*:x86:*",
"matchCriteriaId": "C495532B-6047-4439-9546-4424D23C34B2",
"versionStartIncluding": "4.5.0",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "In x86\u0027s APIC (Advanced Programmable Interrupt Controller) architecture,\nerror conditions are reported in a status register. Furthermore, the OS\ncan opt to receive an interrupt when a new error occurs.\n\nIt is possible to configure the error interrupt with an illegal vector,\nwhich generates an error when an error interrupt is raised.\n\nThis case causes Xen to recurse through vlapic_error(). The recursion\nitself is bounded; errors accumulate in the the status register and only\ngenerate an interrupt when a new status bit becomes set.\n\nHowever, the lock protecting this state in Xen will try to be taken\nrecursively, and deadlock."
},
{
"lang": "es",
"value": "En la arquitectura APIC (Advanced Programmable Interrupt Controller) de x86, las condiciones de error se informan en un registro de estado. Adem\u00e1s, el sistema operativo puede optar por recibir una interrupci\u00f3n cuando se produce un nuevo error. Es posible configurar la interrupci\u00f3n de error con un vector ilegal, que genera un error cuando se genera una interrupci\u00f3n de error. Este caso hace que Xen recurra a trav\u00e9s de vlapic_error(). La recursi\u00f3n en s\u00ed est\u00e1 limitada; los errores se acumulan en el registro de estado y solo generan una interrupci\u00f3n cuando se establece un nuevo bit de estado. Sin embargo, el bloqueo que protege este estado en Xen intentar\u00e1 tomarse de forma recursiva y se producir\u00e1 un bloqueo."
}
],
"id": "CVE-2024-45817",
"lastModified": "2026-01-14T15:46:51.650",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 3.4,
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"type": "Secondary"
}
]
},
"published": "2024-09-25T11:15:12.277",
"references": [
{
"source": "security@xen.org",
"tags": [
"Patch",
"Vendor Advisory"
],
"url": "https://xenbits.xenproject.org/xsa/advisory-462.html"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Mailing List",
"Third Party Advisory"
],
"url": "http://www.openwall.com/lists/oss-security/2024/09/24/1"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Patch",
"Vendor Advisory"
],
"url": "http://xenbits.xen.org/xsa/advisory-462.html"
}
],
"sourceIdentifier": "security@xen.org",
"vulnStatus": "Analyzed",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-209"
}
],
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"type": "Secondary"
}
]
}
GHSA-X9F9-XJF3-F3V6
Vulnerability from github – Published: 2024-09-25 12:30 – Updated: 2026-01-14 18:31In x86's APIC (Advanced Programmable Interrupt Controller) architecture, error conditions are reported in a status register. Furthermore, the OS can opt to receive an interrupt when a new error occurs.
It is possible to configure the error interrupt with an illegal vector, which generates an error when an error interrupt is raised.
This case causes Xen to recurse through vlapic_error(). The recursion itself is bounded; errors accumulate in the the status register and only generate an interrupt when a new status bit becomes set.
However, the lock protecting this state in Xen will try to be taken recursively, and deadlock.
{
"affected": [],
"aliases": [
"CVE-2024-45817"
],
"database_specific": {
"cwe_ids": [
"CWE-209"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2024-09-25T11:15:12Z",
"severity": "HIGH"
},
"details": "In x86\u0027s APIC (Advanced Programmable Interrupt Controller) architecture,\nerror conditions are reported in a status register. Furthermore, the OS\ncan opt to receive an interrupt when a new error occurs.\n\nIt is possible to configure the error interrupt with an illegal vector,\nwhich generates an error when an error interrupt is raised.\n\nThis case causes Xen to recurse through vlapic_error(). The recursion\nitself is bounded; errors accumulate in the the status register and only\ngenerate an interrupt when a new status bit becomes set.\n\nHowever, the lock protecting this state in Xen will try to be taken\nrecursively, and deadlock.",
"id": "GHSA-x9f9-xjf3-f3v6",
"modified": "2026-01-14T18:31:11Z",
"published": "2024-09-25T12:30:40Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45817"
},
{
"type": "WEB",
"url": "https://xenbits.xenproject.org/xsa/advisory-462.html"
},
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2024/09/24/1"
},
{
"type": "WEB",
"url": "http://xenbits.xen.org/xsa/advisory-462.html"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"type": "CVSS_V3"
}
]
}
OPENSUSE-SU-2024:14377-1
Vulnerability from csaf_opensuse - Published: 2024-10-01 00:00 - Updated: 2024-10-01 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:xen-4.19.0_04-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-4.19.0_04-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-4.19.0_04-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-4.19.0_04-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-devel-4.19.0_04-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-devel-4.19.0_04-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-devel-4.19.0_04-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-devel-4.19.0_04-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-doc-html-4.19.0_04-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-doc-html-4.19.0_04-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-doc-html-4.19.0_04-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-doc-html-4.19.0_04-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-libs-4.19.0_04-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-libs-4.19.0_04-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-libs-4.19.0_04-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-libs-4.19.0_04-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-4.19.0_04-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-4.19.0_04-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-4.19.0_04-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-4.19.0_04-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-domU-4.19.0_04-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-domU-4.19.0_04-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-domU-4.19.0_04-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-domU-4.19.0_04-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.19.0_04-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.19.0_04-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.19.0_04-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.19.0_04-1.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "xen-4.19.0_04-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the xen-4.19.0_04-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-14377",
"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_14377-1.json"
},
{
"category": "self",
"summary": "URL for openSUSE-SU-2024:14377-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/4E3MDUKJZYGF64AJQVOLAUGC4JH4NTPK/"
},
{
"category": "self",
"summary": "E-Mail link for openSUSE-SU-2024:14377-1",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/4E3MDUKJZYGF64AJQVOLAUGC4JH4NTPK/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45817 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45817/"
}
],
"title": "xen-4.19.0_04-1.1 on GA media",
"tracking": {
"current_release_date": "2024-10-01T00:00:00Z",
"generator": {
"date": "2024-10-01T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2024:14377-1",
"initial_release_date": "2024-10-01T00:00:00Z",
"revision_history": [
{
"date": "2024-10-01T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "xen-4.19.0_04-1.1.aarch64",
"product": {
"name": "xen-4.19.0_04-1.1.aarch64",
"product_id": "xen-4.19.0_04-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-devel-4.19.0_04-1.1.aarch64",
"product": {
"name": "xen-devel-4.19.0_04-1.1.aarch64",
"product_id": "xen-devel-4.19.0_04-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-doc-html-4.19.0_04-1.1.aarch64",
"product": {
"name": "xen-doc-html-4.19.0_04-1.1.aarch64",
"product_id": "xen-doc-html-4.19.0_04-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-libs-4.19.0_04-1.1.aarch64",
"product": {
"name": "xen-libs-4.19.0_04-1.1.aarch64",
"product_id": "xen-libs-4.19.0_04-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-tools-4.19.0_04-1.1.aarch64",
"product": {
"name": "xen-tools-4.19.0_04-1.1.aarch64",
"product_id": "xen-tools-4.19.0_04-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.19.0_04-1.1.aarch64",
"product": {
"name": "xen-tools-domU-4.19.0_04-1.1.aarch64",
"product_id": "xen-tools-domU-4.19.0_04-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-tools-xendomains-wait-disk-4.19.0_04-1.1.aarch64",
"product": {
"name": "xen-tools-xendomains-wait-disk-4.19.0_04-1.1.aarch64",
"product_id": "xen-tools-xendomains-wait-disk-4.19.0_04-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-4.19.0_04-1.1.ppc64le",
"product": {
"name": "xen-4.19.0_04-1.1.ppc64le",
"product_id": "xen-4.19.0_04-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "xen-devel-4.19.0_04-1.1.ppc64le",
"product": {
"name": "xen-devel-4.19.0_04-1.1.ppc64le",
"product_id": "xen-devel-4.19.0_04-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "xen-doc-html-4.19.0_04-1.1.ppc64le",
"product": {
"name": "xen-doc-html-4.19.0_04-1.1.ppc64le",
"product_id": "xen-doc-html-4.19.0_04-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "xen-libs-4.19.0_04-1.1.ppc64le",
"product": {
"name": "xen-libs-4.19.0_04-1.1.ppc64le",
"product_id": "xen-libs-4.19.0_04-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "xen-tools-4.19.0_04-1.1.ppc64le",
"product": {
"name": "xen-tools-4.19.0_04-1.1.ppc64le",
"product_id": "xen-tools-4.19.0_04-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.19.0_04-1.1.ppc64le",
"product": {
"name": "xen-tools-domU-4.19.0_04-1.1.ppc64le",
"product_id": "xen-tools-domU-4.19.0_04-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "xen-tools-xendomains-wait-disk-4.19.0_04-1.1.ppc64le",
"product": {
"name": "xen-tools-xendomains-wait-disk-4.19.0_04-1.1.ppc64le",
"product_id": "xen-tools-xendomains-wait-disk-4.19.0_04-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-4.19.0_04-1.1.s390x",
"product": {
"name": "xen-4.19.0_04-1.1.s390x",
"product_id": "xen-4.19.0_04-1.1.s390x"
}
},
{
"category": "product_version",
"name": "xen-devel-4.19.0_04-1.1.s390x",
"product": {
"name": "xen-devel-4.19.0_04-1.1.s390x",
"product_id": "xen-devel-4.19.0_04-1.1.s390x"
}
},
{
"category": "product_version",
"name": "xen-doc-html-4.19.0_04-1.1.s390x",
"product": {
"name": "xen-doc-html-4.19.0_04-1.1.s390x",
"product_id": "xen-doc-html-4.19.0_04-1.1.s390x"
}
},
{
"category": "product_version",
"name": "xen-libs-4.19.0_04-1.1.s390x",
"product": {
"name": "xen-libs-4.19.0_04-1.1.s390x",
"product_id": "xen-libs-4.19.0_04-1.1.s390x"
}
},
{
"category": "product_version",
"name": "xen-tools-4.19.0_04-1.1.s390x",
"product": {
"name": "xen-tools-4.19.0_04-1.1.s390x",
"product_id": "xen-tools-4.19.0_04-1.1.s390x"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.19.0_04-1.1.s390x",
"product": {
"name": "xen-tools-domU-4.19.0_04-1.1.s390x",
"product_id": "xen-tools-domU-4.19.0_04-1.1.s390x"
}
},
{
"category": "product_version",
"name": "xen-tools-xendomains-wait-disk-4.19.0_04-1.1.s390x",
"product": {
"name": "xen-tools-xendomains-wait-disk-4.19.0_04-1.1.s390x",
"product_id": "xen-tools-xendomains-wait-disk-4.19.0_04-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-4.19.0_04-1.1.x86_64",
"product": {
"name": "xen-4.19.0_04-1.1.x86_64",
"product_id": "xen-4.19.0_04-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-devel-4.19.0_04-1.1.x86_64",
"product": {
"name": "xen-devel-4.19.0_04-1.1.x86_64",
"product_id": "xen-devel-4.19.0_04-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-doc-html-4.19.0_04-1.1.x86_64",
"product": {
"name": "xen-doc-html-4.19.0_04-1.1.x86_64",
"product_id": "xen-doc-html-4.19.0_04-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-libs-4.19.0_04-1.1.x86_64",
"product": {
"name": "xen-libs-4.19.0_04-1.1.x86_64",
"product_id": "xen-libs-4.19.0_04-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-tools-4.19.0_04-1.1.x86_64",
"product": {
"name": "xen-tools-4.19.0_04-1.1.x86_64",
"product_id": "xen-tools-4.19.0_04-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.19.0_04-1.1.x86_64",
"product": {
"name": "xen-tools-domU-4.19.0_04-1.1.x86_64",
"product_id": "xen-tools-domU-4.19.0_04-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-tools-xendomains-wait-disk-4.19.0_04-1.1.x86_64",
"product": {
"name": "xen-tools-xendomains-wait-disk-4.19.0_04-1.1.x86_64",
"product_id": "xen-tools-xendomains-wait-disk-4.19.0_04-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-4.19.0_04-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xen-4.19.0_04-1.1.aarch64"
},
"product_reference": "xen-4.19.0_04-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-4.19.0_04-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xen-4.19.0_04-1.1.ppc64le"
},
"product_reference": "xen-4.19.0_04-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-4.19.0_04-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xen-4.19.0_04-1.1.s390x"
},
"product_reference": "xen-4.19.0_04-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-4.19.0_04-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xen-4.19.0_04-1.1.x86_64"
},
"product_reference": "xen-4.19.0_04-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-devel-4.19.0_04-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xen-devel-4.19.0_04-1.1.aarch64"
},
"product_reference": "xen-devel-4.19.0_04-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-devel-4.19.0_04-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xen-devel-4.19.0_04-1.1.ppc64le"
},
"product_reference": "xen-devel-4.19.0_04-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-devel-4.19.0_04-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xen-devel-4.19.0_04-1.1.s390x"
},
"product_reference": "xen-devel-4.19.0_04-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-devel-4.19.0_04-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xen-devel-4.19.0_04-1.1.x86_64"
},
"product_reference": "xen-devel-4.19.0_04-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-doc-html-4.19.0_04-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xen-doc-html-4.19.0_04-1.1.aarch64"
},
"product_reference": "xen-doc-html-4.19.0_04-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-doc-html-4.19.0_04-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xen-doc-html-4.19.0_04-1.1.ppc64le"
},
"product_reference": "xen-doc-html-4.19.0_04-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-doc-html-4.19.0_04-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xen-doc-html-4.19.0_04-1.1.s390x"
},
"product_reference": "xen-doc-html-4.19.0_04-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-doc-html-4.19.0_04-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xen-doc-html-4.19.0_04-1.1.x86_64"
},
"product_reference": "xen-doc-html-4.19.0_04-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.19.0_04-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xen-libs-4.19.0_04-1.1.aarch64"
},
"product_reference": "xen-libs-4.19.0_04-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.19.0_04-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xen-libs-4.19.0_04-1.1.ppc64le"
},
"product_reference": "xen-libs-4.19.0_04-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.19.0_04-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xen-libs-4.19.0_04-1.1.s390x"
},
"product_reference": "xen-libs-4.19.0_04-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.19.0_04-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xen-libs-4.19.0_04-1.1.x86_64"
},
"product_reference": "xen-libs-4.19.0_04-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-4.19.0_04-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xen-tools-4.19.0_04-1.1.aarch64"
},
"product_reference": "xen-tools-4.19.0_04-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-4.19.0_04-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xen-tools-4.19.0_04-1.1.ppc64le"
},
"product_reference": "xen-tools-4.19.0_04-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-4.19.0_04-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xen-tools-4.19.0_04-1.1.s390x"
},
"product_reference": "xen-tools-4.19.0_04-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-4.19.0_04-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xen-tools-4.19.0_04-1.1.x86_64"
},
"product_reference": "xen-tools-4.19.0_04-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-domU-4.19.0_04-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xen-tools-domU-4.19.0_04-1.1.aarch64"
},
"product_reference": "xen-tools-domU-4.19.0_04-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-domU-4.19.0_04-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xen-tools-domU-4.19.0_04-1.1.ppc64le"
},
"product_reference": "xen-tools-domU-4.19.0_04-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-domU-4.19.0_04-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xen-tools-domU-4.19.0_04-1.1.s390x"
},
"product_reference": "xen-tools-domU-4.19.0_04-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-domU-4.19.0_04-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xen-tools-domU-4.19.0_04-1.1.x86_64"
},
"product_reference": "xen-tools-domU-4.19.0_04-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-xendomains-wait-disk-4.19.0_04-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.19.0_04-1.1.aarch64"
},
"product_reference": "xen-tools-xendomains-wait-disk-4.19.0_04-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-xendomains-wait-disk-4.19.0_04-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.19.0_04-1.1.ppc64le"
},
"product_reference": "xen-tools-xendomains-wait-disk-4.19.0_04-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-xendomains-wait-disk-4.19.0_04-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.19.0_04-1.1.s390x"
},
"product_reference": "xen-tools-xendomains-wait-disk-4.19.0_04-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-xendomains-wait-disk-4.19.0_04-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.19.0_04-1.1.x86_64"
},
"product_reference": "xen-tools-xendomains-wait-disk-4.19.0_04-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45817",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45817"
}
],
"notes": [
{
"category": "general",
"text": "In x86\u0027s APIC (Advanced Programmable Interrupt Controller) architecture,\nerror conditions are reported in a status register. Furthermore, the OS\ncan opt to receive an interrupt when a new error occurs.\n\nIt is possible to configure the error interrupt with an illegal vector,\nwhich generates an error when an error interrupt is raised.\n\nThis case causes Xen to recurse through vlapic_error(). The recursion\nitself is bounded; errors accumulate in the the status register and only\ngenerate an interrupt when a new status bit becomes set.\n\nHowever, the lock protecting this state in Xen will try to be taken\nrecursively, and deadlock.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:xen-4.19.0_04-1.1.aarch64",
"openSUSE Tumbleweed:xen-4.19.0_04-1.1.ppc64le",
"openSUSE Tumbleweed:xen-4.19.0_04-1.1.s390x",
"openSUSE Tumbleweed:xen-4.19.0_04-1.1.x86_64",
"openSUSE Tumbleweed:xen-devel-4.19.0_04-1.1.aarch64",
"openSUSE Tumbleweed:xen-devel-4.19.0_04-1.1.ppc64le",
"openSUSE Tumbleweed:xen-devel-4.19.0_04-1.1.s390x",
"openSUSE Tumbleweed:xen-devel-4.19.0_04-1.1.x86_64",
"openSUSE Tumbleweed:xen-doc-html-4.19.0_04-1.1.aarch64",
"openSUSE Tumbleweed:xen-doc-html-4.19.0_04-1.1.ppc64le",
"openSUSE Tumbleweed:xen-doc-html-4.19.0_04-1.1.s390x",
"openSUSE Tumbleweed:xen-doc-html-4.19.0_04-1.1.x86_64",
"openSUSE Tumbleweed:xen-libs-4.19.0_04-1.1.aarch64",
"openSUSE Tumbleweed:xen-libs-4.19.0_04-1.1.ppc64le",
"openSUSE Tumbleweed:xen-libs-4.19.0_04-1.1.s390x",
"openSUSE Tumbleweed:xen-libs-4.19.0_04-1.1.x86_64",
"openSUSE Tumbleweed:xen-tools-4.19.0_04-1.1.aarch64",
"openSUSE Tumbleweed:xen-tools-4.19.0_04-1.1.ppc64le",
"openSUSE Tumbleweed:xen-tools-4.19.0_04-1.1.s390x",
"openSUSE Tumbleweed:xen-tools-4.19.0_04-1.1.x86_64",
"openSUSE Tumbleweed:xen-tools-domU-4.19.0_04-1.1.aarch64",
"openSUSE Tumbleweed:xen-tools-domU-4.19.0_04-1.1.ppc64le",
"openSUSE Tumbleweed:xen-tools-domU-4.19.0_04-1.1.s390x",
"openSUSE Tumbleweed:xen-tools-domU-4.19.0_04-1.1.x86_64",
"openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.19.0_04-1.1.aarch64",
"openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.19.0_04-1.1.ppc64le",
"openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.19.0_04-1.1.s390x",
"openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.19.0_04-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45817",
"url": "https://www.suse.com/security/cve/CVE-2024-45817"
},
{
"category": "external",
"summary": "SUSE Bug 1230366 for CVE-2024-45817",
"url": "https://bugzilla.suse.com/1230366"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:xen-4.19.0_04-1.1.aarch64",
"openSUSE Tumbleweed:xen-4.19.0_04-1.1.ppc64le",
"openSUSE Tumbleweed:xen-4.19.0_04-1.1.s390x",
"openSUSE Tumbleweed:xen-4.19.0_04-1.1.x86_64",
"openSUSE Tumbleweed:xen-devel-4.19.0_04-1.1.aarch64",
"openSUSE Tumbleweed:xen-devel-4.19.0_04-1.1.ppc64le",
"openSUSE Tumbleweed:xen-devel-4.19.0_04-1.1.s390x",
"openSUSE Tumbleweed:xen-devel-4.19.0_04-1.1.x86_64",
"openSUSE Tumbleweed:xen-doc-html-4.19.0_04-1.1.aarch64",
"openSUSE Tumbleweed:xen-doc-html-4.19.0_04-1.1.ppc64le",
"openSUSE Tumbleweed:xen-doc-html-4.19.0_04-1.1.s390x",
"openSUSE Tumbleweed:xen-doc-html-4.19.0_04-1.1.x86_64",
"openSUSE Tumbleweed:xen-libs-4.19.0_04-1.1.aarch64",
"openSUSE Tumbleweed:xen-libs-4.19.0_04-1.1.ppc64le",
"openSUSE Tumbleweed:xen-libs-4.19.0_04-1.1.s390x",
"openSUSE Tumbleweed:xen-libs-4.19.0_04-1.1.x86_64",
"openSUSE Tumbleweed:xen-tools-4.19.0_04-1.1.aarch64",
"openSUSE Tumbleweed:xen-tools-4.19.0_04-1.1.ppc64le",
"openSUSE Tumbleweed:xen-tools-4.19.0_04-1.1.s390x",
"openSUSE Tumbleweed:xen-tools-4.19.0_04-1.1.x86_64",
"openSUSE Tumbleweed:xen-tools-domU-4.19.0_04-1.1.aarch64",
"openSUSE Tumbleweed:xen-tools-domU-4.19.0_04-1.1.ppc64le",
"openSUSE Tumbleweed:xen-tools-domU-4.19.0_04-1.1.s390x",
"openSUSE Tumbleweed:xen-tools-domU-4.19.0_04-1.1.x86_64",
"openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.19.0_04-1.1.aarch64",
"openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.19.0_04-1.1.ppc64le",
"openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.19.0_04-1.1.s390x",
"openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.19.0_04-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:xen-4.19.0_04-1.1.aarch64",
"openSUSE Tumbleweed:xen-4.19.0_04-1.1.ppc64le",
"openSUSE Tumbleweed:xen-4.19.0_04-1.1.s390x",
"openSUSE Tumbleweed:xen-4.19.0_04-1.1.x86_64",
"openSUSE Tumbleweed:xen-devel-4.19.0_04-1.1.aarch64",
"openSUSE Tumbleweed:xen-devel-4.19.0_04-1.1.ppc64le",
"openSUSE Tumbleweed:xen-devel-4.19.0_04-1.1.s390x",
"openSUSE Tumbleweed:xen-devel-4.19.0_04-1.1.x86_64",
"openSUSE Tumbleweed:xen-doc-html-4.19.0_04-1.1.aarch64",
"openSUSE Tumbleweed:xen-doc-html-4.19.0_04-1.1.ppc64le",
"openSUSE Tumbleweed:xen-doc-html-4.19.0_04-1.1.s390x",
"openSUSE Tumbleweed:xen-doc-html-4.19.0_04-1.1.x86_64",
"openSUSE Tumbleweed:xen-libs-4.19.0_04-1.1.aarch64",
"openSUSE Tumbleweed:xen-libs-4.19.0_04-1.1.ppc64le",
"openSUSE Tumbleweed:xen-libs-4.19.0_04-1.1.s390x",
"openSUSE Tumbleweed:xen-libs-4.19.0_04-1.1.x86_64",
"openSUSE Tumbleweed:xen-tools-4.19.0_04-1.1.aarch64",
"openSUSE Tumbleweed:xen-tools-4.19.0_04-1.1.ppc64le",
"openSUSE Tumbleweed:xen-tools-4.19.0_04-1.1.s390x",
"openSUSE Tumbleweed:xen-tools-4.19.0_04-1.1.x86_64",
"openSUSE Tumbleweed:xen-tools-domU-4.19.0_04-1.1.aarch64",
"openSUSE Tumbleweed:xen-tools-domU-4.19.0_04-1.1.ppc64le",
"openSUSE Tumbleweed:xen-tools-domU-4.19.0_04-1.1.s390x",
"openSUSE Tumbleweed:xen-tools-domU-4.19.0_04-1.1.x86_64",
"openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.19.0_04-1.1.aarch64",
"openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.19.0_04-1.1.ppc64le",
"openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.19.0_04-1.1.s390x",
"openSUSE Tumbleweed:xen-tools-xendomains-wait-disk-4.19.0_04-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-10-01T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2024-45817"
}
]
}
SUSE-SU-2024:3421-1
Vulnerability from csaf_suse - Published: 2024-09-24 15:25 - Updated: 2024-09-24 15:25| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.5_04-150500.3.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.5_04-150500.3.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.5_04-150500.3.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.5_04-150500.3.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.5_04-150500.3.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.5_04-150500.3.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.5_04-150500.3.39.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-4.17.5_04-150500.3.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-4.17.5_04-150500.3.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-devel-4.17.5_04-150500.3.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-devel-4.17.5_04-150500.3.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-doc-html-4.17.5_04-150500.3.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-doc-html-4.17.5_04-150500.3.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-libs-32bit-4.17.5_04-150500.3.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-libs-4.17.5_04-150500.3.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-libs-4.17.5_04-150500.3.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-tools-4.17.5_04-150500.3.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-tools-4.17.5_04-150500.3.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-tools-domU-4.17.5_04-150500.3.39.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-tools-domU-4.17.5_04-150500.3.39.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.5_04-150500.3.39.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap Micro 5.5:xen-libs-4.17.5_04-150500.3.39.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-2024-45817: Fixed a deadlock in vlapic_error (XSA-462, bsc#1230366)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-3421,SUSE-SLE-Micro-5.5-2024-3421,SUSE-SLE-Module-Basesystem-15-SP5-2024-3421,SUSE-SLE-Module-Server-Applications-15-SP5-2024-3421,openSUSE-Leap-Micro-5.5-2024-3421,openSUSE-SLE-15.5-2024-3421",
"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_3421-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:3421-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20243421-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:3421-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-September/019510.html"
},
{
"category": "self",
"summary": "SUSE Bug 1230366",
"url": "https://bugzilla.suse.com/1230366"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45817 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45817/"
}
],
"title": "Security update for xen",
"tracking": {
"current_release_date": "2024-09-24T15:25:08Z",
"generator": {
"date": "2024-09-24T15:25:08Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:3421-1",
"initial_release_date": "2024-09-24T15:25:08Z",
"revision_history": [
{
"date": "2024-09-24T15:25:08Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "xen-4.17.5_04-150500.3.39.1.aarch64",
"product": {
"name": "xen-4.17.5_04-150500.3.39.1.aarch64",
"product_id": "xen-4.17.5_04-150500.3.39.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-devel-4.17.5_04-150500.3.39.1.aarch64",
"product": {
"name": "xen-devel-4.17.5_04-150500.3.39.1.aarch64",
"product_id": "xen-devel-4.17.5_04-150500.3.39.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-doc-html-4.17.5_04-150500.3.39.1.aarch64",
"product": {
"name": "xen-doc-html-4.17.5_04-150500.3.39.1.aarch64",
"product_id": "xen-doc-html-4.17.5_04-150500.3.39.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-libs-4.17.5_04-150500.3.39.1.aarch64",
"product": {
"name": "xen-libs-4.17.5_04-150500.3.39.1.aarch64",
"product_id": "xen-libs-4.17.5_04-150500.3.39.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-tools-4.17.5_04-150500.3.39.1.aarch64",
"product": {
"name": "xen-tools-4.17.5_04-150500.3.39.1.aarch64",
"product_id": "xen-tools-4.17.5_04-150500.3.39.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.17.5_04-150500.3.39.1.aarch64",
"product": {
"name": "xen-tools-domU-4.17.5_04-150500.3.39.1.aarch64",
"product_id": "xen-tools-domU-4.17.5_04-150500.3.39.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-libs-64bit-4.17.5_04-150500.3.39.1.aarch64_ilp32",
"product": {
"name": "xen-libs-64bit-4.17.5_04-150500.3.39.1.aarch64_ilp32",
"product_id": "xen-libs-64bit-4.17.5_04-150500.3.39.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-devel-4.17.5_04-150500.3.39.1.i586",
"product": {
"name": "xen-devel-4.17.5_04-150500.3.39.1.i586",
"product_id": "xen-devel-4.17.5_04-150500.3.39.1.i586"
}
},
{
"category": "product_version",
"name": "xen-libs-4.17.5_04-150500.3.39.1.i586",
"product": {
"name": "xen-libs-4.17.5_04-150500.3.39.1.i586",
"product_id": "xen-libs-4.17.5_04-150500.3.39.1.i586"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.17.5_04-150500.3.39.1.i586",
"product": {
"name": "xen-tools-domU-4.17.5_04-150500.3.39.1.i586",
"product_id": "xen-tools-domU-4.17.5_04-150500.3.39.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-tools-xendomains-wait-disk-4.17.5_04-150500.3.39.1.noarch",
"product": {
"name": "xen-tools-xendomains-wait-disk-4.17.5_04-150500.3.39.1.noarch",
"product_id": "xen-tools-xendomains-wait-disk-4.17.5_04-150500.3.39.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-4.17.5_04-150500.3.39.1.x86_64",
"product": {
"name": "xen-4.17.5_04-150500.3.39.1.x86_64",
"product_id": "xen-4.17.5_04-150500.3.39.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-devel-4.17.5_04-150500.3.39.1.x86_64",
"product": {
"name": "xen-devel-4.17.5_04-150500.3.39.1.x86_64",
"product_id": "xen-devel-4.17.5_04-150500.3.39.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-doc-html-4.17.5_04-150500.3.39.1.x86_64",
"product": {
"name": "xen-doc-html-4.17.5_04-150500.3.39.1.x86_64",
"product_id": "xen-doc-html-4.17.5_04-150500.3.39.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-libs-4.17.5_04-150500.3.39.1.x86_64",
"product": {
"name": "xen-libs-4.17.5_04-150500.3.39.1.x86_64",
"product_id": "xen-libs-4.17.5_04-150500.3.39.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-libs-32bit-4.17.5_04-150500.3.39.1.x86_64",
"product": {
"name": "xen-libs-32bit-4.17.5_04-150500.3.39.1.x86_64",
"product_id": "xen-libs-32bit-4.17.5_04-150500.3.39.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-tools-4.17.5_04-150500.3.39.1.x86_64",
"product": {
"name": "xen-tools-4.17.5_04-150500.3.39.1.x86_64",
"product_id": "xen-tools-4.17.5_04-150500.3.39.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.17.5_04-150500.3.39.1.x86_64",
"product": {
"name": "xen-tools-domU-4.17.5_04-150500.3.39.1.x86_64",
"product_id": "xen-tools-domU-4.17.5_04-150500.3.39.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.5",
"product": {
"name": "SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-server-applications:15:sp5"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap Micro 5.5",
"product": {
"name": "openSUSE Leap Micro 5.5",
"product_id": "openSUSE Leap Micro 5.5",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap-micro:5.5"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.5",
"product": {
"name": "openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.17.5_04-150500.3.39.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.5_04-150500.3.39.1.x86_64"
},
"product_reference": "xen-libs-4.17.5_04-150500.3.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.17.5_04-150500.3.39.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.5_04-150500.3.39.1.x86_64"
},
"product_reference": "xen-libs-4.17.5_04-150500.3.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-domU-4.17.5_04-150500.3.39.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.5_04-150500.3.39.1.x86_64"
},
"product_reference": "xen-tools-domU-4.17.5_04-150500.3.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-4.17.5_04-150500.3.39.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.5_04-150500.3.39.1.x86_64"
},
"product_reference": "xen-4.17.5_04-150500.3.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-devel-4.17.5_04-150500.3.39.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.5_04-150500.3.39.1.x86_64"
},
"product_reference": "xen-devel-4.17.5_04-150500.3.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-4.17.5_04-150500.3.39.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.5_04-150500.3.39.1.x86_64"
},
"product_reference": "xen-tools-4.17.5_04-150500.3.39.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-xendomains-wait-disk-4.17.5_04-150500.3.39.1.noarch as component of SUSE Linux Enterprise Module for Server Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.5_04-150500.3.39.1.noarch"
},
"product_reference": "xen-tools-xendomains-wait-disk-4.17.5_04-150500.3.39.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.17.5_04-150500.3.39.1.x86_64 as component of openSUSE Leap Micro 5.5",
"product_id": "openSUSE Leap Micro 5.5:xen-libs-4.17.5_04-150500.3.39.1.x86_64"
},
"product_reference": "xen-libs-4.17.5_04-150500.3.39.1.x86_64",
"relates_to_product_reference": "openSUSE Leap Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-4.17.5_04-150500.3.39.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:xen-4.17.5_04-150500.3.39.1.aarch64"
},
"product_reference": "xen-4.17.5_04-150500.3.39.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-4.17.5_04-150500.3.39.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:xen-4.17.5_04-150500.3.39.1.x86_64"
},
"product_reference": "xen-4.17.5_04-150500.3.39.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-devel-4.17.5_04-150500.3.39.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:xen-devel-4.17.5_04-150500.3.39.1.aarch64"
},
"product_reference": "xen-devel-4.17.5_04-150500.3.39.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-devel-4.17.5_04-150500.3.39.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:xen-devel-4.17.5_04-150500.3.39.1.x86_64"
},
"product_reference": "xen-devel-4.17.5_04-150500.3.39.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-doc-html-4.17.5_04-150500.3.39.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:xen-doc-html-4.17.5_04-150500.3.39.1.aarch64"
},
"product_reference": "xen-doc-html-4.17.5_04-150500.3.39.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-doc-html-4.17.5_04-150500.3.39.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:xen-doc-html-4.17.5_04-150500.3.39.1.x86_64"
},
"product_reference": "xen-doc-html-4.17.5_04-150500.3.39.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.17.5_04-150500.3.39.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:xen-libs-4.17.5_04-150500.3.39.1.aarch64"
},
"product_reference": "xen-libs-4.17.5_04-150500.3.39.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.17.5_04-150500.3.39.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:xen-libs-4.17.5_04-150500.3.39.1.x86_64"
},
"product_reference": "xen-libs-4.17.5_04-150500.3.39.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-32bit-4.17.5_04-150500.3.39.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:xen-libs-32bit-4.17.5_04-150500.3.39.1.x86_64"
},
"product_reference": "xen-libs-32bit-4.17.5_04-150500.3.39.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-4.17.5_04-150500.3.39.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:xen-tools-4.17.5_04-150500.3.39.1.aarch64"
},
"product_reference": "xen-tools-4.17.5_04-150500.3.39.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-4.17.5_04-150500.3.39.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:xen-tools-4.17.5_04-150500.3.39.1.x86_64"
},
"product_reference": "xen-tools-4.17.5_04-150500.3.39.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-domU-4.17.5_04-150500.3.39.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:xen-tools-domU-4.17.5_04-150500.3.39.1.aarch64"
},
"product_reference": "xen-tools-domU-4.17.5_04-150500.3.39.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-domU-4.17.5_04-150500.3.39.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:xen-tools-domU-4.17.5_04-150500.3.39.1.x86_64"
},
"product_reference": "xen-tools-domU-4.17.5_04-150500.3.39.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-xendomains-wait-disk-4.17.5_04-150500.3.39.1.noarch as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.5_04-150500.3.39.1.noarch"
},
"product_reference": "xen-tools-xendomains-wait-disk-4.17.5_04-150500.3.39.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45817",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45817"
}
],
"notes": [
{
"category": "general",
"text": "In x86\u0027s APIC (Advanced Programmable Interrupt Controller) architecture,\nerror conditions are reported in a status register. Furthermore, the OS\ncan opt to receive an interrupt when a new error occurs.\n\nIt is possible to configure the error interrupt with an illegal vector,\nwhich generates an error when an error interrupt is raised.\n\nThis case causes Xen to recurse through vlapic_error(). The recursion\nitself is bounded; errors accumulate in the the status register and only\ngenerate an interrupt when a new status bit becomes set.\n\nHowever, the lock protecting this state in Xen will try to be taken\nrecursively, and deadlock.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.5_04-150500.3.39.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.5_04-150500.3.39.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.5_04-150500.3.39.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.5_04-150500.3.39.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.5_04-150500.3.39.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.5_04-150500.3.39.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.5_04-150500.3.39.1.noarch",
"openSUSE Leap 15.5:xen-4.17.5_04-150500.3.39.1.aarch64",
"openSUSE Leap 15.5:xen-4.17.5_04-150500.3.39.1.x86_64",
"openSUSE Leap 15.5:xen-devel-4.17.5_04-150500.3.39.1.aarch64",
"openSUSE Leap 15.5:xen-devel-4.17.5_04-150500.3.39.1.x86_64",
"openSUSE Leap 15.5:xen-doc-html-4.17.5_04-150500.3.39.1.aarch64",
"openSUSE Leap 15.5:xen-doc-html-4.17.5_04-150500.3.39.1.x86_64",
"openSUSE Leap 15.5:xen-libs-32bit-4.17.5_04-150500.3.39.1.x86_64",
"openSUSE Leap 15.5:xen-libs-4.17.5_04-150500.3.39.1.aarch64",
"openSUSE Leap 15.5:xen-libs-4.17.5_04-150500.3.39.1.x86_64",
"openSUSE Leap 15.5:xen-tools-4.17.5_04-150500.3.39.1.aarch64",
"openSUSE Leap 15.5:xen-tools-4.17.5_04-150500.3.39.1.x86_64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.5_04-150500.3.39.1.aarch64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.5_04-150500.3.39.1.x86_64",
"openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.5_04-150500.3.39.1.noarch",
"openSUSE Leap Micro 5.5:xen-libs-4.17.5_04-150500.3.39.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45817",
"url": "https://www.suse.com/security/cve/CVE-2024-45817"
},
{
"category": "external",
"summary": "SUSE Bug 1230366 for CVE-2024-45817",
"url": "https://bugzilla.suse.com/1230366"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.5_04-150500.3.39.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.5_04-150500.3.39.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.5_04-150500.3.39.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.5_04-150500.3.39.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.5_04-150500.3.39.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.5_04-150500.3.39.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.5_04-150500.3.39.1.noarch",
"openSUSE Leap 15.5:xen-4.17.5_04-150500.3.39.1.aarch64",
"openSUSE Leap 15.5:xen-4.17.5_04-150500.3.39.1.x86_64",
"openSUSE Leap 15.5:xen-devel-4.17.5_04-150500.3.39.1.aarch64",
"openSUSE Leap 15.5:xen-devel-4.17.5_04-150500.3.39.1.x86_64",
"openSUSE Leap 15.5:xen-doc-html-4.17.5_04-150500.3.39.1.aarch64",
"openSUSE Leap 15.5:xen-doc-html-4.17.5_04-150500.3.39.1.x86_64",
"openSUSE Leap 15.5:xen-libs-32bit-4.17.5_04-150500.3.39.1.x86_64",
"openSUSE Leap 15.5:xen-libs-4.17.5_04-150500.3.39.1.aarch64",
"openSUSE Leap 15.5:xen-libs-4.17.5_04-150500.3.39.1.x86_64",
"openSUSE Leap 15.5:xen-tools-4.17.5_04-150500.3.39.1.aarch64",
"openSUSE Leap 15.5:xen-tools-4.17.5_04-150500.3.39.1.x86_64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.5_04-150500.3.39.1.aarch64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.5_04-150500.3.39.1.x86_64",
"openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.5_04-150500.3.39.1.noarch",
"openSUSE Leap Micro 5.5:xen-libs-4.17.5_04-150500.3.39.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.5_04-150500.3.39.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-libs-4.17.5_04-150500.3.39.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:xen-tools-domU-4.17.5_04-150500.3.39.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-4.17.5_04-150500.3.39.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-devel-4.17.5_04-150500.3.39.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-4.17.5_04-150500.3.39.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.5_04-150500.3.39.1.noarch",
"openSUSE Leap 15.5:xen-4.17.5_04-150500.3.39.1.aarch64",
"openSUSE Leap 15.5:xen-4.17.5_04-150500.3.39.1.x86_64",
"openSUSE Leap 15.5:xen-devel-4.17.5_04-150500.3.39.1.aarch64",
"openSUSE Leap 15.5:xen-devel-4.17.5_04-150500.3.39.1.x86_64",
"openSUSE Leap 15.5:xen-doc-html-4.17.5_04-150500.3.39.1.aarch64",
"openSUSE Leap 15.5:xen-doc-html-4.17.5_04-150500.3.39.1.x86_64",
"openSUSE Leap 15.5:xen-libs-32bit-4.17.5_04-150500.3.39.1.x86_64",
"openSUSE Leap 15.5:xen-libs-4.17.5_04-150500.3.39.1.aarch64",
"openSUSE Leap 15.5:xen-libs-4.17.5_04-150500.3.39.1.x86_64",
"openSUSE Leap 15.5:xen-tools-4.17.5_04-150500.3.39.1.aarch64",
"openSUSE Leap 15.5:xen-tools-4.17.5_04-150500.3.39.1.x86_64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.5_04-150500.3.39.1.aarch64",
"openSUSE Leap 15.5:xen-tools-domU-4.17.5_04-150500.3.39.1.x86_64",
"openSUSE Leap 15.5:xen-tools-xendomains-wait-disk-4.17.5_04-150500.3.39.1.noarch",
"openSUSE Leap Micro 5.5:xen-libs-4.17.5_04-150500.3.39.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-09-24T15:25:08Z",
"details": "moderate"
}
],
"title": "CVE-2024-45817"
}
]
}
SUSE-SU-2024:3422-1
Vulnerability from csaf_suse - Published: 2024-09-24 15:25 - Updated: 2024-09-24 15:25| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:xen-libs-4.14.6_20-150300.3.81.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:xen-libs-4.14.6_20-150300.3.81.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-2024-45817: Fixed a deadlock in vlapic_error (XSA-462, bsc#1230366)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-3422,SUSE-SUSE-MicroOS-5.1-2024-3422,SUSE-SUSE-MicroOS-5.2-2024-3422",
"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_3422-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:3422-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20243422-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:3422-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-September/019509.html"
},
{
"category": "self",
"summary": "SUSE Bug 1230366",
"url": "https://bugzilla.suse.com/1230366"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-45817 page",
"url": "https://www.suse.com/security/cve/CVE-2024-45817/"
}
],
"title": "Security update for xen",
"tracking": {
"current_release_date": "2024-09-24T15:25:24Z",
"generator": {
"date": "2024-09-24T15:25:24Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:3422-1",
"initial_release_date": "2024-09-24T15:25:24Z",
"revision_history": [
{
"date": "2024-09-24T15:25:24Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "xen-4.14.6_20-150300.3.81.1.aarch64",
"product": {
"name": "xen-4.14.6_20-150300.3.81.1.aarch64",
"product_id": "xen-4.14.6_20-150300.3.81.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-devel-4.14.6_20-150300.3.81.1.aarch64",
"product": {
"name": "xen-devel-4.14.6_20-150300.3.81.1.aarch64",
"product_id": "xen-devel-4.14.6_20-150300.3.81.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-doc-html-4.14.6_20-150300.3.81.1.aarch64",
"product": {
"name": "xen-doc-html-4.14.6_20-150300.3.81.1.aarch64",
"product_id": "xen-doc-html-4.14.6_20-150300.3.81.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-libs-4.14.6_20-150300.3.81.1.aarch64",
"product": {
"name": "xen-libs-4.14.6_20-150300.3.81.1.aarch64",
"product_id": "xen-libs-4.14.6_20-150300.3.81.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-tools-4.14.6_20-150300.3.81.1.aarch64",
"product": {
"name": "xen-tools-4.14.6_20-150300.3.81.1.aarch64",
"product_id": "xen-tools-4.14.6_20-150300.3.81.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.14.6_20-150300.3.81.1.aarch64",
"product": {
"name": "xen-tools-domU-4.14.6_20-150300.3.81.1.aarch64",
"product_id": "xen-tools-domU-4.14.6_20-150300.3.81.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-libs-64bit-4.14.6_20-150300.3.81.1.aarch64_ilp32",
"product": {
"name": "xen-libs-64bit-4.14.6_20-150300.3.81.1.aarch64_ilp32",
"product_id": "xen-libs-64bit-4.14.6_20-150300.3.81.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-devel-4.14.6_20-150300.3.81.1.i586",
"product": {
"name": "xen-devel-4.14.6_20-150300.3.81.1.i586",
"product_id": "xen-devel-4.14.6_20-150300.3.81.1.i586"
}
},
{
"category": "product_version",
"name": "xen-libs-4.14.6_20-150300.3.81.1.i586",
"product": {
"name": "xen-libs-4.14.6_20-150300.3.81.1.i586",
"product_id": "xen-libs-4.14.6_20-150300.3.81.1.i586"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.14.6_20-150300.3.81.1.i586",
"product": {
"name": "xen-tools-domU-4.14.6_20-150300.3.81.1.i586",
"product_id": "xen-tools-domU-4.14.6_20-150300.3.81.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-tools-xendomains-wait-disk-4.14.6_20-150300.3.81.1.noarch",
"product": {
"name": "xen-tools-xendomains-wait-disk-4.14.6_20-150300.3.81.1.noarch",
"product_id": "xen-tools-xendomains-wait-disk-4.14.6_20-150300.3.81.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-4.14.6_20-150300.3.81.1.x86_64",
"product": {
"name": "xen-4.14.6_20-150300.3.81.1.x86_64",
"product_id": "xen-4.14.6_20-150300.3.81.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-devel-4.14.6_20-150300.3.81.1.x86_64",
"product": {
"name": "xen-devel-4.14.6_20-150300.3.81.1.x86_64",
"product_id": "xen-devel-4.14.6_20-150300.3.81.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-doc-html-4.14.6_20-150300.3.81.1.x86_64",
"product": {
"name": "xen-doc-html-4.14.6_20-150300.3.81.1.x86_64",
"product_id": "xen-doc-html-4.14.6_20-150300.3.81.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-libs-4.14.6_20-150300.3.81.1.x86_64",
"product": {
"name": "xen-libs-4.14.6_20-150300.3.81.1.x86_64",
"product_id": "xen-libs-4.14.6_20-150300.3.81.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-libs-32bit-4.14.6_20-150300.3.81.1.x86_64",
"product": {
"name": "xen-libs-32bit-4.14.6_20-150300.3.81.1.x86_64",
"product_id": "xen-libs-32bit-4.14.6_20-150300.3.81.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-tools-4.14.6_20-150300.3.81.1.x86_64",
"product": {
"name": "xen-tools-4.14.6_20-150300.3.81.1.x86_64",
"product_id": "xen-tools-4.14.6_20-150300.3.81.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.14.6_20-150300.3.81.1.x86_64",
"product": {
"name": "xen-tools-domU-4.14.6_20-150300.3.81.1.x86_64",
"product_id": "xen-tools-domU-4.14.6_20-150300.3.81.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.1",
"product": {
"name": "SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-microos:5.1"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.2",
"product": {
"name": "SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-microos:5.2"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.14.6_20-150300.3.81.1.x86_64 as component of SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1:xen-libs-4.14.6_20-150300.3.81.1.x86_64"
},
"product_reference": "xen-libs-4.14.6_20-150300.3.81.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.14.6_20-150300.3.81.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:xen-libs-4.14.6_20-150300.3.81.1.x86_64"
},
"product_reference": "xen-libs-4.14.6_20-150300.3.81.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-45817",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-45817"
}
],
"notes": [
{
"category": "general",
"text": "In x86\u0027s APIC (Advanced Programmable Interrupt Controller) architecture,\nerror conditions are reported in a status register. Furthermore, the OS\ncan opt to receive an interrupt when a new error occurs.\n\nIt is possible to configure the error interrupt with an illegal vector,\nwhich generates an error when an error interrupt is raised.\n\nThis case causes Xen to recurse through vlapic_error(). The recursion\nitself is bounded; errors accumulate in the the status register and only\ngenerate an interrupt when a new status bit becomes set.\n\nHowever, the lock protecting this state in Xen will try to be taken\nrecursively, and deadlock.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Micro 5.1:xen-libs-4.14.6_20-150300.3.81.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:xen-libs-4.14.6_20-150300.3.81.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-45817",
"url": "https://www.suse.com/security/cve/CVE-2024-45817"
},
{
"category": "external",
"summary": "SUSE Bug 1230366 for CVE-2024-45817",
"url": "https://bugzilla.suse.com/1230366"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Micro 5.1:xen-libs-4.14.6_20-150300.3.81.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:xen-libs-4.14.6_20-150300.3.81.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Micro 5.1:xen-libs-4.14.6_20-150300.3.81.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:xen-libs-4.14.6_20-150300.3.81.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-09-24T15:25:24Z",
"details": "moderate"
}
],
"title": "CVE-2024-45817"
}
]
}
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.