Linux

Linux Kernel

12162 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.03%
  • Veröffentlicht 05.09.2025 17:21:18
  • Zuletzt bearbeitet 08.09.2025 16:25:38

In the Linux kernel, the following vulnerability has been resolved: media: ivsc: Fix crash at shutdown due to missing mei_cldev_disable() calls Both the ACE and CSI driver are missing a mei_cldev_disable() call in their remove() function. This cau...

  • EPSS 0.04%
  • Veröffentlicht 05.09.2025 17:21:17
  • Zuletzt bearbeitet 08.09.2025 16:25:38

In the Linux kernel, the following vulnerability has been resolved: media: venus: Add a check for packet size after reading from shared memory Add a check to ensure that the packet size does not exceed the number of available words after reading th...

  • EPSS 0.04%
  • Veröffentlicht 05.09.2025 17:21:16
  • Zuletzt bearbeitet 08.09.2025 16:25:38

In the Linux kernel, the following vulnerability has been resolved: media: venus: protect against spurious interrupts during probe Make sure the interrupt handler is initialized before the interrupt is registered. If the IRQ is registered before h...

  • EPSS 0.03%
  • Veröffentlicht 05.09.2025 17:21:15
  • Zuletzt bearbeitet 08.09.2025 16:25:38

In the Linux kernel, the following vulnerability has been resolved: media: iris: Fix NULL pointer dereference A warning reported by smatch indicated a possible null pointer dereference where one of the arguments to API "iris_hfi_gen2_handle_system_...

  • EPSS 0.02%
  • Veröffentlicht 05.09.2025 17:21:13
  • Zuletzt bearbeitet 08.09.2025 16:25:38

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: check if hubbub is NULL in debugfs/amdgpu_dm_capabilities HUBBUB structure is not initialized on DCE hardware, so check if it is NULL to avoid null dereference while ac...

  • EPSS 0.03%
  • Veröffentlicht 05.09.2025 17:21:12
  • Zuletzt bearbeitet 08.09.2025 16:25:38

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Destroy KFD debugfs after destroy KFD wq Since KFD proc content was moved to kernel debugfs, we can't destroy KFD debugfs before kfd_process_destroy_wq. Move kfd_proces...

  • EPSS 0.02%
  • Veröffentlicht 05.09.2025 17:21:11
  • Zuletzt bearbeitet 08.09.2025 16:25:38

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix a Null pointer dereference vulnerability [Why] A null pointer dereference vulnerability exists in the AMD display driver's (DC module) cleanup function dc_dest...

  • EPSS 0.03%
  • Veröffentlicht 05.09.2025 17:21:10
  • Zuletzt bearbeitet 08.09.2025 16:25:38

In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Fix stack protector issue in send_ipi_data() Function kvm_io_bus_read() is called in function send_ipi_data(), buffer size of parameter *val should be at least 8 by...

  • EPSS 0.04%
  • Veröffentlicht 05.09.2025 17:21:09
  • Zuletzt bearbeitet 08.09.2025 16:25:38

In the Linux kernel, the following vulnerability has been resolved: net, hsr: reject HSR frame if skb can't hold tag Receiving HSR frame with insufficient space to hold HSR tag in the skb can result in a crash (kernel BUG): [ 45.390915] skbuff: ...

  • EPSS 0.04%
  • Veröffentlicht 05.09.2025 17:21:08
  • Zuletzt bearbeitet 08.09.2025 16:25:38

In the Linux kernel, the following vulnerability has been resolved: ipv6: sr: Fix MAC comparison to be constant-time To prevent timing attacks, MACs need to be compared in constant time. Use the appropriate helper function for this.