Linux

Linux Kernel

12374 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 19.05.2024 11:15:49
  • Zuletzt bearbeitet 03.11.2025 22:16:56

In the Linux kernel, the following vulnerability has been resolved: pmdomain: ti: Add a null pointer check to the omap_prm_domain_init devm_kasprintf() returns a pointer to dynamically allocated memory which can be NULL upon failure. Ensure the all...

  • EPSS 0.02%
  • Veröffentlicht 19.05.2024 11:15:48
  • Zuletzt bearbeitet 04.04.2025 14:23:50

In the Linux kernel, the following vulnerability has been resolved: media: mediatek: vcodec: adding lock to protect encoder context list Add a lock for the ctx_list, to avoid accessing a NULL pointer within the 'vpu_enc_ipi_handler' function when t...

  • EPSS 0.02%
  • Veröffentlicht 19.05.2024 11:15:48
  • Zuletzt bearbeitet 21.11.2024 09:21:12

In the Linux kernel, the following vulnerability has been resolved: media: mediatek: vcodec: adding lock to protect decoder context list Add a lock for the ctx_list, to avoid accessing a NULL pointer within the 'vpu_dec_ipi_handler' function when t...

  • EPSS 0.02%
  • Veröffentlicht 19.05.2024 11:15:48
  • Zuletzt bearbeitet 30.12.2024 19:35:04

In the Linux kernel, the following vulnerability has been resolved: media: mediatek: vcodec: Fix oops when HEVC init fails The stateless HEVC decoder saves the instance pointer in the context regardless if the initialization worked or not. This cau...

  • EPSS 0.02%
  • Veröffentlicht 19.05.2024 11:15:48
  • Zuletzt bearbeitet 30.12.2024 19:27:42

In the Linux kernel, the following vulnerability has been resolved: fbmon: prevent division by zero in fb_videomode_from_videomode() The expression htotal * vtotal can have a zero value on overflow. It is necessary to prevent division by zero like ...

  • EPSS 0.02%
  • Veröffentlicht 19.05.2024 11:15:48
  • Zuletzt bearbeitet 24.09.2025 18:47:47

In the Linux kernel, the following vulnerability has been resolved: usb: typec: ucsi: Limit read size on v1.2 Between UCSI 1.2 and UCSI 2.0, the size of the MESSAGE_IN region was increased from 16 to 256. In order to avoid overflowing reads for old...

  • EPSS 0.01%
  • Veröffentlicht 19.05.2024 11:15:48
  • Zuletzt bearbeitet 31.12.2024 18:51:18

In the Linux kernel, the following vulnerability has been resolved: block: prevent division by zero in blk_rq_stat_sum() The expression dst->nr_samples + src->nr_samples may have zero value on overflow. It is necessary to add a check to avoid divis...

  • EPSS 0.03%
  • Veröffentlicht 19.05.2024 11:15:48
  • Zuletzt bearbeitet 23.09.2025 15:31:48

In the Linux kernel, the following vulnerability has been resolved: crypto: iaa - Fix async_disable descriptor leak The disable_async paths of iaa_compress/decompress() don't free idxd descriptors in the async_disable case. Currently this only happ...

  • EPSS 0.01%
  • Veröffentlicht 19.05.2024 11:15:48
  • Zuletzt bearbeitet 24.09.2025 18:38:59

In the Linux kernel, the following vulnerability has been resolved: drm: Check output polling initialized before disabling In drm_kms_helper_poll_disable() check if output polling support is initialized before disabling polling. If not flag this as...

  • EPSS 0.01%
  • Veröffentlicht 19.05.2024 11:15:48
  • Zuletzt bearbeitet 30.12.2024 19:56:30

In the Linux kernel, the following vulnerability has been resolved: rcu/nocb: Fix WARN_ON_ONCE() in the rcu_nocb_bypass_lock() For the kernels built with CONFIG_RCU_NOCB_CPU_DEFAULT_ALL=y and CONFIG_RCU_LAZY=y, the following scenarios will trigger ...