Логотип exploitDog
bind:"CVE-2023-28322" OR bind:"CVE-2023-38546" OR bind:"CVE-2023-46218"
Консоль
Логотип exploitDog

exploitDog

bind:"CVE-2023-28322" OR bind:"CVE-2023-38546" OR bind:"CVE-2023-46218"

Количество 43

Количество 43

debian логотип

CVE-2023-38546

больше 1 года назад

This flaw allows an attacker to insert cookies at will into a running ...

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

SUSE-SU-2023:2230-1

около 2 лет назад

Security update for curl

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

SUSE-SU-2023:2227-1

около 2 лет назад

Security update for curl

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

SUSE-SU-2023:2224-2

почти 2 года назад

Security update for curl

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

SUSE-SU-2023:2224-1

около 2 лет назад

Security update for curl

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

SUSE-SU-2023:2225-1

около 2 лет назад

Security update for curl

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

ROS-20230621-04

почти 2 года назад

Множественные уязвимости Curl

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

ROS-20240328-11

около 1 года назад

Уязвимость curl

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

GHSA-59mm-6rr4-j9p2

больше 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
EPSS: Низкий
oracle-oval логотип

ELSA-2024-1129

больше 1 года назад

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

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

BDU:2024-02420

больше 1 года назад

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

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

GHSA-x3qx-m3c2-qfhx

больше 1 года назад

This flaw allows an attacker to insert cookies at will into a running program using libcurl, if the specific series of conditions are met. libcurl performs transfers. In its API, an application creates "easy handles" that are the individual handles for single transfers. libcurl provides a function call that duplicates en easy handle called [curl_easy_duphandle](https://curl.se/libcurl/c/curl_easy_duphandle.html). If a transfer has cookies enabled when the handle is duplicated, the cookie-enable state is also cloned - but without cloning the actual cookies. If the source handle did not read any cookies from a specific file on disk, the cloned version of the handle would instead store the file name as `none` (using the four ASCII letters, no quotes). Subsequent use of the cloned handle that does not explicitly set a source to load cookies from would then inadvertently load cookies from a file named `none` - if such a file exists and is readable in the current directory of the prog...

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

BDU:2023-06579

больше 1 года назад

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

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

SUSE-SU-2023:2228-1

около 2 лет назад

Security update for curl

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

SUSE-SU-2023:2226-1

около 2 лет назад

Security update for curl

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

SUSE-SU-2023:4659-1

больше 1 года назад

Security update for curl

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

SUSE-SU-2023:4653-1

больше 1 года назад

Security update for curl

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

SUSE-SU-2023:4044-1

больше 1 года назад

Security update for curl

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

SUSE-SU-2023:4043-1

больше 1 года назад

Security update for curl

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

ROS-20231016-05

больше 1 года назад

Множественные уязвимости curl

CVSS3: 7.5
EPSS: Низкий

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

Уязвимость
CVSS
EPSS
Опубликовано
debian логотип
CVE-2023-38546

This flaw allows an attacker to insert cookies at will into a running ...

CVSS3: 3.7
0%
Низкий
больше 1 года назад
suse-cvrf логотип
SUSE-SU-2023:2230-1

Security update for curl

около 2 лет назад
suse-cvrf логотип
SUSE-SU-2023:2227-1

Security update for curl

около 2 лет назад
suse-cvrf логотип
SUSE-SU-2023:2224-2

Security update for curl

почти 2 года назад
suse-cvrf логотип
SUSE-SU-2023:2224-1

Security update for curl

около 2 лет назад
suse-cvrf логотип
SUSE-SU-2023:2225-1

Security update for curl

около 2 лет назад
redos логотип
ROS-20230621-04

Множественные уязвимости Curl

CVSS3: 7.5
почти 2 года назад
redos логотип
ROS-20240328-11

Уязвимость curl

CVSS3: 6.5
0%
Низкий
около 1 года назад
github логотип
GHSA-59mm-6rr4-j9p2

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
0%
Низкий
больше 1 года назад
oracle-oval логотип
ELSA-2024-1129

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

больше 1 года назад
fstec логотип
BDU:2024-02420

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

CVSS3: 6.5
0%
Низкий
больше 1 года назад
github логотип
GHSA-x3qx-m3c2-qfhx

This flaw allows an attacker to insert cookies at will into a running program using libcurl, if the specific series of conditions are met. libcurl performs transfers. In its API, an application creates "easy handles" that are the individual handles for single transfers. libcurl provides a function call that duplicates en easy handle called [curl_easy_duphandle](https://curl.se/libcurl/c/curl_easy_duphandle.html). If a transfer has cookies enabled when the handle is duplicated, the cookie-enable state is also cloned - but without cloning the actual cookies. If the source handle did not read any cookies from a specific file on disk, the cloned version of the handle would instead store the file name as `none` (using the four ASCII letters, no quotes). Subsequent use of the cloned handle that does not explicitly set a source to load cookies from would then inadvertently load cookies from a file named `none` - if such a file exists and is readable in the current directory of the prog...

CVSS3: 3.7
0%
Низкий
больше 1 года назад
fstec логотип
BDU:2023-06579

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

CVSS3: 3.7
0%
Низкий
больше 1 года назад
suse-cvrf логотип
SUSE-SU-2023:2228-1

Security update for curl

около 2 лет назад
suse-cvrf логотип
SUSE-SU-2023:2226-1

Security update for curl

около 2 лет назад
suse-cvrf логотип
SUSE-SU-2023:4659-1

Security update for curl

больше 1 года назад
suse-cvrf логотип
SUSE-SU-2023:4653-1

Security update for curl

больше 1 года назад
suse-cvrf логотип
SUSE-SU-2023:4044-1

Security update for curl

больше 1 года назад
suse-cvrf логотип
SUSE-SU-2023:4043-1

Security update for curl

больше 1 года назад
redos логотип
ROS-20231016-05

Множественные уязвимости curl

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

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