suse-su-2024:0884-1
Vulnerability from csaf_suse
Published
2024-03-14 12:26
Modified
2024-03-14 12:26
Summary
Security update for spectre-meltdown-checker
Notes
Title of the patch
Security update for spectre-meltdown-checker
Description of the patch
This update for spectre-meltdown-checker fixes the following issues:
- updated to 0.46
This release mainly focuses on the detection of the new Zenbleed
(CVE-2023-20593) vulnerability, among few other changes that were in
line waiting for a release:
- feat: detect the vulnerability and mitigation of Zenbleed (CVE-2023-20593)
- feat: add the linux-firmware repository as another source for CPU microcode versions
- feat: arm: add Neoverse-N2, Neoverse-V1 and Neoverse-V2
- fix: docker: adding missing utils (#433)
- feat: add support for Guix System kernel
- fix: rewrite SQL to be sqlite3 >= 3.41 compatible (#443)
- fix: a /devnull file was mistakenly created on the filesystem
- fix: fwdb: ignore MCEdb versions where an official Intel version exists (fixes #430)
- updated to 0.45
- arm64: phytium: Add CPU Implementer Phytium
- arm64: variant 4: detect ssbd mitigation from kernel img, system.map or kconfig
- chore: ensure vars are set before being dereferenced (set -u compat)
- chore: fix indentation
- chore: fwdb: update to v220+i20220208
- chore: only attempt to load msr and cpuid module once
- chore: read_cpuid: use named constants
- chore: readme: framapic is gone, host the screenshots on GitHub
- chore: replace 'Vulnerable to' by 'Affected by' in the hw section
- chore: speculative execution -> transient execution
- chore: update fwdb to v222+i20220208
- chore: update Intel Family 6 models
- chore: wording: model not vulnerable -> model not affected
- doc: add an FAQ entry about CVE support
- doc: add an FAQ.md and update the README.md accordingly
- doc: more FAQ and README
- doc: readme: make the FAQ entry more visible
- feat: add --allow-msr-write, no longer write by default (#385), detect when writing is denied
- feat: add --cpu, apply changes to (read|write)_msr, update fwdb to v221+i20220208
- feat: add subleaf != 0 support for read_cpuid
- feat: arm: add Cortex A77 and Neoverse-N1 (fixes #371)
- feat: bsd: for unimplemented CVEs, at least report when CPU is not affected
- feat: hw check: add IPRED, RRSBA, BHI features check
- feat: implement detection for MCEPSC under BSD
- feat: set default TMPDIR for Android (#415)
- fix: extract_kernel: don't overwrite kernel_err if already set
- fix: has_vmm false positive with pcp
- fix: is_ucode_blacklisted: fix some model names
- fix: mcedb: v191 changed the MCE table format
- fix: refuse to run under MacOS and ESXi
- fix: retpoline: detection on 5.15.28+ (#420)
- fix: variant4: added case where prctl ssbd status is tagged as 'unknown'
Patchnames
SUSE-2024-884,SUSE-SLE-Module-Basesystem-15-SP5-2024-884,SUSE-SLE-Product-HPC-15-SP2-LTSS-2024-884,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-884,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-884,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-884,SUSE-SLE-Product-SLED-15-SP4-LTSS-2024-884,SUSE-SLE-Product-SLES-15-SP2-LTSS-2024-884,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-884,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-884,SUSE-SLE-Product-SLES_SAP-15-SP2-2024-884,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-884,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-884,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2024-884,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2024-884,SUSE-Storage-7.1-2024-884,openSUSE-SLE-15.5-2024-884
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{
"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 spectre-meltdown-checker",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for spectre-meltdown-checker fixes the following issues:\n\n- updated to 0.46\n This release mainly focuses on the detection of the new Zenbleed\n (CVE-2023-20593) vulnerability, among few other changes that were in\n line waiting for a release:\n - feat: detect the vulnerability and mitigation of Zenbleed (CVE-2023-20593)\n - feat: add the linux-firmware repository as another source for CPU microcode versions\n - feat: arm: add Neoverse-N2, Neoverse-V1 and Neoverse-V2\n - fix: docker: adding missing utils (#433)\n - feat: add support for Guix System kernel\n - fix: rewrite SQL to be sqlite3 \u003e= 3.41 compatible (#443)\n - fix: a /devnull file was mistakenly created on the filesystem\n - fix: fwdb: ignore MCEdb versions where an official Intel version exists (fixes #430)\n\n- updated to 0.45\n - arm64: phytium: Add CPU Implementer Phytium\n - arm64: variant 4: detect ssbd mitigation from kernel img, system.map or kconfig\n - chore: ensure vars are set before being dereferenced (set -u compat)\n - chore: fix indentation\n - chore: fwdb: update to v220+i20220208\n - chore: only attempt to load msr and cpuid module once\n - chore: read_cpuid: use named constants\n - chore: readme: framapic is gone, host the screenshots on GitHub\n - chore: replace \u0027Vulnerable to\u0027 by \u0027Affected by\u0027 in the hw section\n - chore: speculative execution -\u003e transient execution\n - chore: update fwdb to v222+i20220208\n - chore: update Intel Family 6 models\n - chore: wording: model not vulnerable -\u003e model not affected\n - doc: add an FAQ entry about CVE support\n - doc: add an FAQ.md and update the README.md accordingly\n - doc: more FAQ and README\n - doc: readme: make the FAQ entry more visible\n - feat: add --allow-msr-write, no longer write by default (#385), detect when writing is denied\n - feat: add --cpu, apply changes to (read|write)_msr, update fwdb to v221+i20220208\n - feat: add subleaf != 0 support for read_cpuid\n - feat: arm: add Cortex A77 and Neoverse-N1 (fixes #371)\n - feat: bsd: for unimplemented CVEs, at least report when CPU is not affected\n - feat: hw check: add IPRED, RRSBA, BHI features check\n - feat: implement detection for MCEPSC under BSD\n - feat: set default TMPDIR for Android (#415)\n - fix: extract_kernel: don\u0027t overwrite kernel_err if already set\n - fix: has_vmm false positive with pcp\n - fix: is_ucode_blacklisted: fix some model names\n - fix: mcedb: v191 changed the MCE table format\n - fix: refuse to run under MacOS and ESXi\n - fix: retpoline: detection on 5.15.28+ (#420)\n - fix: variant4: added case where prctl ssbd status is tagged as \u0027unknown\u0027\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-884,SUSE-SLE-Module-Basesystem-15-SP5-2024-884,SUSE-SLE-Product-HPC-15-SP2-LTSS-2024-884,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-884,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-884,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-884,SUSE-SLE-Product-SLED-15-SP4-LTSS-2024-884,SUSE-SLE-Product-SLES-15-SP2-LTSS-2024-884,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-884,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-884,SUSE-SLE-Product-SLES_SAP-15-SP2-2024-884,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-884,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-884,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2024-884,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2024-884,SUSE-Storage-7.1-2024-884,openSUSE-SLE-15.5-2024-884",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_0884-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:0884-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20240884-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:0884-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-March/018179.html"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2023-20593 page",
"url": "https://www.suse.com/security/cve/CVE-2023-20593/"
}
],
"title": "Security update for spectre-meltdown-checker",
"tracking": {
"current_release_date": "2024-03-14T12:26:57Z",
"generator": {
"date": "2024-03-14T12:26:57Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:0884-1",
"initial_release_date": "2024-03-14T12:26:57Z",
"revision_history": [
{
"date": "2024-03-14T12:26:57Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "spectre-meltdown-checker-0.46-150100.3.9.1.i586",
"product": {
"name": "spectre-meltdown-checker-0.46-150100.3.9.1.i586",
"product_id": "spectre-meltdown-checker-0.46-150100.3.9.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"product": {
"name": "spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"product_id": "spectre-meltdown-checker-0.46-150100.3.9.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-basesystem:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise 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 SP2-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 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 SP2",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Proxy 4.3",
"product": {
"name": "SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-proxy:4.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Manager Server 4.3",
"product": {
"name": "SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-manager-server:4.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.5",
"product": {
"name": "openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "spectre-meltdown-checker-0.46-150100.3.9.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP5",
"product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP5:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64"
},
"product_reference": "spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spectre-meltdown-checker-0.46-150100.3.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64"
},
"product_reference": "spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spectre-meltdown-checker-0.46-150100.3.9.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64"
},
"product_reference": "spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spectre-meltdown-checker-0.46-150100.3.9.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:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64"
},
"product_reference": "spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spectre-meltdown-checker-0.46-150100.3.9.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:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64"
},
"product_reference": "spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spectre-meltdown-checker-0.46-150100.3.9.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64"
},
"product_reference": "spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spectre-meltdown-checker-0.46-150100.3.9.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64"
},
"product_reference": "spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spectre-meltdown-checker-0.46-150100.3.9.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64"
},
"product_reference": "spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spectre-meltdown-checker-0.46-150100.3.9.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64"
},
"product_reference": "spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spectre-meltdown-checker-0.46-150100.3.9.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64"
},
"product_reference": "spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spectre-meltdown-checker-0.46-150100.3.9.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:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64"
},
"product_reference": "spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spectre-meltdown-checker-0.46-150100.3.9.1.x86_64 as component of SUSE Manager Proxy 4.3",
"product_id": "SUSE Manager Proxy 4.3:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64"
},
"product_reference": "spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Manager Proxy 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spectre-meltdown-checker-0.46-150100.3.9.1.x86_64 as component of SUSE Manager Server 4.3",
"product_id": "SUSE Manager Server 4.3:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64"
},
"product_reference": "spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Manager Server 4.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spectre-meltdown-checker-0.46-150100.3.9.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64"
},
"product_reference": "spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "spectre-meltdown-checker-0.46-150100.3.9.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64"
},
"product_reference": "spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-20593",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2023-20593"
}
],
"notes": [
{
"category": "general",
"text": "\nAn issue in \"Zen 2\" CPUs, under specific microarchitectural circumstances, may allow an attacker to potentially access sensitive information.\n\n\n\n\n\n\n",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"SUSE Manager Server 4.3:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"openSUSE Leap 15.5:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2023-20593",
"url": "https://www.suse.com/security/cve/CVE-2023-20593"
},
{
"category": "external",
"summary": "SUSE Bug 1213286 for CVE-2023-20593",
"url": "https://bugzilla.suse.com/1213286"
},
{
"category": "external",
"summary": "SUSE Bug 1213616 for CVE-2023-20593",
"url": "https://bugzilla.suse.com/1213616"
},
{
"category": "external",
"summary": "SUSE Bug 1215674 for CVE-2023-20593",
"url": "https://bugzilla.suse.com/1215674"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"SUSE Manager Server 4.3:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"openSUSE Leap 15.5:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"SUSE Linux Enterprise Module for Basesystem 15 SP5:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"SUSE Manager Proxy 4.3:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"SUSE Manager Server 4.3:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64",
"openSUSE Leap 15.5:spectre-meltdown-checker-0.46-150100.3.9.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-03-14T12:26:57Z",
"details": "moderate"
}
],
"title": "CVE-2023-20593"
}
]
}
Loading…
Loading…
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.
Loading…
Loading…