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

exploitDog

rocky логотип

RLSA-2026:55432

Опубликовано: 17 авг. 2026
Источник: rocky
Оценка: Important

Описание

Important: curl security update

The curl packages provide the libcurl library and the curl utility for downloading files from servers using various protocols, including HTTP, FTP, and LDAP.

Security Fix(es):

  • curl: Information disclosure due to uncleared proxy authentication state (CVE-2026-8927)

For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.

Затронутые продукты

  • Rocky Linux 10

НаименованиеАрхитектураРелизRPM
curlaarch644.el10_2.4curl-8.12.1-4.el10_2.4.aarch64.rpm
libcurl-minimalaarch644.el10_2.4libcurl-minimal-8.12.1-4.el10_2.4.aarch64.rpm
libcurlaarch644.el10_2.4libcurl-8.12.1-4.el10_2.4.aarch64.rpm
curlx86_644.el10_2.4curl-8.12.1-4.el10_2.4.x86_64.rpm
libcurlx86_644.el10_2.4libcurl-8.12.1-4.el10_2.4.x86_64.rpm
libcurl-minimalx86_644.el10_2.4libcurl-minimal-8.12.1-4.el10_2.4.x86_64.rpm

Показывать по

Связанные CVE

Исправления

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

CVSS3: 9.1
ubuntu
2 месяца назад

When reusing a libcurl handle for sequential transfers driven by environment-variable proxy configuration, libcurl fails to clear the proxy authentication state between requests. Specifically, if the initial transfer authenticates against `proxyA` using Digest auth, a subsequent transfer routed through `proxyB` erroneously leaks the `Proxy-Authorization:` header intended solely for `proxyA`.

CVSS3: 7.5
redhat
2 месяца назад

When reusing a libcurl handle for sequential transfers driven by environment-variable proxy configuration, libcurl fails to clear the proxy authentication state between requests. Specifically, if the initial transfer authenticates against `proxyA` using Digest auth, a subsequent transfer routed through `proxyB` erroneously leaks the `Proxy-Authorization:` header intended solely for `proxyA`.

CVSS3: 9.1
nvd
2 месяца назад

When reusing a libcurl handle for sequential transfers driven by environment-variable proxy configuration, libcurl fails to clear the proxy authentication state between requests. Specifically, if the initial transfer authenticates against `proxyA` using Digest auth, a subsequent transfer routed through `proxyB` erroneously leaks the `Proxy-Authorization:` header intended solely for `proxyA`.

CVSS3: 5.3
msrc
2 месяца назад

env-set cross-proxy Digest auth state leak

CVSS3: 9.1
debian
2 месяца назад

When reusing a libcurl handle for sequential transfers driven by envir ...