Linux

Linux Kernel

12378 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Published 29.07.2024 15:15:14
  • Last modified 03.11.2025 22:17:29

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: check bo_va->bo is non-NULL before using it The call to radeon_vm_clear_freed might clear bo_va->bo, so we have to check it before dereferencing it.

  • EPSS 0.02%
  • Published 29.07.2024 15:15:14
  • Last modified 21.11.2024 09:32:09

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix array-index-out-of-bounds in dml2/FCLKChangeSupport [Why] Potential out of bounds access in dml2_calculate_rq_and_dlg_params() because the value of out_lowest_...

  • EPSS 0.02%
  • Published 29.07.2024 15:15:14
  • Last modified 03.11.2025 22:17:29

In the Linux kernel, the following vulnerability has been resolved: bluetooth/l2cap: sync sock recv cb and release The problem occurs between the system call to close the sock and hci_rx_work, where the former releases the sock and the latter acces...

  • EPSS 0.01%
  • Published 29.07.2024 15:15:14
  • Last modified 03.11.2025 22:17:29

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_core: cancel all works upon hci_unregister_dev() syzbot is reporting that calling hci_release_dev() from hci_error_reset() due to hci_dev_put() from hci_error_reset(...

  • EPSS 0.02%
  • Published 29.07.2024 15:15:14
  • Last modified 03.11.2025 22:17:29

In the Linux kernel, the following vulnerability has been resolved: powerpc/eeh: avoid possible crash when edev->pdev changes If a PCI device is removed during eeh_pe_report_edev(), edev->pdev will change and can cause a crash, hold the PCI rescan/...

  • EPSS 0.02%
  • Published 29.07.2024 15:15:14
  • Last modified 03.11.2025 22:17:29

In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries: Whitelist dtl slub object for copying to userspace Reading the dispatch trace log from /sys/kernel/debug/powerpc/dtl/cpu-* results in a BUG() when the config CONFI...

  • EPSS 0.02%
  • Published 29.07.2024 15:15:14
  • Last modified 03.11.2025 22:17:30

In the Linux kernel, the following vulnerability has been resolved: ibmvnic: Add tx check to prevent skb leak Below is a summary of how the driver stores a reference to an skb during transmit: tx_buff[free_map[consumer_index]]->skb = new_skb; ...

  • EPSS 0.02%
  • Published 29.07.2024 15:15:14
  • Last modified 09.10.2025 18:06:27

In the Linux kernel, the following vulnerability has been resolved: btrfs: scrub: handle RST lookup error correctly [BUG] When running btrfs/060 with forced RST feature, it would crash the following ASSERT() inside scrub_read_endio(): ASSERT(sect...

  • EPSS 0.02%
  • Published 29.07.2024 15:15:14
  • Last modified 03.11.2025 22:17:30

In the Linux kernel, the following vulnerability has been resolved: s390/sclp: Fix sclp_init() cleanup on failure If sclp_init() fails it only partially cleans up: if there are multiple failing calls to sclp_init() sclp_state_change_event will be a...

  • EPSS 0.02%
  • Published 29.07.2024 15:15:14
  • Last modified 03.11.2025 22:17:30

In the Linux kernel, the following vulnerability has been resolved: ASoC: topology: Fix references to freed memory Most users after parsing a topology file, release memory used by it, so having pointer references directly into topology file content...