Linux

Linux

6448 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.05%
  • Veröffentlicht 22.08.2025 13:01:24
  • Zuletzt bearbeitet 03.11.2025 18:16:31

In the Linux kernel, the following vulnerability has been resolved: vsock: Do not allow binding to VMADDR_PORT_ANY It is possible for a vsock to autobind to VMADDR_PORT_ANY. This can cause a use-after-free when a connection is made to the bound soc...

  • EPSS 0.02%
  • Veröffentlicht 22.08.2025 13:01:23
  • Zuletzt bearbeitet 26.11.2025 17:44:59

In the Linux kernel, the following vulnerability has been resolved: tls: handle data disappearing from under the TLS ULP TLS expects that it owns the receive queue of the TCP socket. This cannot be guaranteed in case the reader of the TCP socket en...

  • EPSS 0.05%
  • Veröffentlicht 22.08.2025 13:01:23
  • Zuletzt bearbeitet 03.11.2025 18:16:31

In the Linux kernel, the following vulnerability has been resolved: net/packet: fix a race in packet_set_ring() and packet_notifier() When packet_set_ring() releases po->bind_lock, another thread can run packet_notifier() and process an NETDEV_UP e...

  • EPSS 0.02%
  • Veröffentlicht 22.08.2025 13:01:17
  • Zuletzt bearbeitet 26.11.2025 17:42:08

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.07%
  • Veröffentlicht 19.08.2025 17:15:40
  • Zuletzt bearbeitet 03.11.2025 18:16:31

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.02%
  • Veröffentlicht 19.08.2025 17:15:40
  • Zuletzt bearbeitet 26.11.2025 17:41:11

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%
  • 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.07%
  • Veröffentlicht 19.08.2025 17:15:39
  • Zuletzt bearbeitet 03.11.2025 18:16:31

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.05%
  • Veröffentlicht 19.08.2025 17:15:39
  • Zuletzt bearbeitet 03.11.2025 18:16:31

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.05%
  • Veröffentlicht 19.08.2025 17:15:39
  • Zuletzt bearbeitet 03.11.2025 18:16:31

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