Linux

Linux Kernel

12474 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.04%
  • Published 21.10.2024 20:15:13
  • Last modified 24.10.2024 16:03:12

In the Linux kernel, the following vulnerability has been resolved: iio: health: afe4403: Fix oob read in afe4403_read_raw KASAN report out-of-bounds read as follows: BUG: KASAN: global-out-of-bounds in afe4403_read_raw+0x42e/0x4c0 Read of size 4 ...

  • EPSS 0.04%
  • Published 21.10.2024 20:15:13
  • Last modified 24.10.2024 16:04:49

In the Linux kernel, the following vulnerability has been resolved: iio: health: afe4404: Fix oob read in afe4404_[read|write]_raw KASAN report out-of-bounds read as follows: BUG: KASAN: global-out-of-bounds in afe4404_read_raw+0x2ce/0x380 Read of...

  • EPSS 0.05%
  • Published 21.10.2024 20:15:13
  • Last modified 30.10.2024 21:50:50

In the Linux kernel, the following vulnerability has been resolved: btrfs: qgroup: fix sleep from invalid context bug in btrfs_qgroup_inherit() Syzkaller reported BUG as follows: BUG: sleeping function called from invalid context at inclu...

  • EPSS 0.04%
  • Published 21.10.2024 20:15:12
  • Last modified 25.10.2024 14:17:56

In the Linux kernel, the following vulnerability has been resolved: ASoC: ops: Fix bounds check for _sx controls For _sx controls the semantics of the max field is not the usual one, max is the number of steps rather than the maximum value. This me...

  • EPSS 0.12%
  • Published 21.10.2024 20:15:12
  • Last modified 04.11.2024 13:16:22

In the Linux kernel, the following vulnerability has been resolved: tracing: Free buffers when a used dynamic event is removed After 65536 dynamic events have been added and removed, the "type" field of the event then uses the first type number tha...

  • EPSS 0.05%
  • Published 21.10.2024 20:15:12
  • Last modified 25.10.2024 14:35:25

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix NULL pointer dereference in nilfs_palloc_commit_free_entry() Syzbot reported a null-ptr-deref bug: NILFS (loop0): segctord starting. Construction interval = 5 seconds...

  • EPSS 0.04%
  • Published 21.10.2024 20:15:12
  • Last modified 25.10.2024 14:38:30

In the Linux kernel, the following vulnerability has been resolved: can: can327: can327_feed_frame_to_netdev(): fix potential skb leak when netdev is down In can327_feed_frame_to_netdev(), it did not free the skb when netdev is down, and all caller...

  • EPSS 0.04%
  • Published 21.10.2024 20:15:12
  • Last modified 24.10.2024 18:59:25

In the Linux kernel, the following vulnerability has been resolved: hwmon: (asus-ec-sensors) Add checks for devm_kcalloc As the devm_kcalloc may return NULL, the return value needs to be checked to avoid NULL poineter dereference.

  • EPSS 0.04%
  • Published 21.10.2024 20:15:12
  • Last modified 24.10.2024 19:03:50

In the Linux kernel, the following vulnerability has been resolved: hwmon: (coretemp) Check for null before removing sysfs attrs If coretemp_add_core() gets an error then pdata->core_data[indx] is already NULL and has been kfreed. Don't pass that t...

  • EPSS 0.04%
  • Published 21.10.2024 20:15:12
  • Last modified 24.10.2024 19:01:47

In the Linux kernel, the following vulnerability has been resolved: hwmon: (coretemp) fix pci device refcount leak in nv1a_ram_new() As comment of pci_get_domain_bus_and_slot() says, it returns a pci device with refcount increment, when finish usin...