Overly broad permissions can turn one compromised account into a much larger security problem. Learn how to reduce unnecessary access, review privileges, and apply least privilege across modern Linux systems. Review Linux Privileges×
The container suse/sle-micro/5.2/toolbox was updated. The following patches have been included in this update:. SUSE Container Update Advisory: suse/sle-micro/5.2/toolbox ----------------------------------------------------------------- Container Advisory ID : SUSE-CU-2023:3843-1 Container Tags : suse/sle-micro/5.2/toolbox:12.1 , suse/sle-micro/5.2/toolbox:12.1-6.2.318 , suse/sle-micro/5.2/toolbox:latest Container Release : 6.2.318 Severity : important Type : security References : 1216922 CVE-2023-5678 ----------------------------------------------------------------- The container suse/sle-micro/5.2/toolbox was updated. The following patches have been included in this update: ----------------------------------------------------------------- Advisory ID: SUSE-SU-2023:4519-1 Released: Tue Nov 21 17:39:58 2023 Summary: Security update for openssl-1_1 Type: security Severity: important References: 1216922,CVE-2023-5678 This update for openssl-1_1 fixes the following issues: - CVE-2023-5678: Fixed generating and checking of excessively long X9.42 DH keys that resulted in a possible Denial of Service (bsc#1216922). The following package changes have been done: - libopenssl1_1-hmac-1.1.1d-150200.11.82.1 updated - libopenssl1_1-1.1.1d-150200.11.82.1 updated - openssl-1_1-1.1.1d-150200.11.82.1 updated - container:sles15-image-15.0.0-17.20.215 updated . SUSE Container Patch Notification: suse/sle-micro/5.2/toolbox incorporates critical security enhancements addressing DoS threats.. SUSE Security Update, Toolbox Container, OpenSSL Update, DoS Fix. . Severity: Important. LinuxSecurity.com Team
* bsc#1214666 * bsc#1216182 * jsc#PED-6376 * jsc#PED-6377 . # Security update for tomcat Announcement ID: SUSE-SU-2023:4129-1 Rating: important References: * bsc#1214666 * bsc#1216182 * jsc#PED-6376 * jsc#PED-6377 Cross-References: * CVE-2023-41080 * CVE-2023-44487 CVSS scores: * CVE-2023-41080 ( SUSE ): 6.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N * CVE-2023-41080 ( NVD ): 6.1 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N * CVE-2023-44487 ( SUSE ): 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H * CVE-2023-44487 ( NVD ): 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H Affected Products: * SUSE Enterprise Storage 7.1 * SUSE Linux Enterprise High Performance Computing 15 SP2 * SUSE Linux Enterprise High Performance Computing 15 SP2 LTSS 15-SP2 * SUSE Linux Enterprise High Performance Computing 15 SP3 * SUSE Linux Enterprise High Performance Computing 15 SP4 * SUSE Linux Enterprise High Performance Computing 15 SP5 * SUSE Linux Enterprise High Performance Computing ESPOS 15 SP3 * SUSE Linux Enterprise High Performance Computing LTSS 15 SP3 * SUSE Linux Enterprise Server 15 SP2 * SUSE Linux Enterprise Server 15 SP2 LTSS 15-SP2 * SUSE Linux Enterprise Server 15 SP3 * SUSE Linux Enterprise Server 15 SP3 LTSS 15-SP3 * SUSE Linux Enterprise Server 15 SP4 * SUSE Linux Enterprise Server 15 SP5 * SUSE Linux Enterprise Server for SAP Applications 15 SP2 * SUSE Linux Enterprise Server for SAP Applications 15 SP3 * SUSE Linux Enterprise Server for SAP Applications 15 SP4 * SUSE Linux Enterprise Server for SAP Applications 15 SP5 * SUSE Manager Proxy 4.3 * SUSE Manager Retail Branch Server 4.3 * SUSE Manager Server 4.2 * SUSE Manager Server 4.3 * Web and Scripting Module 15-SP4 * Web and Scripting Module 15-SP5 An update that solves two vulnerabilities and contains two features can now be installed. ## Description: This update for tomcat fixes the following issues: Tomcat was updated to version 9.0.82 (jsc#PED-6376, jsc#PED-6377): * Security issues fixed: *CVE-2023-41080: Avoid protocol relative redirects in FORM authentication. (bsc#1214666) * CVE-2023-44487: Fix HTTP/2 Rapid Reset Attack. (bsc#1216182) * Update to Tomcat 9.0.82: * Catalina * Add: 65770: Provide a lifecycle listener that will automatically reload TLS configurations a set time before the certificate is due to expire. This is intended to be used with third-party tools that regularly renew TLS certificates. * Fix: Fix handling of an error reading a context descriptor on deployment. * Fix: Fix rewrite rule qsd (query string discard) being ignored if qsa was also use, while it should instead take precedence. * Fix: 67472: Send fewer CORS-related headers when CORS is not actually being engaged. * Add: Improve handling of failures within recycle() methods. * Coyote * Fix: 67670: Fix regression with HTTP compression after code refactoring. * Fix: 67198: Ensure that the AJP connector attribute tomcatAuthorization takes precedence over the tomcatAuthentication attribute when processing an auth_type attribute received from a proxy server. * Fix: 67235: Fix a NullPointerException when an AsyncListener handles an error with a dispatch rather than a complete. * Fix: When an error occurs during asynchronous processing, ensure that the error handling process is only triggered once per asynchronous cycle. * Fix: Fix logic issue trying to match no argument method in IntropectionUtil. * Fix: Improve thread safety around readNotify and writeNotify in the NIO2 endpoint. * Fix: Avoid rare thread safety issue accessing message digest map. * Fix: Improve statistics collection for upgraded connections under load. * Fix: Align validation of HTTP trailer fields with standard fields. * Fix: Improvements to HTTP/2 overhead protection (bsc#1216182, CVE-2023-44487) * jdbc-pool * Fix: 67664: Correct a regression in the clean-up of unnecessary use of fully qualified class names in 9.0.81 that broke the jdbc-pool. * Jasper * Fix: 67080: Improve performance of EL expressions in JSPs that use implicitobjects * Update to Tomcat 9.0.80 (jsc#PED-6376, jsc#PED-6377): * Catalina: * Add RateLimitFilter which can be used to mitigate DoS and Brute Force attacks * Move the management of the utility executor from the init()/destroy() methods of components to the start()/stop() methods. * Add org.apache.catalina.core.StandardVirtualThreadExecutor, a virtual thread based executor that may be used with one or more Connectors to process requests received by those Connectors using virtual threads. This Executor requires a minimum Java version of Java 21. * Add a per session Semaphore to the PersistentValve that ensures that, within a single Tomcat instance, there is no more than one concurrent request per session. Also expand the debug logging to include whether a request bypasses the Valve and the reason if a request fails to obtain the per session Semaphore. * Ensure that the default servlet correctly escapes file names in directory listings when using XML output. * Add a numeric last modified field to the XML directory listings produced by the default servlet to enable sorting in the XSLT. * Attempts to lock a collection with WebDAV may incorrectly fail if a child collection has an expired lock. * Deprecate the xssProtectionEnabled setting from the HttpHeaderSecurityFilter and change the default value to false as support for the associated HTTP header has been removed from all major browsers. * Add org.apache.catalina.core.ContextNamingInfoListener, a listener which creates context naming information environment entries. * Add org.apache.catalina.core.PropertiesRoleMappingListener, a listener which populates the context's role mapping from a properties file. * Fix an edge case where intra-web application symlinks would be followed if the web applications were deliberately crafted to allow it even when allowLinking was set to false. * Add utility config file resource lookup on Context to allow looking up resources from the webapp (prefixed with webapp:) and make the resource lookup API more visible. *Fix potential database connection leaks in DataSourceUserDatabase identified by Coverity Scan. * Make parsing of ExtendedAccessLogValve patterns more robust. * Fix failure trying to persist configuration for an internal credential handler. * When serializing a session during the session presistence process, do not log a warning that null Principals are not serializable. * Catch NamingException in JNDIRealm#getPrincipal. It is used in Java up to 17 to signal closed connections. * Use the same naming format in log messages for Connector instances as the associated ProtocolHandler instance. * The parts count should also lower the actual maxParameterCount used for parsing parameters if parts are parsed first. * If an application or library sets both a non-500 error code and the javax.servlet.error.exception request attribute, use the provided error code during error page processing rather than assuming an error code of 500. * Update code comments and Tomcat output to use MiB for 1024 * 1024 bytes and KiB for 1024 bytes rather than MB and kB. * Coyote: * Update the HTTP/2 implementation to use the prioritization scheme defined in RFC 9218 rather than the one defined in RFC 7540. * Fix not sending WINDOW_UPDATE when dataLength is ZERO on call SwallowedDataFramePayload. * Restore the documented behaviour of MessageBytes.getType() that it returns the type of the original content rather than reflecting the most recent conversion. * Correct certificate logging on start-up so it differentiates between keystore based keys/certificates: PEM file based keys/certificates and logs the relevant information for each. * Refactor blocking reads and writes for the NIO connector to remove code paths that could allow a notification from the Poller to be missed resuting in a timeout rather than the expected read or write. * Refactor waiting for an HTTP/2 stream or connection window update to handle spurious wake-ups during the wait. * Correct a regression introduced in 9.0.78 and use the correct constant whenconstructing the default value for the certificateKeystoreFile attribute of an SSLHostConfigCertificate instance. * Refactor HTTP/2 implementation to reduce pinning when using virtual threads. * Pass through ciphers referring to an OpenSSL profile, such as PROFILE=SYSTEM instead of producing an error trying to parse it. * Ensure that AsyncListener.onError() is called after an error during asynchronous processing with HTTP/2. * When using asynchronous I/O (the default for NIO and NIO2), include DATA frames when calculating the HTTP/2 overhead count to ensure that connections are not prematurely terminated. * Correct a race condition that could cause spurious RST messages to be sent after the response had been written to an HTTP/2 stream. * WebSocket: * Expand the validation of the value of the Sec-Websocket-Key header in the HTTP upgrade request that initiates a WebSocket connection. The value is not decoded but it is checked for the correct length and that only valid characters from the base64 alphabet are used. * Improve handling of error conditions for the WebSocket server, particularly during Tomcat shutdown. * Correct a regression in the fix for 66574 that meant the WebSocket session could return false for onOpen() before the onClose() event had been completed. * Fix a NullPointerException when flushing batched messages with compression enabled using permessage-deflate. * Web applications: * Add RateLimitFilter which can be used to mitigate DoS and Brute Force attacks attribute in the configuration section for the Digest authentication value. * Documentation: Expand the security guidance to cover the embedded use case and add notes on the uses made of the java.io.tmpdir system property. * Documentation: Fix a typo in the name of the algorithms * Documentation: Update documentation to use MiB for 1024 * 1024 bytes and KiB for 1024 bytes rather than MB and kB. * jdbc-pool: * Fix the releaseIdleCounter does not increment when testAllIdle releases them. * Fix the ConnectionState state willbe inconsistent with actual state on the connection when an exception occurs while writing. * Other: * Update to Commons Daemon 1.3.4. * Improvements to French translations. * Update Checkstyle to 10.12.0. * Update the packaged version of the Apache Tomcat Native Library to 1.2.37 to pick up the Windows binaries built with with OpenSSL 1.1.1u. * Include the Windows specific binary distributions in the files uploaded to Maven Central. * Improvements to French translations. * Improvements to Japanese translations. * Update UnboundID to 6.0.9. * Update Checkstyle to 10.12.1. * Update BND to 6.4.1.66665: * Update JSign to 5.0. * Correct properties for JSign dependency. * Align documentation for maxParameterCount to match hard-coded defaults. * Update NSIS to 3.0.9. * Update Checkstyle to 10.12.2. * Improvements to French translations. * Improvements to Japanese translations. * Fix quoting so users can use the _RUNJAVA environment variable as intended on Windows when the path to the Java executable contains spaces. * Update Tomcat Native to 1.2.38 to pick up Windows binaries built with OpenSSL 1.1.1v. * Improvements to Chinese translations. * Improvements to French translations. * Improvements to Japanese translations ## Patch Instructions: To install this SUSE update use the SUSE recommended installation methods like YaST online_update or "zypper patch". Alternatively you can run the command listed for your product: * Web and Scripting Module 15-SP5 zypper in -t patch SUSE-SLE-Module-Web-Scripting-15-SP5-2023-4129=1 * SUSE Linux Enterprise High Performance Computing 15 SP2 LTSS 15-SP2 zypper in -t patch SUSE-SLE-Product-HPC-15-SP2-LTSS-2023-4129=1 * SUSE Linux Enterprise High Performance Computing ESPOS 15 SP3 zypper in -t patch SUSE-SLE-Product-HPC-15-SP3-ESPOS-2023-4129=1 * SUSE Linux Enterprise High Performance Computing LTSS 15 SP3 zypper in -t patch SUSE-SLE-Product-HPC-15-SP3-LTSS-2023-4129=1 * SUSE Linux Enterprise Server 15 SP2 LTSS 15-SP2 zypper in -t patchSUSE-SLE-Product-SLES-15-SP2-LTSS-2023-4129=1 * SUSE Linux Enterprise Server 15 SP3 LTSS 15-SP3 zypper in -t patch SUSE-SLE-Product-SLES-15-SP3-LTSS-2023-4129=1 * SUSE Linux Enterprise Server for SAP Applications 15 SP2 zypper in -t patch SUSE-SLE-Product-SLES_SAP-15-SP2-2023-4129=1 * SUSE Linux Enterprise Server for SAP Applications 15 SP3 zypper in -t patch SUSE-SLE-Product-SLES_SAP-15-SP3-2023-4129=1 * SUSE Manager Server 4.2 zypper in -t patch SUSE-SLE-Product-SUSE-Manager-Server-4.2-2023-4129=1 * SUSE Enterprise Storage 7.1 zypper in -t patch SUSE-Storage-7.1-2023-4129=1 * Web and Scripting Module 15-SP4 zypper in -t patch SUSE-SLE-Module-Web-Scripting-15-SP4-2023-4129=1 ## Package List: * Web and Scripting Module 15-SP5 (noarch) * tomcat-jsp-2_3-api-9.0.82-150200.46.1 * tomcat-9.0.82-150200.46.1 * tomcat-servlet-4_0-api-9.0.82-150200.46.1 * tomcat-webapps-9.0.82-150200.46.1 * tomcat-admin-webapps-9.0.82-150200.46.1 * tomcat-el-3_0-api-9.0.82-150200.46.1 * tomcat-lib-9.0.82-150200.46.1 * SUSE Linux Enterprise High Performance Computing 15 SP2 LTSS 15-SP2 (noarch) * tomcat-jsp-2_3-api-9.0.82-150200.46.1 * tomcat-9.0.82-150200.46.1 * tomcat-servlet-4_0-api-9.0.82-150200.46.1 * tomcat-webapps-9.0.82-150200.46.1 * tomcat-admin-webapps-9.0.82-150200.46.1 * tomcat-el-3_0-api-9.0.82-150200.46.1 * tomcat-lib-9.0.82-150200.46.1 * SUSE Linux Enterprise High Performance Computing ESPOS 15 SP3 (noarch) * tomcat-jsp-2_3-api-9.0.82-150200.46.1 * tomcat-9.0.82-150200.46.1 * tomcat-servlet-4_0-api-9.0.82-150200.46.1 * tomcat-webapps-9.0.82-150200.46.1 * tomcat-admin-webapps-9.0.82-150200.46.1 * tomcat-el-3_0-api-9.0.82-150200.46.1 * tomcat-lib-9.0.82-150200.46.1 * SUSE Linux Enterprise High Performance Computing LTSS 15 SP3 (noarch) * tomcat-jsp-2_3-api-9.0.82-150200.46.1 * tomcat-9.0.82-150200.46.1 * tomcat-servlet-4_0-api-9.0.82-150200.46.1 * tomcat-webapps-9.0.82-150200.46.1 * tomcat-admin-webapps-9.0.82-150200.46.1 * tomcat-el-3_0-api-9.0.82-150200.46.1 *tomcat-lib-9.0.82-150200.46.1 * SUSE Linux Enterprise Server 15 SP2 LTSS 15-SP2 (noarch) * tomcat-jsp-2_3-api-9.0.82-150200.46.1 * tomcat-9.0.82-150200.46.1 * tomcat-servlet-4_0-api-9.0.82-150200.46.1 * tomcat-webapps-9.0.82-150200.46.1 * tomcat-admin-webapps-9.0.82-150200.46.1 * tomcat-el-3_0-api-9.0.82-150200.46.1 * tomcat-lib-9.0.82-150200.46.1 * SUSE Linux Enterprise Server 15 SP3 LTSS 15-SP3 (noarch) * tomcat-jsp-2_3-api-9.0.82-150200.46.1 * tomcat-9.0.82-150200.46.1 * tomcat-servlet-4_0-api-9.0.82-150200.46.1 * tomcat-webapps-9.0.82-150200.46.1 * tomcat-admin-webapps-9.0.82-150200.46.1 * tomcat-el-3_0-api-9.0.82-150200.46.1 * tomcat-lib-9.0.82-150200.46.1 * SUSE Linux Enterprise Server for SAP Applications 15 SP2 (noarch) * tomcat-jsp-2_3-api-9.0.82-150200.46.1 * tomcat-9.0.82-150200.46.1 * tomcat-servlet-4_0-api-9.0.82-150200.46.1 * tomcat-webapps-9.0.82-150200.46.1 * tomcat-admin-webapps-9.0.82-150200.46.1 * tomcat-el-3_0-api-9.0.82-150200.46.1 * tomcat-lib-9.0.82-150200.46.1 * SUSE Linux Enterprise Server for SAP Applications 15 SP3 (noarch) * tomcat-jsp-2_3-api-9.0.82-150200.46.1 * tomcat-9.0.82-150200.46.1 * tomcat-servlet-4_0-api-9.0.82-150200.46.1 * tomcat-webapps-9.0.82-150200.46.1 * tomcat-admin-webapps-9.0.82-150200.46.1 * tomcat-el-3_0-api-9.0.82-150200.46.1 * tomcat-lib-9.0.82-150200.46.1 * SUSE Manager Server 4.2 (noarch) * tomcat-jsp-2_3-api-9.0.82-150200.46.1 * tomcat-9.0.82-150200.46.1 * tomcat-servlet-4_0-api-9.0.82-150200.46.1 * tomcat-webapps-9.0.82-150200.46.1 * tomcat-admin-webapps-9.0.82-150200.46.1 * tomcat-el-3_0-api-9.0.82-150200.46.1 * tomcat-lib-9.0.82-150200.46.1 * SUSE Enterprise Storage 7.1 (noarch) * tomcat-jsp-2_3-api-9.0.82-150200.46.1 * tomcat-9.0.82-150200.46.1 * tomcat-servlet-4_0-api-9.0.82-150200.46.1 * tomcat-webapps-9.0.82-150200.46.1 * tomcat-admin-webapps-9.0.82-150200.46.1 * tomcat-el-3_0-api-9.0.82-150200.46.1 * tomcat-lib-9.0.82-150200.46.1 * Web and Scripting Module 15-SP4 (noarch) *tomcat-jsp-2_3-api-9.0.82-150200.46.1 * tomcat-9.0.82-150200.46.1 * tomcat-servlet-4_0-api-9.0.82-150200.46.1 * tomcat-webapps-9.0.82-150200.46.1 * tomcat-admin-webapps-9.0.82-150200.46.1 * tomcat-el-3_0-api-9.0.82-150200.46.1 * tomcat-lib-9.0.82-150200.46.1 ## References: * https://www.suse.com/security/cve/CVE-2023-41080.html * https://www.suse.com/security/cve/CVE-2023-44487.html * https://bugzilla.suse.com/show_bug.cgi?id=1214666 * https://bugzilla.suse.com/show_bug.cgi?id=1216182 * * . Crucial software enhancement for Tomcat focusing on critical vulnerabilities. Prioritize updates to preserve operational stability and security.. SUSE Update, Tomcat Security, HTTP/2, DoS Mitigation, Important Advisory. . Severity: Important. LinuxSecurity.com Team
This update for ghostscript fixes the following issues: CVE-2023-38559: Fixed out-of-bounds read in devn_pcx_write_rle() that could result in DoS (bsc#1213637).. # Security update for ghostscript Announcement ID: SUSE-SU-2023:3438-1 Rating: low References: * #1213637 Cross-References: * CVE-2023-38559 CVSS scores: * CVE-2023-38559 ( SUSE ): 3.3 CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L * CVE-2023-38559 ( NVD ): 5.5 CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H Affected Products: * Basesystem Module 15-SP4 * Basesystem Module 15-SP5 * openSUSE Leap 15.4 * openSUSE Leap 15.5 * SUSE Linux Enterprise Desktop 15 SP4 * SUSE Linux Enterprise Desktop 15 SP5 * SUSE Linux Enterprise High Performance Computing 15 SP4 * SUSE Linux Enterprise High Performance Computing 15 SP5 * SUSE Linux Enterprise Real Time 15 SP4 * SUSE Linux Enterprise Real Time 15 SP5 * SUSE Linux Enterprise Server 15 SP4 * SUSE Linux Enterprise Server 15 SP5 * SUSE Linux Enterprise Server for SAP Applications 15 SP4 * SUSE Linux Enterprise Server for SAP Applications 15 SP5 * SUSE Manager Proxy 4.2 * SUSE Manager Proxy 4.3 * SUSE Manager Retail Branch Server 4.2 * SUSE Manager Retail Branch Server 4.3 * SUSE Manager Server 4.2 * SUSE Manager Server 4.3 An update that solves one vulnerability can now be installed. ## Description: This update for ghostscript fixes the following issues: * CVE-2023-38559: Fixed out-of-bounds read in devn_pcx_write_rle() that could result in DoS (bsc#1213637). ## Patch Instructions: To install this SUSE Low update use the SUSE recommended installation methods like YaST online_update or "zypper patch". Alternatively you can run the command listed for your product: * openSUSE Leap 15.4 zypper in -t patch openSUSE-SLE-15.4-2023-3438=1 * openSUSE Leap 15.5 zypper in -t patch openSUSE-SLE-15.5-2023-3438=1 * Basesystem Module 15-SP4 zypper in -t patch SUSE-SLE-Module-Basesystem-15-SP4-2023-3438=1 *Basesystem Module 15-SP5 zypper in -t patch SUSE-SLE-Module-Basesystem-15-SP5-2023-3438=1 * SUSE Manager Proxy 4.2 zypper in -t patch SUSE-SLE-Product-SUSE-Manager-Proxy-4.2-2023-3438=1 * SUSE Manager Retail Branch Server 4.2 zypper in -t patch SUSE-SLE-Product-SUSE-Manager-Retail-Branch- Server-4.2-2023-3438=1 * SUSE Manager Server 4.2 zypper in -t patch SUSE-SLE-Product-SUSE-Manager-Server-4.2-2023-3438=1 ## Package List: * openSUSE Leap 15.4 (aarch64 ppc64le s390x x86_64) * ghostscript-x11-debuginfo-9.52-150000.170.1 * ghostscript-devel-9.52-150000.170.1 * ghostscript-9.52-150000.170.1 * ghostscript-debuginfo-9.52-150000.170.1 * ghostscript-x11-9.52-150000.170.1 * ghostscript-debugsource-9.52-150000.170.1 * openSUSE Leap 15.5 (aarch64 ppc64le s390x x86_64) * ghostscript-x11-debuginfo-9.52-150000.170.1 * ghostscript-devel-9.52-150000.170.1 * ghostscript-9.52-150000.170.1 * ghostscript-debuginfo-9.52-150000.170.1 * ghostscript-x11-9.52-150000.170.1 * ghostscript-debugsource-9.52-150000.170.1 * Basesystem Module 15-SP4 (aarch64 ppc64le s390x x86_64) * ghostscript-x11-debuginfo-9.52-150000.170.1 * ghostscript-devel-9.52-150000.170.1 * ghostscript-9.52-150000.170.1 * ghostscript-debuginfo-9.52-150000.170.1 * ghostscript-x11-9.52-150000.170.1 * ghostscript-debugsource-9.52-150000.170.1 * Basesystem Module 15-SP5 (aarch64 ppc64le s390x x86_64) * ghostscript-x11-debuginfo-9.52-150000.170.1 * ghostscript-devel-9.52-150000.170.1 * ghostscript-9.52-150000.170.1 * ghostscript-debuginfo-9.52-150000.170.1 * ghostscript-x11-9.52-150000.170.1 * ghostscript-debugsource-9.52-150000.170.1 * SUSE Manager Proxy 4.2 (x86_64) * ghostscript-x11-debuginfo-9.52-150000.170.1 * ghostscript-devel-9.52-150000.170.1 * ghostscript-9.52-150000.170.1 * ghostscript-debuginfo-9.52-150000.170.1 * ghostscript-x11-9.52-150000.170.1 * ghostscript-debugsource-9.52-150000.170.1 * SUSEManager Retail Branch Server 4.2 (x86_64) * ghostscript-x11-debuginfo-9.52-150000.170.1 * ghostscript-devel-9.52-150000.170.1 * ghostscript-9.52-150000.170.1 * ghostscript-debuginfo-9.52-150000.170.1 * ghostscript-x11-9.52-150000.170.1 * ghostscript-debugsource-9.52-150000.170.1 * SUSE Manager Server 4.2 (ppc64le s390x x86_64) * ghostscript-x11-debuginfo-9.52-150000.170.1 * ghostscript-devel-9.52-150000.170.1 * ghostscript-9.52-150000.170.1 * ghostscript-debuginfo-9.52-150000.170.1 * ghostscript-x11-9.52-150000.170.1 * ghostscript-debugsource-9.52-150000.170.1 ## References: * https://www.suse.com/security/cve/CVE-2023-38559.html * https://bugzilla.suse.com/show_bug.cgi?id=1213637 . The newest Ghostscript version fixes a vital out-of-bounds read flaw that may lead to a Denial of Service (DoS) attack. For detailed security advice, see the link.. Ghostscript Update, openSUSE Security, DoS Mitigation, Software Patch. . Severity: Low. LinuxSecurity.com Team
An update that fixes three vulnerabilities is now available. . SUSE Security Update: Security update for the Linux Kernel (Live Patch 11 for SLE 15) ______________________________________________________________________________ Announcement ID: SUSE-SU-2020:1671-1 Rating: important References: #1171746 #1172140 #1172437 Cross-References: CVE-2018-1000199 CVE-2019-15666 CVE-2020-10757 Affected Products: SUSE Linux Enterprise Module for Live Patching 15-SP1 SUSE Linux Enterprise Module for Live Patching 15 ______________________________________________________________________________ An update that fixes three vulnerabilities is now available. Description: This update for the Linux Kernel 4.12.14-150_22 fixes several issues. The following security issues were fixed: - CVE-2020-10757: Fixed an issue where remaping hugepage DAX to anon mmap could have caused user PTE access (bsc#1172437). - CVE-2019-15666: Fixed an out of bounds read __xfrm_policy_unlink, which could have led to denial of service (bsc#1172140). - CVE-2018-1000199: Fixed a potential local code execution via ptrace (bsc#1171746). Patch Instructions: To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch". Alternatively you can run the command listed for your product: - SUSE Linux Enterprise Module for Live Patching 15-SP1: zypper in -t patch SUSE-SLE-Module-Live-Patching-15-SP1-2020-1652=1 SUSE-SLE-Module-Live-Patching-15-SP1-2020-1653=1 - SUSE Linux Enterprise Module for Live Patching 15: zypper in -t patch SUSE-SLE-Module-Live-Patching-15-2020-1669=1 SUSE-SLE-Module-Live-Patching-15-2020-1670=1 SUSE-SLE-Module-Live-Patching-15-2020-1671=1 Package List: - SUSE Linux Enterprise Module for Live Patching 15-SP1 (ppc64le x86_64): kernel-livepatch-4_12_14-197_10-default-8-2.1 kernel-livepatch-4_12_14-197_15-default-8-2.1 - SUSE Linux Enterprise Module for Live Patching 15 (ppc64le x86_64): kernel-livepatch-4_12_14-150_22-default-9-2.1 kernel-livepatch-4_12_14-150_22-default-debuginfo-9-2.1 kernel-livepatch-4_12_14-150_27-default-8-2.1 kernel-livepatch-4_12_14-150_27-default-debuginfo-8-2.1 kernel-livepatch-4_12_14-150_32-default-8-2.1 kernel-livepatch-4_12_14-150_32-default-debuginfo-8-2.1 References: https://www.suse.com/security/cve/CVE-2018-1000199.html https://www.suse.com/security/cve/CVE-2019-15666.html https://www.suse.com/security/cve/CVE-2020-10757.html https://bugzilla.suse.com/1171746 https://bugzilla.suse.com/1172140 https://bugzilla.suse.com/1172437 _______________________________________________ sle-security-updates mailing list
Get the latest Linux and open source security news straight to your inbox.