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

SLE-UPDATES null at suse.de
Mon Jun 2 12:30:19 UTC 2025



# Security update for libsoup

Announcement ID: SUSE-SU-2025:01794-1  
Release Date: 2025-06-02T09:04:19Z  
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 Linux Enterprise High Performance Computing 12 SP5
  * SUSE Linux Enterprise Server 12 SP5
  * SUSE Linux Enterprise Server 12 SP5 LTSS
  * SUSE Linux Enterprise Server 12 SP5 LTSS Extended Security
  * SUSE Linux Enterprise Server for SAP Applications 12 SP5

  
  
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 Server 12 SP5 LTSS Extended Security  
    zypper in -t patch SUSE-SLE-SERVER-12-SP5-LTSS-EXTENDED-SECURITY-2025-1794=1

  * SUSE Linux Enterprise Server 12 SP5 LTSS  
    zypper in -t patch SUSE-SLE-SERVER-12-SP5-LTSS-2025-1794=1

## Package List:

  * SUSE Linux Enterprise Server 12 SP5 LTSS Extended Security (x86_64)
    * libsoup-2_4-1-32bit-2.62.2-5.15.1
    * libsoup-2_4-1-debuginfo-2.62.2-5.15.1
    * libsoup-debugsource-2.62.2-5.15.1
    * typelib-1_0-Soup-2_4-2.62.2-5.15.1
    * libsoup-2_4-1-debuginfo-32bit-2.62.2-5.15.1
    * libsoup-2_4-1-2.62.2-5.15.1
    * libsoup-devel-2.62.2-5.15.1
  * SUSE Linux Enterprise Server 12 SP5 LTSS Extended Security (noarch)
    * libsoup-lang-2.62.2-5.15.1
  * SUSE Linux Enterprise Server 12 SP5 LTSS (aarch64 ppc64le s390x x86_64)
    * libsoup-2_4-1-debuginfo-2.62.2-5.15.1
    * libsoup-debugsource-2.62.2-5.15.1
    * typelib-1_0-Soup-2_4-2.62.2-5.15.1
    * libsoup-2_4-1-2.62.2-5.15.1
    * libsoup-devel-2.62.2-5.15.1
  * SUSE Linux Enterprise Server 12 SP5 LTSS (noarch)
    * libsoup-lang-2.62.2-5.15.1
  * SUSE Linux Enterprise Server 12 SP5 LTSS (s390x x86_64)
    * libsoup-2_4-1-debuginfo-32bit-2.62.2-5.15.1
    * libsoup-2_4-1-32bit-2.62.2-5.15.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/20250602/bc076693/attachment.htm>


More information about the sle-updates mailing list