Vulnerability from csaf_suse
Published
2023-05-04 07:09
Modified
2023-05-04 07:09
Summary
Security update for netty, netty-tcnative
Notes
Title of the patch
Security update for netty, netty-tcnative
Description of the patch
This update for netty, netty-tcnative fixes the following issues:
netty:
- Security fixes included in this version update from 4.1.75 to 4.1.90:
* CVE-2022-24823: Local Information Disclosure Vulnerability in Netty on Unix-Like systems due temporary files for
Java 6 and lower in io.netty:netty-codec-http (bsc#1199338)
* CVE-2022-41881: HAProxyMessageDecoder Stack Exhaustion DoS (bsc#1206360)
* CVE-2022-41915: HTTP Response splitting from assigning header value iterator (bsc#1206379)
- Other non-security bug fixes included in this version update from 4.1.75 to 4.1.90:
* Build with Java 11 on ix86 architecture in order to avoid build failures
* Fix `HttpHeaders.names` for non-String headers
* Fix `FlowControlHandler` behaviour to pass read events when auto-reading is turned off
* Fix brotli compression
* Fix a bug in FlowControlHandler that broke auto-read
* Fix a potential memory leak bug has been in the pooled allocator
* Fix a scalability issue caused by instanceof and check-cast checks that lead to false-sharing on the
`Klass::secondary_super_cache` field in the JVM
* Fix a bug in our `PEMParser` when PEM files have multiple objects, and `BouncyCastle` is on the classpath
* Fix several `NullPointerException` bugs
* Fix a regression `SslContext` private key loading
* Fix a bug in `SslContext` private key reading fall-back path
* Fix a buffer leak regression in `HttpClientCodec`
* Fix a bug where some `HttpMessage` implementations, that also implement `HttpContent`, were not handled correctly
* Fix epoll bug when receiving zero-sized datagrams
* Fix a bug in `SslHandler` so `handlerRemoved` works properly even if `handlerAdded` throws an exception
* Fix an issue that allowed the multicast methods on `EpollDatagramChannel` to be called outside of an event-loop
thread
* Fix a bug where an OPT record was added to DNS queries that already had such a record
* Fix a bug that caused an error when files uploaded with HTTP POST contained a backslash in their name
* Fix an issue in the `BlockHound` integration that could occasionally cause NetUtil to be reported as performing
blocking operation. A similar `BlockHound` issue was fixed for the `JdkSslContext`
* Fix a bug that prevented preface or settings frames from being flushed, when an HTTP2 connection was established
with prior-knowledge
* Fix a bug where Netty fails to load a shaded native library
* Fix and relax overly strict HTTP/2 header validation check that was rejecting requests from Chrome and Firefox
* Fix OpenSSL and BoringSSL implementations to respect the `jdk.tls.client.protocols` and `jdk.tls.server.protocols`
system properties, making them react to these in the same way the JDK SSL provider does
* Fix inconsitencies in how `epoll`, `kqueue`, and `NIO` handle RDHUP
* For a more detailed list of changes please consult the official release notes:
+ Changes from 4.1.90: https://netty.io/news/2023/03/14/4-1-90-Final.html
+ Changes from 4.1.89: https://netty.io/news/2023/02/13/4-1-89-Final.html
+ Changes from 4.1.88: https://netty.io/news/2023/02/12/4-1-88-Final.html
+ Changes from 4.1.87: https://netty.io/news/2023/01/12/4-1-87-Final.html
+ Changes from 4.1.86: https://netty.io/news/2022/12/12/4-1-86-Final.html
+ Changes from 4.1.85: https://netty.io/news/2022/11/09/4-1-85-Final.html
+ Changes from 4.1.84: https://netty.io/news/2022/10/11/4-1-84-Final.html
+ Changes from 4.1.82: https://netty.io/news/2022/09/13/4-1-82-Final.html
+ Changes from 4.1.81: https://netty.io/news/2022/09/08/4-1-81-Final.html
+ Changes from 4.1.80: https://netty.io/news/2022/08/26/4-1-80-Final.html
+ Changes from 4.1.79: https://netty.io/news/2022/07/11/4-1-79-Final.html
+ Changes from 4.1.78: https://netty.io/news/2022/06/14/4-1-78-Final.html
+ Changes from 4.1.77: https://netty.io/news/2022/05/06/2-1-77-Final.html
+ Changes from 4.1.76: https://netty.io/news/2022/04/12/4-1-76-Final.html
netty-tcnative:
- New artifact named `netty-tcnative-classes`, provided by this update is required by netty 4.1.90 which contains
important security updates
- No formal changelog present. This artifact is closely bound to the netty releases
Patchnames
SUSE-2023-2096,SUSE-SLE-Module-Development-Tools-15-SP4-2023-2096,SUSE-SLE-Product-HPC-15-SP2-LTSS-2023-2096,SUSE-SLE-Product-HPC-15-SP3-ESPOS-2023-2096,SUSE-SLE-Product-HPC-15-SP3-LTSS-2023-2096,SUSE-SLE-Product-RT-15-SP3-2023-2096,SUSE-SLE-Product-SLES-15-SP2-LTSS-2023-2096,SUSE-SLE-Product-SLES-15-SP3-LTSS-2023-2096,SUSE-SLE-Product-SLES_SAP-15-SP2-2023-2096,SUSE-SLE-Product-SLES_SAP-15-SP3-2023-2096,SUSE-Storage-7-2023-2096,SUSE-Storage-7.1-2023-2096,openSUSE-SLE-15.4-2023-2096
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 netty, netty-tcnative", title: "Title of the patch", }, { category: "description", text: "This update for netty, netty-tcnative fixes the following issues:\n\nnetty:\n\n- Security fixes included in this version update from 4.1.75 to 4.1.90:\n * CVE-2022-24823: Local Information Disclosure Vulnerability in Netty on Unix-Like systems due temporary files for\n Java 6 and lower in io.netty:netty-codec-http (bsc#1199338)\n * CVE-2022-41881: HAProxyMessageDecoder Stack Exhaustion DoS (bsc#1206360)\n * CVE-2022-41915: HTTP Response splitting from assigning header value iterator (bsc#1206379)\n \n- Other non-security bug fixes included in this version update from 4.1.75 to 4.1.90:\n * Build with Java 11 on ix86 architecture in order to avoid build failures \n * Fix `HttpHeaders.names` for non-String headers\n * Fix `FlowControlHandler` behaviour to pass read events when auto-reading is turned off\n * Fix brotli compression\n * Fix a bug in FlowControlHandler that broke auto-read\n * Fix a potential memory leak bug has been in the pooled allocator\n * Fix a scalability issue caused by instanceof and check-cast checks that lead to false-sharing on the \n `Klass::secondary_super_cache` field in the JVM\n * Fix a bug in our `PEMParser` when PEM files have multiple objects, and `BouncyCastle` is on the classpath\n * Fix several `NullPointerException` bugs\n * Fix a regression `SslContext` private key loading\n * Fix a bug in `SslContext` private key reading fall-back path\n * Fix a buffer leak regression in `HttpClientCodec`\n * Fix a bug where some `HttpMessage` implementations, that also implement `HttpContent`, were not handled correctly\n * Fix epoll bug when receiving zero-sized datagrams\n * Fix a bug in `SslHandler` so `handlerRemoved` works properly even if `handlerAdded` throws an exception\n * Fix an issue that allowed the multicast methods on `EpollDatagramChannel` to be called outside of an event-loop \n thread\n * Fix a bug where an OPT record was added to DNS queries that already had such a record\n * Fix a bug that caused an error when files uploaded with HTTP POST contained a backslash in their name\n * Fix an issue in the `BlockHound` integration that could occasionally cause NetUtil to be reported as performing\n blocking operation. A similar `BlockHound` issue was fixed for the `JdkSslContext`\n * Fix a bug that prevented preface or settings frames from being flushed, when an HTTP2 connection was established\n with prior-knowledge\n * Fix a bug where Netty fails to load a shaded native library\n * Fix and relax overly strict HTTP/2 header validation check that was rejecting requests from Chrome and Firefox\n * Fix OpenSSL and BoringSSL implementations to respect the `jdk.tls.client.protocols` and `jdk.tls.server.protocols`\n system properties, making them react to these in the same way the JDK SSL provider does\n * Fix inconsitencies in how `epoll`, `kqueue`, and `NIO` handle RDHUP\n * For a more detailed list of changes please consult the official release notes:\n + Changes from 4.1.90: https://netty.io/news/2023/03/14/4-1-90-Final.html\n + Changes from 4.1.89: https://netty.io/news/2023/02/13/4-1-89-Final.html\n + Changes from 4.1.88: https://netty.io/news/2023/02/12/4-1-88-Final.html\n + Changes from 4.1.87: https://netty.io/news/2023/01/12/4-1-87-Final.html\n + Changes from 4.1.86: https://netty.io/news/2022/12/12/4-1-86-Final.html\n + Changes from 4.1.85: https://netty.io/news/2022/11/09/4-1-85-Final.html\n + Changes from 4.1.84: https://netty.io/news/2022/10/11/4-1-84-Final.html\n + Changes from 4.1.82: https://netty.io/news/2022/09/13/4-1-82-Final.html\n + Changes from 4.1.81: https://netty.io/news/2022/09/08/4-1-81-Final.html\n + Changes from 4.1.80: https://netty.io/news/2022/08/26/4-1-80-Final.html\n + Changes from 4.1.79: https://netty.io/news/2022/07/11/4-1-79-Final.html\n + Changes from 4.1.78: https://netty.io/news/2022/06/14/4-1-78-Final.html\n + Changes from 4.1.77: https://netty.io/news/2022/05/06/2-1-77-Final.html\n + Changes from 4.1.76: https://netty.io/news/2022/04/12/4-1-76-Final.html\n\nnetty-tcnative:\n \n- New artifact named `netty-tcnative-classes`, provided by this update is required by netty 4.1.90 which contains \n important security updates\n- No formal changelog present. This artifact is closely bound to the netty releases\n", title: "Description of the patch", }, { category: "details", text: "SUSE-2023-2096,SUSE-SLE-Module-Development-Tools-15-SP4-2023-2096,SUSE-SLE-Product-HPC-15-SP2-LTSS-2023-2096,SUSE-SLE-Product-HPC-15-SP3-ESPOS-2023-2096,SUSE-SLE-Product-HPC-15-SP3-LTSS-2023-2096,SUSE-SLE-Product-RT-15-SP3-2023-2096,SUSE-SLE-Product-SLES-15-SP2-LTSS-2023-2096,SUSE-SLE-Product-SLES-15-SP3-LTSS-2023-2096,SUSE-SLE-Product-SLES_SAP-15-SP2-2023-2096,SUSE-SLE-Product-SLES_SAP-15-SP3-2023-2096,SUSE-Storage-7-2023-2096,SUSE-Storage-7.1-2023-2096,openSUSE-SLE-15.4-2023-2096", 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_2096-1.json", }, { category: "self", summary: "URL for SUSE-SU-2023:2096-1", url: "https://www.suse.com/support/update/announcement/2023/suse-su-20232096-1/", }, { category: "self", summary: "E-Mail link for SUSE-SU-2023:2096-1", url: "https://lists.suse.com/pipermail/sle-security-updates/2023-May/014770.html", }, { category: "self", summary: "SUSE Bug 1199338", url: "https://bugzilla.suse.com/1199338", }, { category: "self", summary: "SUSE Bug 1206360", url: "https://bugzilla.suse.com/1206360", }, { category: "self", summary: "SUSE Bug 1206379", url: "https://bugzilla.suse.com/1206379", }, { category: "self", summary: "SUSE CVE CVE-2022-24823 page", url: "https://www.suse.com/security/cve/CVE-2022-24823/", }, { category: "self", summary: "SUSE CVE CVE-2022-41881 page", url: "https://www.suse.com/security/cve/CVE-2022-41881/", }, { category: "self", summary: "SUSE CVE CVE-2022-41915 page", url: "https://www.suse.com/security/cve/CVE-2022-41915/", }, ], title: "Security update for netty, netty-tcnative", tracking: { current_release_date: "2023-05-04T07:09:25Z", generator: { date: "2023-05-04T07:09:25Z", engine: { name: "cve-database.git:bin/generate-csaf.pl", version: "1", }, }, id: "SUSE-SU-2023:2096-1", initial_release_date: "2023-05-04T07:09:25Z", revision_history: [ { date: "2023-05-04T07:09:25Z", number: "1", summary: "Current version", }, ], status: "final", version: "1", }, }, product_tree: { branches: [ { branches: [ { branches: [ { category: "product_version", name: "netty-4.1.90-150200.4.14.1.aarch64", product: { name: "netty-4.1.90-150200.4.14.1.aarch64", product_id: "netty-4.1.90-150200.4.14.1.aarch64", }, }, { category: "product_version", name: "netty-tcnative-2.0.59-150200.3.10.1.aarch64", product: { name: "netty-tcnative-2.0.59-150200.3.10.1.aarch64", product_id: "netty-tcnative-2.0.59-150200.3.10.1.aarch64", }, }, ], category: "architecture", name: "aarch64", }, { branches: [ { category: "product_version", name: "netty-4.1.90-150200.4.14.1.i586", product: { name: "netty-4.1.90-150200.4.14.1.i586", product_id: "netty-4.1.90-150200.4.14.1.i586", }, }, { category: "product_version", name: "netty-tcnative-2.0.59-150200.3.10.1.i586", product: { name: "netty-tcnative-2.0.59-150200.3.10.1.i586", product_id: "netty-tcnative-2.0.59-150200.3.10.1.i586", }, }, ], category: "architecture", name: "i586", }, { branches: [ { category: "product_version", name: "netty-javadoc-4.1.90-150200.4.14.1.noarch", product: { name: "netty-javadoc-4.1.90-150200.4.14.1.noarch", product_id: "netty-javadoc-4.1.90-150200.4.14.1.noarch", }, }, { category: "product_version", name: "netty-poms-4.1.90-150200.4.14.1.noarch", product: { name: "netty-poms-4.1.90-150200.4.14.1.noarch", product_id: "netty-poms-4.1.90-150200.4.14.1.noarch", }, }, { category: "product_version", name: "netty-tcnative-javadoc-2.0.59-150200.3.10.1.noarch", product: { name: "netty-tcnative-javadoc-2.0.59-150200.3.10.1.noarch", product_id: "netty-tcnative-javadoc-2.0.59-150200.3.10.1.noarch", }, }, ], category: "architecture", name: "noarch", }, { branches: [ { category: "product_version", name: "netty-4.1.90-150200.4.14.1.ppc64le", product: { name: "netty-4.1.90-150200.4.14.1.ppc64le", product_id: "netty-4.1.90-150200.4.14.1.ppc64le", }, }, { category: "product_version", name: "netty-tcnative-2.0.59-150200.3.10.1.ppc64le", product: { name: "netty-tcnative-2.0.59-150200.3.10.1.ppc64le", product_id: "netty-tcnative-2.0.59-150200.3.10.1.ppc64le", }, }, ], category: "architecture", name: "ppc64le", }, { branches: [ { category: "product_version", name: "netty-4.1.90-150200.4.14.1.s390x", product: { name: "netty-4.1.90-150200.4.14.1.s390x", product_id: "netty-4.1.90-150200.4.14.1.s390x", }, }, { category: "product_version", name: "netty-tcnative-2.0.59-150200.3.10.1.s390x", product: { name: "netty-tcnative-2.0.59-150200.3.10.1.s390x", product_id: "netty-tcnative-2.0.59-150200.3.10.1.s390x", }, }, ], category: "architecture", name: "s390x", }, { branches: [ { category: "product_version", name: "netty-4.1.90-150200.4.14.1.x86_64", product: { name: "netty-4.1.90-150200.4.14.1.x86_64", product_id: "netty-4.1.90-150200.4.14.1.x86_64", }, }, { category: "product_version", name: "netty-tcnative-2.0.59-150200.3.10.1.x86_64", product: { name: "netty-tcnative-2.0.59-150200.3.10.1.x86_64", product_id: "netty-tcnative-2.0.59-150200.3.10.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 SP2-LTSS", product: { name: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sle_hpc-ltss:15:sp2", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise High Performance Computing 15 SP3-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 SP2-LTSS", product: { name: "SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sles-ltss:15:sp2", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server 15 SP3-LTSS", product: { name: "SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS", product_identification_helper: { cpe: "cpe:/o:suse:sles-ltss:15:sp3", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server for SAP Applications 15 SP2", product: { name: "SUSE Linux Enterprise Server for SAP Applications 15 SP2", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP2", product_identification_helper: { cpe: "cpe:/o:suse:sles_sap:15:sp2", }, }, }, { category: "product_name", name: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", product: { name: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", product_identification_helper: { cpe: "cpe:/o:suse:sles_sap:15:sp3", }, }, }, { category: "product_name", name: "SUSE Enterprise Storage 7", product: { name: "SUSE Enterprise Storage 7", product_id: "SUSE Enterprise Storage 7", product_identification_helper: { cpe: "cpe:/o:suse:ses:7", }, }, }, { 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: "netty-tcnative-2.0.59-150200.3.10.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:netty-tcnative-2.0.59-150200.3.10.1.aarch64", }, product_reference: "netty-tcnative-2.0.59-150200.3.10.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP4", }, { category: "default_component_of", full_product_name: { name: "netty-tcnative-2.0.59-150200.3.10.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:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", }, product_reference: "netty-tcnative-2.0.59-150200.3.10.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP4", }, { category: "default_component_of", full_product_name: { name: "netty-tcnative-2.0.59-150200.3.10.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:netty-tcnative-2.0.59-150200.3.10.1.s390x", }, product_reference: "netty-tcnative-2.0.59-150200.3.10.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP4", }, { category: "default_component_of", full_product_name: { name: "netty-tcnative-2.0.59-150200.3.10.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:netty-tcnative-2.0.59-150200.3.10.1.x86_64", }, product_reference: "netty-tcnative-2.0.59-150200.3.10.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Module for Development Tools 15 SP4", }, { category: "default_component_of", full_product_name: { name: "netty-tcnative-2.0.59-150200.3.10.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.aarch64", }, product_reference: "netty-tcnative-2.0.59-150200.3.10.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "netty-tcnative-2.0.59-150200.3.10.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", product_id: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.x86_64", }, product_reference: "netty-tcnative-2.0.59-150200.3.10.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "netty-tcnative-2.0.59-150200.3.10.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:netty-tcnative-2.0.59-150200.3.10.1.aarch64", }, product_reference: "netty-tcnative-2.0.59-150200.3.10.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", }, { category: "default_component_of", full_product_name: { name: "netty-tcnative-2.0.59-150200.3.10.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:netty-tcnative-2.0.59-150200.3.10.1.x86_64", }, product_reference: "netty-tcnative-2.0.59-150200.3.10.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS", }, { category: "default_component_of", full_product_name: { name: "netty-tcnative-2.0.59-150200.3.10.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:netty-tcnative-2.0.59-150200.3.10.1.aarch64", }, product_reference: "netty-tcnative-2.0.59-150200.3.10.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "netty-tcnative-2.0.59-150200.3.10.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:netty-tcnative-2.0.59-150200.3.10.1.x86_64", }, product_reference: "netty-tcnative-2.0.59-150200.3.10.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "netty-tcnative-2.0.59-150200.3.10.1.x86_64 as component of SUSE Linux Enterprise Real Time 15 SP3", product_id: "SUSE Linux Enterprise Real Time 15 SP3:netty-tcnative-2.0.59-150200.3.10.1.x86_64", }, product_reference: "netty-tcnative-2.0.59-150200.3.10.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Real Time 15 SP3", }, { category: "default_component_of", full_product_name: { name: "netty-tcnative-2.0.59-150200.3.10.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.aarch64", }, product_reference: "netty-tcnative-2.0.59-150200.3.10.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "netty-tcnative-2.0.59-150200.3.10.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", }, product_reference: "netty-tcnative-2.0.59-150200.3.10.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "netty-tcnative-2.0.59-150200.3.10.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.s390x", }, product_reference: "netty-tcnative-2.0.59-150200.3.10.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "netty-tcnative-2.0.59-150200.3.10.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.x86_64", }, product_reference: "netty-tcnative-2.0.59-150200.3.10.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP2-LTSS", }, { category: "default_component_of", full_product_name: { name: "netty-tcnative-2.0.59-150200.3.10.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:netty-tcnative-2.0.59-150200.3.10.1.aarch64", }, product_reference: "netty-tcnative-2.0.59-150200.3.10.1.aarch64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "netty-tcnative-2.0.59-150200.3.10.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", }, product_reference: "netty-tcnative-2.0.59-150200.3.10.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "netty-tcnative-2.0.59-150200.3.10.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:netty-tcnative-2.0.59-150200.3.10.1.s390x", }, product_reference: "netty-tcnative-2.0.59-150200.3.10.1.s390x", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "netty-tcnative-2.0.59-150200.3.10.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS", product_id: "SUSE Linux Enterprise Server 15 SP3-LTSS:netty-tcnative-2.0.59-150200.3.10.1.x86_64", }, product_reference: "netty-tcnative-2.0.59-150200.3.10.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server 15 SP3-LTSS", }, { category: "default_component_of", full_product_name: { name: "netty-tcnative-2.0.59-150200.3.10.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP2:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", }, product_reference: "netty-tcnative-2.0.59-150200.3.10.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "netty-tcnative-2.0.59-150200.3.10.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2", product_id: "SUSE Linux Enterprise Server for SAP Applications 15 SP2:netty-tcnative-2.0.59-150200.3.10.1.x86_64", }, product_reference: "netty-tcnative-2.0.59-150200.3.10.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP2", }, { category: "default_component_of", full_product_name: { name: "netty-tcnative-2.0.59-150200.3.10.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:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", }, product_reference: "netty-tcnative-2.0.59-150200.3.10.1.ppc64le", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "netty-tcnative-2.0.59-150200.3.10.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:netty-tcnative-2.0.59-150200.3.10.1.x86_64", }, product_reference: "netty-tcnative-2.0.59-150200.3.10.1.x86_64", relates_to_product_reference: "SUSE Linux Enterprise Server for SAP Applications 15 SP3", }, { category: "default_component_of", full_product_name: { name: "netty-tcnative-2.0.59-150200.3.10.1.aarch64 as component of SUSE Enterprise Storage 7", product_id: "SUSE Enterprise Storage 7:netty-tcnative-2.0.59-150200.3.10.1.aarch64", }, product_reference: "netty-tcnative-2.0.59-150200.3.10.1.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 7", }, { category: "default_component_of", full_product_name: { name: "netty-tcnative-2.0.59-150200.3.10.1.x86_64 as component of SUSE Enterprise Storage 7", product_id: "SUSE Enterprise Storage 7:netty-tcnative-2.0.59-150200.3.10.1.x86_64", }, product_reference: "netty-tcnative-2.0.59-150200.3.10.1.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 7", }, { category: "default_component_of", full_product_name: { name: "netty-tcnative-2.0.59-150200.3.10.1.aarch64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:netty-tcnative-2.0.59-150200.3.10.1.aarch64", }, product_reference: "netty-tcnative-2.0.59-150200.3.10.1.aarch64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "netty-tcnative-2.0.59-150200.3.10.1.x86_64 as component of SUSE Enterprise Storage 7.1", product_id: "SUSE Enterprise Storage 7.1:netty-tcnative-2.0.59-150200.3.10.1.x86_64", }, product_reference: "netty-tcnative-2.0.59-150200.3.10.1.x86_64", relates_to_product_reference: "SUSE Enterprise Storage 7.1", }, { category: "default_component_of", full_product_name: { name: "netty-4.1.90-150200.4.14.1.aarch64 as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:netty-4.1.90-150200.4.14.1.aarch64", }, product_reference: "netty-4.1.90-150200.4.14.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "netty-4.1.90-150200.4.14.1.ppc64le as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:netty-4.1.90-150200.4.14.1.ppc64le", }, product_reference: "netty-4.1.90-150200.4.14.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "netty-4.1.90-150200.4.14.1.s390x as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:netty-4.1.90-150200.4.14.1.s390x", }, product_reference: "netty-4.1.90-150200.4.14.1.s390x", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "netty-4.1.90-150200.4.14.1.x86_64 as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:netty-4.1.90-150200.4.14.1.x86_64", }, product_reference: "netty-4.1.90-150200.4.14.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "netty-javadoc-4.1.90-150200.4.14.1.noarch as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:netty-javadoc-4.1.90-150200.4.14.1.noarch", }, product_reference: "netty-javadoc-4.1.90-150200.4.14.1.noarch", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "netty-poms-4.1.90-150200.4.14.1.noarch as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:netty-poms-4.1.90-150200.4.14.1.noarch", }, product_reference: "netty-poms-4.1.90-150200.4.14.1.noarch", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "netty-tcnative-2.0.59-150200.3.10.1.aarch64 as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:netty-tcnative-2.0.59-150200.3.10.1.aarch64", }, product_reference: "netty-tcnative-2.0.59-150200.3.10.1.aarch64", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "netty-tcnative-2.0.59-150200.3.10.1.ppc64le as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", }, product_reference: "netty-tcnative-2.0.59-150200.3.10.1.ppc64le", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "netty-tcnative-2.0.59-150200.3.10.1.s390x as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:netty-tcnative-2.0.59-150200.3.10.1.s390x", }, product_reference: "netty-tcnative-2.0.59-150200.3.10.1.s390x", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "netty-tcnative-2.0.59-150200.3.10.1.x86_64 as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:netty-tcnative-2.0.59-150200.3.10.1.x86_64", }, product_reference: "netty-tcnative-2.0.59-150200.3.10.1.x86_64", relates_to_product_reference: "openSUSE Leap 15.4", }, { category: "default_component_of", full_product_name: { name: "netty-tcnative-javadoc-2.0.59-150200.3.10.1.noarch as component of openSUSE Leap 15.4", product_id: "openSUSE Leap 15.4:netty-tcnative-javadoc-2.0.59-150200.3.10.1.noarch", }, product_reference: "netty-tcnative-javadoc-2.0.59-150200.3.10.1.noarch", relates_to_product_reference: "openSUSE Leap 15.4", }, ], }, vulnerabilities: [ { cve: "CVE-2022-24823", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2022-24823", }, ], notes: [ { category: "general", text: "Netty is an open-source, asynchronous event-driven network application framework. The package `io.netty:netty-codec-http` prior to version 4.1.77.Final contains an insufficient fix for CVE-2021-21290. When Netty's multipart decoders are used local information disclosure can occur via the local system temporary directory if temporary storing uploads on the disk is enabled. This only impacts applications running on Java version 6 and lower. Additionally, this vulnerability impacts code running on Unix-like systems, and very old versions of Mac OSX and Windows as they all share the system temporary directory between all users. Version 4.1.77.Final contains a patch for this vulnerability. As a workaround, specify one's own `java.io.tmpdir` when starting the JVM or use DefaultHttpDataFactory.setBaseDir(...) to set the directory to something that is only readable by the current user.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Enterprise Storage 7.1:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Enterprise Storage 7.1:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Enterprise Storage 7:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Enterprise Storage 7:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:netty-tcnative-2.0.59-150200.3.10.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:netty-tcnative-2.0.59-150200.3.10.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "openSUSE Leap 15.4:netty-4.1.90-150200.4.14.1.aarch64", "openSUSE Leap 15.4:netty-4.1.90-150200.4.14.1.ppc64le", "openSUSE Leap 15.4:netty-4.1.90-150200.4.14.1.s390x", "openSUSE Leap 15.4:netty-4.1.90-150200.4.14.1.x86_64", "openSUSE Leap 15.4:netty-javadoc-4.1.90-150200.4.14.1.noarch", "openSUSE Leap 15.4:netty-poms-4.1.90-150200.4.14.1.noarch", "openSUSE Leap 15.4:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "openSUSE Leap 15.4:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", "openSUSE Leap 15.4:netty-tcnative-2.0.59-150200.3.10.1.s390x", "openSUSE Leap 15.4:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "openSUSE Leap 15.4:netty-tcnative-javadoc-2.0.59-150200.3.10.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2022-24823", url: "https://www.suse.com/security/cve/CVE-2022-24823", }, { category: "external", summary: "SUSE Bug 1199338 for CVE-2022-24823", url: "https://bugzilla.suse.com/1199338", }, ], 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:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Enterprise Storage 7.1:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Enterprise Storage 7:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Enterprise Storage 7:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:netty-tcnative-2.0.59-150200.3.10.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:netty-tcnative-2.0.59-150200.3.10.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "openSUSE Leap 15.4:netty-4.1.90-150200.4.14.1.aarch64", "openSUSE Leap 15.4:netty-4.1.90-150200.4.14.1.ppc64le", "openSUSE Leap 15.4:netty-4.1.90-150200.4.14.1.s390x", "openSUSE Leap 15.4:netty-4.1.90-150200.4.14.1.x86_64", "openSUSE Leap 15.4:netty-javadoc-4.1.90-150200.4.14.1.noarch", "openSUSE Leap 15.4:netty-poms-4.1.90-150200.4.14.1.noarch", "openSUSE Leap 15.4:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "openSUSE Leap 15.4:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", "openSUSE Leap 15.4:netty-tcnative-2.0.59-150200.3.10.1.s390x", "openSUSE Leap 15.4:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "openSUSE Leap 15.4:netty-tcnative-javadoc-2.0.59-150200.3.10.1.noarch", ], }, ], scores: [ { cvss_v3: { baseScore: 6.2, baseSeverity: "MEDIUM", vectorString: "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", version: "3.1", }, products: [ "SUSE Enterprise Storage 7.1:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Enterprise Storage 7.1:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Enterprise Storage 7:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Enterprise Storage 7:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:netty-tcnative-2.0.59-150200.3.10.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:netty-tcnative-2.0.59-150200.3.10.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "openSUSE Leap 15.4:netty-4.1.90-150200.4.14.1.aarch64", "openSUSE Leap 15.4:netty-4.1.90-150200.4.14.1.ppc64le", "openSUSE Leap 15.4:netty-4.1.90-150200.4.14.1.s390x", "openSUSE Leap 15.4:netty-4.1.90-150200.4.14.1.x86_64", "openSUSE Leap 15.4:netty-javadoc-4.1.90-150200.4.14.1.noarch", "openSUSE Leap 15.4:netty-poms-4.1.90-150200.4.14.1.noarch", "openSUSE Leap 15.4:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "openSUSE Leap 15.4:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", "openSUSE Leap 15.4:netty-tcnative-2.0.59-150200.3.10.1.s390x", "openSUSE Leap 15.4:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "openSUSE Leap 15.4:netty-tcnative-javadoc-2.0.59-150200.3.10.1.noarch", ], }, ], threats: [ { category: "impact", date: "2023-05-04T07:09:25Z", details: "moderate", }, ], title: "CVE-2022-24823", }, { cve: "CVE-2022-41881", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2022-41881", }, ], notes: [ { category: "general", text: "Netty project is an event-driven asynchronous network application framework. In versions prior to 4.1.86.Final, a StackOverflowError can be raised when parsing a malformed crafted message due to an infinite recursion. This issue is patched in version 4.1.86.Final. There is no workaround, except using a custom HaProxyMessageDecoder.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Enterprise Storage 7.1:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Enterprise Storage 7.1:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Enterprise Storage 7:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Enterprise Storage 7:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:netty-tcnative-2.0.59-150200.3.10.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:netty-tcnative-2.0.59-150200.3.10.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "openSUSE Leap 15.4:netty-4.1.90-150200.4.14.1.aarch64", "openSUSE Leap 15.4:netty-4.1.90-150200.4.14.1.ppc64le", "openSUSE Leap 15.4:netty-4.1.90-150200.4.14.1.s390x", "openSUSE Leap 15.4:netty-4.1.90-150200.4.14.1.x86_64", "openSUSE Leap 15.4:netty-javadoc-4.1.90-150200.4.14.1.noarch", "openSUSE Leap 15.4:netty-poms-4.1.90-150200.4.14.1.noarch", "openSUSE Leap 15.4:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "openSUSE Leap 15.4:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", "openSUSE Leap 15.4:netty-tcnative-2.0.59-150200.3.10.1.s390x", "openSUSE Leap 15.4:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "openSUSE Leap 15.4:netty-tcnative-javadoc-2.0.59-150200.3.10.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2022-41881", url: "https://www.suse.com/security/cve/CVE-2022-41881", }, { category: "external", summary: "SUSE Bug 1206360 for CVE-2022-41881", url: "https://bugzilla.suse.com/1206360", }, ], 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:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Enterprise Storage 7.1:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Enterprise Storage 7:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Enterprise Storage 7:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:netty-tcnative-2.0.59-150200.3.10.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:netty-tcnative-2.0.59-150200.3.10.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "openSUSE Leap 15.4:netty-4.1.90-150200.4.14.1.aarch64", "openSUSE Leap 15.4:netty-4.1.90-150200.4.14.1.ppc64le", "openSUSE Leap 15.4:netty-4.1.90-150200.4.14.1.s390x", "openSUSE Leap 15.4:netty-4.1.90-150200.4.14.1.x86_64", "openSUSE Leap 15.4:netty-javadoc-4.1.90-150200.4.14.1.noarch", "openSUSE Leap 15.4:netty-poms-4.1.90-150200.4.14.1.noarch", "openSUSE Leap 15.4:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "openSUSE Leap 15.4:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", "openSUSE Leap 15.4:netty-tcnative-2.0.59-150200.3.10.1.s390x", "openSUSE Leap 15.4:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "openSUSE Leap 15.4:netty-tcnative-javadoc-2.0.59-150200.3.10.1.noarch", ], }, ], 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:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Enterprise Storage 7.1:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Enterprise Storage 7:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Enterprise Storage 7:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:netty-tcnative-2.0.59-150200.3.10.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:netty-tcnative-2.0.59-150200.3.10.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "openSUSE Leap 15.4:netty-4.1.90-150200.4.14.1.aarch64", "openSUSE Leap 15.4:netty-4.1.90-150200.4.14.1.ppc64le", "openSUSE Leap 15.4:netty-4.1.90-150200.4.14.1.s390x", "openSUSE Leap 15.4:netty-4.1.90-150200.4.14.1.x86_64", "openSUSE Leap 15.4:netty-javadoc-4.1.90-150200.4.14.1.noarch", "openSUSE Leap 15.4:netty-poms-4.1.90-150200.4.14.1.noarch", "openSUSE Leap 15.4:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "openSUSE Leap 15.4:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", "openSUSE Leap 15.4:netty-tcnative-2.0.59-150200.3.10.1.s390x", "openSUSE Leap 15.4:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "openSUSE Leap 15.4:netty-tcnative-javadoc-2.0.59-150200.3.10.1.noarch", ], }, ], threats: [ { category: "impact", date: "2023-05-04T07:09:25Z", details: "important", }, ], title: "CVE-2022-41881", }, { cve: "CVE-2022-41915", ids: [ { system_name: "SUSE CVE Page", text: "https://www.suse.com/security/cve/CVE-2022-41915", }, ], notes: [ { category: "general", text: "Netty project is an event-driven asynchronous network application framework. Starting in version 4.1.83.Final and prior to 4.1.86.Final, when calling `DefaultHttpHeadesr.set` with an _iterator_ of values, header value validation was not performed, allowing malicious header values in the iterator to perform HTTP Response Splitting. This issue has been patched in version 4.1.86.Final. Integrators can work around the issue by changing the `DefaultHttpHeaders.set(CharSequence, Iterator<?>)` call, into a `remove()` call, and call `add()` in a loop over the iterator of values.", title: "CVE description", }, ], product_status: { recommended: [ "SUSE Enterprise Storage 7.1:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Enterprise Storage 7.1:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Enterprise Storage 7:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Enterprise Storage 7:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:netty-tcnative-2.0.59-150200.3.10.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:netty-tcnative-2.0.59-150200.3.10.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "openSUSE Leap 15.4:netty-4.1.90-150200.4.14.1.aarch64", "openSUSE Leap 15.4:netty-4.1.90-150200.4.14.1.ppc64le", "openSUSE Leap 15.4:netty-4.1.90-150200.4.14.1.s390x", "openSUSE Leap 15.4:netty-4.1.90-150200.4.14.1.x86_64", "openSUSE Leap 15.4:netty-javadoc-4.1.90-150200.4.14.1.noarch", "openSUSE Leap 15.4:netty-poms-4.1.90-150200.4.14.1.noarch", "openSUSE Leap 15.4:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "openSUSE Leap 15.4:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", "openSUSE Leap 15.4:netty-tcnative-2.0.59-150200.3.10.1.s390x", "openSUSE Leap 15.4:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "openSUSE Leap 15.4:netty-tcnative-javadoc-2.0.59-150200.3.10.1.noarch", ], }, references: [ { category: "external", summary: "CVE-2022-41915", url: "https://www.suse.com/security/cve/CVE-2022-41915", }, { category: "external", summary: "SUSE Bug 1206379 for CVE-2022-41915", url: "https://bugzilla.suse.com/1206379", }, ], 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:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Enterprise Storage 7.1:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Enterprise Storage 7:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Enterprise Storage 7:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:netty-tcnative-2.0.59-150200.3.10.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:netty-tcnative-2.0.59-150200.3.10.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "openSUSE Leap 15.4:netty-4.1.90-150200.4.14.1.aarch64", "openSUSE Leap 15.4:netty-4.1.90-150200.4.14.1.ppc64le", "openSUSE Leap 15.4:netty-4.1.90-150200.4.14.1.s390x", "openSUSE Leap 15.4:netty-4.1.90-150200.4.14.1.x86_64", "openSUSE Leap 15.4:netty-javadoc-4.1.90-150200.4.14.1.noarch", "openSUSE Leap 15.4:netty-poms-4.1.90-150200.4.14.1.noarch", "openSUSE Leap 15.4:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "openSUSE Leap 15.4:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", "openSUSE Leap 15.4:netty-tcnative-2.0.59-150200.3.10.1.s390x", "openSUSE Leap 15.4:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "openSUSE Leap 15.4:netty-tcnative-javadoc-2.0.59-150200.3.10.1.noarch", ], }, ], 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:H/A:N", version: "3.1", }, products: [ "SUSE Enterprise Storage 7.1:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Enterprise Storage 7.1:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Enterprise Storage 7:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Enterprise Storage 7:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-ESPOS:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Linux Enterprise Module for Development Tools 15 SP4:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", "SUSE Linux Enterprise Module for Development Tools 15 SP4:netty-tcnative-2.0.59-150200.3.10.1.s390x", "SUSE Linux Enterprise Module for Development Tools 15 SP4:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise Real Time 15 SP3:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise Server 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Linux Enterprise Server 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", "SUSE Linux Enterprise Server 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.s390x", "SUSE Linux Enterprise Server 15 SP2-LTSS:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise Server 15 SP3-LTSS:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "SUSE Linux Enterprise Server 15 SP3-LTSS:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", "SUSE Linux Enterprise Server 15 SP3-LTSS:netty-tcnative-2.0.59-150200.3.10.1.s390x", "SUSE Linux Enterprise Server 15 SP3-LTSS:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP2:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15 SP3:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "openSUSE Leap 15.4:netty-4.1.90-150200.4.14.1.aarch64", "openSUSE Leap 15.4:netty-4.1.90-150200.4.14.1.ppc64le", "openSUSE Leap 15.4:netty-4.1.90-150200.4.14.1.s390x", "openSUSE Leap 15.4:netty-4.1.90-150200.4.14.1.x86_64", "openSUSE Leap 15.4:netty-javadoc-4.1.90-150200.4.14.1.noarch", "openSUSE Leap 15.4:netty-poms-4.1.90-150200.4.14.1.noarch", "openSUSE Leap 15.4:netty-tcnative-2.0.59-150200.3.10.1.aarch64", "openSUSE Leap 15.4:netty-tcnative-2.0.59-150200.3.10.1.ppc64le", "openSUSE Leap 15.4:netty-tcnative-2.0.59-150200.3.10.1.s390x", "openSUSE Leap 15.4:netty-tcnative-2.0.59-150200.3.10.1.x86_64", "openSUSE Leap 15.4:netty-tcnative-javadoc-2.0.59-150200.3.10.1.noarch", ], }, ], threats: [ { category: "impact", date: "2023-05-04T07:09:25Z", details: "important", }, ], title: "CVE-2022-41915", }, ], }
Log in or create an account to share your comment.
Security Advisory comment format.
This schema specifies the format of a comment related to a security advisory.
Title of the comment
Description of the comment
Loading…
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.