An update that solves three vulnerabilities can now be installed.. # Security update for tomcat10 Announcement ID: SUSE-SU-2026:0890-1 Release Date: 2026-03-13T08:57:31Z Rating: important References: * bsc#1258371 * bsc#1258385 * bsc#1258387 Cross-References: * CVE-2025-66614 * CVE-2026-24733 * CVE-2026-24734 CVSS scores: * CVE-2025-66614 ( SUSE ): 8.7 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N * CVE-2025-66614 ( SUSE ): 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N * CVE-2025-66614 ( NVD ): 9.1 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N * CVE-2025-66614 ( NVD ): 7.6 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:L * CVE-2026-24733 ( SUSE ): 6.3 CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N * CVE-2026-24733 ( SUSE ): 6.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N * CVE-2026-24733 ( NVD ): 3.7 CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N * CVE-2026-24733 ( NVD ): 6.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N * CVE-2026-24734 ( SUSE ): 6.8 CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N * CVE-2026-24734 ( NVD ): 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N * CVE-2026-24734 ( NVD ): 7.4 CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N Affected Products: * openSUSE Leap 15.6 * SUSE Linux Enterprise High Performance Computing 15 SP5 * SUSE Linux Enterprise High Performance Computing ESPOS 15 SP5 * SUSE Linux Enterprise High Performance Computing LTSS 15 SP5 * SUSE Linux Enterprise Server 15 SP5 * SUSE Linux Enterprise Server 15 SP5 LTSS * SUSE Linux Enterprise Server 15 SP6 * SUSE Linux Enterprise Server 15 SP6 LTSS * SUSE Linux Enterprise Server 15 SP7 * SUSE Linux Enterprise Server for SAP Applications 15 SP5 * SUSE Linux Enterprise Server for SAP Applications 15 SP6 * SUSE Linux Enterprise Server for SAP Applications 15 SP7 * Web and Scripting Module 15-SP7 An update that solves three vulnerabilities can now be installed. ## Description: This update fortomcat10 fixes the following issues: Update to Tomcat 10.1.52: * CVE-2025-66614: client certificate verification bypass due to virtual host mapping (bsc#1258371). * CVE-2026-24733: improper input validation on HTTP/0.9 requests (bsc#1258385). * CVE-2026-24734: certificate revocation bypass due to incomplete OCSP verification checks (bsc#1258387). Changelog: * Catalina * Fix: 69623: Additional fix for the long standing regression that meant that calls to ClassLoader.getResource().getContent() failed when made from within a web application with resource caching enabled if the target resource was packaged in a JAR file. (markt) * Fix: Pull request #923: Avoid adding multiple CSRF tokens to a URL in the CsrfPreventionFilter. (schultz) * Fix: 69918: Ensure request parameters are correctly parsed for HTTP/2 requests when the content-length header is not set. (dsoumis) * Update: Enable minimum and recommended Tomcat Native versions to be set separately for Tomcat Native 1.x and 2.x. Update the minimum and recommended versions for Tomcat Native 1.x to 1.3.4. Update the minimum and recommended versions for Tomcat Native 2.x to 2.0.12. (markt) * Add: Add a new ssoReauthenticationMode to the Tomcat provided Authenticators that provides a per Authenticator override of the SSO Valve requireReauthentication attribute. (markt) * Fix: Ensure URL encoding errors in the Rewrite Valve trigger an exception rather than silently using a replacement character. (markt) * Fix: 69932: Fix request end access log pattern regression, which would log the start time of the request instead. (remm) * Fix: 69871: Increase log level to INFO for missing configuration for the rewrite valve. (remm) * Fix: Add log warnings for additional Host appBase suspicious values. (remm) * Fix: Remove hard dependency on tomcat-jni.jar for catalina.jar. org.apache.catalina.Connector no longer requires org.apache.tomcat.jni.AprStatus to be present. (markt) *Add: Add the ability to use a custom function to generate the client identifier in the CrawlerSessionManagerValve. This is only available programmatically. Pull request #902 by Brian Matzon. (markt) * Fix: Change the SSO reauthentication behaviour for SPNEGO authentication so that a normal SPNEGO authentication is performed if the SSL Valve is configured with reauthentication enabled. This is so that the delegated credentials will be available to the web application. (markt) * Fix: When generating the class path in the Loader, re-order the check on individual class path components to avoid a potential NullPointerException. Identified by Coverity Scan. (markt) * Fix: Fix SSL socket factory configuration in the JNDI realm. Based on pull request #915 by Joshua Rogers. (remm) * Update: Add an attribute, digestInRfc3112Order, to MessageDigestCredentialHandler to control the order in which the credential and salt are digested. By default, the current, non-RFC 3112 compliant, order of salt then credential will be used. This default will change in Tomcat 12 to the RFC 3112 compliant order of credential then salt. (markt) * Fix: Log warnings when the SSO configuration does not comply with the documentation. (remm) * Update: Deprecate the RemoteAddrFilter and RemoteAddrValve in favour of the RemoteCIDRFilter and RemoteCIDRValve. (markt) * Fix: 69837: Fix corruption of the class path generated by the Loader when running on Windows. (markt) * Fix: Reject requests that map to invalid Windows file names earlier. (markt) * Fix: 69839: Ensure that changes to session IDs (typically after authentication) are promulgated to the SSO Valve to ensure that SSO entries are fully clean-up on session expiration. Patch provided by Kim Johan Andersson. (markt) * Fix: Fix a race condition in the creation of the storage location for the FileStore. (markt) * Cluster * Add: 62814: Document that human-readable names may be used for mapSendOptions and align documentation with channelSendOptions. Based on pull request #929 by archan0621. (markt) * Clustering * Fix: Correct a regression introduced in 10.1.45 that broke some clustering configurations. (markt) * Coyote * Fix: 69936: Fix bug in previous fix for Tomcat Native crashes on shutdown that triggered a significant memory leak. Patch provided by Wes. (markt) * Fix: Avoid possible NPEs when using a TLS enabled custom connector. (remm) * Fix: Improve warnings when setting ciphers lists in the FFM code, mirroring the tomcat-native changes. (remm) * Fix: 69910: Dereference TLS objects right after closing a socket to improve memory efficiency. (remm) * Fix: Relax the JSSE vs OpenSSL configuration style checks on SSLHostConfig to reflect the existing implementation that allows one configuration style to be used for the trust attributes and a different style for all the other attributes. (markt) * Fix: Better warning message when OpenSSLConf configuration elements are used with a JSSE TLS implementation. (markt) * Fix: When using OpenSSL via FFM, don't log a warning about missing CA certificates unless CA certificates were configured and the configuration failed. (markt) * Add: For configuration consistency between OpenSSL and JSSE TLS implementations, TLSv1.3 cipher suites included in the ciphers attribute of an SSLHostConfig are now always ignored (previously they would be ignored with OpenSSL implementations and used with JSSE implementations) and a warning is logged that the cipher suite has been ignored. (markt) * Add: Add the ciphersuite attribute to SSLHostConfig to configure the TLSv1.3 cipher suites. (markt) * Add: Add OCSP support to JSSE based TLS connectors and make the use of OCSP configurable per connector for both JSSE and OpenSSL based TLS implementations. Align the checks performed by OpenSSL with those performed by JSSE. (markt) * Add: Add support for soft failure of OCSPchecks with soft failure support disabled by default. (markt) * Add: Add support for configuring the verification flags passed to OCSP_basic_verify when using an OpenSSL based TLS implementation. (markt) * Fix: Fix OpenSSL FFM code compatibility with LibreSSL versions below 3.5. * Fix: Prevent concurrent release of OpenSSLEngine resources and the termination of the Tomcat Native library as it can cause crashes during Tomcat shutdown. (markt) * Fix: Don't log an incorrect certificate KeyStore location when creating a TLS connector if the KeyStore instance has been set directly on the connector. (markt) * Fix: HTTP/0.9 only allows GET as the HTTP method. (remm) * Add: Add strictSni attribute on the Connector to allow matching the SSLHostConfig configuration associated with the SNI host name to the SSLHostConfig configuration matched from the HTTP protocol host name. Non matching configurations will cause the request to be rejected. The attribute default value is true, enabling the matching. (remm) * Fix: Graceful failure for OCSP on BoringSSL in the FFM code. (remm) * Fix: Fix use of deferAccept attribute in JMX, since it is normally only removed in Tomcat 11. (remm) * Fix: 69866: Fix a memory leak when using a trust store with the OpenSSL provider. Pull request #912 by aogburn. (markt) * Fix: Fix potential crash on shutdown when a Connector depends on the Tomcat Native library. (markt) * Fix: Fix AJP message length check. Pull request #916 by Joshua Rogers. * Fix: 69848: Fix copy/paste errors in 10.1.47 that meant DELETE requests received via the AJP connector were processed as OPTIONS requests and PROPFIND requests were processed as TRACE. (markt) * Fix: Various OCSP processing issues in the OpenSSL FFM code. (dsoumis) * General * Add: Add test.silent property to suppress JUnit console output during test execution. Useful for cleaner console output when running tests with multiple threads. (csutherl) * Jasper *Fix: 69333: Correct a regression in the previous fix for 69333 and ensure that reuse() or release() is always called for a tag. (markt) * Fix: 69877: Catch IllegalArgumentException when processing URIs when creating the classpath to handle invalid URIs. (remm) * Fix: Fix populating the classpath with the webapp classloader repositories. (remm) * Fix: 69862: Avoid NPE unwrapping Servlet exception which would hide some exception details. Patch submitted by Eric Blanquer. (remm) * Jdbc-pool * Fix: 64083: If the underlying connection has been closed, don't add it to the pool when it is returned. Pull request #235 by Alex Panchenko. (markt) * Web applications * Fix: Manager: Fix abrupt truncation of the HTML and JSON complete server status output if one or more of the web applications failed to start. (schultz) * Add: Manager: Include web application state in the HTML and JSON complete server status output. (markt) * Add: Documentation: Expand the documentation to better explain when OCSP is supported and when it is not. (markt) * Websocket * Fix: 69920: When attempting to write to a closed Writer or OutputStream obtained from a WebSocket session, throw an IOException rather than an IllegalStateExcpetion as required by Writer and strongly suggested by OutputStream. (markt) * Fix: 69845: When using permessage-deflate with Java 25 onwards, handle the underlying Inflater and/or Deflater throwing IllegalStateException when closed rather than NullPointerException as they do in Java 24 and earlier. * Other * Update: Update the internal fork of Commons Pool to 2.13.1. (markt) * Update: Update the internal fork of Commons DBCP to 2.14.0. (markt) * Update: Update Commons Daemon to 1.5.1. (markt) * Update: Update ByteBuddy to 1.18.3. (markt) * Update: Update UnboundID to 7.0.4. (markt) * Update: Update Checkstyle to 12.3.1. (markt) * Add: Improvements to French translations. (markt) * Add: Improvements to Japanese translationsprovided by tak7iji. (markt) * Add: Improvements to Chinese translations provided by Yang. vincent.h and yong hu. (markt) * Update: Update Tomcat Native to 2.0.12. (markt) * Add: Add property "gpg.sign.files" to optionally disable release artefact signing with GPG. (rjung) * Add: Add test profile system for selective test execution. Profiles can be specified via -Dtest.profile= to run specific test subsets without using patterns directly. Profile patterns are defined in test- profiles.properties. (csutherl) * Update: Update file extension to media type mappings to align with the current list used by the Apache Web Server (httpd). (markt) * Update: Update the packaged version of the Tomcat Migration Tool for Jakarta EE to 1.0.10. (markt) * Update: Update Commons Daemon to 1.5.0. (markt) * Update: Update Byte Buddy to 1.18.2. (markt) * Update: Update Checkstyle to 12.2.0. (markt) * Add: Improvements to Spanish translations provided by White Vogel. (markt) * Add: Improvements to French translations. (remm) * Update: Update the internal fork of Apache Commons BCEL to 6.11.0. (markt) * Update: Update to Byte Buddy 1.17.8. (markt) * Update: Update to Checkstyle 12.1.1. (markt) * Update: Update to Jacoco 0.8.14. (markt) * Update: Update to SpotBugs 4.9.8. (markt) * Update: Update to JSign 7.4. (markt) * Update: Update Maven Resolver Ant Tasks to 1.6.0. (rjung) ## 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: * openSUSE Leap 15.6 zypper in -t patch openSUSE-SLE-15.6-2026-890=1 * Web and Scripting Module 15-SP7 zypper in -t patch SUSE-SLE-Module-Web-Scripting-15-SP7-2026-890=1 * SUSE Linux Enterprise High Performance Computing ESPOS 15 SP5 zypper in -t patch SUSE-SLE-Product-HPC-15-SP5-ESPOS-2026-890=1 * SUSE Linux Enterprise High Performance Computing LTSS 15 SP5 zypper in -t patch SUSE-SLE-Product-HPC-15-SP5-LTSS-2026-890=1 * SUSE Linux Enterprise Server 15 SP5 LTSS zypper in -t patch SUSE-SLE-Product-SLES-15-SP5-LTSS-2026-890=1 * SUSE Linux Enterprise Server 15 SP6 LTSS zypper in -t patch SUSE-SLE-Product-SLES-15-SP6-LTSS-2026-890=1 * SUSE Linux Enterprise Server for SAP Applications 15 SP5 zypper in -t patch SUSE-SLE-Product-SLES_SAP-15-SP5-2026-890=1 * SUSE Linux Enterprise Server for SAP Applications 15 SP6 zypper in -t patch SUSE-SLE-Product-SLES_SAP-15-SP6-2026-890=1 ## Package List: * openSUSE Leap 15.6 (noarch) * tomcat10-jsvc-10.1.52-150200.5.61.1 * tomcat10-jsp-3_1-api-10.1.52-150200.5.61.1 * tomcat10-docs-webapp-10.1.52-150200.5.61.1 * tomcat10-lib-10.1.52-150200.5.61.1 * tomcat10-admin-webapps-10.1.52-150200.5.61.1 * tomcat10-servlet-6_0-api-10.1.52-150200.5.61.1 * tomcat10-10.1.52-150200.5.61.1 * tomcat10-doc-10.1.52-150200.5.61.1 * tomcat10-webapps-10.1.52-150200.5.61.1 * tomcat10-embed-10.1.52-150200.5.61.1 * tomcat10-el-5_0-api-10.1.52-150200.5.61.1 * Web and Scripting Module 15-SP7 (noarch) * tomcat10-jsp-3_1-api-10.1.52-150200.5.61.1 * tomcat10-lib-10.1.52-150200.5.61.1 * tomcat10-servlet-6_0-api-10.1.52-150200.5.61.1 * tomcat10-admin-webapps-10.1.52-150200.5.61.1 * tomcat10-10.1.52-150200.5.61.1 * tomcat10-webapps-10.1.52-150200.5.61.1 * tomcat10-el-5_0-api-10.1.52-150200.5.61.1 * SUSE Linux Enterprise High Performance Computing ESPOS 15 SP5 (noarch) * tomcat10-jsp-3_1-api-10.1.52-150200.5.61.1 * tomcat10-lib-10.1.52-150200.5.61.1 * tomcat10-servlet-6_0-api-10.1.52-150200.5.61.1 * tomcat10-admin-webapps-10.1.52-150200.5.61.1 * tomcat10-10.1.52-150200.5.61.1 * tomcat10-webapps-10.1.52-150200.5.61.1 * tomcat10-el-5_0-api-10.1.52-150200.5.61.1 * SUSE Linux Enterprise High Performance Computing LTSS 15 SP5 (noarch) * tomcat10-jsp-3_1-api-10.1.52-150200.5.61.1 * tomcat10-lib-10.1.52-150200.5.61.1 *tomcat10-servlet-6_0-api-10.1.52-150200.5.61.1 * tomcat10-admin-webapps-10.1.52-150200.5.61.1 * tomcat10-10.1.52-150200.5.61.1 * tomcat10-webapps-10.1.52-150200.5.61.1 * tomcat10-el-5_0-api-10.1.52-150200.5.61.1 * SUSE Linux Enterprise Server 15 SP5 LTSS (noarch) * tomcat10-jsp-3_1-api-10.1.52-150200.5.61.1 * tomcat10-lib-10.1.52-150200.5.61.1 * tomcat10-servlet-6_0-api-10.1.52-150200.5.61.1 * tomcat10-admin-webapps-10.1.52-150200.5.61.1 * tomcat10-10.1.52-150200.5.61.1 * tomcat10-webapps-10.1.52-150200.5.61.1 * tomcat10-el-5_0-api-10.1.52-150200.5.61.1 * SUSE Linux Enterprise Server 15 SP6 LTSS (noarch) * tomcat10-jsp-3_1-api-10.1.52-150200.5.61.1 * tomcat10-lib-10.1.52-150200.5.61.1 * tomcat10-servlet-6_0-api-10.1.52-150200.5.61.1 * tomcat10-admin-webapps-10.1.52-150200.5.61.1 * tomcat10-10.1.52-150200.5.61.1 * tomcat10-webapps-10.1.52-150200.5.61.1 * tomcat10-el-5_0-api-10.1.52-150200.5.61.1 * SUSE Linux Enterprise Server for SAP Applications 15 SP5 (noarch) * tomcat10-jsp-3_1-api-10.1.52-150200.5.61.1 * tomcat10-lib-10.1.52-150200.5.61.1 * tomcat10-servlet-6_0-api-10.1.52-150200.5.61.1 * tomcat10-admin-webapps-10.1.52-150200.5.61.1 * tomcat10-10.1.52-150200.5.61.1 * tomcat10-webapps-10.1.52-150200.5.61.1 * tomcat10-el-5_0-api-10.1.52-150200.5.61.1 * SUSE Linux Enterprise Server for SAP Applications 15 SP6 (noarch) * tomcat10-jsp-3_1-api-10.1.52-150200.5.61.1 * tomcat10-lib-10.1.52-150200.5.61.1 * tomcat10-servlet-6_0-api-10.1.52-150200.5.61.1 * tomcat10-admin-webapps-10.1.52-150200.5.61.1 * tomcat10-10.1.52-150200.5.61.1 * tomcat10-webapps-10.1.52-150200.5.61.1 * tomcat10-el-5_0-api-10.1.52-150200.5.61.1 ## References: * https://www.suse.com/security/cve/CVE-2025-66614.html * https://www.suse.com/security/cve/CVE-2026-24733.html * https://www.suse.com/security/cve/CVE-2026-24734.html * https://bugzilla.suse.com/show_bug.cgi?id=1258371 *https://bugzilla.suse.com/show_bug.cgi?id=1258385 * https://bugzilla.suse.com/show_bug.cgi?id=1258387 . Tomcat 10 update on openSUSE addresses three important issues including client certificate validation bypass and more.. openSUSE Tomcat 10 update security certificate bypass HTTP requests. . Severity: Important. LinuxSecurity.com Team
* bsc#1240750 * bsc#1240752 * bsc#1240754 * bsc#1240756 * bsc#1240757 . # Security update for libsoup Announcement ID: SUSE-SU-2025:20375-1 Release Date: 2025-05-29T09:18:30Z Rating: important References: * bsc#1240750 * bsc#1240752 * bsc#1240754 * bsc#1240756 * bsc#1240757 * bsc#1241162 * bsc#1241164 * bsc#1241214 * bsc#1241222 * bsc#1241223 * bsc#1241226 * bsc#1241238 * bsc#1241252 * bsc#1241263 * bsc#1241686 * bsc#1241688 Cross-References: * CVE-2025-2784 * CVE-2025-32050 * CVE-2025-32051 * CVE-2025-32052 * CVE-2025-32053 * CVE-2025-32906 * CVE-2025-32907 * CVE-2025-32908 * CVE-2025-32909 * CVE-2025-32910 * CVE-2025-32911 * CVE-2025-32912 * CVE-2025-32913 * CVE-2025-32914 * CVE-2025-46420 * CVE-2025-46421 CVSS scores: * CVE-2025-2784 ( SUSE ): 8.3 CVSS:4.0/AV:N/AC:H/AT:P/PR:N/UI:N/VC:L/VI:L/VA:H/SC:N/SI:N/SA:N * CVE-2025-2784 ( SUSE ): 7.0 CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:H * CVE-2025-2784 ( NVD ): 7.0 CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:H * CVE-2025-32050 ( SUSE ): 6.0 CVSS:4.0/AV:N/AC:H/AT:P/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N * CVE-2025-32050 ( SUSE ): 5.9 CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H * CVE-2025-32050 ( NVD ): 5.9 CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H * CVE-2025-32051 ( SUSE ): 6.0 CVSS:4.0/AV:N/AC:H/AT:P/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N * CVE-2025-32051 ( SUSE ): 5.9 CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H * CVE-2025-32051 ( NVD ): 5.9 CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H * CVE-2025-32052 ( SUSE ): 6.9 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:L/SC:N/SI:N/SA:N * CVE-2025-32052 ( SUSE ): 6.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L * CVE-2025-32052 ( NVD ): 6.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L * CVE-2025-32053 ( SUSE ): 6.3 CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:N/VA:L/SC:N/SI:N/SA:N * CVE-2025-32053 ( SUSE ): 6.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L *CVE-2025-32053 ( NVD ): 6.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L * CVE-2025-32906 ( SUSE ): 8.2 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H * CVE-2025-32906 ( NVD ): 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H * CVE-2025-32907 ( SUSE ): 8.7 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N * CVE-2025-32907 ( SUSE ): 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H * CVE-2025-32907 ( NVD ): 5.3 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L * CVE-2025-32908 ( SUSE ): 8.7 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N * CVE-2025-32908 ( SUSE ): 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H * CVE-2025-32908 ( NVD ): 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H * CVE-2025-32909 ( SUSE ): 8.8 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:H/SC:N/SI:N/SA:N * CVE-2025-32909 ( SUSE ): 8.6 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H * CVE-2025-32909 ( NVD ): 5.3 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L * CVE-2025-32910 ( SUSE ): 7.1 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N * CVE-2025-32910 ( SUSE ): 6.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H * CVE-2025-32910 ( NVD ): 6.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H * CVE-2025-32911 ( SUSE ): 8.1 CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H * CVE-2025-32911 ( NVD ): 9.0 CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H * CVE-2025-32912 ( SUSE ): 6.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H * CVE-2025-32912 ( NVD ): 6.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H * CVE-2025-32913 ( SUSE ): 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H * CVE-2025-32913 ( NVD ): 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H * CVE-2025-32914 ( SUSE ): 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N * CVE-2025-32914 ( NVD ): 7.4 CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H * CVE-2025-46420 ( SUSE ): 7.1 CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N * CVE-2025-46420 ( SUSE ): 6.5CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H * CVE-2025-46420 ( NVD ): 6.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H * CVE-2025-46421 ( SUSE ): 6.8 CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N * CVE-2025-46421 ( NVD ): 6.8 CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:N Affected Products: * SUSE Linux Micro 6.0 An update that solves 16 vulnerabilities can now be installed. ## Description: This update for libsoup fixes the following issues: * CVE-2025-2784: Fixed Heap buffer over-read in `skip_insignificant_space` when sniffing content (bsc#1240750) * CVE-2025-32050: Fixed Integer overflow in append_param_quoted (bsc#1240752) * CVE-2025-32051: Fixed Segmentation fault when parsing malformed data URI (bsc#1240754) * CVE-2025-32052: Fixed Heap buffer overflow in sniff_unknown() (bsc#1240756) * CVE-2025-32053: Fixed Heap buffer overflows in sniff_feed_or_html() and skip_insignificant_space() (bsc#1240757) * CVE-2025-32913: Fixed NULL pointer dereference in soup_message_headers_get_content_disposition (bsc#1241162) * CVE-2025-32914: Fixed out of bounds read in `soup_multipart_new_from_message()` (bsc#1241164) * CVE-2025-32912: Fixed NULL pointer dereference in SoupAuthDigest (bsc#1241214) * CVE-2025-32907: Fixed xcessive memory consumption in server when client requests a large amount of overlapping ranges in a single HTTP request (bsc#1241222) * CVE-2025-32906: Fixed Out of bounds reads in soup_headers_parse_request() (bsc#1241263) * CVE-2025-32908: Fixed HTTP request may lead to server crash due to HTTP/2 server not fully validating the values of pseudo-headers (bsc#1241223) * CVE-2025-32909: Fixed NULL pointer dereference in the sniff_mp4 function in soup-content-sniffer.c (bsc#1241226) * CVE-2025-32911: Fixed Double free on soup_message_headers_get_content_disposition() via "params" (bsc#1241238) * CVE-2025-32910: Fixed null pointer deference on client when server omits the 'realm' parameter in anUnauthorized response with Digest authentication (bsc#1241252) * CVE-2025-46420: Fixed Memory leak on soup_header_parse_quality_list() via soup-headers.c (bsc#1241686) * CVE-2025-46421: Fixed HTTP Authorization Header leak via an HTTP redirect (bsc#1241688) ## 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: * SUSE Linux Micro 6.0 zypper in -t patch SUSE-SLE-Micro-6.0-340=1 ## Package List: * SUSE Linux Micro 6.0 (aarch64 s390x x86_64) * libsoup-3_0-0-debuginfo-3.4.2-6.1 * libsoup-3_0-0-3.4.2-6.1 * libsoup-debugsource-3.4.2-6.1 ## References: * https://www.suse.com/security/cve/CVE-2025-2784.html * https://www.suse.com/security/cve/CVE-2025-32050.html * https://www.suse.com/security/cve/CVE-2025-32051.html * https://www.suse.com/security/cve/CVE-2025-32052.html * https://www.suse.com/security/cve/CVE-2025-32053.html * https://www.suse.com/security/cve/CVE-2025-32906.html * https://www.suse.com/security/cve/CVE-2025-32907.html * https://www.suse.com/security/cve/CVE-2025-32908.html * https://www.suse.com/security/cve/CVE-2025-32909.html * https://www.suse.com/security/cve/CVE-2025-32910.html * https://www.suse.com/security/cve/CVE-2025-32911.html * https://www.suse.com/security/cve/CVE-2025-32912.html * https://www.suse.com/security/cve/CVE-2025-32913.html * https://www.suse.com/security/cve/CVE-2025-32914.html * https://www.suse.com/security/cve/CVE-2025-46420.html * https://www.suse.com/security/cve/CVE-2025-46421.html * https://bugzilla.suse.com/show_bug.cgi?id=1240750 * https://bugzilla.suse.com/show_bug.cgi?id=1240752 * https://bugzilla.suse.com/show_bug.cgi?id=1240754 * https://bugzilla.suse.com/show_bug.cgi?id=1240756 * https://bugzilla.suse.com/show_bug.cgi?id=1240757 * https://bugzilla.suse.com/show_bug.cgi?id=1241162 *https://bugzilla.suse.com/show_bug.cgi?id=1241164 * https://bugzilla.suse.com/show_bug.cgi?id=1241214 * https://bugzilla.suse.com/show_bug.cgi?id=1241222 * https://bugzilla.suse.com/show_bug.cgi?id=1241223 * https://bugzilla.suse.com/show_bug.cgi?id=1241226 * https://bugzilla.suse.com/show_bug.cgi?id=1241238 * https://bugzilla.suse.com/show_bug.cgi?id=1241252 * https://bugzilla.suse.com/show_bug.cgi?id=1241263 * https://bugzilla.suse.com/show_bug.cgi?id=1241686 * https://bugzilla.suse.com/show_bug.cgi?id=1241688 . The latest libsoup update addresses 16 vulnerabilities, notably significant buffer overflows and memory leaks in SUSE Linux Micro.. SUSE Security Update, libsoup Issues, Linux Patch Instructions. . Severity: Important. LinuxSecurity.com Team
Several security issues were fixed in PHP.. ======================================================================= === Ubuntu Security Notice USN-7157-1 December 13, 2024 php7.4, php8.1, php8.3 vulnerabilities ======================================================================= === A security issue affects these releases of Ubuntu and its derivatives: - Ubuntu 24.10 - Ubuntu 24.04 LTS - Ubuntu 22.04 LTS - Ubuntu 20.04 LTS Summary: Several security issues were fixed in PHP. Software Description: - php8.3: HTML-embedded scripting language interpreter - php8.1: HTML-embedded scripting language interpreter - php7.4: HTML-embedded scripting language interpreter Details: It was discovered that PHP incorrectly handled certain inputs when processed with convert.quoted-printable decode filters. An attacker could possibly use this issue to expose sensitive information or cause a crash. (CVE-2024-11233) It was discovered that PHP incorrectly handled certain HTTP requests. An attacker could possibly use this issue to performing arbitrary HTTP requests originating from the server, thus potentially gaining access to resources not normally available to the external user. (CVE-2024-11234) It was discovered that PHP incorrectly handled certain inputs. An attacker could possibly use this issue to cause a crash or execute arbitrary code. (CVE-2024-11236, CVE-2024-8932) It was discovered that PHP incorrectly handled certain MySQL requests. An attacker could possibly use this issue to cause the client to disclose the content of its heap containing data from other SQL requests and possible other data belonging to different users of the same server. (CVE-2024-8929) Update instructions: The problem can be corrected by updating your system to the following package versions: Ubuntu 24.10 libapache2-mod-php8.3 8.3.11-0ubuntu0.24.10.4 php8.3 8.3.11-0ubuntu0.24.10.4 php8.3-cgi 8.3.11-0ubuntu0.24.10.4 php8.3-cli 8.3.11-0ubuntu0.24.10.4 php8.3-fpm 8.3.11-0ubuntu0.24.10.4 php8.3-mysql 8.3.11-0ubuntu0.24.10.4 Ubuntu 24.04 LTS libapache2-mod-php8.3 8.3.6-0ubuntu0.24.04.3 php8.3 8.3.6-0ubuntu0.24.04.3 php8.3-cgi 8.3.6-0ubuntu0.24.04.3 php8.3-cli 8.3.6-0ubuntu0.24.04.3 php8.3-fpm 8.3.6-0ubuntu0.24.04.3 php8.3-mysql 8.3.6-0ubuntu0.24.04.3 Ubuntu 22.04 LTS libapache2-mod-php7.4 8.1.2-1ubuntu2.20 libapache2-mod-php8.0 8.1.2-1ubuntu2.20 libapache2-mod-php8.1 8.1.2-1ubuntu2.20 php8.1 8.1.2-1ubuntu2.20 php8.1-cgi 8.1.2-1ubuntu2.20 php8.1-cli 8.1.2-1ubuntu2.20 php8.1-enchant 8.1.2-1ubuntu2.20 php8.1-fpm 8.1.2-1ubuntu2.20 php8.1-mysql 8.1.2-1ubuntu2.20 Ubuntu 20.04 LTS libapache2-mod-php7.4 7.4.3-4ubuntu2.26 php7.4 7.4.3-4ubuntu2.26 php7.4-cgi 7.4.3-4ubuntu2.26 php7.4-cli 7.4.3-4ubuntu2.26 php7.4-fpm 7.4.3-4ubuntu2.26 php7.4-mysql 7.4.3-4ubuntu2.26 In general, a standard system update will make all the necessary changes. References: https://ubuntu.com/security/notices/USN-7157-1 CVE-2024-11233, CVE-2024-11234, CVE-2024-11236, CVE-2024-8929, CVE-2024-8932 Package Information: https://launchpad.net/ubuntu/+source/php8.3/8.3.11-0ubuntu0.24.10.4 https://launchpad.net/ubuntu/+source/php8.3/8.3.6-0ubuntu0.24.04.3 https://launchpad.net/ubuntu/+source/php8.1/8.1.2-1ubuntu2.20 https://launchpad.net/ubuntu/+source/php7.4/7.4.3-4ubuntu2.26 . Ensure that your PHP installations are up to date to tackle security vulnerabilities in Ubuntu 20.04 LTS, 22.04 LTS, and the upcoming 24.04LTS.. PHP Security Update, Ubuntu Security Notices, PHP Vulnerabilities Fix. . Severity: Critical. LinuxSecurity.com Team
Several security issues were fixed in pound.. =========================================================================Ubuntu Security Notice USN-4702-1 January 25, 2021 pound vulnerabilities ========================================================================= A security issue affects these releases of Ubuntu and its derivatives: - Ubuntu 16.04 LTS Summary: Several security issues were fixed in pound. Software Description: - pound: reverse proxy, load balancer and HTTPS front-end for Web servers Details: It was discovered that Pound incorrectly handled certain HTTP requests A remote attacker could use it to retrieve some sensitive information. (CVE-2016-10711, CVE-2018-21245) Update instructions: The problem can be corrected by updating your system to the following package versions: Ubuntu 16.04 LTS: pound 2.6-6.1ubuntu0.1 In general, a standard system update will make all the necessary changes. References: https://ubuntu.com/security/notices/USN-4702-1 CVE-2016-10711, CVE-2018-21245 Package Information: https://launchpad.net/ubuntu/+source/pound/2.6-6.1ubuntu0.1 . Mitigation strategies for vulnerabilities in the pound server affecting Ubuntu 16.04 LTS, focusing on reducing risks associated with unauthorized remote access.. Pound Reverse Proxy, Ubuntu Security Updates, HTTP Security Risks. . Severity: Critical. LinuxSecurity.com Team
Get the latest Linux and open source security news straight to your inbox.