CVE-2022-31799
- EPSS 0.32%
- Veröffentlicht 02.06.2022 14:15:58
- Zuletzt bearbeitet 21.11.2024 07:05:21
Bottle before 0.12.20 mishandles errors during early request binding.
CVE-2022-27781
- EPSS 0.08%
- Veröffentlicht 02.06.2022 14:15:44
- Zuletzt bearbeitet 21.11.2024 06:56:10
libcurl provides the `CURLOPT_CERTINFO` option to allow applications torequest details to be returned about a server's certificate chain.Due to an erroneous function, a malicious server could make libcurl built withNSS get stuck in a never-ending bus...
CVE-2022-27782
- EPSS 0.47%
- Veröffentlicht 02.06.2022 14:15:44
- Zuletzt bearbeitet 21.11.2024 06:56:10
libcurl would reuse a previously created connection even when a TLS or SSHrelated option had been changed that should have prohibited reuse.libcurl keeps previously used connections in a connection pool for subsequenttransfers to reuse if one of them...
CVE-2022-27774
- EPSS 0.31%
- Veröffentlicht 02.06.2022 14:15:43
- Zuletzt bearbeitet 21.11.2024 06:56:09
An insufficiently protected credentials vulnerability exists in curl 4.9 to and include curl 7.82.0 are affected that could allow an attacker to extract credentials when follows HTTP(S) redirects is used with authentication could leak credentials to ...
CVE-2022-27775
- EPSS 0.15%
- Veröffentlicht 02.06.2022 14:15:43
- Zuletzt bearbeitet 21.11.2024 06:56:09
An information disclosure vulnerability exists in curl 7.65.0 to 7.82.0 are vulnerable that by using an IPv6 address that was in the connection pool but with a different zone id it could reuse a connection instead.
CVE-2022-27776
- EPSS 0.68%
- Veröffentlicht 02.06.2022 14:15:43
- Zuletzt bearbeitet 21.11.2024 06:56:09
A insufficiently protected credentials vulnerability in fixed in curl 7.83.0 might leak authentication or cookie header data on HTTP redirects to the same host but another port number.
CVE-2022-26491
- EPSS 1.2%
- Veröffentlicht 02.06.2022 14:15:40
- Zuletzt bearbeitet 21.11.2024 06:54:02
An issue was discovered in Pidgin before 2.14.9. A remote attacker who can spoof DNS responses can redirect a client connection to a malicious server. The client will perform TLS certificate verification of the malicious domain name instead of the or...
CVE-2022-1968
- EPSS 0.18%
- Veröffentlicht 02.06.2022 14:15:34
- Zuletzt bearbeitet 21.11.2024 06:41:51
Use After Free in GitHub repository vim/vim prior to 8.2.
CVE-2022-1789
- EPSS 0.02%
- Veröffentlicht 02.06.2022 14:15:33
- Zuletzt bearbeitet 21.11.2024 06:41:28
With shadow paging enabled, the INVPCID instruction results in a call to kvm_mmu_invpcid_gva. If INVPCID is executed with CR0.PG=0, the invlpg callback is not set and the result is a NULL pointer dereference.
CVE-2022-1419
- EPSS 0.07%
- Veröffentlicht 02.06.2022 14:15:32
- Zuletzt bearbeitet 21.11.2024 06:40:41
The root cause of this vulnerability is that the ioctl$DRM_IOCTL_MODE_DESTROY_DUMB can decrease refcount of *drm_vgem_gem_object *(created in *vgem_gem_dumb_create*) concurrently, and *vgem_gem_dumb_create *will access the freed drm_vgem_gem_object.