CVE-2020-14374
- EPSS 0.17%
- Veröffentlicht 30.09.2020 20:15:14
- Zuletzt bearbeitet 21.11.2024 05:03:07
A flaw was found in dpdk in versions before 18.11.10 and before 19.11.5. A flawed bounds checking in the copy_data function leads to a buffer overflow allowing an attacker in a virtual machine to write arbitrary data to any address in the vhost_crypt...
CVE-2020-14375
- EPSS 0.05%
- Veröffentlicht 30.09.2020 19:15:12
- Zuletzt bearbeitet 21.11.2024 05:03:07
A flaw was found in dpdk in versions before 18.11.10 and before 19.11.5. Virtio ring descriptors, and the data they describe are in a region of memory accessible by from both the virtual machine and the host. An attacker in a VM can change the conten...
CVE-2020-14376
- EPSS 0.09%
- Veröffentlicht 30.09.2020 19:15:12
- Zuletzt bearbeitet 21.11.2024 05:03:07
A flaw was found in dpdk in versions before 18.11.10 and before 19.11.5. A lack of bounds checking when copying iv_data from the VM guest memory into host memory can lead to a large buffer overflow. The highest threat from this vulnerability is to da...
CVE-2020-14377
- EPSS 0.06%
- Veröffentlicht 30.09.2020 19:15:12
- Zuletzt bearbeitet 21.11.2024 05:03:07
A flaw was found in dpdk in versions before 18.11.10 and before 19.11.5. A complete lack of validation of attacker-controlled parameters can lead to a buffer over read. The results of the over read are then written back to the guest virtual machine m...
CVE-2020-14378
- EPSS 0.08%
- Veröffentlicht 30.09.2020 19:15:12
- Zuletzt bearbeitet 21.11.2024 05:03:07
An integer underflow in dpdk versions before 18.11.10 and before 19.11.5 in the `move_desc` function can lead to large amounts of CPU cycles being eaten up in a long running loop. An attacker could cause `move_desc` to get stuck in a 4,294,967,295-co...
CVE-2020-26137
- EPSS 0.24%
- Veröffentlicht 30.09.2020 18:15:26
- Zuletzt bearbeitet 21.11.2024 05:19:19
urllib3 before 1.25.9 allows CRLF injection if the attacker controls the HTTP request method, as demonstrated by inserting CR and LF control characters in the first argument of putrequest(). NOTE: this is similar to CVE-2020-26116.
CVE-2020-26116
- EPSS 0.58%
- Veröffentlicht 27.09.2020 04:15:11
- Zuletzt bearbeitet 21.11.2024 05:19:16
http.client in Python 3.x before 3.5.10, 3.6.x before 3.6.12, 3.7.x before 3.7.9, and 3.8.x before 3.8.5 allows CRLF injection if the attacker controls the HTTP request method, as demonstrated by inserting CR and LF control characters in the first ar...
CVE-2020-26088
- EPSS 0.01%
- Veröffentlicht 24.09.2020 15:15:15
- Zuletzt bearbeitet 21.11.2024 05:19:12
A missing CAP_NET_RAW check in NFC socket creation in net/nfc/rawsock.c in the Linux kernel before 5.8.2 could be used by local attackers to create raw sockets, bypassing security mechanisms, aka CID-26896f01467a.
CVE-2020-25739
- EPSS 0.56%
- Veröffentlicht 23.09.2020 14:15:12
- Zuletzt bearbeitet 21.11.2024 05:18:37
An issue was discovered in the gon gem before gon-6.4.0 for Ruby. MultiJson does not honor the escape_mode parameter to escape fields as an XSS protection mechanism. To mitigate, json_dumper.rb in gon now does escaping for XSS by default without rely...
CVE-2019-20919
- EPSS 0.12%
- Veröffentlicht 17.09.2020 18:15:12
- Zuletzt bearbeitet 21.11.2024 04:39:41
An issue was discovered in the DBI module before 1.643 for Perl. The hv_fetch() documentation requires checking for NULL and the code does that. But, shortly thereafter, it calls SvOK(profile), causing a NULL pointer dereference.