Canonical

Ubuntu Linux

4106 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.17%
  • Published 30.09.2020 20:15:14
  • Last modified 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...

  • EPSS 0.05%
  • Published 30.09.2020 19:15:12
  • Last modified 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...

  • EPSS 0.09%
  • Published 30.09.2020 19:15:12
  • Last modified 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...

  • EPSS 0.06%
  • Published 30.09.2020 19:15:12
  • Last modified 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...

  • EPSS 0.08%
  • Published 30.09.2020 19:15:12
  • Last modified 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...

  • EPSS 0.24%
  • Published 30.09.2020 18:15:26
  • Last modified 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.

Exploit
  • EPSS 0.58%
  • Published 27.09.2020 04:15:11
  • Last modified 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...

  • EPSS 0.01%
  • Published 24.09.2020 15:15:15
  • Last modified 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.

  • EPSS 0.56%
  • Published 23.09.2020 14:15:12
  • Last modified 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...

  • EPSS 0.12%
  • Published 17.09.2020 18:15:12
  • Last modified 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.