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

exploitDog

Количество 46

Количество 46

rocky логотип

RLSA-2026:55439

29 дней назад

Important: curl security update

EPSS: Низкий
oracle-oval логотип

ELSA-2026-55439

29 дней назад

ELSA-2026-55439: curl security update (IMPORTANT)

EPSS: Низкий
oracle-oval логотип

ELSA-2026-55450

29 дней назад

ELSA-2026-55450: curl security update (IMPORTANT)

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2026:0921-1

6 месяцев назад

Security update for curl

EPSS: Низкий
suse-cvrf логотип

openSUSE-SU-2026:20404-1

6 месяцев назад

Security update for curl

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2026:0911-1

6 месяцев назад

Security update for curl

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2026:0903-1

6 месяцев назад

Security update for curl

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2026:0885-1

6 месяцев назад

Security update for curl

EPSS: Низкий
ubuntu логотип

CVE-2026-1965

6 месяцев назад

libcurl can in some circumstances reuse the wrong connection when asked to do an Negotiate-authenticated HTTP or HTTPS request. libcurl features a pool of recent connections so that subsequent requests can reuse an existing connection to avoid overhead. When reusing a connection a range of criterion must first be met. Due to a logical error in the code, a request that was issued by an application could wrongfully reuse an existing connection to the same server that was authenticated using different credentials. One underlying reason being that Negotiate sometimes authenticates *connections* and not *requests*, contrary to how HTTP is designed to work. An application that allows Negotiate authentication to a server (that responds wanting Negotiate) with `user1:password1` and then does another operation to the same server also using Negotiate but with `user2:password2` (while the previous connection is still alive) - the second request wrongly reused the same connection and since it t...

CVSS3: 6.5
EPSS: Низкий
redhat логотип

CVE-2026-1965

6 месяцев назад

libcurl can in some circumstances reuse the wrong connection when asked to do an Negotiate-authenticated HTTP or HTTPS request. libcurl features a pool of recent connections so that subsequent requests can reuse an existing connection to avoid overhead. When reusing a connection a range of criterion must first be met. Due to a logical error in the code, a request that was issued by an application could wrongfully reuse an existing connection to the same server that was authenticated using different credentials. One underlying reason being that Negotiate sometimes authenticates *connections* and not *requests*, contrary to how HTTP is designed to work. An application that allows Negotiate authentication to a server (that responds wanting Negotiate) with `user1:password1` and then does another operation to the same server also using Negotiate but with `user2:password2` (while the previous connection is still alive) - the second request wrongly reused the same connection and since it t...

CVSS3: 6.8
EPSS: Низкий
nvd логотип

CVE-2026-1965

6 месяцев назад

libcurl can in some circumstances reuse the wrong connection when asked to do an Negotiate-authenticated HTTP or HTTPS request. libcurl features a pool of recent connections so that subsequent requests can reuse an existing connection to avoid overhead. When reusing a connection a range of criterion must first be met. Due to a logical error in the code, a request that was issued by an application could wrongfully reuse an existing connection to the same server that was authenticated using different credentials. One underlying reason being that Negotiate sometimes authenticates *connections* and not *requests*, contrary to how HTTP is designed to work. An application that allows Negotiate authentication to a server (that responds wanting Negotiate) with `user1:password1` and then does another operation to the same server also using Negotiate but with `user2:password2` (while the previous connection is still alive) - the second request wrongly reused the same connection and since it t

CVSS3: 6.5
EPSS: Низкий
msrc логотип

CVE-2026-1965

6 месяцев назад

bad reuse of HTTP Negotiate connection

CVSS3: 6.5
EPSS: Низкий
debian логотип

CVE-2026-1965

6 месяцев назад

libcurl can in some circumstances reuse the wrong connection when aske ...

CVSS3: 6.5
EPSS: Низкий
redos логотип

ROS-20260410-80-0013

5 месяцев назад

Уязвимость curl

CVSS3: 6.5
EPSS: Низкий
github логотип

GHSA-q9qg-g2c3-3hr2

6 месяцев назад

libcurl can in some circumstances reuse the wrong connection when asked to do an Negotiate-authenticated HTTP or HTTPS request. libcurl features a pool of recent connections so that subsequent requests can reuse an existing connection to avoid overhead. When reusing a connection a range of criterion must first be met. Due to a logical error in the code, a request that was issued by an application could wrongfully reuse an existing connection to the same server that was authenticated using different credentials. One underlying reason being that Negotiate sometimes authenticates *connections* and not *requests*, contrary to how HTTP is designed to work. An application that allows Negotiate authentication to a server (that responds wanting Negotiate) with `user1:password1` and then does another operation to the same server also using Negotiate but with `user2:password2` (while the previous connection is still alive) - the second request wrongly reused the same connection and since i...

CVSS3: 6.5
EPSS: Низкий
fstec логотип

BDU:2026-07148

6 месяцев назад

Уязвимость программного средства для взаимодействия с серверами cURL, связанная с обходом аутентификации в силу исходной ошибки, позволяющая нарушителю повысить свои привилегии

CVSS3: 6.5
EPSS: Низкий
redos логотип

ROS-20260410-73-0016

5 месяцев назад

Уязвимость curl

CVSS3: 6.5
EPSS: Низкий
ubuntu логотип

CVE-2026-3783

6 месяцев назад

When an OAuth2 bearer token is used for an HTTP(S) transfer, and that transfer performs a redirect to a second URL, curl could leak that token to the second hostname under some circumstances. If the hostname that the first request is redirected to has information in the used .netrc file, with either of the `machine` or `default` keywords, curl would pass on the bearer token set for the first host also to the second one.

CVSS3: 5.3
EPSS: Низкий
redhat логотип

CVE-2026-3783

6 месяцев назад

When an OAuth2 bearer token is used for an HTTP(S) transfer, and that transfer performs a redirect to a second URL, curl could leak that token to the second hostname under some circumstances. If the hostname that the first request is redirected to has information in the used .netrc file, with either of the `machine` or `default` keywords, curl would pass on the bearer token set for the first host also to the second one.

CVSS3: 5.7
EPSS: Низкий
nvd логотип

CVE-2026-3783

6 месяцев назад

When an OAuth2 bearer token is used for an HTTP(S) transfer, and that transfer performs a redirect to a second URL, curl could leak that token to the second hostname under some circumstances. If the hostname that the first request is redirected to has information in the used .netrc file, with either of the `machine` or `default` keywords, curl would pass on the bearer token set for the first host also to the second one.

CVSS3: 5.3
EPSS: Низкий

Уязвимостей на страницу

Уязвимость
CVSS
EPSS
Опубликовано
rocky логотип
RLSA-2026:55439

Important: curl security update

29 дней назад
oracle-oval логотип
ELSA-2026-55439

ELSA-2026-55439: curl security update (IMPORTANT)

29 дней назад
oracle-oval логотип
ELSA-2026-55450

ELSA-2026-55450: curl security update (IMPORTANT)

29 дней назад
suse-cvrf логотип
SUSE-SU-2026:0921-1

Security update for curl

6 месяцев назад
suse-cvrf логотип
openSUSE-SU-2026:20404-1

Security update for curl

6 месяцев назад
suse-cvrf логотип
SUSE-SU-2026:0911-1

Security update for curl

6 месяцев назад
suse-cvrf логотип
SUSE-SU-2026:0903-1

Security update for curl

6 месяцев назад
suse-cvrf логотип
SUSE-SU-2026:0885-1

Security update for curl

6 месяцев назад
ubuntu логотип
CVE-2026-1965

libcurl can in some circumstances reuse the wrong connection when asked to do an Negotiate-authenticated HTTP or HTTPS request. libcurl features a pool of recent connections so that subsequent requests can reuse an existing connection to avoid overhead. When reusing a connection a range of criterion must first be met. Due to a logical error in the code, a request that was issued by an application could wrongfully reuse an existing connection to the same server that was authenticated using different credentials. One underlying reason being that Negotiate sometimes authenticates *connections* and not *requests*, contrary to how HTTP is designed to work. An application that allows Negotiate authentication to a server (that responds wanting Negotiate) with `user1:password1` and then does another operation to the same server also using Negotiate but with `user2:password2` (while the previous connection is still alive) - the second request wrongly reused the same connection and since it t...

CVSS3: 6.5
0%
Низкий
6 месяцев назад
redhat логотип
CVE-2026-1965

libcurl can in some circumstances reuse the wrong connection when asked to do an Negotiate-authenticated HTTP or HTTPS request. libcurl features a pool of recent connections so that subsequent requests can reuse an existing connection to avoid overhead. When reusing a connection a range of criterion must first be met. Due to a logical error in the code, a request that was issued by an application could wrongfully reuse an existing connection to the same server that was authenticated using different credentials. One underlying reason being that Negotiate sometimes authenticates *connections* and not *requests*, contrary to how HTTP is designed to work. An application that allows Negotiate authentication to a server (that responds wanting Negotiate) with `user1:password1` and then does another operation to the same server also using Negotiate but with `user2:password2` (while the previous connection is still alive) - the second request wrongly reused the same connection and since it t...

CVSS3: 6.8
0%
Низкий
6 месяцев назад
nvd логотип
CVE-2026-1965

libcurl can in some circumstances reuse the wrong connection when asked to do an Negotiate-authenticated HTTP or HTTPS request. libcurl features a pool of recent connections so that subsequent requests can reuse an existing connection to avoid overhead. When reusing a connection a range of criterion must first be met. Due to a logical error in the code, a request that was issued by an application could wrongfully reuse an existing connection to the same server that was authenticated using different credentials. One underlying reason being that Negotiate sometimes authenticates *connections* and not *requests*, contrary to how HTTP is designed to work. An application that allows Negotiate authentication to a server (that responds wanting Negotiate) with `user1:password1` and then does another operation to the same server also using Negotiate but with `user2:password2` (while the previous connection is still alive) - the second request wrongly reused the same connection and since it t

CVSS3: 6.5
0%
Низкий
6 месяцев назад
msrc логотип
CVE-2026-1965

bad reuse of HTTP Negotiate connection

CVSS3: 6.5
0%
Низкий
6 месяцев назад
debian логотип
CVE-2026-1965

libcurl can in some circumstances reuse the wrong connection when aske ...

CVSS3: 6.5
0%
Низкий
6 месяцев назад
redos логотип
ROS-20260410-80-0013

Уязвимость curl

CVSS3: 6.5
0%
Низкий
5 месяцев назад
github логотип
GHSA-q9qg-g2c3-3hr2

libcurl can in some circumstances reuse the wrong connection when asked to do an Negotiate-authenticated HTTP or HTTPS request. libcurl features a pool of recent connections so that subsequent requests can reuse an existing connection to avoid overhead. When reusing a connection a range of criterion must first be met. Due to a logical error in the code, a request that was issued by an application could wrongfully reuse an existing connection to the same server that was authenticated using different credentials. One underlying reason being that Negotiate sometimes authenticates *connections* and not *requests*, contrary to how HTTP is designed to work. An application that allows Negotiate authentication to a server (that responds wanting Negotiate) with `user1:password1` and then does another operation to the same server also using Negotiate but with `user2:password2` (while the previous connection is still alive) - the second request wrongly reused the same connection and since i...

CVSS3: 6.5
0%
Низкий
6 месяцев назад
fstec логотип
BDU:2026-07148

Уязвимость программного средства для взаимодействия с серверами cURL, связанная с обходом аутентификации в силу исходной ошибки, позволяющая нарушителю повысить свои привилегии

CVSS3: 6.5
0%
Низкий
6 месяцев назад
redos логотип
ROS-20260410-73-0016

Уязвимость curl

CVSS3: 6.5
0%
Низкий
5 месяцев назад
ubuntu логотип
CVE-2026-3783

When an OAuth2 bearer token is used for an HTTP(S) transfer, and that transfer performs a redirect to a second URL, curl could leak that token to the second hostname under some circumstances. If the hostname that the first request is redirected to has information in the used .netrc file, with either of the `machine` or `default` keywords, curl would pass on the bearer token set for the first host also to the second one.

CVSS3: 5.3
0%
Низкий
6 месяцев назад
redhat логотип
CVE-2026-3783

When an OAuth2 bearer token is used for an HTTP(S) transfer, and that transfer performs a redirect to a second URL, curl could leak that token to the second hostname under some circumstances. If the hostname that the first request is redirected to has information in the used .netrc file, with either of the `machine` or `default` keywords, curl would pass on the bearer token set for the first host also to the second one.

CVSS3: 5.7
0%
Низкий
6 месяцев назад
nvd логотип
CVE-2026-3783

When an OAuth2 bearer token is used for an HTTP(S) transfer, and that transfer performs a redirect to a second URL, curl could leak that token to the second hostname under some circumstances. If the hostname that the first request is redirected to has information in the used .netrc file, with either of the `machine` or `default` keywords, curl would pass on the bearer token set for the first host also to the second one.

CVSS3: 5.3
0%
Низкий
6 месяцев назад

Уязвимостей на страницу