Linux

Linux Kernel

12162 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.04%
  • Published 22.08.2025 13:01:17
  • Last modified 22.08.2025 18:08:51

In the Linux kernel, the following vulnerability has been resolved: tls: stop recv() if initial process_rx_list gave us non-DATA If we have a non-DATA record on the rx_list and another record of the same type still on the queue, we will end up merg...

  • EPSS 0.06%
  • Published 19.08.2025 17:15:40
  • Last modified 28.08.2025 15:15:55

In the Linux kernel, the following vulnerability has been resolved: eventpoll: Fix semi-unbounded recursion Ensure that epoll instances can never form a graph deeper than EP_MAX_NESTS+1 links. Currently, ep_loop_check_proc() ensures that the graph...

  • EPSS 0.03%
  • Published 19.08.2025 17:15:40
  • Last modified 20.08.2025 14:40:17

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: cancle set bad inode after removing name fails The reproducer uses a file0 on a ntfs3 file system with a corrupted i_link. When renaming, the file0's inode is marked as a...

  • EPSS 0.02%
  • Published 19.08.2025 17:15:39
  • Last modified 20.08.2025 14:40:17

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.05%
  • Published 19.08.2025 17:15:39
  • Last modified 28.08.2025 15:15:55

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.04%
  • Published 19.08.2025 17:15:39
  • Last modified 28.08.2025 15:15:55

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.04%
  • Published 19.08.2025 17:15:39
  • Last modified 20.08.2025 14:40: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%
  • Published 19.08.2025 17:15:39
  • Last modified 05.09.2025 20:15:34

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

  • EPSS 0.05%
  • Published 19.08.2025 17:15:39
  • Last modified 28.08.2025 15:15:55

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.03%
  • Published 19.08.2025 17:15:39
  • Last modified 20.08.2025 14:40:17

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 ...