Lucene search
+L

10786 matches found

OSV
OSV
added 2022/10/26 5:28 p.m.7 views

USN-5702-1 curl vulnerabilities

Robby Simpson discovered that curl incorrectly handled certain POST operations after PUT operations. This issue could cause applications using curl to send the wrong data, perform incorrect memory operations, or crash. CVE-2022-32221 Hiroki Kurosawa discovered that curl incorrectly handled parsin...

9.8CVSS7AI score0.04325EPSS
SaveExploits2References5
RedhatCVE
RedhatCVE
added 2022/10/26 5:23 p.m.116 views

CVE-2022-35260

A vulnerability was found in curl. The issue occurs when curl is told to parse a .netrc file for credentials. If that file ends in a line with consecutive non-white space letters and no newline, curl could read past the end of the stack-based buffer, and if the read works, it can write a zero byt...

5.3CVSS7.6AI score0.01761EPSS
SaveExploits1References4
RedhatCVE
RedhatCVE
added 2022/10/26 2:53 p.m.71 views

CVE-2022-42916

A vulnerability was found in curl. The issue occurs because curl's HSTS check can be bypassed to trick it to keep using HTTP. Using its HSTS 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 mechanism...

7.5CVSS8.4AI score0.01809EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2022/10/26 2:53 p.m.64 views

CVE-2022-42915

A vulnerability was found in curl. The issue occurs if curl is told to use an HTTP proxy for a transfer with a non-HTTPS URL. It sets up the connection to the remote server by issuing a CONNECT request to the proxy and then tunnels the rest of the protocol through. An HTTP proxy might refuse this...

7.5CVSS8.9AI score0.03136EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2022/10/26 2:23 p.m.262 views

CVE-2022-32221

A vulnerability was found in curl. The issue occurs when doing HTTPS transfers, where curl might erroneously use the read callback CURLOPTREADFUNCTION to ask for data to send, even when the CURLOPTPOSTFIELDS option has been set if it previously used the same handle to issue a PUT request which us...

4.8CVSS8.6AI score0.04325EPSS
SaveExploits1References4
OSV
OSV
added 2022/10/26 10:21 a.m.4 views

SUSE-SU-2022:3774-1 Security update for curl

This update for curl fixes the following issues: - CVE-2022-32221: Fixed POST following PUT confusion bsc1204383. - CVE-2022-35252: Fixed a potential injection of control characters into cookies bsc1202593...

9.8CVSS7.1AI score0.04325EPSS
SaveExploits2References5
OSV
OSV
added 2022/10/26 10:19 a.m.3 views

SUSE-SU-2022:3773-1 Security update for curl

This update for curl fixes the following issues: - CVE-2022-32221: Fixed POST following PUT confusion bsc1204383...

9.8CVSS9.5AI score0.04325EPSS
SaveExploits1References3
OSV
OSV
added 2022/10/26 10:18 a.m.5 views

SUSE-SU-2022:3772-1 Security update for curl

This update for curl fixes the following issues: - CVE-2022-35252: Fixed a potential injection of control characters into cookies bsc1202593. - CVE-2022-32221: Fixed POST following PUT confusion bsc1204383...

9.8CVSS7.1AI score0.04325EPSS
SaveExploits2References5
OSV
OSV
added 2022/10/26 10:17 a.m.5 views

SUSE-SU-2022:3770-1 Security update for curl

This update for curl fixes the following issues: - CVE-2022-32221: Fixed POST following PUT confusion bsc1204383...

9.8CVSS9.5AI score0.04325EPSS
SaveExploits1References3
OSV
OSV
added 2022/10/26 10:17 a.m.5 views

SUSE-SU-2022:3769-1 Security update for curl

This update for curl fixes the following issues: - CVE-2022-32221: Fixed POST following PUT confusion bsc1204383...

9.8CVSS9.5AI score0.04325EPSS
SaveExploits1References3
OSV
OSV
added 2022/10/26 8:00 a.m.64 views

CURL-CVE-2022-42916 HSTS bypass via IDN

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 uses...

7.5CVSS8.5AI score0.01809EPSS
SaveExploits0
curl security advisories
curl security advisories
added 2022/10/26 8:00 a.m.48 views

HSTS bypass via IDN

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 uses...

7.5CVSS7.1AI score0.01809EPSS
SaveExploits0References1Affected Software2
OSV
OSV
added 2022/10/26 8:00 a.m.36 views

CURL-CVE-2022-42915 HTTP proxy double free

If curl is told to use an HTTP proxy for a transfer with a non-HTTPS URL, it sets up the connection to the remote server by issuing a CONNECT request to the proxy, and then tunnels the rest of protocol through. An HTTP proxy might refuse this request HTTP proxies often only allow outgoing...

8.1CVSS8.7AI score0.03136EPSS
SaveExploits0
curl security advisories
curl security advisories
added 2022/10/26 8:00 a.m.17 views

.netrc parser out-of-bounds access

curl can be told to parse a .netrc file for credentials. If that file ends in a line with consecutive non-white space letters and no newline, curl could read past the end of the stack-based buffer, and if the read works, write a zero byte possibly beyond its boundary. This does in most cases caus...

6.5CVSS7.3AI score0.01761EPSS
SaveExploits1References1Affected Software2
curl security advisories
curl security advisories
added 2022/10/26 8:00 a.m.17 views

HTTP proxy double free

If curl is told to use an HTTP proxy for a transfer with a non-HTTPS URL, it sets up the connection to the remote server by issuing a CONNECT request to the proxy, and then tunnels the rest of protocol through. An HTTP proxy might refuse this request HTTP proxies often only allow outgoing...

8.1CVSS7.2AI score0.03136EPSS
SaveExploits0References1Affected Software2
UbuntuCve
UbuntuCve
added 2022/10/26 7:00 a.m.50 views

CVE-2022-42915

curl before 7.86.0 has a double free. If curl is told to use an HTTP proxy for a transfer with a non-HTTPS URL, it sets up the connection to the remote server by issuing a CONNECT request to the proxy, and then tunnels the rest of the protocol through. An HTTP proxy might refuse this request HTTP...

8.1CVSS6.9AI score0.03136EPSS
SaveExploits0References3
OSV
OSV
added 2022/10/26 7:00 a.m.7 views

UBUNTU-CVE-2022-42916

In curl before 7.86.0, the HSTS check could be bypassed to trick it into staying with HTTP. Using its HSTS support, curl can be instructed to use HTTPS directly instead of using an insecure cleartext HTTP step even when HTTP is provided in the URL. This mechanism could be bypassed if the host nam...

7.5CVSS6.8AI score0.01809EPSS
SaveExploits0References4
OSV
OSV
added 2022/10/26 7:00 a.m.8 views

UBUNTU-CVE-2022-42915

curl before 7.86.0 has a double free. If curl is told to use an HTTP proxy for a transfer with a non-HTTPS URL, it sets up the connection to the remote server by issuing a CONNECT request to the proxy, and then tunnels the rest of the protocol through. An HTTP proxy might refuse this request HTTP...

8.1CVSS6.8AI score0.03136EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2022/10/26 7:00 a.m.54 views

CVE-2022-42916

In curl before 7.86.0, the HSTS check could be bypassed to trick it into staying with HTTP. Using its HSTS support, curl can be instructed to use HTTPS directly instead of using an insecure cleartext HTTP step even when HTTP is provided in the URL. This mechanism could be bypassed if the host nam...

7.5CVSS6.8AI score0.01809EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2022/10/26 7:00 a.m.36 views

CVE-2022-35260

curl can be told to parse a .netrc file for credentials. If that file endsin a line with 4095 consecutive non-white space letters and no newline, curlwould first read past the end of the stack-based buffer, and if the readworks, write a zero byte beyond its boundary.This will in most cases cause ...

6.5CVSS6.9AI score0.01761EPSS
SaveExploits1References3
Rows per page
Query Builder