Linux

Linux Kernel

13879 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 19.08.2025 17:15:39
  • Zuletzt bearbeitet 26.11.2025 17:40:41

In the Linux kernel, the following vulnerability has been resolved: bpf: handle jset (if a & b ...) as a jump in CFG computation BPF_JSET is a conditional jump and currently verifier.c:can_jump() does not know about that. This can lead to incorrect...

  • EPSS 0.01%
  • Veröffentlicht 19.08.2025 17:15:39
  • Zuletzt bearbeitet 07.01.2026 18:33:43

In the Linux kernel, the following vulnerability has been resolved: bpf, ktls: Fix data corruption when using bpf_msg_pop_data() in ktls When sending plaintext data, we initially calculated the corresponding ciphertext length. However, if we later ...

  • EPSS 0.02%
  • Veröffentlicht 19.08.2025 17:15:39
  • Zuletzt bearbeitet 07.01.2026 18:23:24

In the Linux kernel, the following vulnerability has been resolved: PM / devfreq: Check governor before using governor->name Commit 96ffcdf239de ("PM / devfreq: Remove redundant governor_name from struct devfreq") removes governor_name and uses gov...

  • EPSS 0.02%
  • Veröffentlicht 19.08.2025 17:15:39
  • Zuletzt bearbeitet 07.01.2026 18:22:17

In the Linux kernel, the following vulnerability has been resolved: powercap: dtpm_cpu: Fix NULL pointer dereference in get_pd_power_uw() The get_pd_power_uw() function can crash with a NULL pointer dereference when em_cpu_get() returns NULL. This ...

  • EPSS 0.04%
  • Veröffentlicht 19.08.2025 17:15:39
  • Zuletzt bearbeitet 05.09.2025 20:15:34

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.

  • EPSS 0.01%
  • Veröffentlicht 19.08.2025 17:15:39
  • Zuletzt bearbeitet 07.01.2026 18:21:29

In the Linux kernel, the following vulnerability has been resolved: staging: fbtft: fix potential memory leak in fbtft_framebuffer_alloc() In the error paths after fb_info structure is successfully allocated, the memory allocated in fb_deferred_io_...

  • EPSS 0.02%
  • Veröffentlicht 19.08.2025 17:15:39
  • Zuletzt bearbeitet 26.11.2025 17:40:57

In the Linux kernel, the following vulnerability has been resolved: staging: gpib: fix unset padding field copy back to userspace The introduction of a padding field in the gpib_board_info_ioctl is showing up as initialized data on the stack frame ...

  • EPSS 0.02%
  • Veröffentlicht 19.08.2025 17:15:38
  • Zuletzt bearbeitet 26.11.2025 18:01:58

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7925: fix off by one in mt7925_mcu_hw_scan() The ssid->ssids[] and sreq->ssids[] arrays have MT7925_RNR_SCAN_MAX_BSSIDS elements so this >= needs to be > to prevent a...

  • EPSS 0.01%
  • Veröffentlicht 19.08.2025 17:15:38
  • Zuletzt bearbeitet 07.01.2026 18:42:43

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: clear initialized flag for deinit-ed srng lists In a number of cases we see kernel panics on resume due to ath11k kernel page fault, which happens under the following...

  • EPSS 0.01%
  • Veröffentlicht 19.08.2025 17:15:38
  • Zuletzt bearbeitet 07.01.2026 18:38:47

In the Linux kernel, the following vulnerability has been resolved: iwlwifi: Add missing check for alloc_ordered_workqueue Add check for the return value of alloc_ordered_workqueue since it may return NULL pointer.