SUSE-SU-2025:01801-1: important: Security update for libsoup

SLE-UPDATES null at suse.de
Wed Jun 4 08:08:01 UTC 2025



# Security update for libsoup

Announcement ID: SUSE-SU-2025:01801-1  
Release Date: 2025-06-02T23:45:02Z  
Rating: important  
References:

  * bsc#1241162
  * bsc#1241214
  * bsc#1241226
  * bsc#1241238
  * bsc#1241252
  * bsc#1241263
  * bsc#1243332
  * bsc#1243423

  
Cross-References:

  * CVE-2025-32906
  * CVE-2025-32909
  * CVE-2025-32910
  * CVE-2025-32911
  * CVE-2025-32912
  * CVE-2025-32913
  * CVE-2025-4948
  * CVE-2025-4969

  
CVSS scores:

  * 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-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-4948 ( SUSE ):  8.2
    CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
  * CVE-2025-4948 ( SUSE ):  7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  * CVE-2025-4948 ( NVD ):  7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  * CVE-2025-4969 ( 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-4969 ( SUSE ):  6.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L
  * CVE-2025-4969 ( NVD ):  6.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L

  
Affected Products:

  * SUSE Enterprise Storage 7.1
  * SUSE Linux Enterprise High Performance Computing 15 SP3
  * SUSE Linux Enterprise High Performance Computing LTSS 15 SP3
  * SUSE Linux Enterprise Micro 5.2
  * SUSE Linux Enterprise Micro for Rancher 5.2
  * SUSE Linux Enterprise Server 15 SP3
  * SUSE Linux Enterprise Server 15 SP3 LTSS
  * SUSE Linux Enterprise Server for SAP Applications 15 SP3

  
  
An update that solves eight vulnerabilities can now be installed.

## Description:

This update for libsoup fixes the following issues:

  * CVE-2025-4948: Fixed integer underflow in soup_multipart_new_from_message()
    leading to denial of service (bsc#1243332)
  * CVE-2025-4969: Fixed off-by-one out-of-bounds read may lead to infoleak
    (bsc#1243423)
  * CVE-2025-32906: Fixed out of bounds reads in soup_headers_parse_request()
    (bsc#1241263)
  * CVE-2025-32909: Fixed NULL pointer dereference in the sniff_mp4 function in
    soup-content-sniffer.c (bsc#1241226)
  * CVE-2025-32910: Fixed null pointer deference on client when server omits the
    realm parameter in an Unauthorized response with Digest authentication
    (bsc#1241252)
  * CVE-2025-32911: Fixed double free on
    soup_message_headers_get_content_disposition() via "params". (bsc#1241238)
  * CVE-2025-32912: Fixed NULL pointer dereference in SoupAuthDigest
    (bsc#1241214)
  * CVE-2025-32913: Fixed NULL pointer dereference in
    soup_message_headers_get_content_disposition (bsc#1241162)

## 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 High Performance Computing LTSS 15 SP3  
    zypper in -t patch SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-1801=1

  * SUSE Linux Enterprise Server 15 SP3 LTSS  
    zypper in -t patch SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-1801=1

  * SUSE Linux Enterprise Server for SAP Applications 15 SP3  
    zypper in -t patch SUSE-SLE-Product-SLES_SAP-15-SP3-2025-1801=1

  * SUSE Enterprise Storage 7.1  
    zypper in -t patch SUSE-Storage-7.1-2025-1801=1

  * SUSE Linux Enterprise Micro 5.2  
    zypper in -t patch SUSE-SUSE-MicroOS-5.2-2025-1801=1

  * SUSE Linux Enterprise Micro for Rancher 5.2  
    zypper in -t patch SUSE-SUSE-MicroOS-5.2-2025-1801=1

## Package List:

  * SUSE Linux Enterprise High Performance Computing LTSS 15 SP3 (aarch64
    x86_64)
    * libsoup-2_4-1-2.68.4-150200.4.9.1
    * libsoup-debugsource-2.68.4-150200.4.9.1
    * typelib-1_0-Soup-2_4-2.68.4-150200.4.9.1
    * libsoup-2_4-1-debuginfo-2.68.4-150200.4.9.1
    * libsoup-devel-2.68.4-150200.4.9.1
  * SUSE Linux Enterprise High Performance Computing LTSS 15 SP3 (noarch)
    * libsoup-lang-2.68.4-150200.4.9.1
  * SUSE Linux Enterprise Server 15 SP3 LTSS (aarch64 ppc64le s390x x86_64)
    * libsoup-2_4-1-2.68.4-150200.4.9.1
    * libsoup-debugsource-2.68.4-150200.4.9.1
    * typelib-1_0-Soup-2_4-2.68.4-150200.4.9.1
    * libsoup-2_4-1-debuginfo-2.68.4-150200.4.9.1
    * libsoup-devel-2.68.4-150200.4.9.1
  * SUSE Linux Enterprise Server 15 SP3 LTSS (noarch)
    * libsoup-lang-2.68.4-150200.4.9.1
  * SUSE Linux Enterprise Server for SAP Applications 15 SP3 (ppc64le x86_64)
    * libsoup-2_4-1-2.68.4-150200.4.9.1
    * libsoup-debugsource-2.68.4-150200.4.9.1
    * typelib-1_0-Soup-2_4-2.68.4-150200.4.9.1
    * libsoup-2_4-1-debuginfo-2.68.4-150200.4.9.1
    * libsoup-devel-2.68.4-150200.4.9.1
  * SUSE Linux Enterprise Server for SAP Applications 15 SP3 (noarch)
    * libsoup-lang-2.68.4-150200.4.9.1
  * SUSE Enterprise Storage 7.1 (aarch64 x86_64)
    * libsoup-2_4-1-2.68.4-150200.4.9.1
    * libsoup-debugsource-2.68.4-150200.4.9.1
    * typelib-1_0-Soup-2_4-2.68.4-150200.4.9.1
    * libsoup-2_4-1-debuginfo-2.68.4-150200.4.9.1
    * libsoup-devel-2.68.4-150200.4.9.1
  * SUSE Enterprise Storage 7.1 (noarch)
    * libsoup-lang-2.68.4-150200.4.9.1
  * SUSE Linux Enterprise Micro 5.2 (aarch64 s390x x86_64)
    * libsoup-2_4-1-2.68.4-150200.4.9.1
    * libsoup-debugsource-2.68.4-150200.4.9.1
    * libsoup-2_4-1-debuginfo-2.68.4-150200.4.9.1
  * SUSE Linux Enterprise Micro for Rancher 5.2 (aarch64 s390x x86_64)
    * libsoup-2_4-1-2.68.4-150200.4.9.1
    * libsoup-debugsource-2.68.4-150200.4.9.1
    * libsoup-2_4-1-debuginfo-2.68.4-150200.4.9.1

## References:

  * https://www.suse.com/security/cve/CVE-2025-32906.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-4948.html
  * https://www.suse.com/security/cve/CVE-2025-4969.html
  * https://bugzilla.suse.com/show_bug.cgi?id=1241162
  * https://bugzilla.suse.com/show_bug.cgi?id=1241214
  * 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=1243332
  * https://bugzilla.suse.com/show_bug.cgi?id=1243423

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.suse.com/pipermail/sle-updates/attachments/20250604/55417557/attachment.htm>


More information about the sle-updates mailing list