Описание
Security update for curl
This update for curl fixes the following issues:
- CVE-2025-14524: bearer token leak on cross-protocol redirect (bsc#1255731).
- CVE-2025-14819: libssh global knownhost override (bsc#1255732).
- CVE-2025-15079: libssh key passphrase bypass without agent set (bsc#1255733).
- CVE-2025-15224: OpenSSL partial chain store policy bypass (bsc#1255734).
Список пакетов
Container bci/bci-sle15-kernel-module-devel:latest
Container bci/gcc:latest
Container bci/golang:1.25
Container bci/golang:1.25-openssl
Container bci/golang:latest
Container bci/node:22
Container bci/openjdk:17
Container bci/openjdk:21
Container bci/openjdk:latest
Container bci/php-apache:latest
Container bci/php-fpm:latest
Container bci/php:latest
Container bci/python:3
Container bci/python:latest
Container bci/ruby:2
Container bci/ruby:latest
Container bci/rust:1.95
Container bci/rust:latest
Container bci/spack:latest
Container private-registry/1.2/harbor-trivy-adapter:latest
Container private-registry/harbor-trivy-adapter:latest
Container suse/git:latest
Container suse/kea:2.6
Container suse/kiosk/firefox-esr:latest
Container suse/multi-linux-manager/5.1/x86_64/proxy-httpd:latest
Container suse/multi-linux-manager/5.1/x86_64/proxy-salt-broker:latest
Container suse/multi-linux-manager/5.1/x86_64/server-hub-xmlrpc-api:latest
Container suse/multi-linux-manager/5.1/x86_64/server-migration-14-16:latest
Container suse/multi-linux-manager/5.1/x86_64/server-postgresql:latest
Container suse/multi-linux-manager/5.1/x86_64/server-saline:latest
Container suse/multi-linux-manager/5.1/x86_64/server:latest
Container suse/nginx:1.21
Container suse/postgres:16
Container suse/postgres:16.14
Container suse/postgres:17
Container suse/postgres:17.10
Container suse/postgres:latest
Container suse/sle15:latest
Image SLES15-SP7-Azure-3P
Image SLES15-SP7-Azure-Basic
Image SLES15-SP7-Azure-Standard
Image SLES15-SP7-BYOS-Azure
Image SLES15-SP7-BYOS-EC2
Image SLES15-SP7-BYOS-GCE
Image SLES15-SP7-CHOST-BYOS-Aliyun
Image SLES15-SP7-CHOST-BYOS-Azure
Image SLES15-SP7-CHOST-BYOS-EC2
Image SLES15-SP7-CHOST-BYOS-GCE
Image SLES15-SP7-CHOST-BYOS-GDC
Image SLES15-SP7-CHOST-BYOS-SAP-CCloud
Image SLES15-SP7-EC2
Image SLES15-SP7-EC2-ECS-HVM
Image SLES15-SP7-GCE
Image SLES15-SP7-GCE-3P
Image SLES15-SP7-HPC-Azure
Image SLES15-SP7-HPC-BYOS-Azure
Image SLES15-SP7-HPC-BYOS-EC2
Image SLES15-SP7-HPC-BYOS-GCE
Image SLES15-SP7-Hardened-BYOS-Azure
Image SLES15-SP7-Hardened-BYOS-EC2
Image SLES15-SP7-Hardened-BYOS-GCE
Image SLES15-SP7-SAP-Azure
Image SLES15-SP7-SAP-Azure-3P
Image SLES15-SP7-SAP-Azure-LI-BYOS-Production
Image SLES15-SP7-SAP-Azure-VLI-BYOS-Production
Image SLES15-SP7-SAP-BYOS-Azure
Image SLES15-SP7-SAP-BYOS-EC2
Image SLES15-SP7-SAP-BYOS-GCE
Image SLES15-SP7-SAP-EC2
Image SLES15-SP7-SAP-GCE
Image SLES15-SP7-SAP-GCE-3P
Image SLES15-SP7-SAP-Hardened-Azure
Image SLES15-SP7-SAP-Hardened-BYOS-Azure
Image SLES15-SP7-SAP-Hardened-BYOS-EC2
Image SLES15-SP7-SAP-Hardened-BYOS-GCE
Image SLES15-SP7-SAP-Hardened-GCE
Image SLES15-SP7-SAPCAL-Azure
Image SLES15-SP7-SAPCAL-EC2
Image SLES15-SP7-SAPCAL-GCE
Image monitoring-alertmanager-image
Image monitoring-blackbox_exporter-image
Image monitoring-prometheus-image
Image pr_15_7
Image pr_15_7_1_0
Image proxy-httpd-image
Image proxy-salt-broker-image
Image server-database-migration-image
Image server-hub-xmlrpc-api-image
Image server-image
Image server-image-sles15sp7
Image server-migration-14-16-image
Image server-saline-image
SUSE Linux Enterprise Module for Basesystem 15 SP7
Ссылки
- Link for SUSE-SU-2026:0052-1
- E-Mail link for SUSE-SU-2026:0052-1
- SUSE Security Ratings
- SUSE Bug 1255731
- SUSE Bug 1255732
- SUSE Bug 1255733
- SUSE Bug 1255734
- SUSE CVE CVE-2025-14524 page
- SUSE CVE CVE-2025-14819 page
- SUSE CVE CVE-2025-15079 page
- SUSE CVE CVE-2025-15224 page
Описание
When an OAuth2 bearer token is used for an HTTP(S) transfer, and that transfer performs a cross-protocol redirect to a second URL that uses an IMAP, LDAP, POP3 or SMTP scheme, curl might wrongly pass on the bearer token to the new target host.
Затронутые продукты
Ссылки
- CVE-2025-14524
- SUSE Bug 1255731
Описание
When doing TLS related transfers with reused easy or multi handles and altering the `CURLSSLOPT_NO_PARTIALCHAIN` option, libcurl could accidentally reuse a CA store cached in memory for which the partial chain option was reversed. Contrary to the user's wishes and expectations. This could make libcurl find and accept a trust chain that it otherwise would not.
Затронутые продукты
Ссылки
- CVE-2025-14819
- SUSE Bug 1255732
Описание
When doing SSH-based transfers using either SCP or SFTP, and setting the known_hosts file, libcurl could still mistakenly accept connecting to hosts *not present* in the specified file if they were added as recognized in the libssh *global* known_hosts file.
Затронутые продукты
Ссылки
- CVE-2025-15079
- SUSE Bug 1255733
Описание
When doing SSH-based transfers using either SCP or SFTP, and asked to do public key authentication, curl would wrongly still ask and authenticate using a locally running SSH agent.
Затронутые продукты
Ссылки
- CVE-2025-15224
- SUSE Bug 1255734