Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

suse-cvrf логотип

SUSE-SU-2021:2462-1

Опубликовано: 23 июл. 2021
Источник: suse-cvrf

Описание

Security update for curl

This update for curl fixes the following issues:

  • CVE-2021-22925: TELNET stack contents disclosure again. (bsc#1188220)
  • CVE-2021-22924: Bad connection reuse due to flawed path name checks. (bsc#1188219)
  • CVE-2021-22923: Insufficiently Protected Credentials. (bsc#1188218)
  • CVE-2021-22922: Wrong content via metalink not discarded. (bsc#1188217)

Список пакетов

Container suse/ltss/sle12.5/sles12sp5:latest
libcurl4-7.60.0-11.23.1
Container suse/sles12sp5:latest
libcurl4-7.60.0-11.23.1
Image SLES12-SP5-Azure-BYOS
curl-7.60.0-11.23.1
libcurl4-7.60.0-11.23.1
Image SLES12-SP5-Azure-Basic-On-Demand
curl-7.60.0-11.23.1
libcurl4-7.60.0-11.23.1
Image SLES12-SP5-Azure-HPC-BYOS
curl-7.60.0-11.23.1
libcurl4-7.60.0-11.23.1
Image SLES12-SP5-Azure-HPC-On-Demand
curl-7.60.0-11.23.1
libcurl4-7.60.0-11.23.1
Image SLES12-SP5-Azure-SAP-BYOS
curl-7.60.0-11.23.1
libcurl4-7.60.0-11.23.1
Image SLES12-SP5-Azure-SAP-On-Demand
curl-7.60.0-11.23.1
libcurl4-7.60.0-11.23.1
Image SLES12-SP5-Azure-Standard-On-Demand
curl-7.60.0-11.23.1
libcurl4-7.60.0-11.23.1
Image SLES12-SP5-EC2-BYOS
curl-7.60.0-11.23.1
libcurl4-7.60.0-11.23.1
Image SLES12-SP5-EC2-ECS-On-Demand
libcurl4-7.60.0-11.23.1
Image SLES12-SP5-EC2-On-Demand
curl-7.60.0-11.23.1
libcurl4-7.60.0-11.23.1
Image SLES12-SP5-EC2-SAP-BYOS
curl-7.60.0-11.23.1
libcurl4-7.60.0-11.23.1
Image SLES12-SP5-EC2-SAP-On-Demand
curl-7.60.0-11.23.1
libcurl4-7.60.0-11.23.1
Image SLES12-SP5-GCE-BYOS
curl-7.60.0-11.23.1
libcurl4-7.60.0-11.23.1
Image SLES12-SP5-GCE-On-Demand
curl-7.60.0-11.23.1
libcurl4-7.60.0-11.23.1
Image SLES12-SP5-GCE-SAP-BYOS
curl-7.60.0-11.23.1
libcurl4-7.60.0-11.23.1
Image SLES12-SP5-GCE-SAP-On-Demand
curl-7.60.0-11.23.1
libcurl4-7.60.0-11.23.1
Image SLES12-SP5-OCI-BYOS-BYOS
curl-7.60.0-11.23.1
libcurl4-7.60.0-11.23.1
Image SLES12-SP5-OCI-BYOS-SAP-BYOS
curl-7.60.0-11.23.1
libcurl4-7.60.0-11.23.1
Image SLES12-SP5-SAP-Azure-LI-BYOS-Production
curl-7.60.0-11.23.1
libcurl4-7.60.0-11.23.1
Image SLES12-SP5-SAP-Azure-VLI-BYOS-Production
curl-7.60.0-11.23.1
libcurl4-7.60.0-11.23.1
SUSE Linux Enterprise Server 12 SP5
curl-7.60.0-11.23.1
libcurl4-7.60.0-11.23.1
libcurl4-32bit-7.60.0-11.23.1
SUSE Linux Enterprise Server for SAP Applications 12 SP5
curl-7.60.0-11.23.1
libcurl4-7.60.0-11.23.1
libcurl4-32bit-7.60.0-11.23.1
SUSE Linux Enterprise Software Development Kit 12 SP5
libcurl-devel-7.60.0-11.23.1

Описание

When curl is instructed to download content using the metalink feature, thecontents is verified against a hash provided in the metalink XML file.The metalink XML file points out to the client how to get the same contentfrom a set of different URLs, potentially hosted by different servers and theclient can then download the file from one or several of them. In a serial orparallel manner.If one of the servers hosting the contents has been breached and the contentsof the specific file on that server is replaced with a modified payload, curlshould detect this when the hash of the file mismatches after a completeddownload. It should remove the contents and instead try getting the contentsfrom another URL. This is not done, and instead such a hash mismatch is onlymentioned in text and the potentially malicious content is kept in the file ondisk.


Затронутые продукты
Container suse/ltss/sle12.5/sles12sp5:latest:libcurl4-7.60.0-11.23.1
Container suse/sles12sp5:latest:libcurl4-7.60.0-11.23.1
Image SLES12-SP5-Azure-BYOS:curl-7.60.0-11.23.1
Image SLES12-SP5-Azure-BYOS:libcurl4-7.60.0-11.23.1

Ссылки

Описание

When curl is instructed to get content using the metalink feature, and a user name and password are used to download the metalink XML file, those same credentials are then subsequently passed on to each of the servers from which curl will download or try to download the contents from. Often contrary to the user's expectations and intentions and without telling the user it happened.


Затронутые продукты
Container suse/ltss/sle12.5/sles12sp5:latest:libcurl4-7.60.0-11.23.1
Container suse/sles12sp5:latest:libcurl4-7.60.0-11.23.1
Image SLES12-SP5-Azure-BYOS:curl-7.60.0-11.23.1
Image SLES12-SP5-Azure-BYOS:libcurl4-7.60.0-11.23.1

Ссылки

Описание

libcurl keeps previously used connections in a connection pool for subsequenttransfers to reuse, if one of them matches the setup.Due to errors in the logic, the config matching function did not take 'issuercert' into account and it compared the involved paths *case insensitively*,which could lead to libcurl reusing wrong connections.File paths are, or can be, case sensitive on many systems but not all, and caneven vary depending on used file systems.The comparison also didn't include the 'issuer cert' which a transfer can setto qualify how to verify the server certificate.


Затронутые продукты
Container suse/ltss/sle12.5/sles12sp5:latest:libcurl4-7.60.0-11.23.1
Container suse/sles12sp5:latest:libcurl4-7.60.0-11.23.1
Image SLES12-SP5-Azure-BYOS:curl-7.60.0-11.23.1
Image SLES12-SP5-Azure-BYOS:libcurl4-7.60.0-11.23.1

Ссылки

Описание

curl supports the `-t` command line option, known as `CURLOPT_TELNETOPTIONS`in libcurl. This rarely used option is used to send variable=content pairs toTELNET servers.Due to flaw in the option parser for sending `NEW_ENV` variables, libcurlcould be made to pass on uninitialized data from a stack based buffer to theserver. Therefore potentially revealing sensitive internal information to theserver using a clear-text network protocol.This could happen because curl did not call and use sscanf() correctly whenparsing the string provided by the application.


Затронутые продукты
Container suse/ltss/sle12.5/sles12sp5:latest:libcurl4-7.60.0-11.23.1
Container suse/sles12sp5:latest:libcurl4-7.60.0-11.23.1
Image SLES12-SP5-Azure-BYOS:curl-7.60.0-11.23.1
Image SLES12-SP5-Azure-BYOS:libcurl4-7.60.0-11.23.1

Ссылки
Уязвимость SUSE-SU-2021:2462-1