Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-58148 (GCVE-0-2025-58148)
Vulnerability from cvelistv5
{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2025-58148",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-11-03T14:25:18.838278Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-125",
"description": "CWE-125 Out-of-bounds Read",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-787",
"description": "CWE-787 Out-of-bounds Write",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-11-03T14:25:21.434Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
},
{
"providerMetadata": {
"dateUpdated": "2025-11-04T21:13:30.190Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"url": "http://xenbits.xen.org/xsa/advisory-475.html"
},
{
"url": "http://www.openwall.com/lists/oss-security/2025/10/21/1"
}
],
"title": "CVE Program Container"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unknown",
"product": "Xen",
"vendor": "Xen",
"versions": [
{
"status": "unknown",
"version": "consult Xen advisory XSA-475"
}
]
}
],
"configurations": [
{
"lang": "en",
"value": "Xen versions 4.15 and newer are vulnerable. Versions 4.14 and older are\nnot vulnerable.\n\nOnly x86 HVM guests which have Viridian enabled can leverage the\nvulnerability.\n\nWith the `xl` toolstack, this means any `viridian=` setting in the VM\u0027s\nconfiguration file.\n\nNote - despite:\n\n `viridian=[\"!hcall_remote_tlb_flush\", \"!hcall_ipi\", \"!ex_processor_masks\"]`\n\nbeing documented to turns off the relevant functionality, this\nconfiguration does not block the relevant hypercalls."
}
],
"credits": [
{
"lang": "en",
"type": "finder",
"value": "This issue was discovered by Teddy Astie of Vates"
}
],
"datePublic": "2025-10-21T11:59:00.000Z",
"descriptions": [
{
"lang": "en",
"value": "[This CNA information record relates to multiple CVEs; the\ntext explains which aspects/vulnerabilities correspond to which CVE.]\n\nSome Viridian hypercalls can specify a mask of vCPU IDs as an input, in\none of three formats. Xen has boundary checking bugs with all three\nformats, which can cause out-of-bounds reads and writes while processing\nthe inputs.\n\n * CVE-2025-58147. Hypercalls using the HV_VP_SET Sparse format can\n cause vpmask_set() to write out of bounds when converting the bitmap\n to Xen\u0027s format.\n\n * CVE-2025-58148. Hypercalls using any input format can cause\n send_ipi() to read d-\u003evcpu[] out-of-bounds, and operate on a wild\n vCPU pointer."
}
],
"impacts": [
{
"descriptions": [
{
"lang": "en",
"value": "A buggy or malicious guest can cause Denial of Service (DoS) affecting\nthe entire host, information leaks, or elevation of privilege."
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-10-31T11:50:28.407Z",
"orgId": "23aa2041-22e1-471f-9209-9b7396fa234f",
"shortName": "XEN"
},
"references": [
{
"url": "https://xenbits.xenproject.org/xsa/advisory-475.html"
}
],
"title": "x86: Incorrect input sanitisation in Viridian hypercalls",
"workarounds": [
{
"lang": "en",
"value": "Not enabling Viridian will avoid the issuse."
}
]
}
},
"cveMetadata": {
"assignerOrgId": "23aa2041-22e1-471f-9209-9b7396fa234f",
"assignerShortName": "XEN",
"cveId": "CVE-2025-58148",
"datePublished": "2025-10-31T11:50:28.407Z",
"dateReserved": "2025-08-26T06:48:41.443Z",
"dateUpdated": "2025-11-04T21:13:30.190Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"nvd": "{\"cve\":{\"id\":\"CVE-2025-58148\",\"sourceIdentifier\":\"security@xen.org\",\"published\":\"2025-10-31T12:15:35.037\",\"lastModified\":\"2025-11-04T22:16:32.930\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"[This CNA information record relates to multiple CVEs; the\\ntext explains which aspects/vulnerabilities correspond to which CVE.]\\n\\nSome Viridian hypercalls can specify a mask of vCPU IDs as an input, in\\none of three formats. Xen has boundary checking bugs with all three\\nformats, which can cause out-of-bounds reads and writes while processing\\nthe inputs.\\n\\n * CVE-2025-58147. Hypercalls using the HV_VP_SET Sparse format can\\n cause vpmask_set() to write out of bounds when converting the bitmap\\n to Xen\u0027s format.\\n\\n * CVE-2025-58148. Hypercalls using any input format can cause\\n send_ipi() to read d-\u003evcpu[] out-of-bounds, and operate on a wild\\n vCPU pointer.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-125\"},{\"lang\":\"en\",\"value\":\"CWE-787\"}]}],\"references\":[{\"url\":\"https://xenbits.xenproject.org/xsa/advisory-475.html\",\"source\":\"security@xen.org\"},{\"url\":\"http://www.openwall.com/lists/oss-security/2025/10/21/1\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"http://xenbits.xen.org/xsa/advisory-475.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"http://xenbits.xen.org/xsa/advisory-475.html\"}, {\"url\": \"http://www.openwall.com/lists/oss-security/2025/10/21/1\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2025-11-04T21:13:30.190Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"NONE\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"HIGH\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-58148\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-11-03T14:25:18.838278Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-125\", \"description\": \"CWE-125 Out-of-bounds Read\"}]}, {\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-787\", \"description\": \"CWE-787 Out-of-bounds Write\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-10-31T17:46:50.319Z\"}}], \"cna\": {\"title\": \"x86: Incorrect input sanitisation in Viridian hypercalls\", \"credits\": [{\"lang\": \"en\", \"type\": \"finder\", \"value\": \"This issue was discovered by Teddy Astie of Vates\"}], \"impacts\": [{\"descriptions\": [{\"lang\": \"en\", \"value\": \"A buggy or malicious guest can cause Denial of Service (DoS) affecting\\nthe entire host, information leaks, or elevation of privilege.\"}]}], \"affected\": [{\"vendor\": \"Xen\", \"product\": \"Xen\", \"versions\": [{\"status\": \"unknown\", \"version\": \"consult Xen advisory XSA-475\"}], \"defaultStatus\": \"unknown\"}], \"datePublic\": \"2025-10-21T11:59:00.000Z\", \"references\": [{\"url\": \"https://xenbits.xenproject.org/xsa/advisory-475.html\"}], \"workarounds\": [{\"lang\": \"en\", \"value\": \"Not enabling Viridian will avoid the issuse.\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"[This CNA information record relates to multiple CVEs; the\\ntext explains which aspects/vulnerabilities correspond to which CVE.]\\n\\nSome Viridian hypercalls can specify a mask of vCPU IDs as an input, in\\none of three formats. Xen has boundary checking bugs with all three\\nformats, which can cause out-of-bounds reads and writes while processing\\nthe inputs.\\n\\n * CVE-2025-58147. Hypercalls using the HV_VP_SET Sparse format can\\n cause vpmask_set() to write out of bounds when converting the bitmap\\n to Xen\u0027s format.\\n\\n * CVE-2025-58148. Hypercalls using any input format can cause\\n send_ipi() to read d-\u003evcpu[] out-of-bounds, and operate on a wild\\n vCPU pointer.\"}], \"configurations\": [{\"lang\": \"en\", \"value\": \"Xen versions 4.15 and newer are vulnerable. Versions 4.14 and older are\\nnot vulnerable.\\n\\nOnly x86 HVM guests which have Viridian enabled can leverage the\\nvulnerability.\\n\\nWith the `xl` toolstack, this means any `viridian=` setting in the VM\u0027s\\nconfiguration file.\\n\\nNote - despite:\\n\\n `viridian=[\\\"!hcall_remote_tlb_flush\\\", \\\"!hcall_ipi\\\", \\\"!ex_processor_masks\\\"]`\\n\\nbeing documented to turns off the relevant functionality, this\\nconfiguration does not block the relevant hypercalls.\"}], \"providerMetadata\": {\"orgId\": \"23aa2041-22e1-471f-9209-9b7396fa234f\", \"shortName\": \"XEN\", \"dateUpdated\": \"2025-10-31T11:50:28.407Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-58148\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-11-04T21:13:30.190Z\", \"dateReserved\": \"2025-08-26T06:48:41.443Z\", \"assignerOrgId\": \"23aa2041-22e1-471f-9209-9b7396fa234f\", \"datePublished\": \"2025-10-31T11:50:28.407Z\", \"assignerShortName\": \"XEN\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
ghsa-p42f-m78x-844r
Vulnerability from github
[This CNA information record relates to multiple CVEs; the text explains which aspects/vulnerabilities correspond to which CVE.]
Some Viridian hypercalls can specify a mask of vCPU IDs as an input, in one of three formats. Xen has boundary checking bugs with all three formats, which can cause out-of-bounds reads and writes while processing the inputs.
-
CVE-2025-58147. Hypercalls using the HV_VP_SET Sparse format can cause vpmask_set() to write out of bounds when converting the bitmap to Xen's format.
-
CVE-2025-58148. Hypercalls using any input format can cause send_ipi() to read d->vcpu[] out-of-bounds, and operate on a wild vCPU pointer.
{
"affected": [],
"aliases": [
"CVE-2025-58148"
],
"database_specific": {
"cwe_ids": [
"CWE-125"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2025-10-31T12:15:35Z",
"severity": "HIGH"
},
"details": "[This CNA information record relates to multiple CVEs; the\ntext explains which aspects/vulnerabilities correspond to which CVE.]\n\nSome Viridian hypercalls can specify a mask of vCPU IDs as an input, in\none of three formats. Xen has boundary checking bugs with all three\nformats, which can cause out-of-bounds reads and writes while processing\nthe inputs.\n\n * CVE-2025-58147. Hypercalls using the HV_VP_SET Sparse format can\n cause vpmask_set() to write out of bounds when converting the bitmap\n to Xen\u0027s format.\n\n * CVE-2025-58148. Hypercalls using any input format can cause\n send_ipi() to read d-\u003evcpu[] out-of-bounds, and operate on a wild\n vCPU pointer.",
"id": "GHSA-p42f-m78x-844r",
"modified": "2025-11-05T00:31:32Z",
"published": "2025-10-31T12:30:21Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58148"
},
{
"type": "WEB",
"url": "https://xenbits.xenproject.org/xsa/advisory-475.html"
},
{
"type": "WEB",
"url": "http://www.openwall.com/lists/oss-security/2025/10/21/1"
},
{
"type": "WEB",
"url": "http://xenbits.xen.org/xsa/advisory-475.html"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"type": "CVSS_V3"
}
]
}
fkie_cve-2025-58148
Vulnerability from fkie_nvd
| Vendor | Product | Version |
|---|
{
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "[This CNA information record relates to multiple CVEs; the\ntext explains which aspects/vulnerabilities correspond to which CVE.]\n\nSome Viridian hypercalls can specify a mask of vCPU IDs as an input, in\none of three formats. Xen has boundary checking bugs with all three\nformats, which can cause out-of-bounds reads and writes while processing\nthe inputs.\n\n * CVE-2025-58147. Hypercalls using the HV_VP_SET Sparse format can\n cause vpmask_set() to write out of bounds when converting the bitmap\n to Xen\u0027s format.\n\n * CVE-2025-58148. Hypercalls using any input format can cause\n send_ipi() to read d-\u003evcpu[] out-of-bounds, and operate on a wild\n vCPU pointer."
}
],
"id": "CVE-2025-58148",
"lastModified": "2025-11-04T22:16:32.930",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6,
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"type": "Secondary"
}
]
},
"published": "2025-10-31T12:15:35.037",
"references": [
{
"source": "security@xen.org",
"url": "https://xenbits.xenproject.org/xsa/advisory-475.html"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "http://www.openwall.com/lists/oss-security/2025/10/21/1"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "http://xenbits.xen.org/xsa/advisory-475.html"
}
],
"sourceIdentifier": "security@xen.org",
"vulnStatus": "Awaiting Analysis",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-125"
},
{
"lang": "en",
"value": "CWE-787"
}
],
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"type": "Secondary"
}
]
}
suse-su-2025:3843-1
Vulnerability from csaf_suse
Notes
{
"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-58147, CVE-2025-58148: Fixed incorrect input sanitisation in Viridian hypercalls (bsc#1251271, XSA-475)\n - CVE-2025-27466, CVE-2025-58142, CVE-2025-58143: Fixed mutiple vulnerabilities in the Viridian interface (bsc#1248807, XSA-472)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-3843,SUSE-SLE-Micro-5.3-2025-3843,SUSE-SLE-Micro-5.4-2025-3843,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-3843,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-3843,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-3843,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-3843,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-LTS-2025-3843,SUSE-SLE-Product-SUSE-Manager-Server-4.3-LTS-2025-3843",
"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_3843-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:3843-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20253843-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:3843-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-October/023077.html"
},
{
"category": "self",
"summary": "SUSE Bug 1248807",
"url": "https://bugzilla.suse.com/1248807"
},
{
"category": "self",
"summary": "SUSE Bug 1251271",
"url": "https://bugzilla.suse.com/1251271"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27466 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27466/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58142 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58142/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58143 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58143/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58147 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58147/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58148 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58148/"
}
],
"title": "Security update for xen",
"tracking": {
"current_release_date": "2025-10-28T16:40:49Z",
"generator": {
"date": "2025-10-28T16:40:49Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:3843-1",
"initial_release_date": "2025-10-28T16:40:49Z",
"revision_history": [
{
"date": "2025-10-28T16:40:49Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "xen-4.16.7_04-150400.4.75.1.aarch64",
"product": {
"name": "xen-4.16.7_04-150400.4.75.1.aarch64",
"product_id": "xen-4.16.7_04-150400.4.75.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-devel-4.16.7_04-150400.4.75.1.aarch64",
"product": {
"name": "xen-devel-4.16.7_04-150400.4.75.1.aarch64",
"product_id": "xen-devel-4.16.7_04-150400.4.75.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-doc-html-4.16.7_04-150400.4.75.1.aarch64",
"product": {
"name": "xen-doc-html-4.16.7_04-150400.4.75.1.aarch64",
"product_id": "xen-doc-html-4.16.7_04-150400.4.75.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-libs-4.16.7_04-150400.4.75.1.aarch64",
"product": {
"name": "xen-libs-4.16.7_04-150400.4.75.1.aarch64",
"product_id": "xen-libs-4.16.7_04-150400.4.75.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-tools-4.16.7_04-150400.4.75.1.aarch64",
"product": {
"name": "xen-tools-4.16.7_04-150400.4.75.1.aarch64",
"product_id": "xen-tools-4.16.7_04-150400.4.75.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.16.7_04-150400.4.75.1.aarch64",
"product": {
"name": "xen-tools-domU-4.16.7_04-150400.4.75.1.aarch64",
"product_id": "xen-tools-domU-4.16.7_04-150400.4.75.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-libs-64bit-4.16.7_04-150400.4.75.1.aarch64_ilp32",
"product": {
"name": "xen-libs-64bit-4.16.7_04-150400.4.75.1.aarch64_ilp32",
"product_id": "xen-libs-64bit-4.16.7_04-150400.4.75.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-devel-4.16.7_04-150400.4.75.1.i586",
"product": {
"name": "xen-devel-4.16.7_04-150400.4.75.1.i586",
"product_id": "xen-devel-4.16.7_04-150400.4.75.1.i586"
}
},
{
"category": "product_version",
"name": "xen-libs-4.16.7_04-150400.4.75.1.i586",
"product": {
"name": "xen-libs-4.16.7_04-150400.4.75.1.i586",
"product_id": "xen-libs-4.16.7_04-150400.4.75.1.i586"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.16.7_04-150400.4.75.1.i586",
"product": {
"name": "xen-tools-domU-4.16.7_04-150400.4.75.1.i586",
"product_id": "xen-tools-domU-4.16.7_04-150400.4.75.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"product": {
"name": "xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"product_id": "xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-4.16.7_04-150400.4.75.1.x86_64",
"product": {
"name": "xen-4.16.7_04-150400.4.75.1.x86_64",
"product_id": "xen-4.16.7_04-150400.4.75.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"product": {
"name": "xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"product_id": "xen-devel-4.16.7_04-150400.4.75.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-doc-html-4.16.7_04-150400.4.75.1.x86_64",
"product": {
"name": "xen-doc-html-4.16.7_04-150400.4.75.1.x86_64",
"product_id": "xen-doc-html-4.16.7_04-150400.4.75.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"product": {
"name": "xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"product_id": "xen-libs-4.16.7_04-150400.4.75.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-libs-32bit-4.16.7_04-150400.4.75.1.x86_64",
"product": {
"name": "xen-libs-32bit-4.16.7_04-150400.4.75.1.x86_64",
"product_id": "xen-libs-32bit-4.16.7_04-150400.4.75.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"product": {
"name": "xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"product_id": "xen-tools-4.16.7_04-150400.4.75.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"product": {
"name": "xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"product_id": "xen-tools-domU-4.16.7_04-150400.4.75.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 LTS 4.3",
"product": {
"name": "SUSE Manager Proxy LTS 4.3",
"product_id": "SUSE Manager Proxy LTS 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-proxy-lts:4.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Server LTS 4.3",
"product": {
"name": "SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-server-lts: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_04-150400.4.75.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_04-150400.4.75.1.x86_64"
},
"product_reference": "xen-libs-4.16.7_04-150400.4.75.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_04-150400.4.75.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_04-150400.4.75.1.x86_64"
},
"product_reference": "xen-libs-4.16.7_04-150400.4.75.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_04-150400.4.75.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_04-150400.4.75.1.x86_64"
},
"product_reference": "xen-4.16.7_04-150400.4.75.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_04-150400.4.75.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_04-150400.4.75.1.x86_64"
},
"product_reference": "xen-devel-4.16.7_04-150400.4.75.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_04-150400.4.75.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_04-150400.4.75.1.x86_64"
},
"product_reference": "xen-libs-4.16.7_04-150400.4.75.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_04-150400.4.75.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_04-150400.4.75.1.x86_64"
},
"product_reference": "xen-tools-4.16.7_04-150400.4.75.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_04-150400.4.75.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_04-150400.4.75.1.x86_64"
},
"product_reference": "xen-tools-domU-4.16.7_04-150400.4.75.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_04-150400.4.75.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_04-150400.4.75.1.noarch"
},
"product_reference": "xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.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_04-150400.4.75.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_04-150400.4.75.1.x86_64"
},
"product_reference": "xen-4.16.7_04-150400.4.75.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_04-150400.4.75.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_04-150400.4.75.1.x86_64"
},
"product_reference": "xen-devel-4.16.7_04-150400.4.75.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_04-150400.4.75.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_04-150400.4.75.1.x86_64"
},
"product_reference": "xen-libs-4.16.7_04-150400.4.75.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_04-150400.4.75.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_04-150400.4.75.1.x86_64"
},
"product_reference": "xen-tools-4.16.7_04-150400.4.75.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_04-150400.4.75.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_04-150400.4.75.1.x86_64"
},
"product_reference": "xen-tools-domU-4.16.7_04-150400.4.75.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_04-150400.4.75.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_04-150400.4.75.1.noarch"
},
"product_reference": "xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.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_04-150400.4.75.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_04-150400.4.75.1.x86_64"
},
"product_reference": "xen-4.16.7_04-150400.4.75.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_04-150400.4.75.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_04-150400.4.75.1.x86_64"
},
"product_reference": "xen-devel-4.16.7_04-150400.4.75.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_04-150400.4.75.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_04-150400.4.75.1.x86_64"
},
"product_reference": "xen-libs-4.16.7_04-150400.4.75.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_04-150400.4.75.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_04-150400.4.75.1.x86_64"
},
"product_reference": "xen-tools-4.16.7_04-150400.4.75.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_04-150400.4.75.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_04-150400.4.75.1.x86_64"
},
"product_reference": "xen-tools-domU-4.16.7_04-150400.4.75.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_04-150400.4.75.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_04-150400.4.75.1.noarch"
},
"product_reference": "xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.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_04-150400.4.75.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_04-150400.4.75.1.x86_64"
},
"product_reference": "xen-4.16.7_04-150400.4.75.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_04-150400.4.75.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_04-150400.4.75.1.x86_64"
},
"product_reference": "xen-devel-4.16.7_04-150400.4.75.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_04-150400.4.75.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_04-150400.4.75.1.x86_64"
},
"product_reference": "xen-libs-4.16.7_04-150400.4.75.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_04-150400.4.75.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_04-150400.4.75.1.x86_64"
},
"product_reference": "xen-tools-4.16.7_04-150400.4.75.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_04-150400.4.75.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_04-150400.4.75.1.x86_64"
},
"product_reference": "xen-tools-domU-4.16.7_04-150400.4.75.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_04-150400.4.75.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_04-150400.4.75.1.noarch"
},
"product_reference": "xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.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_04-150400.4.75.1.x86_64 as component of SUSE Manager Proxy LTS 4.3",
"product_id": "SUSE Manager Proxy LTS 4.3:xen-4.16.7_04-150400.4.75.1.x86_64"
},
"product_reference": "xen-4.16.7_04-150400.4.75.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-devel-4.16.7_04-150400.4.75.1.x86_64 as component of SUSE Manager Proxy LTS 4.3",
"product_id": "SUSE Manager Proxy LTS 4.3:xen-devel-4.16.7_04-150400.4.75.1.x86_64"
},
"product_reference": "xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.16.7_04-150400.4.75.1.x86_64 as component of SUSE Manager Proxy LTS 4.3",
"product_id": "SUSE Manager Proxy LTS 4.3:xen-libs-4.16.7_04-150400.4.75.1.x86_64"
},
"product_reference": "xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-4.16.7_04-150400.4.75.1.x86_64 as component of SUSE Manager Proxy LTS 4.3",
"product_id": "SUSE Manager Proxy LTS 4.3:xen-tools-4.16.7_04-150400.4.75.1.x86_64"
},
"product_reference": "xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64 as component of SUSE Manager Proxy LTS 4.3",
"product_id": "SUSE Manager Proxy LTS 4.3:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64"
},
"product_reference": "xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch as component of SUSE Manager Proxy LTS 4.3",
"product_id": "SUSE Manager Proxy LTS 4.3:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch"
},
"product_reference": "xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"relates_to_product_reference": "SUSE Manager Proxy LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-4.16.7_04-150400.4.75.1.x86_64 as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:xen-4.16.7_04-150400.4.75.1.x86_64"
},
"product_reference": "xen-4.16.7_04-150400.4.75.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-devel-4.16.7_04-150400.4.75.1.x86_64 as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:xen-devel-4.16.7_04-150400.4.75.1.x86_64"
},
"product_reference": "xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.16.7_04-150400.4.75.1.x86_64 as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:xen-libs-4.16.7_04-150400.4.75.1.x86_64"
},
"product_reference": "xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-4.16.7_04-150400.4.75.1.x86_64 as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:xen-tools-4.16.7_04-150400.4.75.1.x86_64"
},
"product_reference": "xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64 as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64"
},
"product_reference": "xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch as component of SUSE Manager Server LTS 4.3",
"product_id": "SUSE Manager Server LTS 4.3:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch"
},
"product_reference": "xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"relates_to_product_reference": "SUSE Manager Server LTS 4.3"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-27466",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-27466"
}
],
"notes": [
{
"category": "general",
"text": "[This CNA information record relates to multiple CVEs; the\ntext explains which aspects/vulnerabilities correspond to which CVE.]\n\nThere are multiple issues related to the handling and accessing of guest\nmemory pages in the viridian code:\n\n 1. A NULL pointer dereference in the updating of the reference TSC area.\n This is CVE-2025-27466.\n\n 2. A NULL pointer dereference by assuming the SIM page is mapped when\n a synthetic timer message has to be delivered. This is\n CVE-2025-58142.\n\n 3. A race in the mapping of the reference TSC page, where a guest can\n get Xen to free a page while still present in the guest physical to\n machine (p2m) page tables. This is CVE-2025-58143.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Manager Proxy LTS 4.3:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Manager Server LTS 4.3:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-27466",
"url": "https://www.suse.com/security/cve/CVE-2025-27466"
},
{
"category": "external",
"summary": "SUSE Bug 1248807 for CVE-2025-27466",
"url": "https://bugzilla.suse.com/1248807"
}
],
"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_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Manager Proxy LTS 4.3:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Manager Server LTS 4.3:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Manager Proxy LTS 4.3:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Manager Server LTS 4.3:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-28T16:40:49Z",
"details": "important"
}
],
"title": "CVE-2025-27466"
},
{
"cve": "CVE-2025-58142",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58142"
}
],
"notes": [
{
"category": "general",
"text": "[This CNA information record relates to multiple CVEs; the\ntext explains which aspects/vulnerabilities correspond to which CVE.]\n\nThere are multiple issues related to the handling and accessing of guest\nmemory pages in the viridian code:\n\n 1. A NULL pointer dereference in the updating of the reference TSC area.\n This is CVE-2025-27466.\n\n 2. A NULL pointer dereference by assuming the SIM page is mapped when\n a synthetic timer message has to be delivered. This is\n CVE-2025-58142.\n\n 3. A race in the mapping of the reference TSC page, where a guest can\n get Xen to free a page while still present in the guest physical to\n machine (p2m) page tables. This is CVE-2025-58143.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Manager Proxy LTS 4.3:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Manager Server LTS 4.3:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58142",
"url": "https://www.suse.com/security/cve/CVE-2025-58142"
},
{
"category": "external",
"summary": "SUSE Bug 1248807 for CVE-2025-58142",
"url": "https://bugzilla.suse.com/1248807"
}
],
"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_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Manager Proxy LTS 4.3:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Manager Server LTS 4.3:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Manager Proxy LTS 4.3:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Manager Server LTS 4.3:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-28T16:40:49Z",
"details": "important"
}
],
"title": "CVE-2025-58142"
},
{
"cve": "CVE-2025-58143",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58143"
}
],
"notes": [
{
"category": "general",
"text": "[This CNA information record relates to multiple CVEs; the\ntext explains which aspects/vulnerabilities correspond to which CVE.]\n\nThere are multiple issues related to the handling and accessing of guest\nmemory pages in the viridian code:\n\n 1. A NULL pointer dereference in the updating of the reference TSC area.\n This is CVE-2025-27466.\n\n 2. A NULL pointer dereference by assuming the SIM page is mapped when\n a synthetic timer message has to be delivered. This is\n CVE-2025-58142.\n\n 3. A race in the mapping of the reference TSC page, where a guest can\n get Xen to free a page while still present in the guest physical to\n machine (p2m) page tables. This is CVE-2025-58143.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Manager Proxy LTS 4.3:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Manager Server LTS 4.3:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58143",
"url": "https://www.suse.com/security/cve/CVE-2025-58143"
},
{
"category": "external",
"summary": "SUSE Bug 1248807 for CVE-2025-58143",
"url": "https://bugzilla.suse.com/1248807"
}
],
"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_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Manager Proxy LTS 4.3:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Manager Server LTS 4.3:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Manager Proxy LTS 4.3:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Manager Server LTS 4.3:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-28T16:40:49Z",
"details": "important"
}
],
"title": "CVE-2025-58143"
},
{
"cve": "CVE-2025-58147",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58147"
}
],
"notes": [
{
"category": "general",
"text": "[This CNA information record relates to multiple CVEs; the\ntext explains which aspects/vulnerabilities correspond to which CVE.]\n\nSome Viridian hypercalls can specify a mask of vCPU IDs as an input, in\none of three formats. Xen has boundary checking bugs with all three\nformats, which can cause out-of-bounds reads and writes while processing\nthe inputs.\n\n * CVE-2025-58147. Hypercalls using the HV_VP_SET Sparse format can\n cause vpmask_set() to write out of bounds when converting the bitmap\n to Xen\u0027s format.\n\n * CVE-2025-58148. Hypercalls using any input format can cause\n send_ipi() to read d-\u003evcpu[] out-of-bounds, and operate on a wild\n vCPU pointer.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Manager Proxy LTS 4.3:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Manager Server LTS 4.3:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58147",
"url": "https://www.suse.com/security/cve/CVE-2025-58147"
},
{
"category": "external",
"summary": "SUSE Bug 1251271 for CVE-2025-58147",
"url": "https://bugzilla.suse.com/1251271"
}
],
"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_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Manager Proxy LTS 4.3:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Manager Server LTS 4.3:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Manager Proxy LTS 4.3:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Manager Server LTS 4.3:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-28T16:40:49Z",
"details": "moderate"
}
],
"title": "CVE-2025-58147"
},
{
"cve": "CVE-2025-58148",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58148"
}
],
"notes": [
{
"category": "general",
"text": "[This CNA information record relates to multiple CVEs; the\ntext explains which aspects/vulnerabilities correspond to which CVE.]\n\nSome Viridian hypercalls can specify a mask of vCPU IDs as an input, in\none of three formats. Xen has boundary checking bugs with all three\nformats, which can cause out-of-bounds reads and writes while processing\nthe inputs.\n\n * CVE-2025-58147. Hypercalls using the HV_VP_SET Sparse format can\n cause vpmask_set() to write out of bounds when converting the bitmap\n to Xen\u0027s format.\n\n * CVE-2025-58148. Hypercalls using any input format can cause\n send_ipi() to read d-\u003evcpu[] out-of-bounds, and operate on a wild\n vCPU pointer.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Manager Proxy LTS 4.3:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Manager Server LTS 4.3:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58148",
"url": "https://www.suse.com/security/cve/CVE-2025-58148"
},
{
"category": "external",
"summary": "SUSE Bug 1251271 for CVE-2025-58148",
"url": "https://bugzilla.suse.com/1251271"
}
],
"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_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Manager Proxy LTS 4.3:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Manager Server LTS 4.3:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Linux Enterprise Micro 5.3:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Manager Proxy LTS 4.3:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Proxy LTS 4.3:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch",
"SUSE Manager Server LTS 4.3:xen-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-devel-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-libs-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-tools-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-tools-domU-4.16.7_04-150400.4.75.1.x86_64",
"SUSE Manager Server LTS 4.3:xen-tools-xendomains-wait-disk-4.16.7_04-150400.4.75.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-28T16:40:49Z",
"details": "moderate"
}
],
"title": "CVE-2025-58148"
}
]
}
suse-su-2025:3797-1
Vulnerability from csaf_suse
Notes
{
"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-58147, CVE-2025-58148: Fixed incorrect input sanitisation in Viridian hypercalls (bsc#1251271, XSA-475)\n - CVE-2025-27466, CVE-2025-58142, CVE-2025-58143: Fixed mutiple vulnerabilities in the Viridian interface (bsc#1248807, XSA-472)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-3797,SUSE-SLE-Micro-5.5-2025-3797,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-3797,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-3797,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-3797,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-3797",
"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_3797-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:3797-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20253797-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:3797-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-October/023032.html"
},
{
"category": "self",
"summary": "SUSE Bug 1248807",
"url": "https://bugzilla.suse.com/1248807"
},
{
"category": "self",
"summary": "SUSE Bug 1251271",
"url": "https://bugzilla.suse.com/1251271"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27466 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27466/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58142 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58142/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58143 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58143/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58147 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58147/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58148 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58148/"
}
],
"title": "Security update for xen",
"tracking": {
"current_release_date": "2025-10-27T07:58:09Z",
"generator": {
"date": "2025-10-27T07:58:09Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:3797-1",
"initial_release_date": "2025-10-27T07:58:09Z",
"revision_history": [
{
"date": "2025-10-27T07:58:09Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "xen-4.17.5_12-150500.3.53.1.aarch64",
"product": {
"name": "xen-4.17.5_12-150500.3.53.1.aarch64",
"product_id": "xen-4.17.5_12-150500.3.53.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-devel-4.17.5_12-150500.3.53.1.aarch64",
"product": {
"name": "xen-devel-4.17.5_12-150500.3.53.1.aarch64",
"product_id": "xen-devel-4.17.5_12-150500.3.53.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-doc-html-4.17.5_12-150500.3.53.1.aarch64",
"product": {
"name": "xen-doc-html-4.17.5_12-150500.3.53.1.aarch64",
"product_id": "xen-doc-html-4.17.5_12-150500.3.53.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-libs-4.17.5_12-150500.3.53.1.aarch64",
"product": {
"name": "xen-libs-4.17.5_12-150500.3.53.1.aarch64",
"product_id": "xen-libs-4.17.5_12-150500.3.53.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-tools-4.17.5_12-150500.3.53.1.aarch64",
"product": {
"name": "xen-tools-4.17.5_12-150500.3.53.1.aarch64",
"product_id": "xen-tools-4.17.5_12-150500.3.53.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.17.5_12-150500.3.53.1.aarch64",
"product": {
"name": "xen-tools-domU-4.17.5_12-150500.3.53.1.aarch64",
"product_id": "xen-tools-domU-4.17.5_12-150500.3.53.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-libs-64bit-4.17.5_12-150500.3.53.1.aarch64_ilp32",
"product": {
"name": "xen-libs-64bit-4.17.5_12-150500.3.53.1.aarch64_ilp32",
"product_id": "xen-libs-64bit-4.17.5_12-150500.3.53.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-devel-4.17.5_12-150500.3.53.1.i586",
"product": {
"name": "xen-devel-4.17.5_12-150500.3.53.1.i586",
"product_id": "xen-devel-4.17.5_12-150500.3.53.1.i586"
}
},
{
"category": "product_version",
"name": "xen-libs-4.17.5_12-150500.3.53.1.i586",
"product": {
"name": "xen-libs-4.17.5_12-150500.3.53.1.i586",
"product_id": "xen-libs-4.17.5_12-150500.3.53.1.i586"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.17.5_12-150500.3.53.1.i586",
"product": {
"name": "xen-tools-domU-4.17.5_12-150500.3.53.1.i586",
"product_id": "xen-tools-domU-4.17.5_12-150500.3.53.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch",
"product": {
"name": "xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch",
"product_id": "xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-4.17.5_12-150500.3.53.1.x86_64",
"product": {
"name": "xen-4.17.5_12-150500.3.53.1.x86_64",
"product_id": "xen-4.17.5_12-150500.3.53.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"product": {
"name": "xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"product_id": "xen-devel-4.17.5_12-150500.3.53.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-doc-html-4.17.5_12-150500.3.53.1.x86_64",
"product": {
"name": "xen-doc-html-4.17.5_12-150500.3.53.1.x86_64",
"product_id": "xen-doc-html-4.17.5_12-150500.3.53.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"product": {
"name": "xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"product_id": "xen-libs-4.17.5_12-150500.3.53.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-libs-32bit-4.17.5_12-150500.3.53.1.x86_64",
"product": {
"name": "xen-libs-32bit-4.17.5_12-150500.3.53.1.x86_64",
"product_id": "xen-libs-32bit-4.17.5_12-150500.3.53.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"product": {
"name": "xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"product_id": "xen-tools-4.17.5_12-150500.3.53.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"product": {
"name": "xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"product_id": "xen-tools-domU-4.17.5_12-150500.3.53.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_12-150500.3.53.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_12-150500.3.53.1.x86_64"
},
"product_reference": "xen-libs-4.17.5_12-150500.3.53.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_12-150500.3.53.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_12-150500.3.53.1.x86_64"
},
"product_reference": "xen-4.17.5_12-150500.3.53.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_12-150500.3.53.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_12-150500.3.53.1.x86_64"
},
"product_reference": "xen-devel-4.17.5_12-150500.3.53.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_12-150500.3.53.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_12-150500.3.53.1.x86_64"
},
"product_reference": "xen-libs-4.17.5_12-150500.3.53.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_12-150500.3.53.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_12-150500.3.53.1.x86_64"
},
"product_reference": "xen-tools-4.17.5_12-150500.3.53.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_12-150500.3.53.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_12-150500.3.53.1.x86_64"
},
"product_reference": "xen-tools-domU-4.17.5_12-150500.3.53.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_12-150500.3.53.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_12-150500.3.53.1.noarch"
},
"product_reference": "xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.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_12-150500.3.53.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_12-150500.3.53.1.x86_64"
},
"product_reference": "xen-4.17.5_12-150500.3.53.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_12-150500.3.53.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_12-150500.3.53.1.x86_64"
},
"product_reference": "xen-devel-4.17.5_12-150500.3.53.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_12-150500.3.53.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_12-150500.3.53.1.x86_64"
},
"product_reference": "xen-libs-4.17.5_12-150500.3.53.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_12-150500.3.53.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_12-150500.3.53.1.x86_64"
},
"product_reference": "xen-tools-4.17.5_12-150500.3.53.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_12-150500.3.53.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_12-150500.3.53.1.x86_64"
},
"product_reference": "xen-tools-domU-4.17.5_12-150500.3.53.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_12-150500.3.53.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_12-150500.3.53.1.noarch"
},
"product_reference": "xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.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_12-150500.3.53.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_12-150500.3.53.1.x86_64"
},
"product_reference": "xen-4.17.5_12-150500.3.53.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_12-150500.3.53.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_12-150500.3.53.1.x86_64"
},
"product_reference": "xen-devel-4.17.5_12-150500.3.53.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_12-150500.3.53.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_12-150500.3.53.1.x86_64"
},
"product_reference": "xen-libs-4.17.5_12-150500.3.53.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_12-150500.3.53.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_12-150500.3.53.1.x86_64"
},
"product_reference": "xen-tools-4.17.5_12-150500.3.53.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_12-150500.3.53.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_12-150500.3.53.1.x86_64"
},
"product_reference": "xen-tools-domU-4.17.5_12-150500.3.53.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_12-150500.3.53.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_12-150500.3.53.1.noarch"
},
"product_reference": "xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.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_12-150500.3.53.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_12-150500.3.53.1.x86_64"
},
"product_reference": "xen-4.17.5_12-150500.3.53.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_12-150500.3.53.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_12-150500.3.53.1.x86_64"
},
"product_reference": "xen-devel-4.17.5_12-150500.3.53.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_12-150500.3.53.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_12-150500.3.53.1.x86_64"
},
"product_reference": "xen-libs-4.17.5_12-150500.3.53.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_12-150500.3.53.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_12-150500.3.53.1.x86_64"
},
"product_reference": "xen-tools-4.17.5_12-150500.3.53.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_12-150500.3.53.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_12-150500.3.53.1.x86_64"
},
"product_reference": "xen-tools-domU-4.17.5_12-150500.3.53.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_12-150500.3.53.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_12-150500.3.53.1.noarch"
},
"product_reference": "xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-27466",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-27466"
}
],
"notes": [
{
"category": "general",
"text": "[This CNA information record relates to multiple CVEs; the\ntext explains which aspects/vulnerabilities correspond to which CVE.]\n\nThere are multiple issues related to the handling and accessing of guest\nmemory pages in the viridian code:\n\n 1. A NULL pointer dereference in the updating of the reference TSC area.\n This is CVE-2025-27466.\n\n 2. A NULL pointer dereference by assuming the SIM page is mapped when\n a synthetic timer message has to be delivered. This is\n CVE-2025-58142.\n\n 3. A race in the mapping of the reference TSC page, where a guest can\n get Xen to free a page while still present in the guest physical to\n machine (p2m) page tables. This is CVE-2025-58143.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch",
"SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-27466",
"url": "https://www.suse.com/security/cve/CVE-2025-27466"
},
{
"category": "external",
"summary": "SUSE Bug 1248807 for CVE-2025-27466",
"url": "https://bugzilla.suse.com/1248807"
}
],
"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_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch",
"SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch",
"SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-27T07:58:09Z",
"details": "important"
}
],
"title": "CVE-2025-27466"
},
{
"cve": "CVE-2025-58142",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58142"
}
],
"notes": [
{
"category": "general",
"text": "[This CNA information record relates to multiple CVEs; the\ntext explains which aspects/vulnerabilities correspond to which CVE.]\n\nThere are multiple issues related to the handling and accessing of guest\nmemory pages in the viridian code:\n\n 1. A NULL pointer dereference in the updating of the reference TSC area.\n This is CVE-2025-27466.\n\n 2. A NULL pointer dereference by assuming the SIM page is mapped when\n a synthetic timer message has to be delivered. This is\n CVE-2025-58142.\n\n 3. A race in the mapping of the reference TSC page, where a guest can\n get Xen to free a page while still present in the guest physical to\n machine (p2m) page tables. This is CVE-2025-58143.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch",
"SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58142",
"url": "https://www.suse.com/security/cve/CVE-2025-58142"
},
{
"category": "external",
"summary": "SUSE Bug 1248807 for CVE-2025-58142",
"url": "https://bugzilla.suse.com/1248807"
}
],
"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_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch",
"SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch",
"SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-27T07:58:09Z",
"details": "important"
}
],
"title": "CVE-2025-58142"
},
{
"cve": "CVE-2025-58143",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58143"
}
],
"notes": [
{
"category": "general",
"text": "[This CNA information record relates to multiple CVEs; the\ntext explains which aspects/vulnerabilities correspond to which CVE.]\n\nThere are multiple issues related to the handling and accessing of guest\nmemory pages in the viridian code:\n\n 1. A NULL pointer dereference in the updating of the reference TSC area.\n This is CVE-2025-27466.\n\n 2. A NULL pointer dereference by assuming the SIM page is mapped when\n a synthetic timer message has to be delivered. This is\n CVE-2025-58142.\n\n 3. A race in the mapping of the reference TSC page, where a guest can\n get Xen to free a page while still present in the guest physical to\n machine (p2m) page tables. This is CVE-2025-58143.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch",
"SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58143",
"url": "https://www.suse.com/security/cve/CVE-2025-58143"
},
{
"category": "external",
"summary": "SUSE Bug 1248807 for CVE-2025-58143",
"url": "https://bugzilla.suse.com/1248807"
}
],
"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_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch",
"SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch",
"SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-27T07:58:09Z",
"details": "important"
}
],
"title": "CVE-2025-58143"
},
{
"cve": "CVE-2025-58147",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58147"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch",
"SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58147",
"url": "https://www.suse.com/security/cve/CVE-2025-58147"
},
{
"category": "external",
"summary": "SUSE Bug 1251271 for CVE-2025-58147",
"url": "https://bugzilla.suse.com/1251271"
}
],
"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_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch",
"SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch",
"SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-27T07:58:09Z",
"details": "moderate"
}
],
"title": "CVE-2025-58147"
},
{
"cve": "CVE-2025-58148",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58148"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch",
"SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58148",
"url": "https://www.suse.com/security/cve/CVE-2025-58148"
},
{
"category": "external",
"summary": "SUSE Bug 1251271 for CVE-2025-58148",
"url": "https://bugzilla.suse.com/1251271"
}
],
"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_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch",
"SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch",
"SUSE Linux Enterprise Micro 5.5:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-devel-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-libs-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-domU-4.17.5_12-150500.3.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:xen-tools-xendomains-wait-disk-4.17.5_12-150500.3.53.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-27T07:58:09Z",
"details": "moderate"
}
],
"title": "CVE-2025-58148"
}
]
}
suse-su-2025:3798-1
Vulnerability from csaf_suse
Notes
{
"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-58147, CVE-2025-58148: Fixed incorrect input sanitisation in Viridian hypercalls (bsc#1251271, XSA-475)\n - CVE-2025-27466, CVE-2025-58142, CVE-2025-58143: Fixed mutiple vulnerabilities in the Viridian interface (bsc#1248807, XSA-472)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-3798,SUSE-SLE-Module-Basesystem-15-SP6-2025-3798,SUSE-SLE-Module-Server-Applications-15-SP6-2025-3798,openSUSE-SLE-15.6-2025-3798",
"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_3798-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:3798-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20253798-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:3798-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-October/023031.html"
},
{
"category": "self",
"summary": "SUSE Bug 1027519",
"url": "https://bugzilla.suse.com/1027519"
},
{
"category": "self",
"summary": "SUSE Bug 1248807",
"url": "https://bugzilla.suse.com/1248807"
},
{
"category": "self",
"summary": "SUSE Bug 1251271",
"url": "https://bugzilla.suse.com/1251271"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-27466 page",
"url": "https://www.suse.com/security/cve/CVE-2025-27466/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58142 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58142/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58143 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58143/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58147 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58147/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58148 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58148/"
}
],
"title": "Security update for xen",
"tracking": {
"current_release_date": "2025-10-27T07:58:15Z",
"generator": {
"date": "2025-10-27T07:58:15Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:3798-1",
"initial_release_date": "2025-10-27T07:58:15Z",
"revision_history": [
{
"date": "2025-10-27T07:58:15Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "xen-4.18.5_06-150600.3.31.2.aarch64",
"product": {
"name": "xen-4.18.5_06-150600.3.31.2.aarch64",
"product_id": "xen-4.18.5_06-150600.3.31.2.aarch64"
}
},
{
"category": "product_version",
"name": "xen-devel-4.18.5_06-150600.3.31.2.aarch64",
"product": {
"name": "xen-devel-4.18.5_06-150600.3.31.2.aarch64",
"product_id": "xen-devel-4.18.5_06-150600.3.31.2.aarch64"
}
},
{
"category": "product_version",
"name": "xen-doc-html-4.18.5_06-150600.3.31.2.aarch64",
"product": {
"name": "xen-doc-html-4.18.5_06-150600.3.31.2.aarch64",
"product_id": "xen-doc-html-4.18.5_06-150600.3.31.2.aarch64"
}
},
{
"category": "product_version",
"name": "xen-libs-4.18.5_06-150600.3.31.2.aarch64",
"product": {
"name": "xen-libs-4.18.5_06-150600.3.31.2.aarch64",
"product_id": "xen-libs-4.18.5_06-150600.3.31.2.aarch64"
}
},
{
"category": "product_version",
"name": "xen-tools-4.18.5_06-150600.3.31.2.aarch64",
"product": {
"name": "xen-tools-4.18.5_06-150600.3.31.2.aarch64",
"product_id": "xen-tools-4.18.5_06-150600.3.31.2.aarch64"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.18.5_06-150600.3.31.2.aarch64",
"product": {
"name": "xen-tools-domU-4.18.5_06-150600.3.31.2.aarch64",
"product_id": "xen-tools-domU-4.18.5_06-150600.3.31.2.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-libs-64bit-4.18.5_06-150600.3.31.2.aarch64_ilp32",
"product": {
"name": "xen-libs-64bit-4.18.5_06-150600.3.31.2.aarch64_ilp32",
"product_id": "xen-libs-64bit-4.18.5_06-150600.3.31.2.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-devel-4.18.5_06-150600.3.31.2.i586",
"product": {
"name": "xen-devel-4.18.5_06-150600.3.31.2.i586",
"product_id": "xen-devel-4.18.5_06-150600.3.31.2.i586"
}
},
{
"category": "product_version",
"name": "xen-libs-4.18.5_06-150600.3.31.2.i586",
"product": {
"name": "xen-libs-4.18.5_06-150600.3.31.2.i586",
"product_id": "xen-libs-4.18.5_06-150600.3.31.2.i586"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.18.5_06-150600.3.31.2.i586",
"product": {
"name": "xen-tools-domU-4.18.5_06-150600.3.31.2.i586",
"product_id": "xen-tools-domU-4.18.5_06-150600.3.31.2.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-tools-xendomains-wait-disk-4.18.5_06-150600.3.31.2.noarch",
"product": {
"name": "xen-tools-xendomains-wait-disk-4.18.5_06-150600.3.31.2.noarch",
"product_id": "xen-tools-xendomains-wait-disk-4.18.5_06-150600.3.31.2.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-4.18.5_06-150600.3.31.2.x86_64",
"product": {
"name": "xen-4.18.5_06-150600.3.31.2.x86_64",
"product_id": "xen-4.18.5_06-150600.3.31.2.x86_64"
}
},
{
"category": "product_version",
"name": "xen-devel-4.18.5_06-150600.3.31.2.x86_64",
"product": {
"name": "xen-devel-4.18.5_06-150600.3.31.2.x86_64",
"product_id": "xen-devel-4.18.5_06-150600.3.31.2.x86_64"
}
},
{
"category": "product_version",
"name": "xen-doc-html-4.18.5_06-150600.3.31.2.x86_64",
"product": {
"name": "xen-doc-html-4.18.5_06-150600.3.31.2.x86_64",
"product_id": "xen-doc-html-4.18.5_06-150600.3.31.2.x86_64"
}
},
{
"category": "product_version",
"name": "xen-libs-4.18.5_06-150600.3.31.2.x86_64",
"product": {
"name": "xen-libs-4.18.5_06-150600.3.31.2.x86_64",
"product_id": "xen-libs-4.18.5_06-150600.3.31.2.x86_64"
}
},
{
"category": "product_version",
"name": "xen-libs-32bit-4.18.5_06-150600.3.31.2.x86_64",
"product": {
"name": "xen-libs-32bit-4.18.5_06-150600.3.31.2.x86_64",
"product_id": "xen-libs-32bit-4.18.5_06-150600.3.31.2.x86_64"
}
},
{
"category": "product_version",
"name": "xen-tools-4.18.5_06-150600.3.31.2.x86_64",
"product": {
"name": "xen-tools-4.18.5_06-150600.3.31.2.x86_64",
"product_id": "xen-tools-4.18.5_06-150600.3.31.2.x86_64"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.18.5_06-150600.3.31.2.x86_64",
"product": {
"name": "xen-tools-domU-4.18.5_06-150600.3.31.2.x86_64",
"product_id": "xen-tools-domU-4.18.5_06-150600.3.31.2.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-server-applications:15:sp6"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.18.5_06-150600.3.31.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:xen-libs-4.18.5_06-150600.3.31.2.x86_64"
},
"product_reference": "xen-libs-4.18.5_06-150600.3.31.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-domU-4.18.5_06-150600.3.31.2.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP6:xen-tools-domU-4.18.5_06-150600.3.31.2.x86_64"
},
"product_reference": "xen-tools-domU-4.18.5_06-150600.3.31.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-4.18.5_06-150600.3.31.2.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-4.18.5_06-150600.3.31.2.x86_64"
},
"product_reference": "xen-4.18.5_06-150600.3.31.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-devel-4.18.5_06-150600.3.31.2.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-devel-4.18.5_06-150600.3.31.2.x86_64"
},
"product_reference": "xen-devel-4.18.5_06-150600.3.31.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-4.18.5_06-150600.3.31.2.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-tools-4.18.5_06-150600.3.31.2.x86_64"
},
"product_reference": "xen-tools-4.18.5_06-150600.3.31.2.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-xendomains-wait-disk-4.18.5_06-150600.3.31.2.noarch as component of SUSE Linux Enterprise Module for Server Applications 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-tools-xendomains-wait-disk-4.18.5_06-150600.3.31.2.noarch"
},
"product_reference": "xen-tools-xendomains-wait-disk-4.18.5_06-150600.3.31.2.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-4.18.5_06-150600.3.31.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:xen-4.18.5_06-150600.3.31.2.aarch64"
},
"product_reference": "xen-4.18.5_06-150600.3.31.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-4.18.5_06-150600.3.31.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:xen-4.18.5_06-150600.3.31.2.x86_64"
},
"product_reference": "xen-4.18.5_06-150600.3.31.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-devel-4.18.5_06-150600.3.31.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:xen-devel-4.18.5_06-150600.3.31.2.aarch64"
},
"product_reference": "xen-devel-4.18.5_06-150600.3.31.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-devel-4.18.5_06-150600.3.31.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:xen-devel-4.18.5_06-150600.3.31.2.x86_64"
},
"product_reference": "xen-devel-4.18.5_06-150600.3.31.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-doc-html-4.18.5_06-150600.3.31.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:xen-doc-html-4.18.5_06-150600.3.31.2.aarch64"
},
"product_reference": "xen-doc-html-4.18.5_06-150600.3.31.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-doc-html-4.18.5_06-150600.3.31.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:xen-doc-html-4.18.5_06-150600.3.31.2.x86_64"
},
"product_reference": "xen-doc-html-4.18.5_06-150600.3.31.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.18.5_06-150600.3.31.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:xen-libs-4.18.5_06-150600.3.31.2.aarch64"
},
"product_reference": "xen-libs-4.18.5_06-150600.3.31.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.18.5_06-150600.3.31.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:xen-libs-4.18.5_06-150600.3.31.2.x86_64"
},
"product_reference": "xen-libs-4.18.5_06-150600.3.31.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-32bit-4.18.5_06-150600.3.31.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:xen-libs-32bit-4.18.5_06-150600.3.31.2.x86_64"
},
"product_reference": "xen-libs-32bit-4.18.5_06-150600.3.31.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-4.18.5_06-150600.3.31.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:xen-tools-4.18.5_06-150600.3.31.2.aarch64"
},
"product_reference": "xen-tools-4.18.5_06-150600.3.31.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-4.18.5_06-150600.3.31.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:xen-tools-4.18.5_06-150600.3.31.2.x86_64"
},
"product_reference": "xen-tools-4.18.5_06-150600.3.31.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-domU-4.18.5_06-150600.3.31.2.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:xen-tools-domU-4.18.5_06-150600.3.31.2.aarch64"
},
"product_reference": "xen-tools-domU-4.18.5_06-150600.3.31.2.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-domU-4.18.5_06-150600.3.31.2.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:xen-tools-domU-4.18.5_06-150600.3.31.2.x86_64"
},
"product_reference": "xen-tools-domU-4.18.5_06-150600.3.31.2.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-xendomains-wait-disk-4.18.5_06-150600.3.31.2.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:xen-tools-xendomains-wait-disk-4.18.5_06-150600.3.31.2.noarch"
},
"product_reference": "xen-tools-xendomains-wait-disk-4.18.5_06-150600.3.31.2.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-27466",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-27466"
}
],
"notes": [
{
"category": "general",
"text": "[This CNA information record relates to multiple CVEs; the\ntext explains which aspects/vulnerabilities correspond to which CVE.]\n\nThere are multiple issues related to the handling and accessing of guest\nmemory pages in the viridian code:\n\n 1. A NULL pointer dereference in the updating of the reference TSC area.\n This is CVE-2025-27466.\n\n 2. A NULL pointer dereference by assuming the SIM page is mapped when\n a synthetic timer message has to be delivered. This is\n CVE-2025-58142.\n\n 3. A race in the mapping of the reference TSC page, where a guest can\n get Xen to free a page while still present in the guest physical to\n machine (p2m) page tables. This is CVE-2025-58143.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:xen-libs-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:xen-tools-domU-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-devel-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-tools-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-tools-xendomains-wait-disk-4.18.5_06-150600.3.31.2.noarch",
"openSUSE Leap 15.6:xen-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-devel-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-devel-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-doc-html-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-doc-html-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-libs-32bit-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-libs-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-libs-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-tools-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-tools-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-tools-domU-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-tools-domU-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-tools-xendomains-wait-disk-4.18.5_06-150600.3.31.2.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-27466",
"url": "https://www.suse.com/security/cve/CVE-2025-27466"
},
{
"category": "external",
"summary": "SUSE Bug 1248807 for CVE-2025-27466",
"url": "https://bugzilla.suse.com/1248807"
}
],
"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 Module for Basesystem 15 SP6:xen-libs-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:xen-tools-domU-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-devel-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-tools-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-tools-xendomains-wait-disk-4.18.5_06-150600.3.31.2.noarch",
"openSUSE Leap 15.6:xen-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-devel-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-devel-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-doc-html-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-doc-html-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-libs-32bit-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-libs-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-libs-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-tools-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-tools-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-tools-domU-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-tools-domU-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-tools-xendomains-wait-disk-4.18.5_06-150600.3.31.2.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:xen-libs-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:xen-tools-domU-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-devel-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-tools-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-tools-xendomains-wait-disk-4.18.5_06-150600.3.31.2.noarch",
"openSUSE Leap 15.6:xen-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-devel-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-devel-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-doc-html-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-doc-html-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-libs-32bit-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-libs-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-libs-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-tools-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-tools-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-tools-domU-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-tools-domU-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-tools-xendomains-wait-disk-4.18.5_06-150600.3.31.2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-27T07:58:15Z",
"details": "important"
}
],
"title": "CVE-2025-27466"
},
{
"cve": "CVE-2025-58142",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58142"
}
],
"notes": [
{
"category": "general",
"text": "[This CNA information record relates to multiple CVEs; the\ntext explains which aspects/vulnerabilities correspond to which CVE.]\n\nThere are multiple issues related to the handling and accessing of guest\nmemory pages in the viridian code:\n\n 1. A NULL pointer dereference in the updating of the reference TSC area.\n This is CVE-2025-27466.\n\n 2. A NULL pointer dereference by assuming the SIM page is mapped when\n a synthetic timer message has to be delivered. This is\n CVE-2025-58142.\n\n 3. A race in the mapping of the reference TSC page, where a guest can\n get Xen to free a page while still present in the guest physical to\n machine (p2m) page tables. This is CVE-2025-58143.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:xen-libs-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:xen-tools-domU-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-devel-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-tools-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-tools-xendomains-wait-disk-4.18.5_06-150600.3.31.2.noarch",
"openSUSE Leap 15.6:xen-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-devel-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-devel-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-doc-html-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-doc-html-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-libs-32bit-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-libs-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-libs-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-tools-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-tools-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-tools-domU-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-tools-domU-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-tools-xendomains-wait-disk-4.18.5_06-150600.3.31.2.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58142",
"url": "https://www.suse.com/security/cve/CVE-2025-58142"
},
{
"category": "external",
"summary": "SUSE Bug 1248807 for CVE-2025-58142",
"url": "https://bugzilla.suse.com/1248807"
}
],
"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 Module for Basesystem 15 SP6:xen-libs-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:xen-tools-domU-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-devel-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-tools-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-tools-xendomains-wait-disk-4.18.5_06-150600.3.31.2.noarch",
"openSUSE Leap 15.6:xen-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-devel-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-devel-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-doc-html-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-doc-html-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-libs-32bit-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-libs-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-libs-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-tools-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-tools-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-tools-domU-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-tools-domU-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-tools-xendomains-wait-disk-4.18.5_06-150600.3.31.2.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:xen-libs-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:xen-tools-domU-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-devel-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-tools-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-tools-xendomains-wait-disk-4.18.5_06-150600.3.31.2.noarch",
"openSUSE Leap 15.6:xen-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-devel-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-devel-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-doc-html-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-doc-html-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-libs-32bit-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-libs-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-libs-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-tools-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-tools-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-tools-domU-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-tools-domU-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-tools-xendomains-wait-disk-4.18.5_06-150600.3.31.2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-27T07:58:15Z",
"details": "important"
}
],
"title": "CVE-2025-58142"
},
{
"cve": "CVE-2025-58143",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58143"
}
],
"notes": [
{
"category": "general",
"text": "[This CNA information record relates to multiple CVEs; the\ntext explains which aspects/vulnerabilities correspond to which CVE.]\n\nThere are multiple issues related to the handling and accessing of guest\nmemory pages in the viridian code:\n\n 1. A NULL pointer dereference in the updating of the reference TSC area.\n This is CVE-2025-27466.\n\n 2. A NULL pointer dereference by assuming the SIM page is mapped when\n a synthetic timer message has to be delivered. This is\n CVE-2025-58142.\n\n 3. A race in the mapping of the reference TSC page, where a guest can\n get Xen to free a page while still present in the guest physical to\n machine (p2m) page tables. This is CVE-2025-58143.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:xen-libs-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:xen-tools-domU-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-devel-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-tools-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-tools-xendomains-wait-disk-4.18.5_06-150600.3.31.2.noarch",
"openSUSE Leap 15.6:xen-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-devel-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-devel-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-doc-html-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-doc-html-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-libs-32bit-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-libs-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-libs-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-tools-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-tools-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-tools-domU-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-tools-domU-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-tools-xendomains-wait-disk-4.18.5_06-150600.3.31.2.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58143",
"url": "https://www.suse.com/security/cve/CVE-2025-58143"
},
{
"category": "external",
"summary": "SUSE Bug 1248807 for CVE-2025-58143",
"url": "https://bugzilla.suse.com/1248807"
}
],
"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 Module for Basesystem 15 SP6:xen-libs-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:xen-tools-domU-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-devel-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-tools-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-tools-xendomains-wait-disk-4.18.5_06-150600.3.31.2.noarch",
"openSUSE Leap 15.6:xen-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-devel-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-devel-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-doc-html-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-doc-html-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-libs-32bit-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-libs-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-libs-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-tools-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-tools-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-tools-domU-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-tools-domU-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-tools-xendomains-wait-disk-4.18.5_06-150600.3.31.2.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:xen-libs-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:xen-tools-domU-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-devel-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-tools-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-tools-xendomains-wait-disk-4.18.5_06-150600.3.31.2.noarch",
"openSUSE Leap 15.6:xen-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-devel-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-devel-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-doc-html-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-doc-html-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-libs-32bit-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-libs-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-libs-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-tools-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-tools-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-tools-domU-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-tools-domU-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-tools-xendomains-wait-disk-4.18.5_06-150600.3.31.2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-27T07:58:15Z",
"details": "important"
}
],
"title": "CVE-2025-58143"
},
{
"cve": "CVE-2025-58147",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58147"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:xen-libs-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:xen-tools-domU-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-devel-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-tools-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-tools-xendomains-wait-disk-4.18.5_06-150600.3.31.2.noarch",
"openSUSE Leap 15.6:xen-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-devel-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-devel-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-doc-html-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-doc-html-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-libs-32bit-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-libs-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-libs-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-tools-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-tools-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-tools-domU-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-tools-domU-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-tools-xendomains-wait-disk-4.18.5_06-150600.3.31.2.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58147",
"url": "https://www.suse.com/security/cve/CVE-2025-58147"
},
{
"category": "external",
"summary": "SUSE Bug 1251271 for CVE-2025-58147",
"url": "https://bugzilla.suse.com/1251271"
}
],
"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 Module for Basesystem 15 SP6:xen-libs-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:xen-tools-domU-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-devel-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-tools-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-tools-xendomains-wait-disk-4.18.5_06-150600.3.31.2.noarch",
"openSUSE Leap 15.6:xen-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-devel-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-devel-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-doc-html-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-doc-html-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-libs-32bit-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-libs-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-libs-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-tools-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-tools-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-tools-domU-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-tools-domU-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-tools-xendomains-wait-disk-4.18.5_06-150600.3.31.2.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:xen-libs-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:xen-tools-domU-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-devel-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-tools-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-tools-xendomains-wait-disk-4.18.5_06-150600.3.31.2.noarch",
"openSUSE Leap 15.6:xen-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-devel-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-devel-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-doc-html-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-doc-html-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-libs-32bit-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-libs-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-libs-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-tools-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-tools-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-tools-domU-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-tools-domU-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-tools-xendomains-wait-disk-4.18.5_06-150600.3.31.2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-27T07:58:15Z",
"details": "moderate"
}
],
"title": "CVE-2025-58147"
},
{
"cve": "CVE-2025-58148",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58148"
}
],
"notes": [
{
"category": "general",
"text": "unknown",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:xen-libs-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:xen-tools-domU-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-devel-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-tools-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-tools-xendomains-wait-disk-4.18.5_06-150600.3.31.2.noarch",
"openSUSE Leap 15.6:xen-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-devel-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-devel-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-doc-html-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-doc-html-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-libs-32bit-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-libs-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-libs-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-tools-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-tools-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-tools-domU-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-tools-domU-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-tools-xendomains-wait-disk-4.18.5_06-150600.3.31.2.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58148",
"url": "https://www.suse.com/security/cve/CVE-2025-58148"
},
{
"category": "external",
"summary": "SUSE Bug 1251271 for CVE-2025-58148",
"url": "https://bugzilla.suse.com/1251271"
}
],
"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 Module for Basesystem 15 SP6:xen-libs-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:xen-tools-domU-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-devel-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-tools-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-tools-xendomains-wait-disk-4.18.5_06-150600.3.31.2.noarch",
"openSUSE Leap 15.6:xen-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-devel-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-devel-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-doc-html-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-doc-html-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-libs-32bit-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-libs-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-libs-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-tools-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-tools-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-tools-domU-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-tools-domU-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-tools-xendomains-wait-disk-4.18.5_06-150600.3.31.2.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP6:xen-libs-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP6:xen-tools-domU-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-devel-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-tools-4.18.5_06-150600.3.31.2.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP6:xen-tools-xendomains-wait-disk-4.18.5_06-150600.3.31.2.noarch",
"openSUSE Leap 15.6:xen-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-devel-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-devel-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-doc-html-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-doc-html-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-libs-32bit-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-libs-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-libs-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-tools-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-tools-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-tools-domU-4.18.5_06-150600.3.31.2.aarch64",
"openSUSE Leap 15.6:xen-tools-domU-4.18.5_06-150600.3.31.2.x86_64",
"openSUSE Leap 15.6:xen-tools-xendomains-wait-disk-4.18.5_06-150600.3.31.2.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-27T07:58:15Z",
"details": "moderate"
}
],
"title": "CVE-2025-58148"
}
]
}
suse-su-2025:3793-1
Vulnerability from csaf_suse
Notes
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for xen",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for xen fixes the following issues:\n\n- CVE-2025-58147, CVE-2025-58148: fixed input sanitisation in Viridian hypercalls (XSA-475, bsc#1251271)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-3793,SUSE-SLE-Module-Basesystem-15-SP7-2025-3793,SUSE-SLE-Module-Server-Applications-15-SP7-2025-3793",
"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_3793-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:3793-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20253793-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:3793-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2025-October/042295.html"
},
{
"category": "self",
"summary": "SUSE Bug 1251271",
"url": "https://bugzilla.suse.com/1251271"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58147 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58147/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-58148 page",
"url": "https://www.suse.com/security/cve/CVE-2025-58148/"
}
],
"title": "Security update for xen",
"tracking": {
"current_release_date": "2025-10-24T15:35:30Z",
"generator": {
"date": "2025-10-24T15:35:30Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:3793-1",
"initial_release_date": "2025-10-24T15:35:30Z",
"revision_history": [
{
"date": "2025-10-24T15:35:30Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "xen-4.20.1_06-150700.3.14.1.aarch64",
"product": {
"name": "xen-4.20.1_06-150700.3.14.1.aarch64",
"product_id": "xen-4.20.1_06-150700.3.14.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-devel-4.20.1_06-150700.3.14.1.aarch64",
"product": {
"name": "xen-devel-4.20.1_06-150700.3.14.1.aarch64",
"product_id": "xen-devel-4.20.1_06-150700.3.14.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-doc-html-4.20.1_06-150700.3.14.1.aarch64",
"product": {
"name": "xen-doc-html-4.20.1_06-150700.3.14.1.aarch64",
"product_id": "xen-doc-html-4.20.1_06-150700.3.14.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-libs-4.20.1_06-150700.3.14.1.aarch64",
"product": {
"name": "xen-libs-4.20.1_06-150700.3.14.1.aarch64",
"product_id": "xen-libs-4.20.1_06-150700.3.14.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-tools-4.20.1_06-150700.3.14.1.aarch64",
"product": {
"name": "xen-tools-4.20.1_06-150700.3.14.1.aarch64",
"product_id": "xen-tools-4.20.1_06-150700.3.14.1.aarch64"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.20.1_06-150700.3.14.1.aarch64",
"product": {
"name": "xen-tools-domU-4.20.1_06-150700.3.14.1.aarch64",
"product_id": "xen-tools-domU-4.20.1_06-150700.3.14.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-libs-64bit-4.20.1_06-150700.3.14.1.aarch64_ilp32",
"product": {
"name": "xen-libs-64bit-4.20.1_06-150700.3.14.1.aarch64_ilp32",
"product_id": "xen-libs-64bit-4.20.1_06-150700.3.14.1.aarch64_ilp32"
}
}
],
"category": "architecture",
"name": "aarch64_ilp32"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-devel-4.20.1_06-150700.3.14.1.i586",
"product": {
"name": "xen-devel-4.20.1_06-150700.3.14.1.i586",
"product_id": "xen-devel-4.20.1_06-150700.3.14.1.i586"
}
},
{
"category": "product_version",
"name": "xen-libs-4.20.1_06-150700.3.14.1.i586",
"product": {
"name": "xen-libs-4.20.1_06-150700.3.14.1.i586",
"product_id": "xen-libs-4.20.1_06-150700.3.14.1.i586"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.20.1_06-150700.3.14.1.i586",
"product": {
"name": "xen-tools-domU-4.20.1_06-150700.3.14.1.i586",
"product_id": "xen-tools-domU-4.20.1_06-150700.3.14.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-tools-xendomains-wait-disk-4.20.1_06-150700.3.14.1.noarch",
"product": {
"name": "xen-tools-xendomains-wait-disk-4.20.1_06-150700.3.14.1.noarch",
"product_id": "xen-tools-xendomains-wait-disk-4.20.1_06-150700.3.14.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "xen-4.20.1_06-150700.3.14.1.x86_64",
"product": {
"name": "xen-4.20.1_06-150700.3.14.1.x86_64",
"product_id": "xen-4.20.1_06-150700.3.14.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-devel-4.20.1_06-150700.3.14.1.x86_64",
"product": {
"name": "xen-devel-4.20.1_06-150700.3.14.1.x86_64",
"product_id": "xen-devel-4.20.1_06-150700.3.14.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-doc-html-4.20.1_06-150700.3.14.1.x86_64",
"product": {
"name": "xen-doc-html-4.20.1_06-150700.3.14.1.x86_64",
"product_id": "xen-doc-html-4.20.1_06-150700.3.14.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-libs-4.20.1_06-150700.3.14.1.x86_64",
"product": {
"name": "xen-libs-4.20.1_06-150700.3.14.1.x86_64",
"product_id": "xen-libs-4.20.1_06-150700.3.14.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-libs-32bit-4.20.1_06-150700.3.14.1.x86_64",
"product": {
"name": "xen-libs-32bit-4.20.1_06-150700.3.14.1.x86_64",
"product_id": "xen-libs-32bit-4.20.1_06-150700.3.14.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-tools-4.20.1_06-150700.3.14.1.x86_64",
"product": {
"name": "xen-tools-4.20.1_06-150700.3.14.1.x86_64",
"product_id": "xen-tools-4.20.1_06-150700.3.14.1.x86_64"
}
},
{
"category": "product_version",
"name": "xen-tools-domU-4.20.1_06-150700.3.14.1.x86_64",
"product": {
"name": "xen-tools-domU-4.20.1_06-150700.3.14.1.x86_64",
"product_id": "xen-tools-domU-4.20.1_06-150700.3.14.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp7"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-server-applications:15:sp7"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-libs-4.20.1_06-150700.3.14.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:xen-libs-4.20.1_06-150700.3.14.1.x86_64"
},
"product_reference": "xen-libs-4.20.1_06-150700.3.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-domU-4.20.1_06-150700.3.14.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP7:xen-tools-domU-4.20.1_06-150700.3.14.1.x86_64"
},
"product_reference": "xen-tools-domU-4.20.1_06-150700.3.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-4.20.1_06-150700.3.14.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:xen-4.20.1_06-150700.3.14.1.x86_64"
},
"product_reference": "xen-4.20.1_06-150700.3.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-devel-4.20.1_06-150700.3.14.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:xen-devel-4.20.1_06-150700.3.14.1.x86_64"
},
"product_reference": "xen-devel-4.20.1_06-150700.3.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-4.20.1_06-150700.3.14.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:xen-tools-4.20.1_06-150700.3.14.1.x86_64"
},
"product_reference": "xen-tools-4.20.1_06-150700.3.14.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "xen-tools-xendomains-wait-disk-4.20.1_06-150700.3.14.1.noarch as component of SUSE Linux Enterprise Module for Server Applications 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP7:xen-tools-xendomains-wait-disk-4.20.1_06-150700.3.14.1.noarch"
},
"product_reference": "xen-tools-xendomains-wait-disk-4.20.1_06-150700.3.14.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP7"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-58147",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58147"
}
],
"notes": [
{
"category": "general",
"text": "[This CNA information record relates to multiple CVEs; the\ntext explains which aspects/vulnerabilities correspond to which CVE.]\n\nSome Viridian hypercalls can specify a mask of vCPU IDs as an input, in\none of three formats. Xen has boundary checking bugs with all three\nformats, which can cause out-of-bounds reads and writes while processing\nthe inputs.\n\n * CVE-2025-58147. Hypercalls using the HV_VP_SET Sparse format can\n cause vpmask_set() to write out of bounds when converting the bitmap\n to Xen\u0027s format.\n\n * CVE-2025-58148. Hypercalls using any input format can cause\n send_ipi() to read d-\u003evcpu[] out-of-bounds, and operate on a wild\n vCPU pointer.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:xen-libs-4.20.1_06-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:xen-tools-domU-4.20.1_06-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:xen-4.20.1_06-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:xen-devel-4.20.1_06-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:xen-tools-4.20.1_06-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:xen-tools-xendomains-wait-disk-4.20.1_06-150700.3.14.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58147",
"url": "https://www.suse.com/security/cve/CVE-2025-58147"
},
{
"category": "external",
"summary": "SUSE Bug 1251271 for CVE-2025-58147",
"url": "https://bugzilla.suse.com/1251271"
}
],
"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 Module for Basesystem 15 SP7:xen-libs-4.20.1_06-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:xen-tools-domU-4.20.1_06-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:xen-4.20.1_06-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:xen-devel-4.20.1_06-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:xen-tools-4.20.1_06-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:xen-tools-xendomains-wait-disk-4.20.1_06-150700.3.14.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:xen-libs-4.20.1_06-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:xen-tools-domU-4.20.1_06-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:xen-4.20.1_06-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:xen-devel-4.20.1_06-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:xen-tools-4.20.1_06-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:xen-tools-xendomains-wait-disk-4.20.1_06-150700.3.14.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-24T15:35:30Z",
"details": "moderate"
}
],
"title": "CVE-2025-58147"
},
{
"cve": "CVE-2025-58148",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-58148"
}
],
"notes": [
{
"category": "general",
"text": "[This CNA information record relates to multiple CVEs; the\ntext explains which aspects/vulnerabilities correspond to which CVE.]\n\nSome Viridian hypercalls can specify a mask of vCPU IDs as an input, in\none of three formats. Xen has boundary checking bugs with all three\nformats, which can cause out-of-bounds reads and writes while processing\nthe inputs.\n\n * CVE-2025-58147. Hypercalls using the HV_VP_SET Sparse format can\n cause vpmask_set() to write out of bounds when converting the bitmap\n to Xen\u0027s format.\n\n * CVE-2025-58148. Hypercalls using any input format can cause\n send_ipi() to read d-\u003evcpu[] out-of-bounds, and operate on a wild\n vCPU pointer.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:xen-libs-4.20.1_06-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:xen-tools-domU-4.20.1_06-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:xen-4.20.1_06-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:xen-devel-4.20.1_06-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:xen-tools-4.20.1_06-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:xen-tools-xendomains-wait-disk-4.20.1_06-150700.3.14.1.noarch"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-58148",
"url": "https://www.suse.com/security/cve/CVE-2025-58148"
},
{
"category": "external",
"summary": "SUSE Bug 1251271 for CVE-2025-58148",
"url": "https://bugzilla.suse.com/1251271"
}
],
"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 Module for Basesystem 15 SP7:xen-libs-4.20.1_06-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:xen-tools-domU-4.20.1_06-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:xen-4.20.1_06-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:xen-devel-4.20.1_06-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:xen-tools-4.20.1_06-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:xen-tools-xendomains-wait-disk-4.20.1_06-150700.3.14.1.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Module for Basesystem 15 SP7:xen-libs-4.20.1_06-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP7:xen-tools-domU-4.20.1_06-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:xen-4.20.1_06-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:xen-devel-4.20.1_06-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:xen-tools-4.20.1_06-150700.3.14.1.x86_64",
"SUSE Linux Enterprise Module for Server Applications 15 SP7:xen-tools-xendomains-wait-disk-4.20.1_06-150700.3.14.1.noarch"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-10-24T15:35:30Z",
"details": "moderate"
}
],
"title": "CVE-2025-58148"
}
]
}
CERTFR-2025-AVI-0902
Vulnerability from certfr_avis
De multiples vulnérabilités ont été découvertes dans Xen. Certaines d'entre elles permettent à un attaquant de provoquer une élévation de privilèges, une atteinte à la confidentialité des données et un déni de service.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Title | Publication Time | Tags | |||
|---|---|---|---|---|---|
|
|||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Xen versions 4.20.x sans les correctifs xsa475-1.patch et xsa475-2.patch",
"product": {
"name": "Xen",
"vendor": {
"name": "XEN",
"scada": false
}
}
},
{
"description": "Xen versions 4.17.x, 4.18.x et 4.19.x sans les correctifs xsa475-4.19-1.patch et xsa475-4.19-2.patch",
"product": {
"name": "Xen",
"vendor": {
"name": "XEN",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2025-58147",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58147"
},
{
"name": "CVE-2025-58148",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58148"
}
],
"initial_release_date": "2025-10-22T00:00:00",
"last_revision_date": "2025-10-22T00:00:00",
"links": [],
"reference": "CERTFR-2025-AVI-0902",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2025-10-22T00:00:00.000000"
}
],
"risks": [
{
"description": "D\u00e9ni de service"
},
{
"description": "Atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es"
},
{
"description": "\u00c9l\u00e9vation de privil\u00e8ges"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans Xen. Certaines d\u0027entre elles permettent \u00e0 un attaquant de provoquer une \u00e9l\u00e9vation de privil\u00e8ges, une atteinte \u00e0 la confidentialit\u00e9 des donn\u00e9es et un d\u00e9ni de service.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans Xen",
"vendor_advisories": [
{
"published_at": "2025-10-21",
"title": "Bulletin de s\u00e9curit\u00e9 Xen xsa/advisory-475",
"url": "https://xenbits.xen.org/xsa/advisory-475.html"
}
]
}
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.