Linux

Linux Kernel

12374 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Published 02.03.2024 22:15:49
  • Last modified 11.12.2024 16:21:49

In the Linux kernel, the following vulnerability has been resolved: dccp: fix dccp_v4_err()/dccp_v6_err() again dh->dccph_x is the 9th byte (offset 8) in "struct dccp_hdr", not in the "byte 7" as Jann claimed. We need to make sure the ICMP message...

  • EPSS 0.01%
  • Published 02.03.2024 22:15:49
  • Last modified 11.12.2024 17:44:23

In the Linux kernel, the following vulnerability has been resolved: net: bridge: use DEV_STATS_INC() syzbot/KCSAN reported data-races in br_handle_frame_finish() [1] This function can run from multiple cpus without mutual exclusion. Adopt SMP safe...

  • EPSS 0.01%
  • Published 02.03.2024 22:15:49
  • Last modified 16.01.2025 17:43:05

In the Linux kernel, the following vulnerability has been resolved: net/core: Fix ETH_P_1588 flow dissector When a PTP ethernet raw frame with a size of more than 256 bytes followed by a 0xff pattern is sent to __skb_flow_dissect, nhoff value calcu...

  • EPSS 0.01%
  • Published 02.03.2024 22:15:49
  • Last modified 04.04.2025 14:46:52

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: fix memleak when more than 255 elements expired When more than 255 elements expired we're supposed to switch to a new gc container structure. This never happ...

  • EPSS 0.01%
  • Published 02.03.2024 22:15:49
  • Last modified 16.01.2025 17:33:18

In the Linux kernel, the following vulnerability has been resolved: netfs: Only call folio_start_fscache() one time for each folio If a network filesystem using netfs implements a clamp_length() function, it can set subrequest lengths smaller than ...

  • EPSS 0.02%
  • Published 02.03.2024 22:15:48
  • Last modified 13.01.2025 18:57:26

In the Linux kernel, the following vulnerability has been resolved: HID: intel-ish-hid: ipc: Disable and reenable ACPI GPE bit The EHL (Elkhart Lake) based platforms provide a OOB (Out of band) service, which allows to wakup device when the system ...

  • EPSS 0.01%
  • Published 02.03.2024 22:15:48
  • Last modified 11.12.2024 15:16:55

In the Linux kernel, the following vulnerability has been resolved: platform/x86: think-lmi: Fix reference leak If a duplicate attribute is found using kset_find_obj(), a reference to that attribute is returned which needs to be disposed accordingl...

  • EPSS 0.01%
  • Published 02.03.2024 22:15:48
  • Last modified 16.09.2025 16:25:47

In the Linux kernel, the following vulnerability has been resolved: net: fix possible store tearing in neigh_periodic_work() While looking at a related syzbot report involving neigh_periodic_work(), I found that I forgot to add an annotation when d...

  • EPSS 0.02%
  • Published 02.03.2024 22:15:48
  • Last modified 13.01.2025 19:57:06

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Reject sk_msg egress redirects to non-TCP sockets With a SOCKMAP/SOCKHASH map and an sk_msg program user can steer messages sent from one TCP socket (s1) to actually ...

  • EPSS 0.01%
  • Published 02.03.2024 22:15:48
  • Last modified 13.01.2025 20:00:51

In the Linux kernel, the following vulnerability has been resolved: net: nfc: llcp: Add lock when modifying device list The device list needs its associated lock held when modifying it, or the list could become corrupted, as syzbot discovered.