Linux

Linux

9647 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.12%
  • Veröffentlicht 08.05.2026 13:11:29
  • Zuletzt bearbeitet 15.05.2026 17:22:24

In the Linux kernel, the following vulnerability has been resolved: media: i2c: ov5647: Initialize subdev before controls In ov5647_init_controls() we call v4l2_get_subdevdata, but it is initialized by v4l2_i2c_subdev_init() in the probe, which cur...

  • EPSS 0.11%
  • Veröffentlicht 08.05.2026 13:11:28
  • Zuletzt bearbeitet 15.05.2026 17:56:06

In the Linux kernel, the following vulnerability has been resolved: media: verisilicon: Avoid G2 bus error while decoding H.264 and HEVC For the i.MX8MQ platform, there is a hardware limitation: the g1 VPU and g2 VPU cannot decode simultaneously; o...

  • EPSS 0.12%
  • Veröffentlicht 08.05.2026 13:11:27
  • Zuletzt bearbeitet 15.05.2026 17:58:45

In the Linux kernel, the following vulnerability has been resolved: md raid: fix hang when stopping arrays with metadata through dm-raid When using device-mapper's dm-raid target, stopping a RAID array can cause the system to hang under specific co...

  • EPSS 0.13%
  • Veröffentlicht 08.05.2026 13:11:26
  • Zuletzt bearbeitet 15.05.2026 19:51:42

In the Linux kernel, the following vulnerability has been resolved: iio: accel: adxl380: Avoid reading more entries than present in FIFO The interrupt handler reads FIFO entries in batches of N samples, where N is the number of scan elements that h...

  • EPSS 0.11%
  • Veröffentlicht 08.05.2026 13:11:26
  • Zuletzt bearbeitet 15.05.2026 19:28:13

In the Linux kernel, the following vulnerability has been resolved: btrfs: don't BUG() on unexpected delayed ref type in run_one_delayed_ref() There is no need to BUG(), we can just return an error and log an error message.

  • EPSS 0.12%
  • Veröffentlicht 08.05.2026 13:11:25
  • Zuletzt bearbeitet 15.05.2026 19:53:19

In the Linux kernel, the following vulnerability has been resolved: bpf: crypto: Use the correct destructor kfunc type With CONFIG_CFI enabled, the kernel strictly enforces that indirect function calls use a function pointer type that matches the t...

  • EPSS 0.5%
  • Veröffentlicht 08.05.2026 13:11:24
  • Zuletzt bearbeitet 15.05.2026 13:25:31

In the Linux kernel, the following vulnerability has been resolved: libceph: define and enforce CEPH_MAX_KEY_LEN When decoding the key, verify that the key material would fit into a fixed-size buffer in process_auth_done() and generally has a sane ...

  • EPSS 0.08%
  • Veröffentlicht 08.05.2026 13:11:24
  • Zuletzt bearbeitet 15.05.2026 13:23:19

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix mismatched unlock for DMUB HW lock in HWSS fast path [Why] The evaluation for whether we need to use the DMUB HW lock isn't the same as whether we need to unlo...

  • EPSS 0.13%
  • Veröffentlicht 08.05.2026 13:11:23
  • Zuletzt bearbeitet 09.06.2026 11:16:51

In the Linux kernel, the following vulnerability has been resolved: mm/page_alloc: clear page->private in free_pages_prepare() Several subsystems (slub, shmem, ttm, etc.) use page->private but don't clear it before freeing pages. When these pages ...

  • EPSS 0.12%
  • Veröffentlicht 08.05.2026 13:11:22
  • Zuletzt bearbeitet 15.05.2026 13:37:05

In the Linux kernel, the following vulnerability has been resolved: media: chips-media: wave5: Fix PM runtime usage count underflow Replace pm_runtime_put_sync() with pm_runtime_dont_use_autosuspend() in the remove path to properly pair with pm_run...