Linux

Linux Kernel

12443 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.03%
  • Published 17.08.2024 10:15:10
  • Last modified 20.08.2024 19:32:55

In the Linux kernel, the following vulnerability has been resolved: hwmon: (ltc2991) re-order conditions to fix off by one bug LTC2991_T_INT_CH_NR is 4. The st->temp_en[] array has LTC2991_MAX_CHANNEL (4) elements. Thus if "channel" is equal to L...

  • EPSS 0.02%
  • Published 17.08.2024 10:15:10
  • Last modified 03.11.2025 22:18:11

In the Linux kernel, the following vulnerability has been resolved: cgroup/cpuset: Prevent UAF in proc_cpuset_show() An UAF can happen when /proc/cpuset is read as reported in [1]. This can be reproduced by the following methods: 1.add an mdelay(1...

  • EPSS 0.02%
  • Published 17.08.2024 10:15:10
  • Last modified 03.11.2025 22:18:11

In the Linux kernel, the following vulnerability has been resolved: block: initialize integrity buffer to zero before writing it to media Metadata added by bio_integrity_prep is using plain kmalloc, which leads to random kernel memory being written...

  • EPSS 0.02%
  • Published 17.08.2024 10:15:10
  • Last modified 03.11.2025 22:18:11

In the Linux kernel, the following vulnerability has been resolved: md: fix deadlock between mddev_suspend and flush bio Deadlock occurs when mddev is being suspended while some flush bio is in progress. It is a complex issue. T1. the first flush ...

  • EPSS 0.03%
  • Published 17.08.2024 10:15:10
  • Last modified 03.11.2025 22:18:11

In the Linux kernel, the following vulnerability has been resolved: dma: fix call order in dmam_free_coherent dmam_free_coherent() frees a DMA allocation, which makes the freed vaddr available for reuse, then calls devres_destroy() to remove and fr...

  • EPSS 0.02%
  • Published 17.08.2024 10:15:10
  • Last modified 09.12.2024 13:10:02

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix null reference error when checking end of zone This patch fixes a potentially null pointer being accessed by is_end_zone_blkaddr() that checks the last block of a zone wh...

  • EPSS 0.02%
  • Published 17.08.2024 10:15:10
  • Last modified 03.11.2025 22:18:12

In the Linux kernel, the following vulnerability has been resolved: jfs: Fix array-index-out-of-bounds in diFree

  • EPSS 0.02%
  • Published 17.08.2024 10:15:10
  • Last modified 03.11.2025 22:18:12

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to truncate preallocated blocks in f2fs_file_open() chenyuwen reports a f2fs bug as below: Unable to handle kernel NULL pointer dereference at virtual address 0000000000...

  • EPSS 0.03%
  • Published 17.08.2024 10:15:10
  • Last modified 03.11.2025 22:18:13

In the Linux kernel, the following vulnerability has been resolved: remoteproc: imx_rproc: Skip over memory region when node value is NULL In imx_rproc_addr_init() "nph = of_count_phandle_with_args()" just counts number of phandles. But phandles ma...

  • EPSS 0.02%
  • Published 17.08.2024 10:15:09
  • Last modified 03.11.2025 22:18:09

In the Linux kernel, the following vulnerability has been resolved: media: v4l: async: Fix NULL pointer dereference in adding ancillary links In v4l2_async_create_ancillary_links(), ancillary links are created for lens and flash sub-devices. These ...