Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-27465 (GCVE-0-2025-27465)
Vulnerability from cvelistv5 – Published: 2025-07-16 09:08 – Updated: 2025-11-04 21:09
VLAI
EPSS
Title
x86: Incorrect stubs exception handling for flags recovery
Summary
Certain instructions need intercepting and emulating by Xen. In some
cases Xen emulates the instruction by replaying it, using an executable
stub. Some instructions may raise an exception, which is supposed to be
handled gracefully. Certain replayed instructions have additional logic
to set up and recover the changes to the arithmetic flags.
For replayed instructions where the flags recovery logic is used, the
metadata for exception handling was incorrect, preventing Xen from
handling the the exception gracefully, treating it as fatal instead.
Severity
4.3 (Medium)
SSVC
Exploitation: none
Automatable: no
Technical Impact: partial
CISA Coordinator (v2.0.3)
CWE
- CWE-755 - Improper Handling of Exceptional Conditions
Assigner
References
Date Public
2025-07-01 11:56
Credits
This issue was discovered by Andrew Cooper of XenServer.
{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2025-27465",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-07-16T20:46:06.289437Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-755",
"description": "CWE-755 Improper Handling of Exceptional Conditions",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-07-17T15:00:57.741Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2025-11-04T21:09:50.127Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "http://xenbits.xen.org/xsa/advisory-470.html"
},
{
"url": "http://www.openwall.com/lists/oss-security/2025/07/01/1"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unknown",
"product": "Xen",
"vendor": "Xen",
"versions": [
{
"status": "unknown",
"version": "consult Xen advisory XSA-470"
}
]
}
],
"configurations": [
{
"lang": "en",
"value": "Xen 4.9 and onwards are vulnerable. Xen 4.8 and older are not\nvulnerable.\n\nOnly x86 systems are vulnerable. ARM systems are not vulnerable.\n\nOnly HVM or PVH guests can leverage the vulnerability. PV guests cannot\nleverage the vulnerability."
}
],
"credits": [
{
"lang": "en",
"type": "finder",
"value": "This issue was discovered by Andrew Cooper of XenServer."
}
],
"datePublic": "2025-07-01T11:56:00.000Z",
"descriptions": [
{
"lang": "en",
"value": "Certain instructions need intercepting and emulating by Xen. In some\ncases Xen emulates the instruction by replaying it, using an executable\nstub. Some instructions may raise an exception, which is supposed to be\nhandled gracefully. Certain replayed instructions have additional logic\nto set up and recover the changes to the arithmetic flags.\n\nFor replayed instructions where the flags recovery logic is used, the\nmetadata for exception handling was incorrect, preventing Xen from\nhandling the the exception gracefully, treating it as fatal instead."
}
],
"impacts": [
{
"descriptions": [
{
"lang": "en",
"value": "An unprivileged guest can cause a hypervisor crash, causing a Denial of\nService (DoS) of the entire host."
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-07-16T09:08:39.931Z",
"orgId": "23aa2041-22e1-471f-9209-9b7396fa234f",
"shortName": "XEN"
},
"references": [
{
"url": "https://xenbits.xenproject.org/xsa/advisory-470.html"
}
],
"title": "x86: Incorrect stubs exception handling for flags recovery",
"workarounds": [
{
"lang": "en",
"value": "There are no mitigations."
}
]
}
},
"cveMetadata": {
"assignerOrgId": "23aa2041-22e1-471f-9209-9b7396fa234f",
"assignerShortName": "XEN",
"cveId": "CVE-2025-27465",
"datePublished": "2025-07-16T09:08:39.931Z",
"dateReserved": "2025-02-26T09:16:54.461Z",
"dateUpdated": "2025-11-04T21:09:50.127Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-27465",
"date": "2026-06-02",
"epss": "0.00339",
"percentile": "0.56894"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-27465\",\"sourceIdentifier\":\"security@xen.org\",\"published\":\"2025-07-16T09:15:23.040\",\"lastModified\":\"2026-01-13T22:13:34.590\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Certain instructions need intercepting and emulating by Xen. In some\\ncases Xen emulates the instruction by replaying it, using an executable\\nstub. Some instructions may raise an exception, which is supposed to be\\nhandled gracefully. Certain replayed instructions have additional logic\\nto set up and recover the changes to the arithmetic flags.\\n\\nFor replayed instructions where the flags recovery logic is used, the\\nmetadata for exception handling was incorrect, preventing Xen from\\nhandling the the exception gracefully, treating it as fatal instead.\"},{\"lang\":\"es\",\"value\":\"Ciertas instrucciones requieren ser interceptadas y emuladas por Xen. En algunos casos, Xen emula la instrucci\u00f3n repiti\u00e9ndola mediante un stub ejecutable. Algunas instrucciones pueden generar una excepci\u00f3n, que deber\u00eda gestionarse correctamente. Algunas instrucciones repetidas tienen l\u00f3gica adicional para configurar y recuperar los cambios en las banderas aritm\u00e9ticas. En las instrucciones repetidas donde se utiliza la l\u00f3gica de recuperaci\u00f3n de banderas, los metadatos para la gesti\u00f3n de excepciones eran incorrectos, lo que impidi\u00f3 que Xen la gestionara correctamente, trat\u00e1ndola como fatal.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L\",\"baseScore\":4.3,\"baseSeverity\":\"MEDIUM\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":2.8,\"impactScore\":1.4}]},\"weaknesses\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-755\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:xen:xen:*:*:*:*:*:*:x86:*\",\"versionStartIncluding\":\"4.9.0\",\"matchCriteriaId\":\"6730EA5A-AAE6-4C6F-963C-EBE9E4AA4D48\"}]}]}],\"references\":[{\"url\":\"https://xenbits.xenproject.org/xsa/advisory-470.html\",\"source\":\"security@xen.org\",\"tags\":[\"Patch\",\"Vendor Advisory\"]},{\"url\":\"http://www.openwall.com/lists/oss-security/2025/07/01/1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Mailing List\",\"Third Party Advisory\"]},{\"url\":\"http://xenbits.xen.org/xsa/advisory-470.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-470.html\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2025/07/01/1\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-11-04T21:09:50.127Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 4.3, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"MEDIUM\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"LOW\", \"privilegesRequired\": \"LOW\", \"confidentialityImpact\": \"NONE\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-27465\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-07-16T20:46:06.289437Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-755\", \"description\": \"CWE-755 Improper Handling of Exceptional Conditions\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-07-16T20:46:28.330Z\"}}], \"cna\": {\"title\": \"x86: Incorrect stubs exception handling for flags recovery\", \"credits\": [{\"lang\": \"en\", \"type\": \"finder\", \"value\": \"This issue was discovered by Andrew Cooper of XenServer.\"}], \"impacts\": [{\"descriptions\": [{\"lang\": \"en\", \"value\": \"An unprivileged guest can cause a hypervisor crash, causing a Denial of\\nService (DoS) of the entire host.\"}]}], \"affected\": [{\"vendor\": \"Xen\", \"product\": \"Xen\", \"versions\": [{\"status\": \"unknown\", \"version\": \"consult Xen advisory XSA-470\"}], \"defaultStatus\": \"unknown\"}], \"datePublic\": \"2025-07-01T11:56:00.000Z\", \"references\": [{\"url\": \"https://xenbits.xenproject.org/xsa/advisory-470.html\"}], \"workarounds\": [{\"lang\": \"en\", \"value\": \"There are no mitigations.\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Certain instructions need intercepting and emulating by Xen. In some\\ncases Xen emulates the instruction by replaying it, using an executable\\nstub. Some instructions may raise an exception, which is supposed to be\\nhandled gracefully. Certain replayed instructions have additional logic\\nto set up and recover the changes to the arithmetic flags.\\n\\nFor replayed instructions where the flags recovery logic is used, the\\nmetadata for exception handling was incorrect, preventing Xen from\\nhandling the the exception gracefully, treating it as fatal instead.\"}], \"configurations\": [{\"lang\": \"en\", \"value\": \"Xen 4.9 and onwards are vulnerable. Xen 4.8 and older are not\\nvulnerable.\\n\\nOnly x86 systems are vulnerable. ARM systems are not vulnerable.\\n\\nOnly HVM or PVH guests can leverage the vulnerability. PV guests cannot\\nleverage the vulnerability.\"}], \"providerMetadata\": {\"orgId\": \"23aa2041-22e1-471f-9209-9b7396fa234f\", \"shortName\": \"XEN\", \"dateUpdated\": \"2025-07-16T09:08:39.931Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-27465\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-11-04T21:09:50.127Z\", \"dateReserved\": \"2025-02-26T09:16:54.461Z\", \"assignerOrgId\": \"23aa2041-22e1-471f-9209-9b7396fa234f\", \"datePublished\": \"2025-07-16T09:08:39.931Z\", \"assignerShortName\": \"XEN\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
SUSE-SU-2025:02319-1
Vulnerability from csaf_suse - Published: 2025-07-15 14:20 - Updated: 2025-07-15 14:20Summary
Security update for xen
Severity
Important
Notes
Title of the patch: Security update for xen
Description of the patch: This update for xen fixes the following issues:
- CVE-2024-36350, CVE-2024-36357: More AMD transient execution attacks (bsc#1246112, XSA-471)
- CVE-2025-27465: Incorrect stubs exception handling for flags recovery (bsc#1244644, XSA-470)
Patchnames: SUSE-2025-2319,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-2319,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-2319,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-2319,SUSE-SUSE-MicroOS-5.1-2025-2319,SUSE-SUSE-MicroOS-5.2-2025-2319,SUSE-Storage-7.1-2025-2319
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
Affected products
Recommended
26 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:xen-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:xen-devel-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:xen-libs-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:xen-tools-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:xen-tools-domU-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:xen-tools-xendomains-wait-disk-4.14.6_26-150300.3.91.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-devel-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-libs-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-tools-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-tools-domU-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-tools-xendomains-wait-disk-4.14.6_26-150300.3.91.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:xen-libs-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:xen-libs-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:xen-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:xen-devel-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:xen-libs-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-domU-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-xendomains-wait-disk-4.14.6_26-150300.3.91.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-devel-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-libs-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-tools-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-tools-domU-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-tools-xendomains-wait-disk-4.14.6_26-150300.3.91.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
26 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:xen-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:xen-devel-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:xen-libs-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:xen-tools-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:xen-tools-domU-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:xen-tools-xendomains-wait-disk-4.14.6_26-150300.3.91.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-devel-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-libs-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-tools-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-tools-domU-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-tools-xendomains-wait-disk-4.14.6_26-150300.3.91.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:xen-libs-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:xen-libs-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:xen-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:xen-devel-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:xen-libs-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-domU-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-xendomains-wait-disk-4.14.6_26-150300.3.91.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-devel-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-libs-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-tools-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-tools-domU-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-tools-xendomains-wait-disk-4.14.6_26-150300.3.91.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
7.1 (High)
Affected products
Recommended
26 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:xen-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:xen-devel-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:xen-libs-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:xen-tools-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:xen-tools-domU-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:xen-tools-xendomains-wait-disk-4.14.6_26-150300.3.91.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-devel-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-libs-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-tools-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-tools-domU-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-tools-xendomains-wait-disk-4.14.6_26-150300.3.91.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.1:xen-libs-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:xen-libs-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:xen-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:xen-devel-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:xen-libs-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-domU-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-xendomains-wait-disk-4.14.6_26-150300.3.91.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-devel-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-libs-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-tools-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-tools-domU-4.14.6_26-150300.3.91.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-tools-xendomains-wait-disk-4.14.6_26-150300.3.91.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
References
16 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for xen",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for xen fixes the following issues:\n\n- CVE-2024-36350, CVE-2024-36357: More AMD transient execution attacks (bsc#1246112, XSA-471)\n- CVE-2025-27465: Incorrect stubs exception handling for flags recovery (bsc#1244644, XSA-470)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2319,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-2319,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-2319,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-2319,SUSE-SUSE-MicroOS-5.1-2025-2319,SUSE-SUSE-MicroOS-5.2-2025-2319,SUSE-Storage-7.1-2025-2319",
"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-2025_02319-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:02319-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502319-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:02319-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021813.html"
},
{
"category": "self",
"summary": "SUSE Bug 1238896",
"url": "https://bugzilla.suse.com/1238896"
},
{
"category": "self",
"summary": "SUSE Bug 1244644",
"url": "https://bugzilla.suse.com/1244644"
},
{
"category": "self",
"summary": "SUSE Bug 1246112",
"url": "https://bugzilla.suse.com/1246112"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-36350 page",
"url": "https://www.suse.com/security/cve/CVE-2024-36350/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-36357 page",
"url": "https://www.suse.com/security/cve/CVE-2024-36357/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27465 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27465/"
}
],
"title": "Security update for xen",
"tracking": {
"current_release_date": "2025-07-15T14:20:08Z",
"generator": {
"date": "2025-07-15T14:20:08Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:02319-1",
"initial_release_date": "2025-07-15T14:20:08Z",
"revision_history": [
{
"date": "2025-07-15T14:20:08Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "xen-4.14.6_26-150300.3.91.1.aarch64",
"product": {
"name": "xen-4.14.6_26-150300.3.91.1.aarch64",
"product_id": "xen-4.14.6_26-150300.3.91.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-devel-4.14.6_26-150300.3.91.1.aarch64",
"product": {
"name": "xen-devel-4.14.6_26-150300.3.91.1.aarch64",
"product_id": "xen-devel-4.14.6_26-150300.3.91.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-doc-html-4.14.6_26-150300.3.91.1.aarch64",
"product": {
"name": "xen-doc-html-4.14.6_26-150300.3.91.1.aarch64",
"product_id": "xen-doc-html-4.14.6_26-150300.3.91.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-libs-4.14.6_26-150300.3.91.1.aarch64",
"product": {
"name": "xen-libs-4.14.6_26-150300.3.91.1.aarch64",
"product_id": "xen-libs-4.14.6_26-150300.3.91.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-tools-4.14.6_26-150300.3.91.1.aarch64",
"product": {
"name": "xen-tools-4.14.6_26-150300.3.91.1.aarch64",
"product_id": "xen-tools-4.14.6_26-150300.3.91.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.14.6_26-150300.3.91.1.aarch64",
"product": {
"name": "xen-tools-domU-4.14.6_26-150300.3.91.1.aarch64",
"product_id": "xen-tools-domU-4.14.6_26-150300.3.91.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-libs-64bit-4.14.6_26-150300.3.91.1.aarch64_ilp32",
"product": {
"name": "xen-libs-64bit-4.14.6_26-150300.3.91.1.aarch64_ilp32",
"product_id": "xen-libs-64bit-4.14.6_26-150300.3.91.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-devel-4.14.6_26-150300.3.91.1.i586",
"product": {
"name": "xen-devel-4.14.6_26-150300.3.91.1.i586",
"product_id": "xen-devel-4.14.6_26-150300.3.91.1.i586"
}
},
{
"category": "product_version",
"name": "xen-libs-4.14.6_26-150300.3.91.1.i586",
"product": {
"name": "xen-libs-4.14.6_26-150300.3.91.1.i586",
"product_id": "xen-libs-4.14.6_26-150300.3.91.1.i586"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.14.6_26-150300.3.91.1.i586",
"product": {
"name": "xen-tools-domU-4.14.6_26-150300.3.91.1.i586",
"product_id": "xen-tools-domU-4.14.6_26-150300.3.91.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-tools-xendomains-wait-disk-4.14.6_26-150300.3.91.1.noarch",
"product": {
"name": "xen-tools-xendomains-wait-disk-4.14.6_26-150300.3.91.1.noarch",
"product_id": "xen-tools-xendomains-wait-disk-4.14.6_26-150300.3.91.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-4.14.6_26-150300.3.91.1.x86_64",
"product": {
"name": "xen-4.14.6_26-150300.3.91.1.x86_64",
"product_id": "xen-4.14.6_26-150300.3.91.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-devel-4.14.6_26-150300.3.91.1.x86_64",
"product": {
"name": "xen-devel-4.14.6_26-150300.3.91.1.x86_64",
"product_id": "xen-devel-4.14.6_26-150300.3.91.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-doc-html-4.14.6_26-150300.3.91.1.x86_64",
"product": {
"name": "xen-doc-html-4.14.6_26-150300.3.91.1.x86_64",
"product_id": "xen-doc-html-4.14.6_26-150300.3.91.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-libs-4.14.6_26-150300.3.91.1.x86_64",
"product": {
"name": "xen-libs-4.14.6_26-150300.3.91.1.x86_64",
"product_id": "xen-libs-4.14.6_26-150300.3.91.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-libs-32bit-4.14.6_26-150300.3.91.1.x86_64",
"product": {
"name": "xen-libs-32bit-4.14.6_26-150300.3.91.1.x86_64",
"product_id": "xen-libs-32bit-4.14.6_26-150300.3.91.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-tools-4.14.6_26-150300.3.91.1.x86_64",
"product": {
"name": "xen-tools-4.14.6_26-150300.3.91.1.x86_64",
"product_id": "xen-tools-4.14.6_26-150300.3.91.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.14.6_26-150300.3.91.1.x86_64",
"product": {
"name": "xen-tools-domU-4.14.6_26-150300.3.91.1.x86_64",
"product_id": "xen-tools-domU-4.14.6_26-150300.3.91.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.1",
"product": {
"name": "SUSE Linux Enterprise Micro 5.1",
"product_id": "SUSE Linux Enterprise Micro 5.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-microos:5.1"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.2",
"product": {
"name": "SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-microos:5.2"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-4.14.6_26-150300.3.91.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-4.14.6_26-150300.3.91.1.x86_64"
},
"product_reference": "xen-4.14.6_26-150300.3.91.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-devel-4.14.6_26-150300.3.91.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-devel-4.14.6_26-150300.3.91.1.x86_64"
},
"product_reference": "xen-devel-4.14.6_26-150300.3.91.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.14.6_26-150300.3.91.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-libs-4.14.6_26-150300.3.91.1.x86_64"
},
"product_reference": "xen-libs-4.14.6_26-150300.3.91.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-4.14.6_26-150300.3.91.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-tools-4.14.6_26-150300.3.91.1.x86_64"
},
"product_reference": "xen-tools-4.14.6_26-150300.3.91.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-domU-4.14.6_26-150300.3.91.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-tools-domU-4.14.6_26-150300.3.91.1.x86_64"
},
"product_reference": "xen-tools-domU-4.14.6_26-150300.3.91.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-xendomains-wait-disk-4.14.6_26-150300.3.91.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-tools-xendomains-wait-disk-4.14.6_26-150300.3.91.1.noarch"
},
"product_reference": "xen-tools-xendomains-wait-disk-4.14.6_26-150300.3.91.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-4.14.6_26-150300.3.91.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:xen-4.14.6_26-150300.3.91.1.x86_64"
},
"product_reference": "xen-4.14.6_26-150300.3.91.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-devel-4.14.6_26-150300.3.91.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:xen-devel-4.14.6_26-150300.3.91.1.x86_64"
},
"product_reference": "xen-devel-4.14.6_26-150300.3.91.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.14.6_26-150300.3.91.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:xen-libs-4.14.6_26-150300.3.91.1.x86_64"
},
"product_reference": "xen-libs-4.14.6_26-150300.3.91.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-4.14.6_26-150300.3.91.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-4.14.6_26-150300.3.91.1.x86_64"
},
"product_reference": "xen-tools-4.14.6_26-150300.3.91.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-domU-4.14.6_26-150300.3.91.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-domU-4.14.6_26-150300.3.91.1.x86_64"
},
"product_reference": "xen-tools-domU-4.14.6_26-150300.3.91.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-xendomains-wait-disk-4.14.6_26-150300.3.91.1.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-xendomains-wait-disk-4.14.6_26-150300.3.91.1.noarch"
},
"product_reference": "xen-tools-xendomains-wait-disk-4.14.6_26-150300.3.91.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-4.14.6_26-150300.3.91.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-4.14.6_26-150300.3.91.1.x86_64"
},
"product_reference": "xen-4.14.6_26-150300.3.91.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-devel-4.14.6_26-150300.3.91.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-devel-4.14.6_26-150300.3.91.1.x86_64"
},
"product_reference": "xen-devel-4.14.6_26-150300.3.91.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.14.6_26-150300.3.91.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-libs-4.14.6_26-150300.3.91.1.x86_64"
},
"product_reference": "xen-libs-4.14.6_26-150300.3.91.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-4.14.6_26-150300.3.91.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-tools-4.14.6_26-150300.3.91.1.x86_64"
},
"product_reference": "xen-tools-4.14.6_26-150300.3.91.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-domU-4.14.6_26-150300.3.91.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-tools-domU-4.14.6_26-150300.3.91.1.x86_64"
},
"product_reference": "xen-tools-domU-4.14.6_26-150300.3.91.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-xendomains-wait-disk-4.14.6_26-150300.3.91.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-tools-xendomains-wait-disk-4.14.6_26-150300.3.91.1.noarch"
},
"product_reference": "xen-tools-xendomains-wait-disk-4.14.6_26-150300.3.91.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.14.6_26-150300.3.91.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_26-150300.3.91.1.x86_64"
},
"product_reference": "xen-libs-4.14.6_26-150300.3.91.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_26-150300.3.91.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_26-150300.3.91.1.x86_64"
},
"product_reference": "xen-libs-4.14.6_26-150300.3.91.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-4.14.6_26-150300.3.91.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:xen-4.14.6_26-150300.3.91.1.x86_64"
},
"product_reference": "xen-4.14.6_26-150300.3.91.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-devel-4.14.6_26-150300.3.91.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:xen-devel-4.14.6_26-150300.3.91.1.x86_64"
},
"product_reference": "xen-devel-4.14.6_26-150300.3.91.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.14.6_26-150300.3.91.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:xen-libs-4.14.6_26-150300.3.91.1.x86_64"
},
"product_reference": "xen-libs-4.14.6_26-150300.3.91.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-4.14.6_26-150300.3.91.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:xen-tools-4.14.6_26-150300.3.91.1.x86_64"
},
"product_reference": "xen-tools-4.14.6_26-150300.3.91.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-domU-4.14.6_26-150300.3.91.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:xen-tools-domU-4.14.6_26-150300.3.91.1.x86_64"
},
"product_reference": "xen-tools-domU-4.14.6_26-150300.3.91.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-xendomains-wait-disk-4.14.6_26-150300.3.91.1.noarch as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:xen-tools-xendomains-wait-disk-4.14.6_26-150300.3.91.1.noarch"
},
"product_reference": "xen-tools-xendomains-wait-disk-4.14.6_26-150300.3.91.1.noarch",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-36350",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-36350"
}
],
"notes": [
{
"category": "general",
"text": "A transient execution vulnerability in some AMD processors may allow an attacker to infer data from previous stores, potentially resulting in the leakage of privileged information.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:xen-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Enterprise Storage 7.1:xen-devel-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Enterprise Storage 7.1:xen-libs-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Enterprise Storage 7.1:xen-tools-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Enterprise Storage 7.1:xen-tools-domU-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Enterprise Storage 7.1:xen-tools-xendomains-wait-disk-4.14.6_26-150300.3.91.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-devel-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-libs-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-tools-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-tools-domU-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-tools-xendomains-wait-disk-4.14.6_26-150300.3.91.1.noarch",
"SUSE Linux Enterprise Micro 5.1:xen-libs-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:xen-libs-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:xen-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:xen-devel-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:xen-libs-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-domU-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-xendomains-wait-disk-4.14.6_26-150300.3.91.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-devel-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-libs-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-tools-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-tools-domU-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-tools-xendomains-wait-disk-4.14.6_26-150300.3.91.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-36350",
"url": "https://www.suse.com/security/cve/CVE-2024-36350"
},
{
"category": "external",
"summary": "SUSE Bug 1238896 for CVE-2024-36350",
"url": "https://bugzilla.suse.com/1238896"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:xen-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Enterprise Storage 7.1:xen-devel-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Enterprise Storage 7.1:xen-libs-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Enterprise Storage 7.1:xen-tools-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Enterprise Storage 7.1:xen-tools-domU-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Enterprise Storage 7.1:xen-tools-xendomains-wait-disk-4.14.6_26-150300.3.91.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-devel-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-libs-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-tools-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-tools-domU-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-tools-xendomains-wait-disk-4.14.6_26-150300.3.91.1.noarch",
"SUSE Linux Enterprise Micro 5.1:xen-libs-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:xen-libs-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:xen-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:xen-devel-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:xen-libs-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-domU-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-xendomains-wait-disk-4.14.6_26-150300.3.91.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-devel-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-libs-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-tools-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-tools-domU-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-tools-xendomains-wait-disk-4.14.6_26-150300.3.91.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-15T14:20:08Z",
"details": "moderate"
}
],
"title": "CVE-2024-36350"
},
{
"cve": "CVE-2024-36357",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-36357"
}
],
"notes": [
{
"category": "general",
"text": "A transient execution vulnerability in some AMD processors may allow an attacker to infer data in the L1D cache, potentially resulting in the leakage of sensitive information across privileged boundaries.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:xen-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Enterprise Storage 7.1:xen-devel-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Enterprise Storage 7.1:xen-libs-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Enterprise Storage 7.1:xen-tools-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Enterprise Storage 7.1:xen-tools-domU-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Enterprise Storage 7.1:xen-tools-xendomains-wait-disk-4.14.6_26-150300.3.91.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-devel-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-libs-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-tools-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-tools-domU-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-tools-xendomains-wait-disk-4.14.6_26-150300.3.91.1.noarch",
"SUSE Linux Enterprise Micro 5.1:xen-libs-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:xen-libs-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:xen-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:xen-devel-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:xen-libs-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-domU-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-xendomains-wait-disk-4.14.6_26-150300.3.91.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-devel-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-libs-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-tools-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-tools-domU-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-tools-xendomains-wait-disk-4.14.6_26-150300.3.91.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-36357",
"url": "https://www.suse.com/security/cve/CVE-2024-36357"
},
{
"category": "external",
"summary": "SUSE Bug 1238896 for CVE-2024-36357",
"url": "https://bugzilla.suse.com/1238896"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:xen-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Enterprise Storage 7.1:xen-devel-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Enterprise Storage 7.1:xen-libs-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Enterprise Storage 7.1:xen-tools-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Enterprise Storage 7.1:xen-tools-domU-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Enterprise Storage 7.1:xen-tools-xendomains-wait-disk-4.14.6_26-150300.3.91.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-devel-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-libs-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-tools-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-tools-domU-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-tools-xendomains-wait-disk-4.14.6_26-150300.3.91.1.noarch",
"SUSE Linux Enterprise Micro 5.1:xen-libs-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:xen-libs-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:xen-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:xen-devel-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:xen-libs-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-domU-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-xendomains-wait-disk-4.14.6_26-150300.3.91.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-devel-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-libs-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-tools-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-tools-domU-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-tools-xendomains-wait-disk-4.14.6_26-150300.3.91.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-15T14:20:08Z",
"details": "moderate"
}
],
"title": "CVE-2024-36357"
},
{
"cve": "CVE-2025-27465",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-27465"
}
],
"notes": [
{
"category": "general",
"text": "Certain instructions need intercepting and emulating by Xen. In some\ncases Xen emulates the instruction by replaying it, using an executable\nstub. Some instructions may raise an exception, which is supposed to be\nhandled gracefully. Certain replayed instructions have additional logic\nto set up and recover the changes to the arithmetic flags.\n\nFor replayed instructions where the flags recovery logic is used, the\nmetadata for exception handling was incorrect, preventing Xen from\nhandling the the exception gracefully, treating it as fatal instead.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:xen-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Enterprise Storage 7.1:xen-devel-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Enterprise Storage 7.1:xen-libs-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Enterprise Storage 7.1:xen-tools-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Enterprise Storage 7.1:xen-tools-domU-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Enterprise Storage 7.1:xen-tools-xendomains-wait-disk-4.14.6_26-150300.3.91.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-devel-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-libs-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-tools-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-tools-domU-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-tools-xendomains-wait-disk-4.14.6_26-150300.3.91.1.noarch",
"SUSE Linux Enterprise Micro 5.1:xen-libs-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:xen-libs-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:xen-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:xen-devel-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:xen-libs-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-domU-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-xendomains-wait-disk-4.14.6_26-150300.3.91.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-devel-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-libs-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-tools-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-tools-domU-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-tools-xendomains-wait-disk-4.14.6_26-150300.3.91.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-27465",
"url": "https://www.suse.com/security/cve/CVE-2025-27465"
},
{
"category": "external",
"summary": "SUSE Bug 1244644 for CVE-2025-27465",
"url": "https://bugzilla.suse.com/1244644"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:xen-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Enterprise Storage 7.1:xen-devel-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Enterprise Storage 7.1:xen-libs-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Enterprise Storage 7.1:xen-tools-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Enterprise Storage 7.1:xen-tools-domU-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Enterprise Storage 7.1:xen-tools-xendomains-wait-disk-4.14.6_26-150300.3.91.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-devel-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-libs-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-tools-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-tools-domU-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-tools-xendomains-wait-disk-4.14.6_26-150300.3.91.1.noarch",
"SUSE Linux Enterprise Micro 5.1:xen-libs-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:xen-libs-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:xen-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:xen-devel-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:xen-libs-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-domU-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-xendomains-wait-disk-4.14.6_26-150300.3.91.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-devel-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-libs-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-tools-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-tools-domU-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-tools-xendomains-wait-disk-4.14.6_26-150300.3.91.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:xen-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Enterprise Storage 7.1:xen-devel-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Enterprise Storage 7.1:xen-libs-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Enterprise Storage 7.1:xen-tools-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Enterprise Storage 7.1:xen-tools-domU-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Enterprise Storage 7.1:xen-tools-xendomains-wait-disk-4.14.6_26-150300.3.91.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-devel-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-libs-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-tools-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-tools-domU-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:xen-tools-xendomains-wait-disk-4.14.6_26-150300.3.91.1.noarch",
"SUSE Linux Enterprise Micro 5.1:xen-libs-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:xen-libs-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:xen-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:xen-devel-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:xen-libs-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-domU-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:xen-tools-xendomains-wait-disk-4.14.6_26-150300.3.91.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-devel-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-libs-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-tools-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-tools-domU-4.14.6_26-150300.3.91.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:xen-tools-xendomains-wait-disk-4.14.6_26-150300.3.91.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-15T14:20:08Z",
"details": "important"
}
],
"title": "CVE-2025-27465"
}
]
}
SUSE-SU-2025:02325-1
Vulnerability from csaf_suse - Published: 2025-07-16 06:37 - Updated: 2025-07-16 06:37Summary
Security update for xen
Severity
Important
Notes
Title of the patch: Security update for xen
Description of the patch: This update for xen fixes the following issues:
- CVE-2024-36350, CVE-2024-36357: More AMD transient execution attacks (bsc#1246112, XSA-471)
- CVE-2025-27465: Incorrect stubs exception handling for flags recovery (bsc#1244644, XSA-470)
Patchnames: SUSE-2025-2325,SUSE-SLE-Micro-5.5-2025-2325,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-2325,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-2325,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-2325,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-2325
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
Affected products
Recommended
25 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-devel-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-libs-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-domU-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-xendomains-wait-disk-4.17.5_10-150500.3.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-devel-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-libs-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-domU-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-xendomains-wait-disk-4.17.5_10-150500.3.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:xen-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:xen-devel-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:xen-libs-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-domU-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-xendomains-wait-disk-4.17.5_10-150500.3.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-devel-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-libs-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-domU-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.5_10-150500.3.50.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
25 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-devel-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-libs-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-domU-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-xendomains-wait-disk-4.17.5_10-150500.3.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-devel-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-libs-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-domU-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-xendomains-wait-disk-4.17.5_10-150500.3.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:xen-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:xen-devel-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:xen-libs-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-domU-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-xendomains-wait-disk-4.17.5_10-150500.3.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-devel-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-libs-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-domU-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.5_10-150500.3.50.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
7.1 (High)
Affected products
Recommended
25 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-devel-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-libs-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-domU-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-xendomains-wait-disk-4.17.5_10-150500.3.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-devel-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-libs-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-domU-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-xendomains-wait-disk-4.17.5_10-150500.3.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:xen-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:xen-devel-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:xen-libs-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-domU-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-xendomains-wait-disk-4.17.5_10-150500.3.50.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-devel-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-libs-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-domU-4.17.5_10-150500.3.50.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.5_10-150500.3.50.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
References
16 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for xen",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for xen fixes the following issues:\n\n- CVE-2024-36350, CVE-2024-36357: More AMD transient execution attacks (bsc#1246112, XSA-471)\n- CVE-2025-27465: Incorrect stubs exception handling for flags recovery (bsc#1244644, XSA-470)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2325,SUSE-SLE-Micro-5.5-2025-2325,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-2325,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-2325,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-2325,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-2325",
"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-2025_02325-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:02325-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502325-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:02325-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-July/040723.html"
},
{
"category": "self",
"summary": "SUSE Bug 1238896",
"url": "https://bugzilla.suse.com/1238896"
},
{
"category": "self",
"summary": "SUSE Bug 1244644",
"url": "https://bugzilla.suse.com/1244644"
},
{
"category": "self",
"summary": "SUSE Bug 1246112",
"url": "https://bugzilla.suse.com/1246112"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-36350 page",
"url": "https://www.suse.com/security/cve/CVE-2024-36350/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-36357 page",
"url": "https://www.suse.com/security/cve/CVE-2024-36357/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27465 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27465/"
}
],
"title": "Security update for xen",
"tracking": {
"current_release_date": "2025-07-16T06:37:43Z",
"generator": {
"date": "2025-07-16T06:37:43Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:02325-1",
"initial_release_date": "2025-07-16T06:37:43Z",
"revision_history": [
{
"date": "2025-07-16T06:37:43Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "xen-4.17.5_10-150500.3.50.1.aarch64",
"product": {
"name": "xen-4.17.5_10-150500.3.50.1.aarch64",
"product_id": "xen-4.17.5_10-150500.3.50.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-devel-4.17.5_10-150500.3.50.1.aarch64",
"product": {
"name": "xen-devel-4.17.5_10-150500.3.50.1.aarch64",
"product_id": "xen-devel-4.17.5_10-150500.3.50.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-doc-html-4.17.5_10-150500.3.50.1.aarch64",
"product": {
"name": "xen-doc-html-4.17.5_10-150500.3.50.1.aarch64",
"product_id": "xen-doc-html-4.17.5_10-150500.3.50.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-libs-4.17.5_10-150500.3.50.1.aarch64",
"product": {
"name": "xen-libs-4.17.5_10-150500.3.50.1.aarch64",
"product_id": "xen-libs-4.17.5_10-150500.3.50.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-tools-4.17.5_10-150500.3.50.1.aarch64",
"product": {
"name": "xen-tools-4.17.5_10-150500.3.50.1.aarch64",
"product_id": "xen-tools-4.17.5_10-150500.3.50.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.17.5_10-150500.3.50.1.aarch64",
"product": {
"name": "xen-tools-domU-4.17.5_10-150500.3.50.1.aarch64",
"product_id": "xen-tools-domU-4.17.5_10-150500.3.50.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-libs-64bit-4.17.5_10-150500.3.50.1.aarch64_ilp32",
"product": {
"name": "xen-libs-64bit-4.17.5_10-150500.3.50.1.aarch64_ilp32",
"product_id": "xen-libs-64bit-4.17.5_10-150500.3.50.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-devel-4.17.5_10-150500.3.50.1.i586",
"product": {
"name": "xen-devel-4.17.5_10-150500.3.50.1.i586",
"product_id": "xen-devel-4.17.5_10-150500.3.50.1.i586"
}
},
{
"category": "product_version",
"name": "xen-libs-4.17.5_10-150500.3.50.1.i586",
"product": {
"name": "xen-libs-4.17.5_10-150500.3.50.1.i586",
"product_id": "xen-libs-4.17.5_10-150500.3.50.1.i586"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.17.5_10-150500.3.50.1.i586",
"product": {
"name": "xen-tools-domU-4.17.5_10-150500.3.50.1.i586",
"product_id": "xen-tools-domU-4.17.5_10-150500.3.50.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-tools-xendomains-wait-disk-4.17.5_10-150500.3.50.1.noarch",
"product": {
"name": "xen-tools-xendomains-wait-disk-4.17.5_10-150500.3.50.1.noarch",
"product_id": "xen-tools-xendomains-wait-disk-4.17.5_10-150500.3.50.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-4.17.5_10-150500.3.50.1.x86_64",
"product": {
"name": "xen-4.17.5_10-150500.3.50.1.x86_64",
"product_id": "xen-4.17.5_10-150500.3.50.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-devel-4.17.5_10-150500.3.50.1.x86_64",
"product": {
"name": "xen-devel-4.17.5_10-150500.3.50.1.x86_64",
"product_id": "xen-devel-4.17.5_10-150500.3.50.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-doc-html-4.17.5_10-150500.3.50.1.x86_64",
"product": {
"name": "xen-doc-html-4.17.5_10-150500.3.50.1.x86_64",
"product_id": "xen-doc-html-4.17.5_10-150500.3.50.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-libs-4.17.5_10-150500.3.50.1.x86_64",
"product": {
"name": "xen-libs-4.17.5_10-150500.3.50.1.x86_64",
"product_id": "xen-libs-4.17.5_10-150500.3.50.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-libs-32bit-4.17.5_10-150500.3.50.1.x86_64",
"product": {
"name": "xen-libs-32bit-4.17.5_10-150500.3.50.1.x86_64",
"product_id": "xen-libs-32bit-4.17.5_10-150500.3.50.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-tools-4.17.5_10-150500.3.50.1.x86_64",
"product": {
"name": "xen-tools-4.17.5_10-150500.3.50.1.x86_64",
"product_id": "xen-tools-4.17.5_10-150500.3.50.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.17.5_10-150500.3.50.1.x86_64",
"product": {
"name": "xen-tools-domU-4.17.5_10-150500.3.50.1.x86_64",
"product_id": "xen-tools-domU-4.17.5_10-150500.3.50.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 High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
}
],
"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_10-150500.3.50.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_10-150500.3.50.1.x86_64"
},
"product_reference": "xen-libs-4.17.5_10-150500.3.50.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-4.17.5_10-150500.3.50.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-4.17.5_10-150500.3.50.1.x86_64"
},
"product_reference": "xen-4.17.5_10-150500.3.50.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-devel-4.17.5_10-150500.3.50.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-devel-4.17.5_10-150500.3.50.1.x86_64"
},
"product_reference": "xen-devel-4.17.5_10-150500.3.50.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.17.5_10-150500.3.50.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-libs-4.17.5_10-150500.3.50.1.x86_64"
},
"product_reference": "xen-libs-4.17.5_10-150500.3.50.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-4.17.5_10-150500.3.50.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-4.17.5_10-150500.3.50.1.x86_64"
},
"product_reference": "xen-tools-4.17.5_10-150500.3.50.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-domU-4.17.5_10-150500.3.50.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-domU-4.17.5_10-150500.3.50.1.x86_64"
},
"product_reference": "xen-tools-domU-4.17.5_10-150500.3.50.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-xendomains-wait-disk-4.17.5_10-150500.3.50.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-xendomains-wait-disk-4.17.5_10-150500.3.50.1.noarch"
},
"product_reference": "xen-tools-xendomains-wait-disk-4.17.5_10-150500.3.50.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-4.17.5_10-150500.3.50.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-4.17.5_10-150500.3.50.1.x86_64"
},
"product_reference": "xen-4.17.5_10-150500.3.50.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-devel-4.17.5_10-150500.3.50.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-devel-4.17.5_10-150500.3.50.1.x86_64"
},
"product_reference": "xen-devel-4.17.5_10-150500.3.50.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.17.5_10-150500.3.50.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-libs-4.17.5_10-150500.3.50.1.x86_64"
},
"product_reference": "xen-libs-4.17.5_10-150500.3.50.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-4.17.5_10-150500.3.50.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-4.17.5_10-150500.3.50.1.x86_64"
},
"product_reference": "xen-tools-4.17.5_10-150500.3.50.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-domU-4.17.5_10-150500.3.50.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-domU-4.17.5_10-150500.3.50.1.x86_64"
},
"product_reference": "xen-tools-domU-4.17.5_10-150500.3.50.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-xendomains-wait-disk-4.17.5_10-150500.3.50.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-xendomains-wait-disk-4.17.5_10-150500.3.50.1.noarch"
},
"product_reference": "xen-tools-xendomains-wait-disk-4.17.5_10-150500.3.50.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-4.17.5_10-150500.3.50.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:xen-4.17.5_10-150500.3.50.1.x86_64"
},
"product_reference": "xen-4.17.5_10-150500.3.50.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-devel-4.17.5_10-150500.3.50.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:xen-devel-4.17.5_10-150500.3.50.1.x86_64"
},
"product_reference": "xen-devel-4.17.5_10-150500.3.50.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.17.5_10-150500.3.50.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:xen-libs-4.17.5_10-150500.3.50.1.x86_64"
},
"product_reference": "xen-libs-4.17.5_10-150500.3.50.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-4.17.5_10-150500.3.50.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-4.17.5_10-150500.3.50.1.x86_64"
},
"product_reference": "xen-tools-4.17.5_10-150500.3.50.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-domU-4.17.5_10-150500.3.50.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-domU-4.17.5_10-150500.3.50.1.x86_64"
},
"product_reference": "xen-tools-domU-4.17.5_10-150500.3.50.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-xendomains-wait-disk-4.17.5_10-150500.3.50.1.noarch as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-xendomains-wait-disk-4.17.5_10-150500.3.50.1.noarch"
},
"product_reference": "xen-tools-xendomains-wait-disk-4.17.5_10-150500.3.50.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-4.17.5_10-150500.3.50.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-4.17.5_10-150500.3.50.1.x86_64"
},
"product_reference": "xen-4.17.5_10-150500.3.50.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-devel-4.17.5_10-150500.3.50.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-devel-4.17.5_10-150500.3.50.1.x86_64"
},
"product_reference": "xen-devel-4.17.5_10-150500.3.50.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.17.5_10-150500.3.50.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-libs-4.17.5_10-150500.3.50.1.x86_64"
},
"product_reference": "xen-libs-4.17.5_10-150500.3.50.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-4.17.5_10-150500.3.50.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-4.17.5_10-150500.3.50.1.x86_64"
},
"product_reference": "xen-tools-4.17.5_10-150500.3.50.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-domU-4.17.5_10-150500.3.50.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-domU-4.17.5_10-150500.3.50.1.x86_64"
},
"product_reference": "xen-tools-domU-4.17.5_10-150500.3.50.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-xendomains-wait-disk-4.17.5_10-150500.3.50.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.5_10-150500.3.50.1.noarch"
},
"product_reference": "xen-tools-xendomains-wait-disk-4.17.5_10-150500.3.50.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-36350",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-36350"
}
],
"notes": [
{
"category": "general",
"text": "A transient execution vulnerability in some AMD processors may allow an attacker to infer data from previous stores, potentially resulting in the leakage of privileged information.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-devel-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-libs-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-domU-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-xendomains-wait-disk-4.17.5_10-150500.3.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-devel-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-libs-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-domU-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-xendomains-wait-disk-4.17.5_10-150500.3.50.1.noarch",
"SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-devel-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-libs-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-domU-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-xendomains-wait-disk-4.17.5_10-150500.3.50.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-devel-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-libs-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-domU-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.5_10-150500.3.50.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-36350",
"url": "https://www.suse.com/security/cve/CVE-2024-36350"
},
{
"category": "external",
"summary": "SUSE Bug 1238896 for CVE-2024-36350",
"url": "https://bugzilla.suse.com/1238896"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-devel-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-libs-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-domU-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-xendomains-wait-disk-4.17.5_10-150500.3.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-devel-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-libs-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-domU-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-xendomains-wait-disk-4.17.5_10-150500.3.50.1.noarch",
"SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-devel-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-libs-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-domU-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-xendomains-wait-disk-4.17.5_10-150500.3.50.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-devel-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-libs-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-domU-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.5_10-150500.3.50.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-16T06:37:43Z",
"details": "moderate"
}
],
"title": "CVE-2024-36350"
},
{
"cve": "CVE-2024-36357",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-36357"
}
],
"notes": [
{
"category": "general",
"text": "A transient execution vulnerability in some AMD processors may allow an attacker to infer data in the L1D cache, potentially resulting in the leakage of sensitive information across privileged boundaries.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-devel-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-libs-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-domU-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-xendomains-wait-disk-4.17.5_10-150500.3.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-devel-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-libs-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-domU-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-xendomains-wait-disk-4.17.5_10-150500.3.50.1.noarch",
"SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-devel-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-libs-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-domU-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-xendomains-wait-disk-4.17.5_10-150500.3.50.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-devel-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-libs-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-domU-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.5_10-150500.3.50.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-36357",
"url": "https://www.suse.com/security/cve/CVE-2024-36357"
},
{
"category": "external",
"summary": "SUSE Bug 1238896 for CVE-2024-36357",
"url": "https://bugzilla.suse.com/1238896"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-devel-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-libs-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-domU-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-xendomains-wait-disk-4.17.5_10-150500.3.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-devel-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-libs-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-domU-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-xendomains-wait-disk-4.17.5_10-150500.3.50.1.noarch",
"SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-devel-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-libs-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-domU-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-xendomains-wait-disk-4.17.5_10-150500.3.50.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-devel-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-libs-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-domU-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.5_10-150500.3.50.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-16T06:37:43Z",
"details": "moderate"
}
],
"title": "CVE-2024-36357"
},
{
"cve": "CVE-2025-27465",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-27465"
}
],
"notes": [
{
"category": "general",
"text": "Certain instructions need intercepting and emulating by Xen. In some\ncases Xen emulates the instruction by replaying it, using an executable\nstub. Some instructions may raise an exception, which is supposed to be\nhandled gracefully. Certain replayed instructions have additional logic\nto set up and recover the changes to the arithmetic flags.\n\nFor replayed instructions where the flags recovery logic is used, the\nmetadata for exception handling was incorrect, preventing Xen from\nhandling the the exception gracefully, treating it as fatal instead.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-devel-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-libs-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-domU-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-xendomains-wait-disk-4.17.5_10-150500.3.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-devel-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-libs-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-domU-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-xendomains-wait-disk-4.17.5_10-150500.3.50.1.noarch",
"SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-devel-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-libs-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-domU-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-xendomains-wait-disk-4.17.5_10-150500.3.50.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-devel-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-libs-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-domU-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.5_10-150500.3.50.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-27465",
"url": "https://www.suse.com/security/cve/CVE-2025-27465"
},
{
"category": "external",
"summary": "SUSE Bug 1244644 for CVE-2025-27465",
"url": "https://bugzilla.suse.com/1244644"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-devel-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-libs-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-domU-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-xendomains-wait-disk-4.17.5_10-150500.3.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-devel-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-libs-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-domU-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-xendomains-wait-disk-4.17.5_10-150500.3.50.1.noarch",
"SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-devel-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-libs-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-domU-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-xendomains-wait-disk-4.17.5_10-150500.3.50.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-devel-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-libs-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-domU-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.5_10-150500.3.50.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-devel-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-libs-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-domU-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-xendomains-wait-disk-4.17.5_10-150500.3.50.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-devel-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-libs-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-domU-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-xendomains-wait-disk-4.17.5_10-150500.3.50.1.noarch",
"SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-devel-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-libs-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-domU-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-xendomains-wait-disk-4.17.5_10-150500.3.50.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-devel-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-libs-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-domU-4.17.5_10-150500.3.50.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.5_10-150500.3.50.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-16T06:37:43Z",
"details": "important"
}
],
"title": "CVE-2025-27465"
}
]
}
SUSE-SU-2025:02326-1
Vulnerability from csaf_suse - Published: 2025-07-16 06:37 - Updated: 2025-07-16 06:37Summary
Security update for xen
Severity
Important
Notes
Title of the patch: Security update for xen
Description of the patch: This update for xen fixes the following issues:
Security fixes:
- CVE-2024-28956: Fixed Intel CPU: Indirect Target Selection (ITS) (XSA-469) (bsc#1243117)
- CVE-2024-53241: Fixed Xen hypercall page unsafe against speculative attacks (XSA-466) (bsc#1234282)
- CVE-2025-1713: Fixed deadlock potential with VT-d and legacy PCI device pass-through (XSA-467) (bsc#1238043)
- CVE-2024-36350, CVE-2024-36357: More AMD transient execution attacks (bsc#1246112, XSA-471)
- CVE-2025-27465: Incorrect stubs exception handling for flags recovery (bsc#1244644, XSA-470)
Other fixes:
- Upstream bug fixes (bsc#1027519)
Patchnames: SUSE-2025-2326,SUSE-SLE-Micro-5.3-2025-2326,SUSE-SLE-Micro-5.4-2025-2326,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-2326,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-2326,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-2326,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-2326,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2025-2326,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2025-2326
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
5.6 (Medium)
Affected products
Recommended
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-devel-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-libs-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-devel-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-libs-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:xen-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:xen-devel-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:xen-libs-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-devel-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-libs-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:xen-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:xen-devel-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:xen-tools-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:xen-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:xen-devel-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:xen-tools-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-devel-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-libs-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-devel-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-libs-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:xen-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:xen-devel-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:xen-libs-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-devel-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-libs-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:xen-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:xen-devel-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:xen-tools-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:xen-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:xen-devel-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:xen-tools-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
Affected products
Recommended
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-devel-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-libs-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-devel-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-libs-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:xen-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:xen-devel-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:xen-libs-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-devel-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-libs-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:xen-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:xen-devel-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:xen-tools-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:xen-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:xen-devel-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:xen-tools-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
5.5 (Medium)
Affected products
Recommended
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-devel-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-libs-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-devel-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-libs-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:xen-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:xen-devel-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:xen-libs-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-devel-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-libs-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:xen-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:xen-devel-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:xen-tools-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:xen-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:xen-devel-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:xen-tools-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
4.7 (Medium)
Affected products
Recommended
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-devel-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-libs-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-devel-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-libs-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:xen-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:xen-devel-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:xen-libs-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-devel-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-libs-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:xen-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:xen-devel-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:xen-tools-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:xen-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:xen-devel-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:xen-tools-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch | — |
Vendor Fix
|
Threats
Impact
moderate
7.1 (High)
Affected products
Recommended
38 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-devel-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-libs-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-devel-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-libs-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:xen-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:xen-devel-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:xen-libs-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-devel-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-libs-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:xen-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:xen-devel-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:xen-tools-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Proxy 4.3:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:xen-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:xen-devel-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:xen-tools-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Manager Server 4.3:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch | — |
Vendor Fix
|
Threats
Impact
important
References
29 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for xen",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for xen fixes the following issues:\n\nSecurity fixes:\n\n- CVE-2024-28956: Fixed Intel CPU: Indirect Target Selection (ITS) (XSA-469) (bsc#1243117)\n- CVE-2024-53241: Fixed Xen hypercall page unsafe against speculative attacks (XSA-466) (bsc#1234282)\n- CVE-2025-1713: Fixed deadlock potential with VT-d and legacy PCI device pass-through (XSA-467) (bsc#1238043)\n- CVE-2024-36350, CVE-2024-36357: More AMD transient execution attacks (bsc#1246112, XSA-471)\n- CVE-2025-27465: Incorrect stubs exception handling for flags recovery (bsc#1244644, XSA-470)\n\nOther fixes:\n\n- Upstream bug fixes (bsc#1027519)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2326,SUSE-SLE-Micro-5.3-2025-2326,SUSE-SLE-Micro-5.4-2025-2326,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-2326,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-2326,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-2326,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-2326,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2025-2326,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2025-2326",
"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-2025_02326-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:02326-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502326-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:02326-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-July/040722.html"
},
{
"category": "self",
"summary": "SUSE Bug 1027519",
"url": "https://bugzilla.suse.com/1027519"
},
{
"category": "self",
"summary": "SUSE Bug 1234282",
"url": "https://bugzilla.suse.com/1234282"
},
{
"category": "self",
"summary": "SUSE Bug 1238043",
"url": "https://bugzilla.suse.com/1238043"
},
{
"category": "self",
"summary": "SUSE Bug 1238896",
"url": "https://bugzilla.suse.com/1238896"
},
{
"category": "self",
"summary": "SUSE Bug 1243117",
"url": "https://bugzilla.suse.com/1243117"
},
{
"category": "self",
"summary": "SUSE Bug 1244644",
"url": "https://bugzilla.suse.com/1244644"
},
{
"category": "self",
"summary": "SUSE Bug 1246112",
"url": "https://bugzilla.suse.com/1246112"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-28956 page",
"url": "https://www.suse.com/security/cve/CVE-2024-28956/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-36350 page",
"url": "https://www.suse.com/security/cve/CVE-2024-36350/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-36357 page",
"url": "https://www.suse.com/security/cve/CVE-2024-36357/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-53241 page",
"url": "https://www.suse.com/security/cve/CVE-2024-53241/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-1713 page",
"url": "https://www.suse.com/security/cve/CVE-2025-1713/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27465 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27465/"
}
],
"title": "Security update for xen",
"tracking": {
"current_release_date": "2025-07-16T06:37:59Z",
"generator": {
"date": "2025-07-16T06:37:59Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:02326-1",
"initial_release_date": "2025-07-16T06:37:59Z",
"revision_history": [
{
"date": "2025-07-16T06:37:59Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "xen-4.16.7_02-150400.4.72.1.aarch64",
"product": {
"name": "xen-4.16.7_02-150400.4.72.1.aarch64",
"product_id": "xen-4.16.7_02-150400.4.72.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-devel-4.16.7_02-150400.4.72.1.aarch64",
"product": {
"name": "xen-devel-4.16.7_02-150400.4.72.1.aarch64",
"product_id": "xen-devel-4.16.7_02-150400.4.72.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-doc-html-4.16.7_02-150400.4.72.1.aarch64",
"product": {
"name": "xen-doc-html-4.16.7_02-150400.4.72.1.aarch64",
"product_id": "xen-doc-html-4.16.7_02-150400.4.72.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-libs-4.16.7_02-150400.4.72.1.aarch64",
"product": {
"name": "xen-libs-4.16.7_02-150400.4.72.1.aarch64",
"product_id": "xen-libs-4.16.7_02-150400.4.72.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-tools-4.16.7_02-150400.4.72.1.aarch64",
"product": {
"name": "xen-tools-4.16.7_02-150400.4.72.1.aarch64",
"product_id": "xen-tools-4.16.7_02-150400.4.72.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.16.7_02-150400.4.72.1.aarch64",
"product": {
"name": "xen-tools-domU-4.16.7_02-150400.4.72.1.aarch64",
"product_id": "xen-tools-domU-4.16.7_02-150400.4.72.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-libs-64bit-4.16.7_02-150400.4.72.1.aarch64_ilp32",
"product": {
"name": "xen-libs-64bit-4.16.7_02-150400.4.72.1.aarch64_ilp32",
"product_id": "xen-libs-64bit-4.16.7_02-150400.4.72.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-devel-4.16.7_02-150400.4.72.1.i586",
"product": {
"name": "xen-devel-4.16.7_02-150400.4.72.1.i586",
"product_id": "xen-devel-4.16.7_02-150400.4.72.1.i586"
}
},
{
"category": "product_version",
"name": "xen-libs-4.16.7_02-150400.4.72.1.i586",
"product": {
"name": "xen-libs-4.16.7_02-150400.4.72.1.i586",
"product_id": "xen-libs-4.16.7_02-150400.4.72.1.i586"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.16.7_02-150400.4.72.1.i586",
"product": {
"name": "xen-tools-domU-4.16.7_02-150400.4.72.1.i586",
"product_id": "xen-tools-domU-4.16.7_02-150400.4.72.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"product": {
"name": "xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"product_id": "xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-4.16.7_02-150400.4.72.1.x86_64",
"product": {
"name": "xen-4.16.7_02-150400.4.72.1.x86_64",
"product_id": "xen-4.16.7_02-150400.4.72.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"product": {
"name": "xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"product_id": "xen-devel-4.16.7_02-150400.4.72.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-doc-html-4.16.7_02-150400.4.72.1.x86_64",
"product": {
"name": "xen-doc-html-4.16.7_02-150400.4.72.1.x86_64",
"product_id": "xen-doc-html-4.16.7_02-150400.4.72.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"product": {
"name": "xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"product_id": "xen-libs-4.16.7_02-150400.4.72.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-libs-32bit-4.16.7_02-150400.4.72.1.x86_64",
"product": {
"name": "xen-libs-32bit-4.16.7_02-150400.4.72.1.x86_64",
"product_id": "xen-libs-32bit-4.16.7_02-150400.4.72.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"product": {
"name": "xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"product_id": "xen-tools-4.16.7_02-150400.4.72.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"product": {
"name": "xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"product_id": "xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.3",
"product": {
"name": "SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.4",
"product": {
"name": "SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Proxy 4.3",
"product": {
"name": "SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-proxy:4.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Server 4.3",
"product": {
"name": "SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-server:4.3"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.16.7_02-150400.4.72.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64"
},
"product_reference": "xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.16.7_02-150400.4.72.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.7_02-150400.4.72.1.x86_64"
},
"product_reference": "xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-4.16.7_02-150400.4.72.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-4.16.7_02-150400.4.72.1.x86_64"
},
"product_reference": "xen-4.16.7_02-150400.4.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-devel-4.16.7_02-150400.4.72.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-devel-4.16.7_02-150400.4.72.1.x86_64"
},
"product_reference": "xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.16.7_02-150400.4.72.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-libs-4.16.7_02-150400.4.72.1.x86_64"
},
"product_reference": "xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-4.16.7_02-150400.4.72.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-4.16.7_02-150400.4.72.1.x86_64"
},
"product_reference": "xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64"
},
"product_reference": "xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch"
},
"product_reference": "xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-4.16.7_02-150400.4.72.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-4.16.7_02-150400.4.72.1.x86_64"
},
"product_reference": "xen-4.16.7_02-150400.4.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-devel-4.16.7_02-150400.4.72.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-devel-4.16.7_02-150400.4.72.1.x86_64"
},
"product_reference": "xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.16.7_02-150400.4.72.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-libs-4.16.7_02-150400.4.72.1.x86_64"
},
"product_reference": "xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-4.16.7_02-150400.4.72.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-4.16.7_02-150400.4.72.1.x86_64"
},
"product_reference": "xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64"
},
"product_reference": "xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch"
},
"product_reference": "xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-4.16.7_02-150400.4.72.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:xen-4.16.7_02-150400.4.72.1.x86_64"
},
"product_reference": "xen-4.16.7_02-150400.4.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-devel-4.16.7_02-150400.4.72.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:xen-devel-4.16.7_02-150400.4.72.1.x86_64"
},
"product_reference": "xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.16.7_02-150400.4.72.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:xen-libs-4.16.7_02-150400.4.72.1.x86_64"
},
"product_reference": "xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-4.16.7_02-150400.4.72.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-4.16.7_02-150400.4.72.1.x86_64"
},
"product_reference": "xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64"
},
"product_reference": "xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch"
},
"product_reference": "xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-4.16.7_02-150400.4.72.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-4.16.7_02-150400.4.72.1.x86_64"
},
"product_reference": "xen-4.16.7_02-150400.4.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-devel-4.16.7_02-150400.4.72.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-devel-4.16.7_02-150400.4.72.1.x86_64"
},
"product_reference": "xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.16.7_02-150400.4.72.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-libs-4.16.7_02-150400.4.72.1.x86_64"
},
"product_reference": "xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-4.16.7_02-150400.4.72.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-4.16.7_02-150400.4.72.1.x86_64"
},
"product_reference": "xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64"
},
"product_reference": "xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch"
},
"product_reference": "xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-4.16.7_02-150400.4.72.1.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:xen-4.16.7_02-150400.4.72.1.x86_64"
},
"product_reference": "xen-4.16.7_02-150400.4.72.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-devel-4.16.7_02-150400.4.72.1.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:xen-devel-4.16.7_02-150400.4.72.1.x86_64"
},
"product_reference": "xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.16.7_02-150400.4.72.1.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64"
},
"product_reference": "xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-4.16.7_02-150400.4.72.1.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:xen-tools-4.16.7_02-150400.4.72.1.x86_64"
},
"product_reference": "xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64"
},
"product_reference": "xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch"
},
"product_reference": "xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-4.16.7_02-150400.4.72.1.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:xen-4.16.7_02-150400.4.72.1.x86_64"
},
"product_reference": "xen-4.16.7_02-150400.4.72.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-devel-4.16.7_02-150400.4.72.1.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:xen-devel-4.16.7_02-150400.4.72.1.x86_64"
},
"product_reference": "xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.16.7_02-150400.4.72.1.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64"
},
"product_reference": "xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-4.16.7_02-150400.4.72.1.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:xen-tools-4.16.7_02-150400.4.72.1.x86_64"
},
"product_reference": "xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64"
},
"product_reference": "xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch"
},
"product_reference": "xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"relates_to_product_reference": "SUSE Manager Server 4.3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-28956",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-28956"
}
],
"notes": [
{
"category": "general",
"text": "Exposure of Sensitive Information in Shared Microarchitectural Structures during Transient Execution for some Intel(R) Processors may allow an authenticated user to potentially enable information disclosure via local access.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Manager Proxy 4.3:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Manager Server 4.3:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-28956",
"url": "https://www.suse.com/security/cve/CVE-2024-28956"
},
{
"category": "external",
"summary": "SUSE Bug 1242006 for CVE-2024-28956",
"url": "https://bugzilla.suse.com/1242006"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Manager Proxy 4.3:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Manager Server 4.3:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.6,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Manager Proxy 4.3:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Manager Server 4.3:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-16T06:37:59Z",
"details": "moderate"
}
],
"title": "CVE-2024-28956"
},
{
"cve": "CVE-2024-36350",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-36350"
}
],
"notes": [
{
"category": "general",
"text": "A transient execution vulnerability in some AMD processors may allow an attacker to infer data from previous stores, potentially resulting in the leakage of privileged information.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Manager Proxy 4.3:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Manager Server 4.3:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-36350",
"url": "https://www.suse.com/security/cve/CVE-2024-36350"
},
{
"category": "external",
"summary": "SUSE Bug 1238896 for CVE-2024-36350",
"url": "https://bugzilla.suse.com/1238896"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Manager Proxy 4.3:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Manager Server 4.3:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-16T06:37:59Z",
"details": "moderate"
}
],
"title": "CVE-2024-36350"
},
{
"cve": "CVE-2024-36357",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-36357"
}
],
"notes": [
{
"category": "general",
"text": "A transient execution vulnerability in some AMD processors may allow an attacker to infer data in the L1D cache, potentially resulting in the leakage of sensitive information across privileged boundaries.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Manager Proxy 4.3:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Manager Server 4.3:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-36357",
"url": "https://www.suse.com/security/cve/CVE-2024-36357"
},
{
"category": "external",
"summary": "SUSE Bug 1238896 for CVE-2024-36357",
"url": "https://bugzilla.suse.com/1238896"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Manager Proxy 4.3:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Manager Server 4.3:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-16T06:37:59Z",
"details": "moderate"
}
],
"title": "CVE-2024-36357"
},
{
"cve": "CVE-2024-53241",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-53241"
}
],
"notes": [
{
"category": "general",
"text": "In the Linux kernel, the following vulnerability has been resolved:\n\nx86/xen: don\u0027t do PV iret hypercall through hypercall page\n\nInstead of jumping to the Xen hypercall page for doing the iret\nhypercall, directly code the required sequence in xen-asm.S.\n\nThis is done in preparation of no longer using hypercall page at all,\nas it has shown to cause problems with speculation mitigations.\n\nThis is part of XSA-466 / CVE-2024-53241.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Manager Proxy 4.3:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Manager Server 4.3:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-53241",
"url": "https://www.suse.com/security/cve/CVE-2024-53241"
},
{
"category": "external",
"summary": "SUSE Bug 1234282 for CVE-2024-53241",
"url": "https://bugzilla.suse.com/1234282"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Manager Proxy 4.3:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Manager Server 4.3:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Manager Proxy 4.3:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Manager Server 4.3:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-16T06:37:59Z",
"details": "moderate"
}
],
"title": "CVE-2024-53241"
},
{
"cve": "CVE-2025-1713",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-1713"
}
],
"notes": [
{
"category": "general",
"text": "When setting up interrupt remapping for legacy PCI(-X) devices,\nincluding PCI(-X) bridges, a lookup of the upstream bridge is required.\nThis lookup, itself involving acquiring of a lock, is done in a context\nwhere acquiring that lock is unsafe. This can lead to a deadlock.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Manager Proxy 4.3:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Manager Server 4.3:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-1713",
"url": "https://www.suse.com/security/cve/CVE-2025-1713"
},
{
"category": "external",
"summary": "SUSE Bug 1238043 for CVE-2025-1713",
"url": "https://bugzilla.suse.com/1238043"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Manager Proxy 4.3:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Manager Server 4.3:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Manager Proxy 4.3:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Manager Server 4.3:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-16T06:37:59Z",
"details": "moderate"
}
],
"title": "CVE-2025-1713"
},
{
"cve": "CVE-2025-27465",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-27465"
}
],
"notes": [
{
"category": "general",
"text": "Certain instructions need intercepting and emulating by Xen. In some\ncases Xen emulates the instruction by replaying it, using an executable\nstub. Some instructions may raise an exception, which is supposed to be\nhandled gracefully. Certain replayed instructions have additional logic\nto set up and recover the changes to the arithmetic flags.\n\nFor replayed instructions where the flags recovery logic is used, the\nmetadata for exception handling was incorrect, preventing Xen from\nhandling the the exception gracefully, treating it as fatal instead.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Manager Proxy 4.3:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Manager Server 4.3:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-27465",
"url": "https://www.suse.com/security/cve/CVE-2025-27465"
},
{
"category": "external",
"summary": "SUSE Bug 1244644 for CVE-2025-27465",
"url": "https://bugzilla.suse.com/1244644"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Manager Proxy 4.3:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Manager Server 4.3:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Manager Proxy 4.3:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Proxy 4.3:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch",
"SUSE Manager Server 4.3:xen-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-devel-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-libs-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-tools-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-tools-domU-4.16.7_02-150400.4.72.1.x86_64",
"SUSE Manager Server 4.3:xen-tools-xendomains-wait-disk-4.16.7_02-150400.4.72.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-16T06:37:59Z",
"details": "important"
}
],
"title": "CVE-2025-27465"
}
]
}
SUSE-SU-2025:02471-1
Vulnerability from csaf_suse - Published: 2025-07-22 22:58 - Updated: 2025-07-22 22:58Summary
Security update for xen
Severity
Important
Notes
Title of the patch: Security update for xen
Description of the patch: This update for xen fixes the following issues:
- CVE-2025-27465: Fixed incorrect stubs exception handling for flags recovery (XSA-470) (bsc#1244644)
- Fixed more AMD transient execution attacks (XSA-471) (bsc#1246112)
Patchnames: SUSE-2025-2471,SUSE-SLE-SERVER-12-SP5-LTSS-2025-2471,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2025-2471
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
7.1 (High)
Affected products
Recommended
15 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:xen-4.12.4_62-3.130.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:xen-devel-4.12.4_62-3.130.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:xen-devel-4.12.4_62-3.130.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:xen-doc-html-4.12.4_62-3.130.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:xen-libs-32bit-4.12.4_62-3.130.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:xen-libs-4.12.4_62-3.130.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:xen-tools-4.12.4_62-3.130.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5-LTSS:xen-tools-domU-4.12.4_62-3.130.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-4.12.4_62-3.130.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-devel-4.12.4_62-3.130.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-doc-html-4.12.4_62-3.130.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-libs-32bit-4.12.4_62-3.130.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-libs-4.12.4_62-3.130.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-tools-4.12.4_62-3.130.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-tools-domU-4.12.4_62-3.130.1.x86_64 | — |
Vendor Fix
|
Threats
Impact
important
References
9 references
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for xen",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for xen fixes the following issues:\n\n- CVE-2025-27465: Fixed incorrect stubs exception handling for flags recovery (XSA-470) (bsc#1244644)\n- Fixed more AMD transient execution attacks (XSA-471) (bsc#1246112)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-2471,SUSE-SLE-SERVER-12-SP5-LTSS-2025-2471,SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2025-2471",
"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-2025_02471-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:02471-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-202502471-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:02471-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-July/040869.html"
},
{
"category": "self",
"summary": "SUSE Bug 1244644",
"url": "https://bugzilla.suse.com/1244644"
},
{
"category": "self",
"summary": "SUSE Bug 1246112",
"url": "https://bugzilla.suse.com/1246112"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27465 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27465/"
}
],
"title": "Security update for xen",
"tracking": {
"current_release_date": "2025-07-22T22:58:21Z",
"generator": {
"date": "2025-07-22T22:58:21Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:02471-1",
"initial_release_date": "2025-07-22T22:58:21Z",
"revision_history": [
{
"date": "2025-07-22T22:58:21Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "xen-4.12.4_62-3.130.1.aarch64",
"product": {
"name": "xen-4.12.4_62-3.130.1.aarch64",
"product_id": "xen-4.12.4_62-3.130.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-devel-4.12.4_62-3.130.1.aarch64",
"product": {
"name": "xen-devel-4.12.4_62-3.130.1.aarch64",
"product_id": "xen-devel-4.12.4_62-3.130.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-doc-html-4.12.4_62-3.130.1.aarch64",
"product": {
"name": "xen-doc-html-4.12.4_62-3.130.1.aarch64",
"product_id": "xen-doc-html-4.12.4_62-3.130.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-libs-4.12.4_62-3.130.1.aarch64",
"product": {
"name": "xen-libs-4.12.4_62-3.130.1.aarch64",
"product_id": "xen-libs-4.12.4_62-3.130.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-tools-4.12.4_62-3.130.1.aarch64",
"product": {
"name": "xen-tools-4.12.4_62-3.130.1.aarch64",
"product_id": "xen-tools-4.12.4_62-3.130.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.12.4_62-3.130.1.aarch64",
"product": {
"name": "xen-tools-domU-4.12.4_62-3.130.1.aarch64",
"product_id": "xen-tools-domU-4.12.4_62-3.130.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-libs-64bit-4.12.4_62-3.130.1.aarch64_ilp32",
"product": {
"name": "xen-libs-64bit-4.12.4_62-3.130.1.aarch64_ilp32",
"product_id": "xen-libs-64bit-4.12.4_62-3.130.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-devel-4.12.4_62-3.130.1.i586",
"product": {
"name": "xen-devel-4.12.4_62-3.130.1.i586",
"product_id": "xen-devel-4.12.4_62-3.130.1.i586"
}
},
{
"category": "product_version",
"name": "xen-libs-4.12.4_62-3.130.1.i586",
"product": {
"name": "xen-libs-4.12.4_62-3.130.1.i586",
"product_id": "xen-libs-4.12.4_62-3.130.1.i586"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.12.4_62-3.130.1.i586",
"product": {
"name": "xen-tools-domU-4.12.4_62-3.130.1.i586",
"product_id": "xen-tools-domU-4.12.4_62-3.130.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-4.12.4_62-3.130.1.x86_64",
"product": {
"name": "xen-4.12.4_62-3.130.1.x86_64",
"product_id": "xen-4.12.4_62-3.130.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-devel-4.12.4_62-3.130.1.x86_64",
"product": {
"name": "xen-devel-4.12.4_62-3.130.1.x86_64",
"product_id": "xen-devel-4.12.4_62-3.130.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-doc-html-4.12.4_62-3.130.1.x86_64",
"product": {
"name": "xen-doc-html-4.12.4_62-3.130.1.x86_64",
"product_id": "xen-doc-html-4.12.4_62-3.130.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-libs-4.12.4_62-3.130.1.x86_64",
"product": {
"name": "xen-libs-4.12.4_62-3.130.1.x86_64",
"product_id": "xen-libs-4.12.4_62-3.130.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-libs-32bit-4.12.4_62-3.130.1.x86_64",
"product": {
"name": "xen-libs-32bit-4.12.4_62-3.130.1.x86_64",
"product_id": "xen-libs-32bit-4.12.4_62-3.130.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-tools-4.12.4_62-3.130.1.x86_64",
"product": {
"name": "xen-tools-4.12.4_62-3.130.1.x86_64",
"product_id": "xen-tools-4.12.4_62-3.130.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.12.4_62-3.130.1.x86_64",
"product": {
"name": "xen-tools-domU-4.12.4_62-3.130.1.x86_64",
"product_id": "xen-tools-domU-4.12.4_62-3.130.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss-extended-security:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-4.12.4_62-3.130.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:xen-4.12.4_62-3.130.1.x86_64"
},
"product_reference": "xen-4.12.4_62-3.130.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-devel-4.12.4_62-3.130.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:xen-devel-4.12.4_62-3.130.1.aarch64"
},
"product_reference": "xen-devel-4.12.4_62-3.130.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-devel-4.12.4_62-3.130.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:xen-devel-4.12.4_62-3.130.1.x86_64"
},
"product_reference": "xen-devel-4.12.4_62-3.130.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-doc-html-4.12.4_62-3.130.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:xen-doc-html-4.12.4_62-3.130.1.x86_64"
},
"product_reference": "xen-doc-html-4.12.4_62-3.130.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.12.4_62-3.130.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:xen-libs-4.12.4_62-3.130.1.x86_64"
},
"product_reference": "xen-libs-4.12.4_62-3.130.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-32bit-4.12.4_62-3.130.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:xen-libs-32bit-4.12.4_62-3.130.1.x86_64"
},
"product_reference": "xen-libs-32bit-4.12.4_62-3.130.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-4.12.4_62-3.130.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:xen-tools-4.12.4_62-3.130.1.x86_64"
},
"product_reference": "xen-tools-4.12.4_62-3.130.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-domU-4.12.4_62-3.130.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 12 SP5-LTSS:xen-tools-domU-4.12.4_62-3.130.1.x86_64"
},
"product_reference": "xen-tools-domU-4.12.4_62-3.130.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-4.12.4_62-3.130.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-4.12.4_62-3.130.1.x86_64"
},
"product_reference": "xen-4.12.4_62-3.130.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-devel-4.12.4_62-3.130.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-devel-4.12.4_62-3.130.1.x86_64"
},
"product_reference": "xen-devel-4.12.4_62-3.130.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-doc-html-4.12.4_62-3.130.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-doc-html-4.12.4_62-3.130.1.x86_64"
},
"product_reference": "xen-doc-html-4.12.4_62-3.130.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.12.4_62-3.130.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-libs-4.12.4_62-3.130.1.x86_64"
},
"product_reference": "xen-libs-4.12.4_62-3.130.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-32bit-4.12.4_62-3.130.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-libs-32bit-4.12.4_62-3.130.1.x86_64"
},
"product_reference": "xen-libs-32bit-4.12.4_62-3.130.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-4.12.4_62-3.130.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-tools-4.12.4_62-3.130.1.x86_64"
},
"product_reference": "xen-tools-4.12.4_62-3.130.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-domU-4.12.4_62-3.130.1.x86_64 as component of SUSE Linux Enterprise Server LTSS Extended Security 12 SP5",
"product_id": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-tools-domU-4.12.4_62-3.130.1.x86_64"
},
"product_reference": "xen-tools-domU-4.12.4_62-3.130.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server LTSS Extended Security 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-27465",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-27465"
}
],
"notes": [
{
"category": "general",
"text": "Certain instructions need intercepting and emulating by Xen. In some\ncases Xen emulates the instruction by replaying it, using an executable\nstub. Some instructions may raise an exception, which is supposed to be\nhandled gracefully. Certain replayed instructions have additional logic\nto set up and recover the changes to the arithmetic flags.\n\nFor replayed instructions where the flags recovery logic is used, the\nmetadata for exception handling was incorrect, preventing Xen from\nhandling the the exception gracefully, treating it as fatal instead.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:xen-4.12.4_62-3.130.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:xen-devel-4.12.4_62-3.130.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:xen-devel-4.12.4_62-3.130.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:xen-doc-html-4.12.4_62-3.130.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:xen-libs-32bit-4.12.4_62-3.130.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:xen-libs-4.12.4_62-3.130.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:xen-tools-4.12.4_62-3.130.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:xen-tools-domU-4.12.4_62-3.130.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-4.12.4_62-3.130.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-devel-4.12.4_62-3.130.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-doc-html-4.12.4_62-3.130.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-libs-32bit-4.12.4_62-3.130.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-libs-4.12.4_62-3.130.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-tools-4.12.4_62-3.130.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-tools-domU-4.12.4_62-3.130.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-27465",
"url": "https://www.suse.com/security/cve/CVE-2025-27465"
},
{
"category": "external",
"summary": "SUSE Bug 1244644 for CVE-2025-27465",
"url": "https://bugzilla.suse.com/1244644"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:xen-4.12.4_62-3.130.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:xen-devel-4.12.4_62-3.130.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:xen-devel-4.12.4_62-3.130.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:xen-doc-html-4.12.4_62-3.130.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:xen-libs-32bit-4.12.4_62-3.130.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:xen-libs-4.12.4_62-3.130.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:xen-tools-4.12.4_62-3.130.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:xen-tools-domU-4.12.4_62-3.130.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-4.12.4_62-3.130.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-devel-4.12.4_62-3.130.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-doc-html-4.12.4_62-3.130.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-libs-32bit-4.12.4_62-3.130.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-libs-4.12.4_62-3.130.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-tools-4.12.4_62-3.130.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-tools-domU-4.12.4_62-3.130.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5-LTSS:xen-4.12.4_62-3.130.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:xen-devel-4.12.4_62-3.130.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:xen-devel-4.12.4_62-3.130.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:xen-doc-html-4.12.4_62-3.130.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:xen-libs-32bit-4.12.4_62-3.130.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:xen-libs-4.12.4_62-3.130.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:xen-tools-4.12.4_62-3.130.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5-LTSS:xen-tools-domU-4.12.4_62-3.130.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-4.12.4_62-3.130.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-devel-4.12.4_62-3.130.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-doc-html-4.12.4_62-3.130.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-libs-32bit-4.12.4_62-3.130.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-libs-4.12.4_62-3.130.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-tools-4.12.4_62-3.130.1.x86_64",
"SUSE Linux Enterprise Server LTSS Extended Security 12 SP5:xen-tools-domU-4.12.4_62-3.130.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-07-22T22:58:21Z",
"details": "important"
}
],
"title": "CVE-2025-27465"
}
]
}
WID-SEC-W-2025-1447
Vulnerability from csaf_certbund - Published: 2025-07-01 22:00 - Updated: 2025-12-02 23:00Summary
Xen: Schwachstelle ermöglicht Denial of Service
Severity
Mittel
Notes
Das BSI ist als Anbieter für die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch dafür verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgfältig im Einzelfall zu prüfen.
Produktbeschreibung: Xen ist ein Virtueller-Maschinen-Monitor (VMM), der Hardware (x86, IA-64, PowerPC) für die darauf laufenden Systeme (Domains) paravirtualisiert.
Angriff: Ein entfernter, authentisierter Angreifer kann eine Schwachstelle in Xen ausnutzen, um einen Denial of Service Angriff durchzuführen.
Betroffene Betriebssysteme: - Sonstiges
- UNIX
Affected products
Known affected
6 products
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Debian Linux
Debian
|
cpe:/o:debian:debian_linux:-
|
— | |
|
SUSE Linux
SUSE
|
cpe:/o:suse:suse_linux:-
|
— | |
|
SUSE openSUSE
SUSE
|
cpe:/o:suse:opensuse:-
|
— | |
|
Fedora Linux
Fedora
|
cpe:/o:fedoraproject:fedora:-
|
— | |
|
Citrix Systems XenServer 8.4
Citrix Systems / XenServer
|
cpe:/a:citrix:xenserver:8.4
|
8.4 | |
|
Open Source Xen x86 <4.17
Open Source / Xen
|
x86 <4.17 |
References
14 references
{
"document": {
"aggregate_severity": {
"text": "mittel"
},
"category": "csaf_base",
"csaf_version": "2.0",
"distribution": {
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "de-DE",
"notes": [
{
"category": "legal_disclaimer",
"text": "Das BSI ist als Anbieter f\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen."
},
{
"category": "description",
"text": "Xen ist ein Virtueller-Maschinen-Monitor (VMM), der Hardware (x86, IA-64, PowerPC) f\u00fcr die darauf laufenden Systeme (Domains) paravirtualisiert.",
"title": "Produktbeschreibung"
},
{
"category": "summary",
"text": "Ein entfernter, authentisierter Angreifer kann eine Schwachstelle in Xen ausnutzen, um einen Denial of Service Angriff durchzuf\u00fchren.",
"title": "Angriff"
},
{
"category": "general",
"text": "- Sonstiges\n- UNIX",
"title": "Betroffene Betriebssysteme"
}
],
"publisher": {
"category": "other",
"contact_details": "csaf-provider@cert-bund.de",
"name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik",
"namespace": "https://www.bsi.bund.de"
},
"references": [
{
"category": "self",
"summary": "WID-SEC-W-2025-1447 - CSAF Version",
"url": "https://wid.cert-bund.de/.well-known/csaf/white/2025/wid-sec-w-2025-1447.json"
},
{
"category": "self",
"summary": "WID-SEC-2025-1447 - Portal Version",
"url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2025-1447"
},
{
"category": "external",
"summary": "Xen Security Advisory XSA-470 vom 2025-07-01",
"url": "https://xenbits.xen.org/xsa/advisory-470.html"
},
{
"category": "external",
"summary": "Citrix Security Advisory CTX694780 vom 2025-06-24",
"url": "https://support.citrix.com/support-home/kbsearch/article?articleNumber=CTX694780\u0026articleURL=XenServer_Security_Update_for_CVE_2025_27465"
},
{
"category": "external",
"summary": "openSUSE Security Update OPENSUSE-SU-2025:15342-1 vom 2025-07-12",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/PTKZKBD5LRIUBCNJO4ON4DFH6PMVYLO5/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02316-1 vom 2025-07-15",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021816.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02319-1 vom 2025-07-15",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021813.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02315-1 vom 2025-07-15",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021817.html"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02325-1 vom 2025-07-16",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/V34T2ADBPUIYXBK7CDQ6YGNZJR5Q4URJ/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02326-1 vom 2025-07-16",
"url": "https://lists.opensuse.org/archives/list/security-announce@lists.opensuse.org/thread/7K2UTRMLRMJHPTYHR2DUBWFSLIRYH3TW/"
},
{
"category": "external",
"summary": "SUSE Security Update SUSE-SU-2025:02471-1 vom 2025-07-23",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-July/021931.html"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-D2A821D9D1 vom 2025-08-06",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-d2a821d9d1"
},
{
"category": "external",
"summary": "Fedora Security Advisory FEDORA-2025-DDAA63A0F5 vom 2025-08-05",
"url": "https://bodhi.fedoraproject.org/updates/FEDORA-2025-ddaa63a0f5"
},
{
"category": "external",
"summary": "Debian Security Advisory DSA-6068 vom 2025-12-03",
"url": "https://lists.debian.org/debian-security-announce/2025/msg00234.html"
}
],
"source_lang": "en-US",
"title": "Xen: Schwachstelle erm\u00f6glicht Denial of Service",
"tracking": {
"current_release_date": "2025-12-02T23:00:00.000+00:00",
"generator": {
"date": "2025-12-03T08:02:56.190+00:00",
"engine": {
"name": "BSI-WID",
"version": "1.5.0"
}
},
"id": "WID-SEC-W-2025-1447",
"initial_release_date": "2025-07-01T22:00:00.000+00:00",
"revision_history": [
{
"date": "2025-07-01T22:00:00.000+00:00",
"number": "1",
"summary": "Initiale Fassung"
},
{
"date": "2025-07-02T22:00:00.000+00:00",
"number": "2",
"summary": "Neue Updates von Citrix aufgenommen"
},
{
"date": "2025-07-13T22:00:00.000+00:00",
"number": "3",
"summary": "Neue Updates von openSUSE aufgenommen"
},
{
"date": "2025-07-15T22:00:00.000+00:00",
"number": "4",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-07-16T22:00:00.000+00:00",
"number": "5",
"summary": "Referenz(en) aufgenommen: EUVD-2025-21593"
},
{
"date": "2025-07-22T22:00:00.000+00:00",
"number": "6",
"summary": "Neue Updates von SUSE aufgenommen"
},
{
"date": "2025-08-05T22:00:00.000+00:00",
"number": "7",
"summary": "Neue Updates von Fedora aufgenommen"
},
{
"date": "2025-12-02T23:00:00.000+00:00",
"number": "8",
"summary": "Neue Updates von Debian aufgenommen"
}
],
"status": "final",
"version": "8"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "8.4",
"product": {
"name": "Citrix Systems XenServer 8.4",
"product_id": "T043563",
"product_identification_helper": {
"cpe": "cpe:/a:citrix:xenserver:8.4"
}
}
}
],
"category": "product_name",
"name": "XenServer"
}
],
"category": "vendor",
"name": "Citrix Systems"
},
{
"branches": [
{
"category": "product_name",
"name": "Debian Linux",
"product": {
"name": "Debian Linux",
"product_id": "2951",
"product_identification_helper": {
"cpe": "cpe:/o:debian:debian_linux:-"
}
}
}
],
"category": "vendor",
"name": "Debian"
},
{
"branches": [
{
"category": "product_name",
"name": "Fedora Linux",
"product": {
"name": "Fedora Linux",
"product_id": "74185",
"product_identification_helper": {
"cpe": "cpe:/o:fedoraproject:fedora:-"
}
}
}
],
"category": "vendor",
"name": "Fedora"
},
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "x86 \u003e=4.9",
"product": {
"name": "Open Source Xen x86 \u003e=4.9",
"product_id": "T045002"
}
},
{
"category": "product_version_range",
"name": "x86 \u003e=4.9",
"product": {
"name": "Open Source Xen x86 \u003e=4.9",
"product_id": "T045002-fixed"
}
},
{
"category": "product_version_range",
"name": "x86 \u003c4.17",
"product": {
"name": "Open Source Xen x86 \u003c4.17",
"product_id": "T045003"
}
},
{
"category": "product_version",
"name": "x86 4.17",
"product": {
"name": "Open Source Xen x86 4.17",
"product_id": "T045003-fixed",
"product_identification_helper": {
"cpe": "cpe:/o:xen:xen:x86__4.17"
}
}
}
],
"category": "product_name",
"name": "Xen"
}
],
"category": "vendor",
"name": "Open Source"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux",
"product": {
"name": "SUSE Linux",
"product_id": "T002207",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse_linux:-"
}
}
},
{
"category": "product_name",
"name": "SUSE openSUSE",
"product": {
"name": "SUSE openSUSE",
"product_id": "T027843",
"product_identification_helper": {
"cpe": "cpe:/o:suse:opensuse:-"
}
}
}
],
"category": "vendor",
"name": "SUSE"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-27465",
"product_status": {
"known_affected": [
"2951",
"T002207",
"T027843",
"74185",
"T043563",
"T045003"
]
},
"release_date": "2025-07-01T22:00:00.000+00:00",
"title": "CVE-2025-27465"
}
]
}
Loading…
Trend slope:
-
(linear fit over daily sighting counts)
Show additional events:
Loading…
Experimental. This forecast is provided for visualization only and may change without notice. Do not use it for operational decisions.
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.
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.
Loading…
Loading…