Linux

Linux Kernel

12374 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.93%
  • Veröffentlicht 01.04.2024 03:15:07
  • Zuletzt bearbeitet 23.04.2025 13:48:30

In wlan firmware, there is a possible out of bounds write due to improper input validation. This could lead to remote escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation. Patch ID: A...

  • 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 07.01.2025 20:15:48

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix late derefrence 'dsc' check in 'link_set_dsc_pps_packet()' In link_set_dsc_pps_packet(), 'struct display_stream_compressor *dsc' was dereferenced in a DC_LOGGE...

  • 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:10
  • Zuletzt bearbeitet 27.01.2025 14:50:35

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix the null pointer when load rlc firmware If the RLC firmware is invalid because of wrong header size, the pointer to the rlc firmware is released in function amdgpu_...

  • 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.04%
  • 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 ...