Linux

Linux

7352 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 02.04.2024 07:15:40
  • Zuletzt bearbeitet 08.04.2025 19:28:36

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix an NULL dereference bug The issue here is when this is called from ntfs_load_attr_list(). The "size" comes from le32_to_cpu(attr->res.data_size) so it can't overflow...

  • EPSS 0.02%
  • Veröffentlicht 29.03.2024 10:15:09
  • Zuletzt bearbeitet 08.04.2025 19:28:53

In the Linux kernel, the following vulnerability has been resolved: sh: push-switch: Reorder cleanup operations to avoid use-after-free bug The original code puts flush_work() before timer_shutdown_sync() in switch_drv_remove(). Although we use flu...

  • EPSS 0.01%
  • Veröffentlicht 28.03.2024 08:15:25
  • Zuletzt bearbeitet 04.11.2025 18:15:49

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: exthdr: fix 4-byte stack OOB write If priv->len is a multiple of 4, then dst[len / 4] can write past the destination array which leads to stack corruption. Th...

  • EPSS 0.02%
  • Veröffentlicht 27.03.2024 14:15:10
  • Zuletzt bearbeitet 04.11.2025 22:15:58

In the Linux kernel, the following vulnerability has been resolved: sr9800: Add check for usbnet_get_endpoints Add check for usbnet_get_endpoints() and return the error if it fails in order to transfer the error.

  • EPSS 0.03%
  • Veröffentlicht 27.03.2024 14:15:10
  • Zuletzt bearbeitet 08.04.2025 19:29:03

In the Linux kernel, the following vulnerability has been resolved: net: pds_core: Fix possible double free in error handling path When auxiliary_device_add() returns error and then calls auxiliary_device_uninit(), Callback function pdsc_auxbus_dev...

  • EPSS 0.02%
  • Veröffentlicht 26.03.2024 18:15:10
  • Zuletzt bearbeitet 08.04.2025 19:29:14

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix variable deferencing before NULL check in edp_setup_replay() In edp_setup_replay(), 'struct dc *dc' & 'struct dmub_replay *replay' was dereferenced before the ...

  • EPSS 0.01%
  • Veröffentlicht 26.03.2024 18:15:09
  • Zuletzt bearbeitet 17.03.2025 15:19:34

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Refactor DMCUB enter/exit idle interface [Why] We can hang in place trying to send commands when the DMCUB isn't powered on. [How] We need to exit out of the idle...

  • EPSS 0.07%
  • Veröffentlicht 26.03.2024 18:15:09
  • Zuletzt bearbeitet 17.03.2025 15:19:21

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Fix operation precedence bug in port timestamping napi_poll context Indirection (*) is of lower precedence than postfix increment (++). Logic in napi_poll context would ...

  • EPSS 0.01%
  • Veröffentlicht 26.03.2024 18:15:09
  • Zuletzt bearbeitet 29.04.2025 16:34:33

In the Linux kernel, the following vulnerability has been resolved: iio: adc: ad7091r: Allow users to configure device events AD7091R-5 devices are supported by the ad7091r-5 driver together with the ad7091r-base driver. Those drivers declared iio ...

  • EPSS 0.01%
  • Veröffentlicht 26.03.2024 18:15:09
  • Zuletzt bearbeitet 17.03.2025 15:19:07

In the Linux kernel, the following vulnerability has been resolved: thermal: intel: hfi: Add syscore callbacks for system-wide PM The kernel allocates a memory buffer and provides its location to the hardware, which uses it to update the HFI table....