Lucene search
+L

10902 matches found

OSV
OSV
added 2022/05/11 8:00 a.m.10 views

CURL-CVE-2022-27782 TLS and SSH connection too eager reuse

libcurl would reuse a previously created connection even when a TLS or SSH related option had been changed that should have prohibited reuse. libcurl keeps previously used connections in a connection pool for subsequent transfers to reuse if one of them matches the setup. However, several TLS and...

7.5CVSS7.6AI score0.0293EPSS
SaveExploits1
RedhatCVE
RedhatCVE
added 2022/05/11 7:37 a.m.61 views

CVE-2022-30115

A vulnerability was found in curl. This issue occurs because when using its HTTP Strict Transport SecurityHSTS support, it can instruct curl to use HTTPS directly instead of using an insecure clear text HTTP step even when HTTP is provided in the URL. This flaw leads to a clear text transmission ...

5.3CVSS0.01262EPSS
SaveExploits1References4
Hacker One
Hacker One
added 2022/05/11 7:20 a.m.109 views

Internet Bug Bounty: CVE-2022-27782: TLS and SSH connection too eager reuse

Summary: Curl fails to consider some security related options when reusing TLS connections. For example: TLS CURLOPTSSLOPTIONS CURLOPTPROXYSSLOPTIONS CURLOPTCRLFILE CURLOPTPROXYCRLFILE CURLOPTTLSAUTHTYPE CURLOPTTLSAUTHUSERNAME CURLOPTTLSAUTHPASSWORD CURLOPTPROXYTLSAUTHTYPE...

5CVSS7AI score0.0293EPSS
SaveExploits1
Hacker One
Hacker One
added 2022/05/11 7:11 a.m.81 views

Internet Bug Bounty: CVE-2022-27778: curl removes wrong file on error

Summary: Curl command has a logic flaw that results in removal of a wrong file when combining --no-clobber and --remove-on-error if the target file name exists and an error occurs. Steps To Reproduce: 1. echo "important file" foo 2. echo -ne "HTTP/1.1 200 OK\r\nContent-Length: 666\r\n\r\nHello\n"...

5.8CVSS7.8AI score0.03808EPSS
SaveExploits1
Hacker One
Hacker One
added 2022/05/11 7:10 a.m.66 views

Internet Bug Bounty: CVE-2022-30115: HSTS bypass via trailing dot

Advisory: https://curl.se/docs/CVE-2022-30115.html Original Report: https://hackerone.com/reports/1557449 Impact HSTS bypass...

4CVSS6.3AI score0.01262EPSS
SaveExploits1
UbuntuCve
UbuntuCve
added 2022/05/11 12:00 a.m.52 views

CVE-2022-27780

The curl URL parser wrongly accepts percent-encoded URL separators like '/'when decoding the host name part of a URL, making it a different URL usingthe wrong host name when it is later retrieved.For example, a URL like http://example.com%2F127.0.0.1/, would be allowed bythe parser and get...

7.5CVSS6.8AI score0.02469EPSS
SaveExploits1References3
CNNVD
CNNVD
added 2022/05/11 12:00 a.m.6 views

curl 代码问题漏洞

curl is a tool used to transfer data from or to a server. A code issue vulnerability exists in curl, which arises from the URL parser incorrectly accepting percentage-encoded URL separators when decoding the hostname portion of a URL...

7.5CVSS6.9AI score0.02469EPSS
SaveExploits1References15
CNNVD
CNNVD
added 2022/05/11 12:00 a.m.5 views

curl 安全漏洞

curl is a tool used to transfer data from and to servers. curl versions 7.82.0 to 7.83.1 are vulnerable to an information disclosure vulnerability that stems from the fact that libcurl incorrectly allows cookies to be set for top-level domains TLDs if the hostname has a trailing dot, which can te...

5.3CVSS6.8AI score0.02725EPSS
SaveExploits1References11
CNNVD
CNNVD
added 2022/05/11 12:00 a.m.7 views

curl 安全漏洞

curl is a tool for transferring data from or to a server. A security vulnerability exists in curl versions 7.82.0 through 7.83.0, which stems from the fact that curl's HSTS checks can be bypassed, allowing it to continue using the HTTP protocol...

4.3CVSS6.5AI score0.01262EPSS
SaveExploits1References13
FreeBSD
FreeBSD
added 2022/05/11 12:00 a.m.105 views

curl -- Multiple vulnerabilities

The curl project reports: CVE-2022-27778: curl removes wrong file on error CVE-2022-27779: cookie for trailing dot TLD CVE-2022-27780: percent-encoded path separator in URL host CVE-2022-27781: CERTINFO never-ending busy-loop CVE-2022-27782: TLS and SSH connection too eager reuse CVE-2022-30115:...

8.1CVSS1.1AI score0.03808EPSS
SaveExploits6References1
UbuntuCve
UbuntuCve
added 2022/05/11 12:00 a.m.47 views

CVE-2022-27778

A use of incorrectly resolved name vulnerability fixed in 7.83.1 might remove the wrong file when --no-clobber is used together with --remove-on-error...

8.1CVSS6.7AI score0.03808EPSS
SaveExploits1References2
UbuntuCve
UbuntuCve
added 2022/05/11 12:00 a.m.38 views

CVE-2022-30115

Using its HSTS support, curl can be instructed to use HTTPS directly insteadof using an insecure clear-text HTTP step even when HTTP is provided in theURL. This mechanism could be bypassed if the host name in the given URL used atrailing dot while not using one when it built the HSTS cache. Or th...

4.3CVSS6.7AI score0.01262EPSS
SaveExploits1References3
CNNVD
CNNVD
added 2022/05/11 12:00 a.m.4 views

curl 安全漏洞

curl is a tool used to transfer data from or to a server. curl suffers from a denial of service vulnerability that stems from not properly handling incoming error messages, which can be exploited by attackers to cause a denial of service of the application...

7.5CVSS7.3AI score0.02747EPSS
SaveExploits1References23
CNNVD
CNNVD
added 2022/05/11 12:00 a.m.14 views

curl 安全漏洞

curl is a tool for transferring data from or to a server. A security vulnerability exists in curl version 7.83.0, which stems from the possibility that the curl command-line tool may mistakenly delete files when --no-clobber is used in conjunction with --remove-on-error. A remote attacker can use...

8.1CVSS6.4AI score0.03808EPSS
SaveExploits1References12
OSV
OSV
added 2022/05/11 12:00 a.m.9 views

UBUNTU-CVE-2022-27780

The curl URL parser wrongly accepts percent-encoded URL separators like '/'when decoding the host name part of a URL, making it a different URL usingthe wrong host name when it is later retrieved.For example, a URL like http://example.com%2F127.0.0.1/, would be allowed bythe parser and get...

7.5CVSS6.8AI score0.02469EPSS
SaveExploits1References4
CNNVD
CNNVD
added 2022/05/11 12:00 a.m.4 views

curl 信任管理问题漏洞

curl is a tool used to transfer data from or to a server. A trust management issue vulnerability exists in curl, which can be exploited by an attacker to gain access to sensitive information...

7.5CVSS6.7AI score0.0293EPSS
SaveExploits1References39
Tenable Nessus
Tenable Nessus
added 2022/05/11 12:00 a.m.65 views

Ubuntu 18.04 LTS / 20.04 LTS / 22.04 LTS : curl vulnerabilities (USN-5412-1)

The remote Ubuntu 18.04 LTS / 20.04 LTS / 22.04 LTS host has packages installed that are affected by multiple vulnerabilities as referenced in the USN-5412-1 advisory. Axel Chong discovered that curl incorrectly handled percent-encoded URL separators. A remote attacker could possibly use this iss...

7.5CVSS6.7AI score0.0293EPSS
SaveExploits3References4
OpenVAS
OpenVAS
added 2022/05/09 12:00 a.m.30 views

Huawei EulerOS: Security Advisory for curl (EulerOS-SA-2022-1688)

The remote host is missing an update for the Huawei EulerOS SPDX-FileCopyrightText: 2022 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

4.3CVSS6.5AI score0.03898EPSS
SaveExploits0References2
OpenVAS
OpenVAS
added 2022/05/08 12:00 a.m.31 views

Fedora: Security Advisory for grpcurl (FEDORA-2022-08ae2dd481)

The remote host is missing an update for the Copyright C 2022 Greenbone Networks GmbH Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-or-later This program is free software; you can...

7.5CVSS10AI score0.03931EPSS
SaveExploits0References2
OpenVAS
OpenVAS
added 2022/05/08 12:00 a.m.50 views

Fedora: Security Advisory for curl (FEDORA-2022-3517572083)

The remote host is missing an update for the Copyright C 2022 Greenbone Networks GmbH Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-or-later This program is free software; you can...

8.1CVSS7.3AI score0.03777EPSS
SaveExploits4References2
Rows per page
Query Builder