Changes: 6.83 2026-05-12 11:41:48Z - LWP::UserAgent now strips Authorization and Proxy-Authorization headers on cross-origin redirects (a different scheme, host, or port) to prevent credential leakage to the redirect target. Same-origin redirects retain. -------------------------------------------------------------------------------- Fedora Update Notification FEDORA-2026-3b48ba7dc7 2026-06-05 04:07:33.979902+00:00 -------------------------------------------------------------------------------- Name : perl-libwww-perl Product : Fedora 43 Version : 6.83 Release : 1.fc43 URL : https://metacpan.org/release/libwww-perl Summary : A Perl interface to the World-Wide Web Description : The libwww-perl collection is a set of Perl modules which provides a simple and consistent application programming interface to the World-Wide Web. The main focus of the library is to provide classes and functions that allow you to write WWW clients. The library also contain modules that are of more general use and even classes that help you implement simple HTTP servers. -------------------------------------------------------------------------------- Update Information: Changes: 6.83 2026-05-12 11:41:48Z - LWP::UserAgent now strips Authorization and Proxy-Authorization headers on cross-origin redirects (a different scheme, host, or port) to prevent credential leakage to the redirect target. Same-origin redirects retain credentials. Opt out with allow_credentialed_redirects => 1. CVE-2026-8368 reported by Kai Zen; PoC and initial patch by Stig Palmquist. - LWP::UserAgent now refuses https to http redirects by default to prevent leaking remaining request headers and bodies over plaintext. Opt in with allow_downgrade => 1. Related hardening alongside CVE-2026-8368; PoC by Stig Palmquist. -------------------------------------------------------------------------------- ChangeLog: * Tue May 19 2026 Michal Josef Špaček - 6.83-1 - 6.83bump -------------------------------------------------------------------------------- This update can be installed with the "dnf" update program. Use su -c 'dnf upgrade --advisory FEDORA-2026-3b48ba7dc7' at the command line. For more information, refer to the dnf documentation available at http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label All packages are signed with the Fedora Project GPG key. More details on the GPG keys used by the Fedora Project can be found at https://fedoraproject.org/keys -------------------------------------------------------------------------------- . Learn about critical updates in the perl-libwww-perl package for Fedora 43 to prevent credential leakage and enhance security.. Fedora 43 perl-libwww-perl updates, credential leakage prevention, security patch Fedora. . Severity: Critical. LinuxSecurity.com Team
Changes: 6.83 2026-05-12 11:41:48Z - LWP::UserAgent now strips Authorization and Proxy-Authorization headers on cross-origin redirects (a different scheme, host, or port) to prevent credential leakage to the redirect target. Same-origin redirects retain. -------------------------------------------------------------------------------- Fedora Update Notification FEDORA-2026-8d1333fb52 2026-05-31 00:55:16.967014+00:00 -------------------------------------------------------------------------------- Name : perl-libwww-perl Product : Fedora 44 Version : 6.83 Release : 1.fc44 URL : https://metacpan.org/release/libwww-perl Summary : A Perl interface to the World-Wide Web Description : The libwww-perl collection is a set of Perl modules which provides a simple and consistent application programming interface to the World-Wide Web. The main focus of the library is to provide classes and functions that allow you to write WWW clients. The library also contain modules that are of more general use and even classes that help you implement simple HTTP servers. -------------------------------------------------------------------------------- Update Information: Changes: 6.83 2026-05-12 11:41:48Z - LWP::UserAgent now strips Authorization and Proxy-Authorization headers on cross-origin redirects (a different scheme, host, or port) to prevent credential leakage to the redirect target. Same-origin redirects retain credentials. Opt out with allow_credentialed_redirects => 1. CVE-2026-8368 reported by Kai Zen; PoC and initial patch by Stig Palmquist. - LWP::UserAgent now refuses https to http redirects by default to prevent leaking remaining request headers and bodies over plaintext. Opt in with allow_downgrade => 1. Related hardening alongside CVE-2026-8368; PoC by Stig Palmquist. -------------------------------------------------------------------------------- ChangeLog: * Tue May 19 2026 Michal Josef \u0160pa\u010dek - 6.83-1 - 6.83bump -------------------------------------------------------------------------------- References: [ 1 ] Bug #2476481 - perl-libwww-perl-6.83 is available https://bugzilla.redhat.com/show_bug.cgi?id=2476481 -------------------------------------------------------------------------------- This update can be installed with the "dnf" update program. Use su -c 'dnf upgrade --advisory FEDORA-2026-8d1333fb52' at the command line. For more information, refer to the dnf documentation available at http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label All packages are signed with the Fedora Project GPG key. More details on the GPG keys used by the Fedora Project can be found at https://fedoraproject.org/keys -------------------------------------------------------------------------------- . Update for Fedora 44 on perl-libwww-perl enhances security by preventing credential leakage during redirects and reinforces HTTPS standards.. perl-libwww-perl Fedora critical update security http leak. . Severity: Critical. LinuxSecurity.com Team
Add patch for CVE-2026-1539 (Also remove Proxy-Authorization header on cross origin redirect). -------------------------------------------------------------------------------- Fedora Update Notification FEDORA-2026-55dabf3975 2026-03-30 00:14:59.309220+00:00 -------------------------------------------------------------------------------- Name : libsoup3 Product : Fedora 44 Version : 3.6.6 Release : 6.fc44 URL : https://wiki.gnome.org/Projects/libsoup Summary : Soup, an HTTP library implementation Description : Libsoup is an HTTP library implementation in C. It was originally part of a SOAP (Simple Object Access Protocol) implementation called Soup, but the SOAP and non-SOAP parts have now been split into separate packages. libsoup uses the Glib main loop and is designed to work well with GTK applications. This enables GNOME applications to access HTTP servers on the network in a completely asynchronous fashion, very similar to the Gtk+ programming model (a synchronous operation mode is also supported for those who want it), but the SOAP parts were removed long ago. -------------------------------------------------------------------------------- Update Information: Add patch for CVE-2026-1539 (Also remove Proxy-Authorization header on cross origin redirect) -------------------------------------------------------------------------------- ChangeLog: * Thu Mar 19 2026 Milan Crha - 3.6.6-6 - Add patch for CVE-2026-1539 (Also remove Proxy-Authorization header on cross origin redirect) - Resolves: rhbz#2433867 -------------------------------------------------------------------------------- References: [ 1 ] Bug #2433867 - CVE-2026-1539 libsoup3: libsoup: Credential leakage via HTTP redirects [fedora-all] https://bugzilla.redhat.com/show_bug.cgi?id=2433867 -------------------------------------------------------------------------------- This update can be installed with the "dnf" update program. Use su -c 'dnf upgrade--advisory FEDORA-2026-55dabf3975' at the command line. For more information, refer to the dnf documentation available at http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label All packages are signed with the Fedora Project GPG key. More details on the GPG keys used by the Fedora Project can be found at https://fedoraproject.org/keys -------------------------------------------------------------------------------- -- _______________________________________________ package-announce mailing list --
Add patch for CVE-2026-1539 (Also remove Proxy-Authorization header on cross origin redirect). -------------------------------------------------------------------------------- Fedora Update Notification FEDORA-2026-f029d04054 2026-03-21 00:54:25.948645+00:00 -------------------------------------------------------------------------------- Name : libsoup3 Product : Fedora 43 Version : 3.6.6 Release : 2.fc43 URL : https://wiki.gnome.org/Projects/libsoup Summary : Soup, an HTTP library implementation Description : Libsoup is an HTTP library implementation in C. It was originally part of a SOAP (Simple Object Access Protocol) implementation called Soup, but the SOAP and non-SOAP parts have now been split into separate packages. libsoup uses the Glib main loop and is designed to work well with GTK applications. This enables GNOME applications to access HTTP servers on the network in a completely asynchronous fashion, very similar to the Gtk+ programming model (a synchronous operation mode is also supported for those who want it), but the SOAP parts were removed long ago. -------------------------------------------------------------------------------- Update Information: Add patch for CVE-2026-1539 (Also remove Proxy-Authorization header on cross origin redirect) -------------------------------------------------------------------------------- ChangeLog: * Thu Mar 19 2026 Milan Crha - 3.6.6-2 - Add patch for CVE-2026-1539 (Also remove Proxy-Authorization header on cross origin redirect) - Resolves: rhbz#2433867 -------------------------------------------------------------------------------- References: [ 1 ] Bug #2433867 - CVE-2026-1539 libsoup3: libsoup: Credential leakage via HTTP redirects [fedora-all] https://bugzilla.redhat.com/show_bug.cgi?id=2433867 -------------------------------------------------------------------------------- This update can be installed with the "dnf" update program. Use su -c 'dnf upgrade--advisory FEDORA-2026-f029d04054' at the command line. For more information, refer to the dnf documentation available at http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label All packages are signed with the Fedora Project GPG key. More details on the GPG keys used by the Fedora Project can be found at https://fedoraproject.org/keys -------------------------------------------------------------------------------- -- _______________________________________________ package-announce mailing list --
Upgrade to Ruby 3.4.7. Fix URI Credential Leakage Bypass previous fixes. Resolves: CVE-2025-61594 Fix REXML denial of service. Resolves: rhbz#2396204. -------------------------------------------------------------------------------- Fedora Update Notification FEDORA-2025-5805ed7a8f 2025-11-12 01:12:56.764993+00:00 -------------------------------------------------------------------------------- Name : ruby Product : Fedora 42 Version : 3.4.7 Release : 26.fc42 URL : https://www.ruby-lang.org/ Summary : An interpreter of object-oriented scripting language Description : Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in Perl). It is simple, straight-forward, and extensible. -------------------------------------------------------------------------------- Update Information: Upgrade to Ruby 3.4.7. Fix URI Credential Leakage Bypass previous fixes. Resolves: CVE-2025-61594 Fix REXML denial of service. Resolves: rhbz#2396204 Resolves: CVE-2025-58767 -------------------------------------------------------------------------------- ChangeLog: * Fri Oct 31 2025 Jun Aruga - 3.4.7-26 - Upgrade to Ruby 3.4.7. - Fix URI Credential Leakage Bypass previous fixes. Resolves: CVE-2025-61594 - Fix REXML denial of service. Resolves: rhbz#2396204 Resolves: CVE-2025-58767 -------------------------------------------------------------------------------- References: [ 1 ] Bug #2396204 - CVE-2025-58767 ruby: REXML denial of service [fedora-42] https://bugzilla.redhat.com/show_bug.cgi?id=2396204 -------------------------------------------------------------------------------- This update can be installed with the "dnf" update program. Use su -c 'dnf upgrade --advisory FEDORA-2025-5805ed7a8f' at the command line. For more information, refer to the dnf documentation availableat http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label All packages are signed with the Fedora Project GPG key. More details on the GPG keys used by the Fedora Project can be found at https://fedoraproject.org/keys -------------------------------------------------------------------------------- -- _______________________________________________ package-announce mailing list --
* bsc#1239765 * bsc#1240150 * bsc#1241830 * bsc#1242114 * bsc#1243833 . # Security update for docker Announcement ID: SUSE-SU-2025:02289-2 Release Date: 2025-07-16T15:48:13Z Rating: moderate References: * bsc#1239765 * bsc#1240150 * bsc#1241830 * bsc#1242114 * bsc#1243833 * bsc#1244035 * jsc#PED-12534 * jsc#PED-8905 Cross-References: * CVE-2025-0495 * CVE-2025-22872 CVSS scores: * CVE-2025-0495 ( SUSE ): 4.1 CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:P/VC:L/VI:N/VA:N/SC:H/SI:N/SA:N * CVE-2025-0495 ( SUSE ): 5.9 CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:N/A:N * CVE-2025-0495 ( NVD ): 4.1 CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:P/VC:L/VI:N/VA:N/SC:H/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X * CVE-2025-22872 ( SUSE ): 6.3 CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:L/VA:L/SC:L/SI:L/SA:L * CVE-2025-22872 ( SUSE ): 6.5 CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:L * CVE-2025-22872 ( NVD ): 6.5 CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:L Affected Products: * SUSE Enterprise Storage 7.1 * 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 SP4 * SUSE Linux Enterprise High Performance Computing ESPOS 15 SP5 * SUSE Linux Enterprise High Performance Computing LTSS 15 SP3 * SUSE Linux Enterprise High Performance Computing LTSS 15 SP4 * SUSE Linux Enterprise High Performance Computing LTSS 15 SP5 * SUSE Linux Enterprise Server 15 SP3 * SUSE Linux Enterprise Server 15 SP3 LTSS * SUSE Linux Enterprise Server 15 SP4 * SUSE Linux Enterprise Server 15 SP4 LTSS * SUSE Linux Enterprise Server 15 SP5 * SUSE Linux Enterprise Server 15 SP5 LTSS * SUSE Linux Enterprise Server for SAP Applications 15 SP3 * SUSE Linux Enterprise Server for SAP Applications 15 SP4 * SUSE Linux Enterprise Serverfor SAP Applications 15 SP5 An update that solves two vulnerabilities, contains two features and has four security fixes can now be installed. ## Description: This update for docker fixes the following issues: Update to Docker 28.2.2-ce (bsc#1243833, bsc#1242114): * CVE-2025-0495: Fixed credential leakage to telemetry endpoints when credentials allowed to be set as attribute values in cache-to/cache-from configuration.(bsc#1239765) * CVE-2025-22872: golang.org/x/net/html: incorrectly interpreted tags can cause content to be placed wrong scope during DOM construction (bsc#1241830). Other fixes: * Update to docker-buildx v0.22.0. * Always clear SUSEConnect suse_* secrets when starting containers (bsc#1244035). * Disable transparent SUSEConnect support for SLE-16. (jsc#PED-12534) * Now that the only blocker for docker-buildx support was removed for SLE-16, enable docker-buildx for SLE-16 as well. (jsc#PED-8905) * SUSEConnect secrets fails in SLES rootless docker containers (bsc#1240150). ## 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 Enterprise Server 15 SP3 LTSS zypper in -t patch SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-2289=1 * SUSE Linux Enterprise Server 15 SP4 LTSS zypper in -t patch SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-2289=1 * SUSE Linux Enterprise Server 15 SP5 LTSS zypper in -t patch SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-2289=1 * SUSE Linux Enterprise Server for SAP Applications 15 SP3 zypper in -t patch SUSE-SLE-Product-SLES_SAP-15-SP3-2025-2289=1 * SUSE Linux Enterprise Server for SAP Applications 15 SP4 zypper in -t patch SUSE-SLE-Product-SLES_SAP-15-SP4-2025-2289=1 * SUSE Linux Enterprise Server for SAP Applications 15 SP5 zypper in -t patch SUSE-SLE-Product-SLES_SAP-15-SP5-2025-2289=1 * SUSE Enterprise Storage 7.1 zypper in -t patch SUSE-Storage-7.1-2025-2289=1 * SUSE Linux Enterprise High Performance Computing LTSS 15 SP3 zypper in -t patch SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-2289=1 * SUSE Linux Enterprise High Performance Computing ESPOS 15 SP4 zypper in -t patch SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-2289=1 * SUSE Linux Enterprise High Performance Computing LTSS 15 SP4 zypper in -t patch SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-2289=1 * SUSE Linux Enterprise High Performance Computing ESPOS 15 SP5 zypper in -t patch SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-2289=1 * SUSE Linux Enterprise High Performance Computing LTSS 15 SP5 zypper in -t patch SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-2289=1 ## Package List: * SUSE Linux Enterprise Server 15 SP3 LTSS (aarch64 ppc64le s390x x86_64) * docker-stable-24.0.9_ce-150000.1.22.1 * docker-stable-debuginfo-24.0.9_ce-150000.1.22.1 * docker-debuginfo-28.2.2_ce-150000.227.1 * docker-28.2.2_ce-150000.227.1 * SUSE Linux Enterprise Server 15 SP3 LTSS (noarch) * docker-bash-completion-28.2.2_ce-150000.227.1 * docker-stable-bash-completion-24.0.9_ce-150000.1.22.1 * docker-fish-completion-28.2.2_ce-150000.227.1 * SUSE Linux Enterprise Server 15 SP4 LTSS (aarch64 ppc64le s390x x86_64) * docker-stable-24.0.9_ce-150000.1.22.1 * docker-stable-debuginfo-24.0.9_ce-150000.1.22.1 * docker-debuginfo-28.2.2_ce-150000.227.1 * docker-28.2.2_ce-150000.227.1 * SUSE Linux Enterprise Server 15 SP4 LTSS (noarch) * docker-bash-completion-28.2.2_ce-150000.227.1 * docker-stable-bash-completion-24.0.9_ce-150000.1.22.1 * docker-rootless-extras-28.2.2_ce-150000.227.1 * SUSE Linux Enterprise Server 15 SP5 LTSS (aarch64 ppc64le s390x x86_64) * docker-stable-24.0.9_ce-150000.1.22.1 * docker-stable-debuginfo-24.0.9_ce-150000.1.22.1 * docker-debuginfo-28.2.2_ce-150000.227.1 * docker-28.2.2_ce-150000.227.1 * SUSE Linux Enterprise Server 15 SP5 LTSS (noarch) *docker-bash-completion-28.2.2_ce-150000.227.1 * docker-stable-bash-completion-24.0.9_ce-150000.1.22.1 * docker-rootless-extras-28.2.2_ce-150000.227.1 * SUSE Linux Enterprise Server for SAP Applications 15 SP3 (ppc64le x86_64) * docker-stable-24.0.9_ce-150000.1.22.1 * docker-stable-debuginfo-24.0.9_ce-150000.1.22.1 * docker-debuginfo-28.2.2_ce-150000.227.1 * docker-28.2.2_ce-150000.227.1 * SUSE Linux Enterprise Server for SAP Applications 15 SP3 (noarch) * docker-bash-completion-28.2.2_ce-150000.227.1 * docker-stable-bash-completion-24.0.9_ce-150000.1.22.1 * docker-fish-completion-28.2.2_ce-150000.227.1 * SUSE Linux Enterprise Server for SAP Applications 15 SP4 (ppc64le x86_64) * docker-stable-24.0.9_ce-150000.1.22.1 * docker-stable-debuginfo-24.0.9_ce-150000.1.22.1 * docker-debuginfo-28.2.2_ce-150000.227.1 * docker-28.2.2_ce-150000.227.1 * SUSE Linux Enterprise Server for SAP Applications 15 SP4 (noarch) * docker-bash-completion-28.2.2_ce-150000.227.1 * docker-stable-bash-completion-24.0.9_ce-150000.1.22.1 * docker-rootless-extras-28.2.2_ce-150000.227.1 * SUSE Linux Enterprise Server for SAP Applications 15 SP5 (ppc64le x86_64) * docker-stable-24.0.9_ce-150000.1.22.1 * docker-stable-debuginfo-24.0.9_ce-150000.1.22.1 * docker-debuginfo-28.2.2_ce-150000.227.1 * docker-28.2.2_ce-150000.227.1 * SUSE Linux Enterprise Server for SAP Applications 15 SP5 (noarch) * docker-bash-completion-28.2.2_ce-150000.227.1 * docker-stable-bash-completion-24.0.9_ce-150000.1.22.1 * docker-rootless-extras-28.2.2_ce-150000.227.1 * SUSE Enterprise Storage 7.1 (aarch64 x86_64) * docker-stable-24.0.9_ce-150000.1.22.1 * docker-stable-debuginfo-24.0.9_ce-150000.1.22.1 * docker-debuginfo-28.2.2_ce-150000.227.1 * docker-28.2.2_ce-150000.227.1 * SUSE Enterprise Storage 7.1 (noarch) * docker-bash-completion-28.2.2_ce-150000.227.1 * docker-stable-bash-completion-24.0.9_ce-150000.1.22.1 *docker-fish-completion-28.2.2_ce-150000.227.1 * SUSE Linux Enterprise High Performance Computing LTSS 15 SP3 (aarch64 x86_64) * docker-stable-24.0.9_ce-150000.1.22.1 * docker-stable-debuginfo-24.0.9_ce-150000.1.22.1 * docker-debuginfo-28.2.2_ce-150000.227.1 * docker-28.2.2_ce-150000.227.1 * SUSE Linux Enterprise High Performance Computing LTSS 15 SP3 (noarch) * docker-bash-completion-28.2.2_ce-150000.227.1 * docker-stable-bash-completion-24.0.9_ce-150000.1.22.1 * docker-fish-completion-28.2.2_ce-150000.227.1 * SUSE Linux Enterprise High Performance Computing ESPOS 15 SP4 (aarch64 x86_64) * docker-stable-24.0.9_ce-150000.1.22.1 * docker-stable-debuginfo-24.0.9_ce-150000.1.22.1 * docker-debuginfo-28.2.2_ce-150000.227.1 * docker-28.2.2_ce-150000.227.1 * SUSE Linux Enterprise High Performance Computing ESPOS 15 SP4 (noarch) * docker-bash-completion-28.2.2_ce-150000.227.1 * docker-stable-bash-completion-24.0.9_ce-150000.1.22.1 * docker-rootless-extras-28.2.2_ce-150000.227.1 * SUSE Linux Enterprise High Performance Computing LTSS 15 SP4 (aarch64 x86_64) * docker-stable-24.0.9_ce-150000.1.22.1 * docker-stable-debuginfo-24.0.9_ce-150000.1.22.1 * docker-debuginfo-28.2.2_ce-150000.227.1 * docker-28.2.2_ce-150000.227.1 * SUSE Linux Enterprise High Performance Computing LTSS 15 SP4 (noarch) * docker-bash-completion-28.2.2_ce-150000.227.1 * docker-stable-bash-completion-24.0.9_ce-150000.1.22.1 * docker-rootless-extras-28.2.2_ce-150000.227.1 * SUSE Linux Enterprise High Performance Computing ESPOS 15 SP5 (aarch64 x86_64) * docker-stable-24.0.9_ce-150000.1.22.1 * docker-stable-debuginfo-24.0.9_ce-150000.1.22.1 * docker-debuginfo-28.2.2_ce-150000.227.1 * docker-28.2.2_ce-150000.227.1 * SUSE Linux Enterprise High Performance Computing ESPOS 15 SP5 (noarch) * docker-bash-completion-28.2.2_ce-150000.227.1 * docker-stable-bash-completion-24.0.9_ce-150000.1.22.1 *docker-rootless-extras-28.2.2_ce-150000.227.1 * SUSE Linux Enterprise High Performance Computing LTSS 15 SP5 (aarch64 x86_64) * docker-stable-24.0.9_ce-150000.1.22.1 * docker-stable-debuginfo-24.0.9_ce-150000.1.22.1 * docker-debuginfo-28.2.2_ce-150000.227.1 * docker-28.2.2_ce-150000.227.1 * SUSE Linux Enterprise High Performance Computing LTSS 15 SP5 (noarch) * docker-bash-completion-28.2.2_ce-150000.227.1 * docker-stable-bash-completion-24.0.9_ce-150000.1.22.1 * docker-rootless-extras-28.2.2_ce-150000.227.1 ## References: * https://www.suse.com/security/cve/CVE-2025-0495.html * https://www.suse.com/security/cve/CVE-2025-22872.html * https://bugzilla.suse.com/show_bug.cgi?id=1239765 * https://bugzilla.suse.com/show_bug.cgi?id=1240150 * https://bugzilla.suse.com/show_bug.cgi?id=1241830 * https://bugzilla.suse.com/show_bug.cgi?id=1242114 * https://bugzilla.suse.com/show_bug.cgi?id=1243833 * https://bugzilla.suse.com/show_bug.cgi?id=1244035 * https://jira.suse.com/login.jsp?permissionViolation=true&os_destination=%2Fbrowse%2FPED-12534&page_caps=&user_role= * https://jira.suse.com/login.jsp?permissionViolation=true&os_destination=%2Fbrowse%2FPED-8905&page_caps=&user_role= . SUSE has published a security advisory announcing a moderate update for Docker that resolves concerns related to credential exposure and issues within the Document Object Model (DOM).. Docker Update, SUSE Security, Vulnerability Fix, Linux Administration, Threat Mitigation. . LinuxSecurity.com Team
Multiple vulnerabilities have been fixed in the email, calendar and contacts client Thunderbird. CVE-2025-5986 . - ------------------------------------------------------------------------- Debian LTS Advisory DLA-4239-1
An update that solves two vulnerabilities, contains two features and has four security fixes can now be installed.. # Security update for docker Announcement ID: SUSE-SU-2025:02289-1 Release Date: 2025-07-11T11:13:10Z Rating: moderate References: * bsc#1239765 * bsc#1240150 * bsc#1241830 * bsc#1242114 * bsc#1243833 * bsc#1244035 * jsc#PED-12534 * jsc#PED-8905 Cross-References: * CVE-2025-0495 * CVE-2025-22872 CVSS scores: * CVE-2025-0495 ( SUSE ): 4.1 CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:P/VC:L/VI:N/VA:N/SC:H/SI:N/SA:N * CVE-2025-0495 ( SUSE ): 5.9 CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:N/A:N * CVE-2025-0495 ( NVD ): 4.1 CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:P/VC:L/VI:N/VA:N/SC:H/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X * CVE-2025-22872 ( SUSE ): 6.3 CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:L/VA:L/SC:L/SI:L/SA:L * CVE-2025-22872 ( SUSE ): 6.5 CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:L * CVE-2025-22872 ( NVD ): 6.5 CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:L Affected Products: * Basesystem Module 15-SP7 * Containers Module 15-SP6 * Containers Module 15-SP7 * openSUSE Leap 15.6 * SUSE Linux Enterprise Desktop 15 SP7 * SUSE Linux Enterprise Micro 5.1 * SUSE Linux Enterprise Micro 5.2 * SUSE Linux Enterprise Micro 5.3 * SUSE Linux Enterprise Micro 5.4 * SUSE Linux Enterprise Micro 5.5 * SUSE Linux Enterprise Micro for Rancher 5.2 * SUSE Linux Enterprise Micro for Rancher 5.3 * SUSE Linux Enterprise Micro for Rancher 5.4 * SUSE Linux Enterprise Real Time 15 SP6 * SUSE Linux Enterprise Real Time 15 SP7 * SUSE Linux Enterprise Server 15 SP6 * SUSE Linux Enterprise Server 15 SP7 * SUSE Linux Enterprise Server for SAP Applications 15 SP6 * SUSE Linux Enterprise Server for SAP Applications 15 SP7 An update that solves two vulnerabilities, contains two features and has four security fixes can now be installed. ##Description: This update for docker fixes the following issues: Update to Docker 28.2.2-ce (bsc#1243833, bsc#1242114): * CVE-2025-0495: Fixed credential leakage to telemetry endpoints when credentials allowed to be set as attribute values in cache-to/cache-from configuration.(bsc#1239765) * CVE-2025-22872: golang.org/x/net/html: incorrectly interpreted tags can cause content to be placed wrong scope during DOM construction (bsc#1241830). Other fixes: * Update to docker-buildx v0.22.0. * Always clear SUSEConnect suse_* secrets when starting containers (bsc#1244035). * Disable transparent SUSEConnect support for SLE-16. (jsc#PED-12534) * Now that the only blocker for docker-buildx support was removed for SLE-16, enable docker-buildx for SLE-16 as well. (jsc#PED-8905) * SUSEConnect secrets fails in SLES rootless docker containers (bsc#1240150). ## 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-2025-2289=1 * SUSE Linux Enterprise Micro for Rancher 5.3 zypper in -t patch SUSE-SLE-Micro-5.3-2025-2289=1 * SUSE Linux Enterprise Micro 5.3 zypper in -t patch SUSE-SLE-Micro-5.3-2025-2289=1 * SUSE Linux Enterprise Micro for Rancher 5.4 zypper in -t patch SUSE-SLE-Micro-5.4-2025-2289=1 * SUSE Linux Enterprise Micro 5.4 zypper in -t patch SUSE-SLE-Micro-5.4-2025-2289=1 * SUSE Linux Enterprise Micro 5.5 zypper in -t patch SUSE-SLE-Micro-5.5-2025-2289=1 * Basesystem Module 15-SP7 zypper in -t patch SUSE-SLE-Module-Basesystem-15-SP7-2025-2289=1 * Containers Module 15-SP6 zypper in -t patch SUSE-SLE-Module-Containers-15-SP6-2025-2289=1 * Containers Module 15-SP7 zypper in -t patch SUSE-SLE-Module-Containers-15-SP7-2025-2289=1 * SUSE Linux Enterprise Micro 5.1 zypper in -t patchSUSE-SUSE-MicroOS-5.1-2025-2289=1 * SUSE Linux Enterprise Micro 5.2 zypper in -t patch SUSE-SUSE-MicroOS-5.2-2025-2289=1 * SUSE Linux Enterprise Micro for Rancher 5.2 zypper in -t patch SUSE-SUSE-MicroOS-5.2-2025-2289=1 ## Package List: * openSUSE Leap 15.6 (aarch64 ppc64le s390x x86_64) * docker-stable-debuginfo-24.0.9_ce-150000.1.22.1 * docker-debuginfo-28.2.2_ce-150000.227.1 * docker-stable-24.0.9_ce-150000.1.22.1 * docker-28.2.2_ce-150000.227.1 * openSUSE Leap 15.6 (noarch) * docker-stable-rootless-extras-24.0.9_ce-150000.1.22.1 * docker-stable-zsh-completion-24.0.9_ce-150000.1.22.1 * docker-stable-fish-completion-24.0.9_ce-150000.1.22.1 * docker-bash-completion-28.2.2_ce-150000.227.1 * docker-stable-bash-completion-24.0.9_ce-150000.1.22.1 * docker-fish-completion-28.2.2_ce-150000.227.1 * docker-zsh-completion-28.2.2_ce-150000.227.1 * docker-rootless-extras-28.2.2_ce-150000.227.1 * SUSE Linux Enterprise Micro for Rancher 5.3 (aarch64 s390x x86_64) * docker-debuginfo-28.2.2_ce-150000.227.1 * docker-28.2.2_ce-150000.227.1 * SUSE Linux Enterprise Micro 5.3 (aarch64 s390x x86_64) * docker-debuginfo-28.2.2_ce-150000.227.1 * docker-28.2.2_ce-150000.227.1 * SUSE Linux Enterprise Micro for Rancher 5.4 (aarch64 s390x x86_64) * docker-debuginfo-28.2.2_ce-150000.227.1 * docker-28.2.2_ce-150000.227.1 * SUSE Linux Enterprise Micro 5.4 (aarch64 s390x x86_64) * docker-debuginfo-28.2.2_ce-150000.227.1 * docker-28.2.2_ce-150000.227.1 * SUSE Linux Enterprise Micro 5.5 (aarch64 ppc64le s390x x86_64) * docker-debuginfo-28.2.2_ce-150000.227.1 * docker-28.2.2_ce-150000.227.1 * Basesystem Module 15-SP7 (aarch64 ppc64le s390x x86_64) * docker-debuginfo-28.2.2_ce-150000.227.1 * docker-28.2.2_ce-150000.227.1 * Containers Module 15-SP6 (aarch64 ppc64le s390x x86_64) * docker-stable-debuginfo-24.0.9_ce-150000.1.22.1 * docker-debuginfo-28.2.2_ce-150000.227.1 *docker-stable-24.0.9_ce-150000.1.22.1 * docker-28.2.2_ce-150000.227.1 * Containers Module 15-SP6 (noarch) * docker-rootless-extras-28.2.2_ce-150000.227.1 * docker-bash-completion-28.2.2_ce-150000.227.1 * docker-stable-bash-completion-24.0.9_ce-150000.1.22.1 * Containers Module 15-SP7 (noarch) * docker-rootless-extras-28.2.2_ce-150000.227.1 * docker-bash-completion-28.2.2_ce-150000.227.1 * docker-stable-bash-completion-24.0.9_ce-150000.1.22.1 * Containers Module 15-SP7 (aarch64 ppc64le s390x x86_64) * docker-stable-debuginfo-24.0.9_ce-150000.1.22.1 * docker-stable-24.0.9_ce-150000.1.22.1 * SUSE Linux Enterprise Micro 5.1 (aarch64 s390x x86_64) * docker-debuginfo-28.2.2_ce-150000.227.1 * docker-28.2.2_ce-150000.227.1 * SUSE Linux Enterprise Micro 5.2 (aarch64 s390x x86_64) * docker-debuginfo-28.2.2_ce-150000.227.1 * docker-28.2.2_ce-150000.227.1 * SUSE Linux Enterprise Micro for Rancher 5.2 (aarch64 s390x x86_64) * docker-debuginfo-28.2.2_ce-150000.227.1 * docker-28.2.2_ce-150000.227.1 ## References: * https://www.suse.com/security/cve/CVE-2025-0495.html * https://www.suse.com/security/cve/CVE-2025-22872.html * https://bugzilla.suse.com/show_bug.cgi?id=1239765 * https://bugzilla.suse.com/show_bug.cgi?id=1240150 * https://bugzilla.suse.com/show_bug.cgi?id=1241830 * https://bugzilla.suse.com/show_bug.cgi?id=1242114 * https://bugzilla.suse.com/show_bug.cgi?id=1243833 * https://bugzilla.suse.com/show_bug.cgi?id=1244035 * https://jira.suse.com/login.jsp?permissionViolation=true&os_destination=%2Fbrowse%2FPED-12534&page_caps=&user_role= * https://jira.suse.com/login.jsp?permissionViolation=true&os_destination=%2Fbrowse%2FPED-8905&page_caps=&user_role= . The recent update for Kubernetes addresses medium-risk flaws including credential leaks and issues with API response formatting.. openSUSE docker security, moderate security update, Linux package patch. . LinuxSecurity.com Team
Get the latest Linux and open source security news straight to your inbox.