Lucene search
+L

10793 matches found

RedhatCVE
RedhatCVE
added 2022/05/11 8:01 a.m.67 views

CVE-2022-27781

A vulnerability was found in curl. This issue occurs due to an erroneous function. A malicious server could make curl within Network Security Services NSS get stuck in a never-ending busy loop when trying to retrieve that information. This flaw allows an Infinite Loop, affecting system availabili...

7.5CVSS3.2AI score0.02747EPSS
SaveExploits1References4
RedhatCVE
RedhatCVE
added 2022/05/11 8:01 a.m.59 views

CVE-2022-27780

A vulnerability was found in curl. This issue occurs because the curl URL parser wrongly accepts percent-encoded URL separators like '/' when decoding the hostname part of a URL, making it a different URL using the wrong hostname when it is later retrieved. This flaw allows a malicious actor to...

7.5CVSS2.9AI score0.02469EPSS
SaveExploits1References4
RedhatCVE
RedhatCVE
added 2022/05/11 8:01 a.m.50 views

CVE-2022-27779

A vulnerability was found in curl. The issue occurs because curl wrongly allows HTTP cookies to be set for Top Level Domains TLDs if the hostname is provided with a trailing dot. This flaw allows arbitrary sites to set cookies that get sent to a different and unrelated site or domain by a malicio...

5.3CVSS2.1AI score0.02725EPSS
SaveExploits1References4
RedhatCVE
RedhatCVE
added 2022/05/11 8:01 a.m.56 views

CVE-2022-27778

A vulnerability was found in curl. The issue occurs when removing the wrong file when "--no-clobber" is used together with "--remove-on-error." This flaw leads to removing files by mistake or by a malicious actor. Mitigation Do not use "--no-clobber" with "--remove-on-error"...

8.1CVSS7.6AI score0.03808EPSS
SaveExploits1References4
OSV
OSV
added 2022/05/11 8:00 a.m.10 views

CURL-CVE-2022-30115 HSTS bypass via trailing dot

curl's HSTS check could be bypassed to trick it to keep using HTTP. Using its HSTS support, curl can be instructed to use HTTPS directly instead of using an insecure clear-text HTTP step even when HTTP is provided in the URL. This mechanism could be bypassed if the hostname in the given URL used ...

4.3CVSS4.5AI score0.01262EPSS
SaveExploits1
curl security advisories
curl security advisories
added 2022/05/11 8:00 a.m.15 views

HSTS bypass via trailing dot

curl's HSTS check could be bypassed to trick it to keep using HTTP. Using its HSTS support, curl can be instructed to use HTTPS directly instead of using an insecure clear-text HTTP step even when HTTP is provided in the URL. This mechanism could be bypassed if the hostname in the given URL used ...

4.3CVSS6.4AI score0.01262EPSS
SaveExploits1References1Affected Software2
curl security advisories
curl security advisories
added 2022/05/11 8:00 a.m.15 views

percent-encoded path separator in URL host

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

7.5CVSS6.7AI score0.02469EPSS
SaveExploits1References1Affected Software2
OSV
OSV
added 2022/05/11 8:00 a.m.11 views

CURL-CVE-2022-27780 percent-encoded path separator in URL host

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

7.5CVSS7.3AI score0.02469EPSS
SaveExploits1
OSV
OSV
added 2022/05/11 8:00 a.m.10 views

CURL-CVE-2022-27779 cookie for trailing dot TLD

libcurl wrongly allows HTTP cookies to be set for Top Level Domains TLDs if the hostname is provided with a trailing dot. curl can be told to receive and send cookies when communicating using HTTPS. curl's "cookie engine" can be built with or without Public Suffix List awareness. If PSL support n...

5.3CVSS5.2AI score0.02725EPSS
SaveExploits1
OSV
OSV
added 2022/05/11 8:00 a.m.10 views

CURL-CVE-2022-27778 curl removes wrong file on error

curl might remove the wrong file when --no-clobber is used together with --remove-on-error. The --remove-on-error option tells curl to remove the output file when it returns an error, and not leave a partial file behind. The --no-clobber option prevents curl from overwriting a file if it already...

8.1CVSS7.8AI score0.03808EPSS
SaveExploits1
curl security advisories
curl security advisories
added 2022/05/11 8:00 a.m.18 views

curl removes wrong file on error

curl might remove the wrong file when --no-clobber is used together with --remove-on-error. The --remove-on-error option tells curl to remove the output file when it returns an error, and not leave a partial file behind. The --no-clobber option prevents curl from overwriting a file if it already...

8.1CVSS6.2AI score0.03808EPSS
SaveExploits1References1Affected Software2
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.60 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.104 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.79 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.64 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.51 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 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
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
Rows per page
Query Builder