Linux

Linux

5635 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Published 22.05.2024 12:15:10
  • Last modified 29.09.2025 17:59:01

In the Linux kernel, the following vulnerability has been resolved: igb: Fix string truncation warnings in igb_set_fw_version Commit 1978d3ead82c ("intel: fix string truncation warnings") fixes '-Wformat-truncation=' warnings in igb_main.c by using...

  • EPSS 0.02%
  • Published 22.05.2024 09:15:11
  • Last modified 29.09.2025 16:35:34

In the Linux kernel, the following vulnerability has been resolved: mm, thp: bail out early in collapse_file for writeback page Currently collapse_file does not explicitly check PG_writeback, instead, page_has_private and try_to_release_page are us...

  • EPSS 0.02%
  • Published 22.05.2024 09:15:11
  • Last modified 24.09.2025 19:11:04

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix race between searching chunks and release journal_head from buffer_head Encountered a race between ocfs2_test_bg_bit_allocatable() and jbd2_journal_put_journal_head() re...

  • EPSS 0.03%
  • Published 22.05.2024 09:15:11
  • Last modified 24.09.2025 19:14:50

In the Linux kernel, the following vulnerability has been resolved: cfg80211: fix management registrations locking The management registrations locking was broken, the list was locked for each wdev, but cfg80211_mgmt_registrations_update() iterated...

  • EPSS 0.01%
  • Published 22.05.2024 09:15:11
  • Last modified 29.09.2025 16:34:59

In the Linux kernel, the following vulnerability has been resolved: usbnet: sanity check for maxpacket maxpacket of 0 makes no sense and oopses as we need to divide by it. Give up. V2: fixed typo in log and stylistic issues

  • EPSS 0.03%
  • Published 22.05.2024 09:15:11
  • Last modified 24.09.2025 19:15:53

In the Linux kernel, the following vulnerability has been resolved: net/tls: Fix flipped sign in tls_err_abort() calls sk->sk_err appears to expect a positive value, a convention that ktls doesn't always follow and that leads to memory corruption i...

  • EPSS 0.02%
  • Published 22.05.2024 09:15:11
  • Last modified 24.09.2025 19:16:48

In the Linux kernel, the following vulnerability has been resolved: nvmem: Fix shift-out-of-bound (UBSAN) with byte size cells If a cell has 'nbits' equal to a multiple of BITS_PER_BYTE the logic *p &= GENMASK((cell->nbits%BITS_PER_BYTE) - 1, 0);...

  • EPSS 0.02%
  • Published 22.05.2024 09:15:11
  • Last modified 28.08.2025 15:15:37

In the Linux kernel, the following vulnerability has been resolved: dm rq: don't queue request to blk-mq during DM suspend DM uses blk-mq's quiesce/unquiesce to stop/start device mapper queue. But blk-mq's unquiesce may come from outside events, s...

  • EPSS 0.03%
  • Published 22.05.2024 09:15:10
  • Last modified 29.09.2025 16:41:29

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Initialize the ODP xarray when creating an ODP MR Normally the zero fill would hide the missing initialization, but an errant set to desc_size in reg_create() causes a c...

  • EPSS 0.14%
  • Published 22.05.2024 09:15:10
  • Last modified 02.04.2025 15:09:19

In the Linux kernel, the following vulnerability has been resolved: net: batman-adv: fix error handling Syzbot reported ODEBUG warning in batadv_nc_mesh_free(). The problem was in wrong error handling in batadv_mesh_init(). Before this patch batad...