Linux

Linux

5625 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Published 28.04.2024 13:15:06
  • Last modified 21.03.2025 18:13:48

In the Linux kernel, the following vulnerability has been resolved: bnxt: prevent skb UAF after handing over to PTP worker When reading the timestamp is required bnxt_tx_int() hands over the ownership of the completed skb to the PTP worker. The skb...

  • EPSS 0.02%
  • Published 28.04.2024 13:15:06
  • Last modified 21.03.2025 18:13:37

In the Linux kernel, the following vulnerability has been resolved: cgroup: cgroup_get_from_id() must check the looked-up kn is a directory cgroup has to be one kernfs dir, otherwise kernel panic is caused, especially cgroup id is provide from user...

  • EPSS 0.02%
  • Published 28.04.2024 13:15:06
  • Last modified 19.09.2025 14:57:05

In the Linux kernel, the following vulnerability has been resolved: bonding: fix NULL deref in bond_rr_gen_slave_id Fix a NULL dereference of the struct bonding.rr_tx_counter member because if a bond is initially created with an initial mode != zer...

  • EPSS 0.06%
  • Published 28.04.2024 12:15:21
  • Last modified 21.03.2025 14:50:08

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: Add some bounds checking to firmware data Smatch complains about "head->full_size - head->header_size" can underflow. To some extent, we're always going to have to trus...

  • EPSS 0.08%
  • Published 25.04.2024 06:15:57
  • Last modified 21.11.2024 09:03:23

In the Linux kernel, the following vulnerability has been resolved: af_unix: Fix garbage collector racing against connect() Garbage collector does not take into account the risk of embryo getting enqueued during the garbage collection. If such embr...

  • EPSS 0.09%
  • Published 25.04.2024 06:15:57
  • Last modified 21.03.2025 14:46:31

In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_set_pipapo: do not free live element Pablo reports a crash with large batches of elements with a back-to-back add/remove pattern. Quoting Pablo: add_elem("000000...

  • EPSS 0.07%
  • Published 25.04.2024 06:15:57
  • Last modified 21.11.2024 09:03:23

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: release mutex after nft_gc_seq_end from abort path The commit mutex should not be released during the critical section between nft_gc_seq_begin() and nft_gc_s...

  • EPSS 0.3%
  • Published 25.04.2024 06:15:57
  • Last modified 21.11.2024 09:03:24

In the Linux kernel, the following vulnerability has been resolved: binder: check offset alignment in binder_get_object() Commit 6d98eb95b450 ("binder: avoid potential data leakage when copying txn") introduced changes to how binder objects are cop...

  • EPSS 0.12%
  • Published 23.04.2024 13:15:46
  • Last modified 21.11.2024 09:03:23

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: validate the parameters of bo mapping operations more clearly Verify the parameters of amdgpu_vm_bo_(map/replace_map/clearing_mappings) in one common place.

  • EPSS 0.06%
  • Published 18.04.2024 10:15:07
  • Last modified 16.09.2025 17:03:13

In the Linux kernel, the following vulnerability has been resolved: inet: inet_defrag: prevent sk release while still in use ip_local_out() and other functions can pass skb->sk as function argument. If the skb is a fragment and reassembly happens ...