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 01.05.2024 13:15:50
  • Last modified 08.04.2025 19:43:24

In the Linux kernel, the following vulnerability has been resolved: wifi: rtl8xxxu: add cancel_work_sync() for c2hcmd_work The workqueue might still be running, when the driver is stopped. To avoid a use-after-free, call cancel_work_sync() in rtl8x...

  • EPSS 0.13%
  • Published 01.05.2024 13:15:50
  • Last modified 08.04.2025 19:43:15

In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: fix RCU usage in connect path With lockdep enabled, calls to the connect function from cfg802.11 layer lead to the following warning: =============================...

  • EPSS 0.01%
  • Published 01.05.2024 13:15:50
  • Last modified 02.05.2025 07:15:52

In the Linux kernel, the following vulnerability has been resolved: s390/dasd: fix double module refcount decrement Once the discipline is associated with the device, deleting the device takes care of decrementing the module's refcount. Doing it m...

  • EPSS 0.04%
  • Published 01.05.2024 13:15:50
  • Last modified 10.03.2025 08:15:10

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.

  • EPSS 0.02%
  • Published 01.05.2024 13:15:50
  • Last modified 03.11.2025 20:16:11

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: ensure offloading TID queue exists The resume code path assumes that the TX queue for the offloading TID has been configured. At resume time it then tries to sy...

  • EPSS 0.02%
  • Published 01.05.2024 13:15:50
  • Last modified 18.09.2025 15:17:53

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: ipc4-pcm: Workaround for crashed firmware on system suspend When the system is suspended while audio is active, the sof_ipc4_pcm_hw_free() is invoked to reset the pipeli...

  • EPSS 0.05%
  • Published 01.05.2024 13:15:50
  • Last modified 08.04.2025 19:42:55

In the Linux kernel, the following vulnerability has been resolved: tmpfs: fix race on handling dquot rbtree A syzkaller reproducer found a race while attempting to remove dquot information from the rb tree. Fetching the rb_tree root node must als...

  • EPSS 0.01%
  • Published 01.05.2024 13:15:50
  • Last modified 14.01.2025 14:36:42

In the Linux kernel, the following vulnerability has been resolved: USB: usb-storage: Prevent divide-by-0 error in isd200_ata_command The isd200 sub-driver in usb-storage uses the HEADS and SECTORS values in the ATA ID information to calculate cyli...

  • EPSS 0.02%
  • Published 01.05.2024 13:15:50
  • Last modified 23.12.2024 14:22:29

In the Linux kernel, the following vulnerability has been resolved: thunderbolt: Fix NULL pointer dereference in tb_port_update_credits() Olliver reported that his system crashes when plugging in Thunderbolt 1 device: BUG: kernel NULL pointer der...

  • EPSS 0.02%
  • Published 01.05.2024 13:15:50
  • Last modified 05.03.2025 15:11:27

In the Linux kernel, the following vulnerability has been resolved: crypto: sun8i-ce - Fix use after free in unprepare sun8i_ce_cipher_unprepare should be called before crypto_finalize_skcipher_request, because client callbacks may immediately free...