suse-su-2023:0733-1
Vulnerability from csaf_suse
Published
2023-03-14 17:07
Modified
2023-03-14 17:07
Summary
Security update for go1.19
Notes
Title of the patch
Security update for go1.19
Description of the patch
This update for go1.19 fixes the following issues:
- CVE-2022-41722: Fixed path traversal in filepath.Clean on Windows (bsc#1208269).
- CVE-2022-41723: Fixed quadratic complexity in HPACK decoding (bsc#1208270).
- CVE-2022-41724: Fixed panic with arge handshake records in crypto/tls (bsc#1208271).
- CVE-2022-41725: Fixed denial of service from excessive resource consumption in net/http and mime/multipart (bsc#1208272).
- CVE-2023-24532: Fixed incorrect P-256 ScalarMult and ScalarBaseMult results (bsc#1209030).
Update to go1.19.7
* go#58441 runtime: some linkname signatures do not match
* go#58502 cmd/link: relocation truncated to fit: R_ARM_CALL against `runtime.duffcopy'
* go#58535 runtime: long latency of sweep assists
* go#58716 net: TestTCPSelfConnect failures due to unexpected connections
* go#58773 syscall: Environ uses an invalid unsafe.Pointer conversion on Windows
* go#58810 crypto/x509: TestSystemVerify consistently failing
Update to go1.19.6:
* go#56154 net/http: bad handling of HEAD requests with a body
* go#57635 crypto/x509: TestBoringAllowCert failures
* go#57812 runtime: performance regression due to bad instruction used in morestack_noctxt for ppc64 in CL 425396
* go#58118 time: update zoneinfo_abbrs on Windows
* go#58223 cmd/link: .go.buildinfo is gc'ed by --gc-sections
* go#58449 cmd/go/internal/modfetch: TestCodeRepo/gopkg.in_natefinch_lumberjack.v2/latest failing
Update to go1.19.5 (bsc#1200441):
* go#57706 Misc/cgo: backport needed for dlltool fix
* go#57556 crypto/x509: re-allow duplicate attributes in CSRs
* go#57444 cmd/link: need to handle new-style LoongArch relocs
* go#57427 crypto/x509: Verify on macOS does not return typed errors
* go#57345 cmd/compile: the loong64 intrinsic for CompareAndSwapUint32 function needs to sign extend its 'old' argument.
* go#57339 syscall, internal/poll: accept4-to-accept fallback removal broke Go code on Synology DSM 6.2 ARM devices
* go#57214 os: TestLstat failure on Linux Aarch64
* go#57212 reflect: sort.SliceStable sorts incorrectly on arm64 with less function created with reflect.MakeFunc and slice of sufficient length
* go#57124 sync/atomic: allow linked lists of atomic.Pointer
* go#57100 cmd/compile: non-retpoline-compatible errors
* go#57058 cmd/go: remove test dependency on gopkg.in service
* go#57055 cmd/go: TestScript/version_buildvcs_git_gpg (if enabled) fails on linux longtest builders
* go#56983 runtime: failure in TestRaiseException on windows-amd64-2012
* go#56834 cmd/link/internal/ppc64: too-far trampoline is reused
* go#56770 cmd/compile: walkConvInterface produces broken IR
* go#56744 cmd/compile: internal compiler error: missing typecheck
* go#56712 net: reenable TestLookupDotsWithRemoteSource and TestLookupGoogleSRV with a different target
* go#56154 net/http: bad handling of HEAD requests with a body
Patchnames
SUSE-2023-733,SUSE-SLE-Module-Development-Tools-15-SP4-2023-733,SUSE-SLE-Product-HPC-15-SP3-ESPOS-2023-733,SUSE-SLE-Product-HPC-15-SP3-LTSS-2023-733,SUSE-SLE-Product-RT-15-SP3-2023-733,SUSE-SLE-Product-SLES-15-SP3-LTSS-2023-733,SUSE-SLE-Product-SLES_SAP-15-SP3-2023-733,SUSE-Storage-7.1-2023-733,openSUSE-SLE-15.4-2023-733
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": "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 go1.19", "title": "Title of the patch" }, { "category": "description", "text": "This update for go1.19 fixes the following issues:\n\n- CVE-2022-41722: Fixed path traversal in filepath.Clean on Windows (bsc#1208269).\n- CVE-2022-41723: Fixed quadratic complexity in HPACK decoding (bsc#1208270).\n- CVE-2022-41724: Fixed panic with arge handshake records in crypto/tls (bsc#1208271).\n- CVE-2022-41725: Fixed denial of service from excessive resource consumption in net/http and mime/multipart (bsc#1208272).\n- CVE-2023-24532: Fixed incorrect P-256 ScalarMult and ScalarBaseMult results (bsc#1209030).\n\nUpdate to go1.19.7 \n* go#58441 runtime: some linkname signatures do not match\n* go#58502 cmd/link: relocation truncated to fit: R_ARM_CALL against `runtime.duffcopy\u0027\n* go#58535 runtime: long latency of sweep assists\n* go#58716 net: TestTCPSelfConnect failures due to unexpected connections\n* go#58773 syscall: Environ uses an invalid unsafe.Pointer conversion on Windows\n* go#58810 crypto/x509: TestSystemVerify consistently failing\n\n\nUpdate to go1.19.6:\n* go#56154 net/http: bad handling of HEAD requests with a body\n* go#57635 crypto/x509: TestBoringAllowCert failures\n* go#57812 runtime: performance regression due to bad instruction used in morestack_noctxt for ppc64 in CL 425396\n* go#58118 time: update zoneinfo_abbrs on Windows\n* go#58223 cmd/link: .go.buildinfo is gc\u0027ed by --gc-sections\n* go#58449 cmd/go/internal/modfetch: TestCodeRepo/gopkg.in_natefinch_lumberjack.v2/latest failing\n\nUpdate to go1.19.5 (bsc#1200441):\n* go#57706 Misc/cgo: backport needed for dlltool fix\n* go#57556 crypto/x509: re-allow duplicate attributes in CSRs\n* go#57444 cmd/link: need to handle new-style LoongArch relocs\n* go#57427 crypto/x509: Verify on macOS does not return typed errors\n* go#57345 cmd/compile: the loong64 intrinsic for CompareAndSwapUint32 function needs to sign extend its \u0027old\u0027 argument.\n* go#57339 syscall, internal/poll: accept4-to-accept fallback removal broke Go code on Synology DSM 6.2 ARM devices\n* go#57214 os: TestLstat failure on Linux Aarch64\n* go#57212 reflect: sort.SliceStable sorts incorrectly on arm64 with less function created with reflect.MakeFunc and slice of sufficient length\n* go#57124 sync/atomic: allow linked lists of atomic.Pointer\n* go#57100 cmd/compile: non-retpoline-compatible errors\n* go#57058 cmd/go: remove test dependency on gopkg.in service\n* go#57055 cmd/go: TestScript/version_buildvcs_git_gpg (if enabled) fails on linux longtest builders\n* go#56983 runtime: failure in TestRaiseException on windows-amd64-2012\n* go#56834 cmd/link/internal/ppc64: too-far trampoline is reused\n* go#56770 cmd/compile: walkConvInterface produces broken IR\n* go#56744 cmd/compile: internal compiler error: missing typecheck\n* go#56712 net: reenable TestLookupDotsWithRemoteSource and TestLookupGoogleSRV with a different target\n* go#56154 net/http: bad handling of HEAD requests with a body\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2023-733,SUSE-SLE-Module-Development-Tools-15-SP4-2023-733,SUSE-SLE-Product-HPC-15-SP3-ESPOS-2023-733,SUSE-SLE-Product-HPC-15-SP3-LTSS-2023-733,SUSE-SLE-Product-RT-15-SP3-2023-733,SUSE-SLE-Product-SLES-15-SP3-LTSS-2023-733,SUSE-SLE-Product-SLES_SAP-15-SP3-2023-733,SUSE-Storage-7.1-2023-733,openSUSE-SLE-15.4-2023-733", "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-2023_0733-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2023:0733-1", "url": "https://www.suse.com/support/update/announcement/2023/suse-su-20230733-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2023:0733-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-March/014038.html" }, { "category": "self", "summary": "SUSE Bug 1200441", "url": "https://bugzilla.suse.com/1200441" }, { "category": "self", "summary": "SUSE Bug 1208269", "url": "https://bugzilla.suse.com/1208269" }, { "category": "self", "summary": "SUSE Bug 1208270", "url": "https://bugzilla.suse.com/1208270" }, { "category": "self", "summary": "SUSE Bug 1208271", "url": "https://bugzilla.suse.com/1208271" }, { "category": "self", "summary": "SUSE Bug 1208272", "url": "https://bugzilla.suse.com/1208272" }, { "category": "self", "summary": "SUSE Bug 1209030", "url": "https://bugzilla.suse.com/1209030" }, { "category": "self", "summary": "SUSE CVE CVE-2022-41722 page", "url": "https://www.suse.com/security/cve/CVE-2022-41722/" }, { "category": "self", "summary": "SUSE CVE CVE-2022-41723 page", "url": "https://www.suse.com/security/cve/CVE-2022-41723/" }, { "category": "self", "summary": "SUSE CVE CVE-2022-41724 page", "url": "https://www.suse.com/security/cve/CVE-2022-41724/" }, { "category": "self", "summary": "SUSE CVE CVE-2022-41725 page", "url": "https://www.suse.com/security/cve/CVE-2022-41725/" }, { "category": "self", "summary": "SUSE CVE CVE-2023-24532 page", "url": "https://www.suse.com/security/cve/CVE-2023-24532/" } ], "title": "Security update for go1.19", "tracking": { "current_release_date": "2023-03-14T17:07:14Z", "generator": { "date": "2023-03-14T17:07:14Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2023:0733-1", "initial_release_date": "2023-03-14T17:07:14Z", "revision_history": [ { "date": "2023-03-14T17:07:14Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "go1.19-1.19.7-150000.1.23.1.aarch64", "product": { "name": "go1.19-1.19.7-150000.1.23.1.aarch64", "product_id": "go1.19-1.19.7-150000.1.23.1.aarch64" } }, { "category": "product_version", "name": "go1.19-doc-1.19.7-150000.1.23.1.aarch64", "product": { "name": "go1.19-doc-1.19.7-150000.1.23.1.aarch64", "product_id": "go1.19-doc-1.19.7-150000.1.23.1.aarch64" } }, { "category": "product_version", "name": "go1.19-race-1.19.7-150000.1.23.1.aarch64", "product": { "name": "go1.19-race-1.19.7-150000.1.23.1.aarch64", "product_id": "go1.19-race-1.19.7-150000.1.23.1.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "go1.19-1.19.7-150000.1.23.1.i586", "product": { "name": "go1.19-1.19.7-150000.1.23.1.i586", "product_id": "go1.19-1.19.7-150000.1.23.1.i586" } }, { "category": "product_version", "name": "go1.19-doc-1.19.7-150000.1.23.1.i586", "product": { "name": "go1.19-doc-1.19.7-150000.1.23.1.i586", "product_id": "go1.19-doc-1.19.7-150000.1.23.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "go1.19-1.19.7-150000.1.23.1.ppc64le", "product": { "name": "go1.19-1.19.7-150000.1.23.1.ppc64le", "product_id": "go1.19-1.19.7-150000.1.23.1.ppc64le" } }, { "category": "product_version", "name": "go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "product": { "name": "go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "product_id": "go1.19-doc-1.19.7-150000.1.23.1.ppc64le" } }, { "category": "product_version", "name": "go1.19-race-1.19.7-150000.1.23.1.ppc64le", "product": { "name": "go1.19-race-1.19.7-150000.1.23.1.ppc64le", "product_id": "go1.19-race-1.19.7-150000.1.23.1.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "go1.19-1.19.7-150000.1.23.1.s390x", "product": { "name": "go1.19-1.19.7-150000.1.23.1.s390x", "product_id": "go1.19-1.19.7-150000.1.23.1.s390x" } }, { "category": "product_version", "name": "go1.19-doc-1.19.7-150000.1.23.1.s390x", "product": { "name": "go1.19-doc-1.19.7-150000.1.23.1.s390x", "product_id": "go1.19-doc-1.19.7-150000.1.23.1.s390x" } }, { "category": "product_version", "name": "go1.19-race-1.19.7-150000.1.23.1.s390x", "product": { "name": "go1.19-race-1.19.7-150000.1.23.1.s390x", "product_id": "go1.19-race-1.19.7-150000.1.23.1.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "go1.19-1.19.7-150000.1.23.1.x86_64", "product": { "name": "go1.19-1.19.7-150000.1.23.1.x86_64", "product_id": "go1.19-1.19.7-150000.1.23.1.x86_64" } }, { "category": "product_version", "name": "go1.19-doc-1.19.7-150000.1.23.1.x86_64", "product": { "name": "go1.19-doc-1.19.7-150000.1.23.1.x86_64", "product_id": "go1.19-doc-1.19.7-150000.1.23.1.x86_64" } }, { "category": "product_version", "name": "go1.19-race-1.19.7-150000.1.23.1.x86_64", "product": { "name": "go1.19-race-1.19.7-150000.1.23.1.x86_64", "product_id": "go1.19-race-1.19.7-150000.1.23.1.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Development Tools 15 SP4", "product": { "name": "SUSE Linux Enterprise Module for Development Tools 15 SP4", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-development-tools:15:sp4" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-espos:15:sp3" } } }, { "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 Real Time 15 SP3", "product": { "name": "SUSE Linux Enterprise Real Time 15 SP3", "product_id": "SUSE Linux Enterprise Real Time 15 SP3", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_rt:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15:sp3" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15:sp3" } } }, { "category": "product_name", "name": "SUSE 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.4", "product": { "name": "openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4", "product_identification_helper": { "cpe": "cpe:/o:opensuse:leap:15.4" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "go1.19-1.19.7-150000.1.23.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.aarch64" }, "product_reference": "go1.19-1.19.7-150000.1.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "go1.19-1.19.7-150000.1.23.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.ppc64le" }, "product_reference": "go1.19-1.19.7-150000.1.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "go1.19-1.19.7-150000.1.23.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.s390x" }, "product_reference": "go1.19-1.19.7-150000.1.23.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "go1.19-1.19.7-150000.1.23.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.x86_64" }, "product_reference": "go1.19-1.19.7-150000.1.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "go1.19-doc-1.19.7-150000.1.23.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.aarch64" }, "product_reference": "go1.19-doc-1.19.7-150000.1.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "go1.19-doc-1.19.7-150000.1.23.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.ppc64le" }, "product_reference": "go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "go1.19-doc-1.19.7-150000.1.23.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.s390x" }, "product_reference": "go1.19-doc-1.19.7-150000.1.23.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "go1.19-doc-1.19.7-150000.1.23.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.x86_64" }, "product_reference": "go1.19-doc-1.19.7-150000.1.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "go1.19-race-1.19.7-150000.1.23.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.7-150000.1.23.1.aarch64" }, "product_reference": "go1.19-race-1.19.7-150000.1.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "go1.19-race-1.19.7-150000.1.23.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP4", "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.7-150000.1.23.1.x86_64" }, "product_reference": "go1.19-race-1.19.7-150000.1.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP4" }, { "category": "default_component_of", "full_product_name": { "name": "go1.19-1.19.7-150000.1.23.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.7-150000.1.23.1.aarch64" }, "product_reference": "go1.19-1.19.7-150000.1.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.19-1.19.7-150000.1.23.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.7-150000.1.23.1.x86_64" }, "product_reference": "go1.19-1.19.7-150000.1.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.19-doc-1.19.7-150000.1.23.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.7-150000.1.23.1.aarch64" }, "product_reference": "go1.19-doc-1.19.7-150000.1.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.19-doc-1.19.7-150000.1.23.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.7-150000.1.23.1.x86_64" }, "product_reference": "go1.19-doc-1.19.7-150000.1.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.19-race-1.19.7-150000.1.23.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.7-150000.1.23.1.aarch64" }, "product_reference": "go1.19-race-1.19.7-150000.1.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.19-race-1.19.7-150000.1.23.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.7-150000.1.23.1.x86_64" }, "product_reference": "go1.19-race-1.19.7-150000.1.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.19-1.19.7-150000.1.23.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.aarch64" }, "product_reference": "go1.19-1.19.7-150000.1.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.19-1.19.7-150000.1.23.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:go1.19-1.19.7-150000.1.23.1.x86_64" }, "product_reference": "go1.19-1.19.7-150000.1.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.19-doc-1.19.7-150000.1.23.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.aarch64" }, "product_reference": "go1.19-doc-1.19.7-150000.1.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.19-doc-1.19.7-150000.1.23.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:go1.19-doc-1.19.7-150000.1.23.1.x86_64" }, "product_reference": "go1.19-doc-1.19.7-150000.1.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.19-race-1.19.7-150000.1.23.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.aarch64" }, "product_reference": "go1.19-race-1.19.7-150000.1.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.19-race-1.19.7-150000.1.23.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:go1.19-race-1.19.7-150000.1.23.1.x86_64" }, "product_reference": "go1.19-race-1.19.7-150000.1.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.19-1.19.7-150000.1.23.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3", "product_id": "SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.7-150000.1.23.1.x86_64" }, "product_reference": "go1.19-1.19.7-150000.1.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "go1.19-doc-1.19.7-150000.1.23.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3", "product_id": "SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.7-150000.1.23.1.x86_64" }, "product_reference": "go1.19-doc-1.19.7-150000.1.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "go1.19-race-1.19.7-150000.1.23.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3", "product_id": "SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.7-150000.1.23.1.x86_64" }, "product_reference": "go1.19-race-1.19.7-150000.1.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Real Time 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "go1.19-1.19.7-150000.1.23.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.aarch64" }, "product_reference": "go1.19-1.19.7-150000.1.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.19-1.19.7-150000.1.23.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.ppc64le" }, "product_reference": "go1.19-1.19.7-150000.1.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.19-1.19.7-150000.1.23.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.s390x" }, "product_reference": "go1.19-1.19.7-150000.1.23.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.19-1.19.7-150000.1.23.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.x86_64" }, "product_reference": "go1.19-1.19.7-150000.1.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.19-doc-1.19.7-150000.1.23.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.aarch64" }, "product_reference": "go1.19-doc-1.19.7-150000.1.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.19-doc-1.19.7-150000.1.23.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.ppc64le" }, "product_reference": "go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.19-doc-1.19.7-150000.1.23.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.s390x" }, "product_reference": "go1.19-doc-1.19.7-150000.1.23.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.19-doc-1.19.7-150000.1.23.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.x86_64" }, "product_reference": "go1.19-doc-1.19.7-150000.1.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.19-race-1.19.7-150000.1.23.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.aarch64" }, "product_reference": "go1.19-race-1.19.7-150000.1.23.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.19-race-1.19.7-150000.1.23.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", "product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.x86_64" }, "product_reference": "go1.19-race-1.19.7-150000.1.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "go1.19-1.19.7-150000.1.23.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.7-150000.1.23.1.ppc64le" }, "product_reference": "go1.19-1.19.7-150000.1.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "go1.19-1.19.7-150000.1.23.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:go1.19-1.19.7-150000.1.23.1.x86_64" }, "product_reference": "go1.19-1.19.7-150000.1.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "go1.19-doc-1.19.7-150000.1.23.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.7-150000.1.23.1.ppc64le" }, "product_reference": "go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "go1.19-doc-1.19.7-150000.1.23.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:go1.19-doc-1.19.7-150000.1.23.1.x86_64" }, "product_reference": "go1.19-doc-1.19.7-150000.1.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "go1.19-race-1.19.7-150000.1.23.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:go1.19-race-1.19.7-150000.1.23.1.x86_64" }, "product_reference": "go1.19-race-1.19.7-150000.1.23.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3" }, { "category": "default_component_of", "full_product_name": { "name": "go1.19-1.19.7-150000.1.23.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:go1.19-1.19.7-150000.1.23.1.aarch64" }, "product_reference": "go1.19-1.19.7-150000.1.23.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "go1.19-1.19.7-150000.1.23.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:go1.19-1.19.7-150000.1.23.1.x86_64" }, "product_reference": "go1.19-1.19.7-150000.1.23.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "go1.19-doc-1.19.7-150000.1.23.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:go1.19-doc-1.19.7-150000.1.23.1.aarch64" }, "product_reference": "go1.19-doc-1.19.7-150000.1.23.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "go1.19-doc-1.19.7-150000.1.23.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:go1.19-doc-1.19.7-150000.1.23.1.x86_64" }, "product_reference": "go1.19-doc-1.19.7-150000.1.23.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "go1.19-race-1.19.7-150000.1.23.1.aarch64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:go1.19-race-1.19.7-150000.1.23.1.aarch64" }, "product_reference": "go1.19-race-1.19.7-150000.1.23.1.aarch64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "go1.19-race-1.19.7-150000.1.23.1.x86_64 as component of SUSE Enterprise Storage 7.1", "product_id": "SUSE Enterprise Storage 7.1:go1.19-race-1.19.7-150000.1.23.1.x86_64" }, "product_reference": "go1.19-race-1.19.7-150000.1.23.1.x86_64", "relates_to_product_reference": "SUSE Enterprise Storage 7.1" }, { "category": "default_component_of", "full_product_name": { "name": "go1.19-1.19.7-150000.1.23.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.aarch64" }, "product_reference": "go1.19-1.19.7-150000.1.23.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "go1.19-1.19.7-150000.1.23.1.ppc64le as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.ppc64le" }, "product_reference": "go1.19-1.19.7-150000.1.23.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "go1.19-1.19.7-150000.1.23.1.s390x as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.s390x" }, "product_reference": "go1.19-1.19.7-150000.1.23.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "go1.19-1.19.7-150000.1.23.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.x86_64" }, "product_reference": "go1.19-1.19.7-150000.1.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "go1.19-doc-1.19.7-150000.1.23.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.aarch64" }, "product_reference": "go1.19-doc-1.19.7-150000.1.23.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "go1.19-doc-1.19.7-150000.1.23.1.ppc64le as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.ppc64le" }, "product_reference": "go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "go1.19-doc-1.19.7-150000.1.23.1.s390x as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.s390x" }, "product_reference": "go1.19-doc-1.19.7-150000.1.23.1.s390x", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "go1.19-doc-1.19.7-150000.1.23.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.x86_64" }, "product_reference": "go1.19-doc-1.19.7-150000.1.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "go1.19-race-1.19.7-150000.1.23.1.aarch64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:go1.19-race-1.19.7-150000.1.23.1.aarch64" }, "product_reference": "go1.19-race-1.19.7-150000.1.23.1.aarch64", "relates_to_product_reference": "openSUSE Leap 15.4" }, { "category": "default_component_of", "full_product_name": { "name": "go1.19-race-1.19.7-150000.1.23.1.x86_64 as component of openSUSE Leap 15.4", "product_id": "openSUSE Leap 15.4:go1.19-race-1.19.7-150000.1.23.1.x86_64" }, "product_reference": "go1.19-race-1.19.7-150000.1.23.1.x86_64", "relates_to_product_reference": "openSUSE Leap 15.4" } ] }, "vulnerabilities": [ { "cve": "CVE-2022-41722", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2022-41722" } ], "notes": [ { "category": "general", "text": "A path traversal vulnerability exists in filepath.Clean on Windows. On Windows, the filepath.Clean function could transform an invalid path such as \"a/../c:/b\" into the valid path \"c:\\b\". This transformation of a relative (if invalid) path into an absolute path could enable a directory traversal attack. After fix, the filepath.Clean function transforms this path into the relative (but still invalid) path \".\\c:\\b\".", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Enterprise Storage 7.1:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Enterprise Storage 7.1:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Enterprise Storage 7.1:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Enterprise Storage 7.1:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Enterprise Storage 7.1:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.7-150000.1.23.1.x86_64", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.aarch64", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.ppc64le", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.s390x", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.x86_64", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.s390x", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "openSUSE Leap 15.4:go1.19-race-1.19.7-150000.1.23.1.aarch64", "openSUSE Leap 15.4:go1.19-race-1.19.7-150000.1.23.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2022-41722", "url": "https://www.suse.com/security/cve/CVE-2022-41722" }, { "category": "external", "summary": "SUSE Bug 1208269 for CVE-2022-41722", "url": "https://bugzilla.suse.com/1208269" } ], "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:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Enterprise Storage 7.1:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Enterprise Storage 7.1:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Enterprise Storage 7.1:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Enterprise Storage 7.1:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Enterprise Storage 7.1:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.7-150000.1.23.1.x86_64", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.aarch64", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.ppc64le", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.s390x", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.x86_64", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.s390x", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "openSUSE Leap 15.4:go1.19-race-1.19.7-150000.1.23.1.aarch64", "openSUSE Leap 15.4:go1.19-race-1.19.7-150000.1.23.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Enterprise Storage 7.1:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Enterprise Storage 7.1:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Enterprise Storage 7.1:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Enterprise Storage 7.1:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Enterprise Storage 7.1:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.7-150000.1.23.1.x86_64", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.aarch64", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.ppc64le", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.s390x", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.x86_64", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.s390x", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "openSUSE Leap 15.4:go1.19-race-1.19.7-150000.1.23.1.aarch64", "openSUSE Leap 15.4:go1.19-race-1.19.7-150000.1.23.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-03-14T17:07:14Z", "details": "important" } ], "title": "CVE-2022-41722" }, { "cve": "CVE-2022-41723", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2022-41723" } ], "notes": [ { "category": "general", "text": "A maliciously crafted HTTP/2 stream could cause excessive CPU consumption in the HPACK decoder, sufficient to cause a denial of service from a small number of small requests.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Enterprise Storage 7.1:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Enterprise Storage 7.1:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Enterprise Storage 7.1:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Enterprise Storage 7.1:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Enterprise Storage 7.1:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.7-150000.1.23.1.x86_64", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.aarch64", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.ppc64le", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.s390x", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.x86_64", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.s390x", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "openSUSE Leap 15.4:go1.19-race-1.19.7-150000.1.23.1.aarch64", "openSUSE Leap 15.4:go1.19-race-1.19.7-150000.1.23.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2022-41723", "url": "https://www.suse.com/security/cve/CVE-2022-41723" }, { "category": "external", "summary": "SUSE Bug 1208270 for CVE-2022-41723", "url": "https://bugzilla.suse.com/1208270" }, { "category": "external", "summary": "SUSE Bug 1215588 for CVE-2022-41723", "url": "https://bugzilla.suse.com/1215588" } ], "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:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Enterprise Storage 7.1:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Enterprise Storage 7.1:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Enterprise Storage 7.1:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Enterprise Storage 7.1:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Enterprise Storage 7.1:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.7-150000.1.23.1.x86_64", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.aarch64", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.ppc64le", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.s390x", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.x86_64", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.s390x", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "openSUSE Leap 15.4:go1.19-race-1.19.7-150000.1.23.1.aarch64", "openSUSE Leap 15.4:go1.19-race-1.19.7-150000.1.23.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Enterprise Storage 7.1:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Enterprise Storage 7.1:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Enterprise Storage 7.1:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Enterprise Storage 7.1:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Enterprise Storage 7.1:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.7-150000.1.23.1.x86_64", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.aarch64", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.ppc64le", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.s390x", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.x86_64", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.s390x", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "openSUSE Leap 15.4:go1.19-race-1.19.7-150000.1.23.1.aarch64", "openSUSE Leap 15.4:go1.19-race-1.19.7-150000.1.23.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-03-14T17:07:14Z", "details": "important" } ], "title": "CVE-2022-41723" }, { "cve": "CVE-2022-41724", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2022-41724" } ], "notes": [ { "category": "general", "text": "Large handshake records may cause panics in crypto/tls. Both clients and servers may send large TLS handshake records which cause servers and clients, respectively, to panic when attempting to construct responses. This affects all TLS 1.3 clients, TLS 1.2 clients which explicitly enable session resumption (by setting Config.ClientSessionCache to a non-nil value), and TLS 1.3 servers which request client certificates (by setting Config.ClientAuth \u003e= RequestClientCert).", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Enterprise Storage 7.1:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Enterprise Storage 7.1:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Enterprise Storage 7.1:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Enterprise Storage 7.1:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Enterprise Storage 7.1:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.7-150000.1.23.1.x86_64", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.aarch64", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.ppc64le", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.s390x", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.x86_64", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.s390x", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "openSUSE Leap 15.4:go1.19-race-1.19.7-150000.1.23.1.aarch64", "openSUSE Leap 15.4:go1.19-race-1.19.7-150000.1.23.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2022-41724", "url": "https://www.suse.com/security/cve/CVE-2022-41724" }, { "category": "external", "summary": "SUSE Bug 1208271 for CVE-2022-41724", "url": "https://bugzilla.suse.com/1208271" } ], "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:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Enterprise Storage 7.1:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Enterprise Storage 7.1:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Enterprise Storage 7.1:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Enterprise Storage 7.1:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Enterprise Storage 7.1:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.7-150000.1.23.1.x86_64", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.aarch64", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.ppc64le", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.s390x", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.x86_64", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.s390x", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "openSUSE Leap 15.4:go1.19-race-1.19.7-150000.1.23.1.aarch64", "openSUSE Leap 15.4:go1.19-race-1.19.7-150000.1.23.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.5, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Enterprise Storage 7.1:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Enterprise Storage 7.1:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Enterprise Storage 7.1:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Enterprise Storage 7.1:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Enterprise Storage 7.1:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.7-150000.1.23.1.x86_64", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.aarch64", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.ppc64le", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.s390x", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.x86_64", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.s390x", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "openSUSE Leap 15.4:go1.19-race-1.19.7-150000.1.23.1.aarch64", "openSUSE Leap 15.4:go1.19-race-1.19.7-150000.1.23.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-03-14T17:07:14Z", "details": "important" } ], "title": "CVE-2022-41724" }, { "cve": "CVE-2022-41725", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2022-41725" } ], "notes": [ { "category": "general", "text": "A denial of service is possible from excessive resource consumption in net/http and mime/multipart. Multipart form parsing with mime/multipart.Reader.ReadForm can consume largely unlimited amounts of memory and disk files. This also affects form parsing in the net/http package with the Request methods FormFile, FormValue, ParseMultipartForm, and PostFormValue. ReadForm takes a maxMemory parameter, and is documented as storing \"up to maxMemory bytes +10MB (reserved for non-file parts) in memory\". File parts which cannot be stored in memory are stored on disk in temporary files. The unconfigurable 10MB reserved for non-file parts is excessively large and can potentially open a denial of service vector on its own. However, ReadForm did not properly account for all memory consumed by a parsed form, such as map entry overhead, part names, and MIME headers, permitting a maliciously crafted form to consume well over 10MB. In addition, ReadForm contained no limit on the number of disk files created, permitting a relatively small request body to create a large number of disk temporary files. With fix, ReadForm now properly accounts for various forms of memory overhead, and should now stay within its documented limit of 10MB + maxMemory bytes of memory consumption. Users should still be aware that this limit is high and may still be hazardous. In addition, ReadForm now creates at most one on-disk temporary file, combining multiple form parts into a single temporary file. The mime/multipart.File interface type\u0027s documentation states, \"If stored on disk, the File\u0027s underlying concrete type will be an *os.File.\". This is no longer the case when a form contains more than one file part, due to this coalescing of parts into a single file. The previous behavior of using distinct files for each form part may be reenabled with the environment variable GODEBUG=multipartfiles=distinct. Users should be aware that multipart.ReadForm and the http.Request methods that call it do not limit the amount of disk consumed by temporary files. Callers can limit the size of form data with http.MaxBytesReader.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Enterprise Storage 7.1:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Enterprise Storage 7.1:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Enterprise Storage 7.1:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Enterprise Storage 7.1:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Enterprise Storage 7.1:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.7-150000.1.23.1.x86_64", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.aarch64", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.ppc64le", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.s390x", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.x86_64", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.s390x", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "openSUSE Leap 15.4:go1.19-race-1.19.7-150000.1.23.1.aarch64", "openSUSE Leap 15.4:go1.19-race-1.19.7-150000.1.23.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2022-41725", "url": "https://www.suse.com/security/cve/CVE-2022-41725" }, { "category": "external", "summary": "SUSE Bug 1208272 for CVE-2022-41725", "url": "https://bugzilla.suse.com/1208272" } ], "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:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Enterprise Storage 7.1:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Enterprise Storage 7.1:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Enterprise Storage 7.1:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Enterprise Storage 7.1:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Enterprise Storage 7.1:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.7-150000.1.23.1.x86_64", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.aarch64", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.ppc64le", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.s390x", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.x86_64", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.s390x", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "openSUSE Leap 15.4:go1.19-race-1.19.7-150000.1.23.1.aarch64", "openSUSE Leap 15.4:go1.19-race-1.19.7-150000.1.23.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 6.5, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Enterprise Storage 7.1:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Enterprise Storage 7.1:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Enterprise Storage 7.1:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Enterprise Storage 7.1:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Enterprise Storage 7.1:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.7-150000.1.23.1.x86_64", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.aarch64", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.ppc64le", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.s390x", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.x86_64", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.s390x", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "openSUSE Leap 15.4:go1.19-race-1.19.7-150000.1.23.1.aarch64", "openSUSE Leap 15.4:go1.19-race-1.19.7-150000.1.23.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-03-14T17:07:14Z", "details": "moderate" } ], "title": "CVE-2022-41725" }, { "cve": "CVE-2023-24532", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2023-24532" } ], "notes": [ { "category": "general", "text": "The ScalarMult and ScalarBaseMult methods of the P256 Curve may return an incorrect result if called with some specific unreduced scalars (a scalar larger than the order of the curve). This does not impact usages of crypto/ecdsa or crypto/ecdh.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Enterprise Storage 7.1:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Enterprise Storage 7.1:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Enterprise Storage 7.1:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Enterprise Storage 7.1:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Enterprise Storage 7.1:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Enterprise Storage 7.1:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.7-150000.1.23.1.x86_64", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.aarch64", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.ppc64le", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.s390x", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.x86_64", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.s390x", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "openSUSE Leap 15.4:go1.19-race-1.19.7-150000.1.23.1.aarch64", "openSUSE Leap 15.4:go1.19-race-1.19.7-150000.1.23.1.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2023-24532", "url": "https://www.suse.com/security/cve/CVE-2023-24532" }, { "category": "external", "summary": "SUSE Bug 1209030 for CVE-2023-24532", "url": "https://bugzilla.suse.com/1209030" } ], "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:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Enterprise Storage 7.1:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Enterprise Storage 7.1:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Enterprise Storage 7.1:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Enterprise Storage 7.1:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Enterprise Storage 7.1:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.7-150000.1.23.1.x86_64", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.aarch64", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.ppc64le", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.s390x", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.x86_64", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.s390x", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "openSUSE Leap 15.4:go1.19-race-1.19.7-150000.1.23.1.aarch64", "openSUSE Leap 15.4:go1.19-race-1.19.7-150000.1.23.1.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 7.4, "baseSeverity": "HIGH", "vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "SUSE Enterprise Storage 7.1:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Enterprise Storage 7.1:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Enterprise Storage 7.1:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Enterprise Storage 7.1:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Enterprise Storage 7.1:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Enterprise Storage 7.1:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:go1.19-race-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:go1.19-race-1.19.7-150000.1.23.1.x86_64", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.aarch64", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.ppc64le", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.s390x", "openSUSE Leap 15.4:go1.19-1.19.7-150000.1.23.1.x86_64", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.aarch64", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.ppc64le", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.s390x", "openSUSE Leap 15.4:go1.19-doc-1.19.7-150000.1.23.1.x86_64", "openSUSE Leap 15.4:go1.19-race-1.19.7-150000.1.23.1.aarch64", "openSUSE Leap 15.4:go1.19-race-1.19.7-150000.1.23.1.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2023-03-14T17:07:14Z", "details": "important" } ], "title": "CVE-2023-24532" } ] }
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.
- 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…