Linux

Linux Kernel

12474 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Published 26.08.2024 11:15:05
  • Last modified 27.08.2024 16:08:45

In the Linux kernel, the following vulnerability has been resolved: idpf: fix UAFs when destroying the queues The second tagged commit started sometimes (very rarely, but possible) throwing WARNs from net/core/page_pool.c:page_pool_disable_direct_r...

  • EPSS 0.03%
  • Published 26.08.2024 11:15:05
  • Last modified 27.08.2024 16:08:38

In the Linux kernel, the following vulnerability has been resolved: bnxt_en : Fix memory out-of-bounds in bnxt_fill_hw_rss_tbl() A recent commit has modified the code in __bnxt_reserve_rings() to set the default RSS indirection table to default onl...

  • EPSS 0.02%
  • Published 26.08.2024 11:15:05
  • Last modified 03.11.2025 23:15:42

In the Linux kernel, the following vulnerability has been resolved: net: bridge: mcast: wait for previous gc cycles when removing port syzbot hit a use-after-free[1] which is caused because the bridge doesn't make sure that all previous garbage has...

  • EPSS 0.03%
  • Published 26.08.2024 11:15:05
  • Last modified 03.11.2025 23:15:42

In the Linux kernel, the following vulnerability has been resolved: sctp: Fix null-ptr-deref in reuseport_add_sock(). syzbot reported a null-ptr-deref while accessing sk2->sk_reuseport_cb in reuseport_add_sock(). [0] The repro first creates a list...

  • EPSS 0.03%
  • Published 26.08.2024 11:15:05
  • Last modified 05.09.2024 17:53:43

In the Linux kernel, the following vulnerability has been resolved: power: supply: rt5033: Bring back i2c_set_clientdata Commit 3a93da231c12 ("power: supply: rt5033: Use devm_power_supply_register() helper") reworked the driver to use devm. While a...

  • EPSS 0.03%
  • Published 26.08.2024 11:15:05
  • Last modified 27.08.2024 16:10:11

In the Linux kernel, the following vulnerability has been resolved: platform/x86: intel-vbtn: Protect ACPI notify handler against recursion Since commit e2ffcda16290 ("ACPI: OSL: Allow Notify () handlers to run on all CPUs") ACPI notify handlers li...

  • EPSS 0.01%
  • Published 26.08.2024 11:15:04
  • Last modified 03.11.2025 22:18:17

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix overflow in get_free_elt() "tracing_map->next_elt" in get_free_elt() is at risk of overflowing. Once it overflows, new elements can still be inserted into the tracing...

  • EPSS 0.02%
  • Published 26.08.2024 11:15:04
  • Last modified 05.09.2024 18:46:18

In the Linux kernel, the following vulnerability has been resolved: tracing: Have format file honor EVENT_FILE_FL_FREED When eventfs was introduced, special care had to be done to coordinate the freeing of the file meta data with the files that are...

  • EPSS 0.01%
  • Published 26.08.2024 11:15:04
  • Last modified 03.11.2025 22:18:17

In the Linux kernel, the following vulnerability has been resolved: memcg: protect concurrent access to mem_cgroup_idr Commit 73f576c04b94 ("mm: memcontrol: fix cgroup creation failure after many small jobs") decoupled the memcg IDs from the CSS ID...

  • EPSS 0.01%
  • Published 26.08.2024 11:15:04
  • Last modified 03.11.2025 22:18:17

In the Linux kernel, the following vulnerability has been resolved: serial: core: check uartclk for zero to avoid divide by zero Calling ioctl TIOCSSERIAL with an invalid baud_base can result in uartclk being zero, which will result in a divide by ...