Linux

Linux

5635 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Published 21.05.2024 16:15:21
  • Last modified 23.09.2025 23:20:49

In the Linux kernel, the following vulnerability has been resolved: locking/ww_mutex/test: Fix potential workqueue corruption In some cases running with the test-ww_mutex code, I was seeing odd behavior where sometimes it seemed flush_workqueue was...

  • EPSS 0.02%
  • Published 21.05.2024 16:15:21
  • Last modified 02.04.2025 14:57:25

In the Linux kernel, the following vulnerability has been resolved: fbdev: imsttfb: fix a resource leak in probe I've re-written the error handling but the bug is that if init_imstt() fails we need to call iounmap(par->cmap_regs).

  • EPSS 0.02%
  • Published 21.05.2024 16:15:21
  • Last modified 26.09.2025 16:46:04

In the Linux kernel, the following vulnerability has been resolved: drivers: perf: Do not broadcast to other cpus when starting a counter This command: $ perf record -e cycles:k -e instructions:k -c 10000 -m 64M dd if=/dev/zero of=/dev/null count=...

  • EPSS 0.01%
  • Published 21.05.2024 16:15:21
  • Last modified 24.09.2025 00:04:35

In the Linux kernel, the following vulnerability has been resolved: llc: verify mac len before reading mac header LLC reads the mac header with eth_hdr without verifying that the skb has an Ethernet header. Syzbot was able to enter llc_rcv on a tu...

  • EPSS 0.01%
  • Published 21.05.2024 16:15:21
  • Last modified 02.04.2025 14:56:36

In the Linux kernel, the following vulnerability has been resolved: media: vidtv: psi: Add check for kstrdup Add check for the return value of kstrdup() and return the error if it fails in order to avoid NULL pointer dereference.

  • EPSS 0.02%
  • Published 21.05.2024 16:15:20
  • Last modified 02.04.2025 15:00:07

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix a race condition of vram buffer unref in svm code prange->svm_bo unref can happen in both mmu callback and a callback after migrate to system ram. Both are async ca...

  • EPSS 0.02%
  • Published 21.05.2024 16:15:20
  • Last modified 26.09.2025 16:57:00

In the Linux kernel, the following vulnerability has been resolved: bpf: Detect IP == ksym.end as part of BPF program Now that bpf_throw kfunc is the first such call instruction that has noreturn semantics within the verifier, this also kicks in de...

  • EPSS 0.09%
  • Published 21.05.2024 16:15:20
  • Last modified 02.04.2025 14:59:54

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix possible out-of-bound write in ath12k_wmi_ext_hal_reg_caps() reg_cap.phy_id is extracted from WMI event and could be an unexpected value in case some errors happe...

  • EPSS 0.01%
  • Published 21.05.2024 16:15:20
  • Last modified 23.09.2025 22:46:04

In the Linux kernel, the following vulnerability has been resolved: cpu/hotplug: Don't offline the last non-isolated CPU If a system has isolated CPUs via the "isolcpus=" command line parameter, then an attempt to offline the last housekeeping CPU ...

  • EPSS 0.09%
  • Published 21.05.2024 16:15:20
  • Last modified 02.04.2025 14:59:29

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: don't return unset power in ieee80211_get_tx_power() We can get a UBSAN warning if ieee80211_get_tx_power() returns the INT_MIN value mac80211 internally uses for "...