Linux

Linux

5631 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.03%
  • Published 01.10.2025 12:15:47
  • Last modified 02.10.2025 19:12:17

In the Linux kernel, the following vulnerability has been resolved: FS: JFS: Fix null-ptr-deref Read in txBegin Syzkaller reported an issue where txBegin may be called on a superblock in a read-only mounted filesystem which leads to NULL pointer...

  • EPSS 0.02%
  • Published 01.10.2025 12:15:47
  • Last modified 02.10.2025 19:12:17

In the Linux kernel, the following vulnerability has been resolved: media: cx23885: Fix a null-ptr-deref bug in buffer_prepare() and buffer_finish() When the driver calls cx23885_risc_buffer() to prepare the buffer, the function call dma_alloc_cohe...

  • EPSS 0.02%
  • Published 01.10.2025 12:15:47
  • Last modified 02.10.2025 19:12:17

In the Linux kernel, the following vulnerability has been resolved: HID: mcp-2221: prevent UAF in delayed work If the device is plugged/unplugged without giving time for mcp_init_work() to complete, we might kick in the devm free code path and thus...

  • EPSS 0.02%
  • Published 01.10.2025 12:15:47
  • Last modified 02.10.2025 19:12:17

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: fix memory leak in rtw_usb_probe() drivers/net/wireless/realtek/rtw88/usb.c:876 rtw_usb_probe() warn: 'hw' from ieee80211_alloc_hw() not released on lines: 811 Fix th...

  • EPSS 0.02%
  • Published 01.10.2025 12:15:47
  • Last modified 02.10.2025 19:12:17

In the Linux kernel, the following vulnerability has been resolved: io_uring: wait interruptibly for request completions on exit WHen the ring exits, cleanup is done and the final cancelation and waiting on completions is done by io_ring_exit_work....

  • EPSS 0.02%
  • Published 01.10.2025 12:15:47
  • Last modified 02.10.2025 19:12:17

In the Linux kernel, the following vulnerability has been resolved: hsr: Fix uninit-value access in fill_frame_info() Syzbot reports the following uninit-value access problem. ===================================================== BUG: KMSAN: unini...

  • EPSS 0.05%
  • Published 01.10.2025 12:15:45
  • Last modified 02.10.2025 19:12:17

In the Linux kernel, the following vulnerability has been resolved: scsi: qla4xxx: Add length check when parsing nlattrs There are three places that qla4xxx parses nlattrs: - qla4xxx_set_chap_entry() - qla4xxx_iface_set_param() - qla4xxx_sysf...

  • EPSS 0.02%
  • Published 01.10.2025 12:15:44
  • Last modified 02.10.2025 19:12:17

In the Linux kernel, the following vulnerability has been resolved: drm/vc4: drop all currently held locks if deadlock happens If vc4_hdmi_reset_link() returns -EDEADLK, it means that a deadlock happened in the locking context. This situation shoul...

  • EPSS 0.03%
  • Published 01.10.2025 12:15:43
  • Last modified 02.10.2025 19:12:17

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix potential NULL pointer dereference Klocwork tool reported 'cur_dsd' may be dereferenced. Add fix to validate pointer before dereferencing the pointer.

  • EPSS 0.02%
  • Published 01.10.2025 12:15:43
  • Last modified 02.10.2025 19:12:17

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: fix potential race condition between napi_init and napi_enable A race condition can happen if netdev is registered, but NAPI isn't initialized yet, and meanwhile user ...