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

exploitDog

oracle-oval логотип

ELSA-2024-1129

Опубликовано: 06 мар. 2024
Источник: oracle-oval
Платформа: Oracle Linux 9

Описание

ELSA-2024-1129: curl security update (MODERATE)

[7.76.1-26.el9_3.3]

  • cap SFTP packet size sent (RHEL-14697)
  • lowercase the domain names before PSL checks (CVE-2023-46218)

Обновленные пакеты

Oracle Linux 9

Oracle Linux aarch64

curl

7.76.1-26.el9_3.3

curl-minimal

7.76.1-26.el9_3.3

libcurl

7.76.1-26.el9_3.3

libcurl-devel

7.76.1-26.el9_3.3

libcurl-minimal

7.76.1-26.el9_3.3

Oracle Linux x86_64

curl

7.76.1-26.el9_3.3

curl-minimal

7.76.1-26.el9_3.3

libcurl

7.76.1-26.el9_3.3

libcurl-devel

7.76.1-26.el9_3.3

libcurl-minimal

7.76.1-26.el9_3.3

Связанные CVE

Связанные уязвимости

CVSS3: 6.5
ubuntu
больше 1 года назад

This flaw allows a malicious HTTP server to set "super cookies" in curl that are then passed back to more origins than what is otherwise allowed or possible. This allows a site to set cookies that then would get sent to different and unrelated sites and domains. It could do this by exploiting a mixed case flaw in curl's function that verifies a given cookie domain against the Public Suffix List (PSL). For example a cookie could be set with `domain=co.UK` when the URL used a lower case hostname `curl.co.uk`, even though `co.uk` is listed as a PSL domain.

CVSS3: 5.3
redhat
больше 1 года назад

This flaw allows a malicious HTTP server to set "super cookies" in curl that are then passed back to more origins than what is otherwise allowed or possible. This allows a site to set cookies that then would get sent to different and unrelated sites and domains. It could do this by exploiting a mixed case flaw in curl's function that verifies a given cookie domain against the Public Suffix List (PSL). For example a cookie could be set with `domain=co.UK` when the URL used a lower case hostname `curl.co.uk`, even though `co.uk` is listed as a PSL domain.

CVSS3: 6.5
nvd
больше 1 года назад

This flaw allows a malicious HTTP server to set "super cookies" in curl that are then passed back to more origins than what is otherwise allowed or possible. This allows a site to set cookies that then would get sent to different and unrelated sites and domains. It could do this by exploiting a mixed case flaw in curl's function that verifies a given cookie domain against the Public Suffix List (PSL). For example a cookie could be set with `domain=co.UK` when the URL used a lower case hostname `curl.co.uk`, even though `co.uk` is listed as a PSL domain.

CVSS3: 6.5
msrc
больше 1 года назад

Описание отсутствует

CVSS3: 6.5
debian
больше 1 года назад

This flaw allows a malicious HTTP server to set "super cookies" in cur ...