Linux

Linux Kernel

13989 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.03%
  • Veröffentlicht 27.02.2025 02:15:12
  • Zuletzt bearbeitet 01.10.2025 20:18:08

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btrtl: check for NULL in btrtl_setup_realtek() If insert an USB dongle which chip is not maintained in ic_id_table, it will hit the NULL point accessed. Add a null point...

  • EPSS 0.03%
  • Veröffentlicht 27.02.2025 02:15:12
  • Zuletzt bearbeitet 01.10.2025 20:18:08

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btbcm: Fix NULL deref in btbcm_get_board_name() devm_kstrdup() can return a NULL pointer on failure,but this returned value in btbcm_get_board_name() is not checked. Add...

  • EPSS 0.03%
  • Veröffentlicht 27.02.2025 02:15:12
  • Zuletzt bearbeitet 01.10.2025 20:18:08

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7925: fix NULL deref check in mt7925_change_vif_links In mt7925_change_vif_links() devm_kzalloc() may return NULL but this returned value is not checked.

  • EPSS 0.06%
  • Veröffentlicht 27.02.2025 02:15:11
  • Zuletzt bearbeitet 03.11.2025 20:16:56

In the Linux kernel, the following vulnerability has been resolved: pps: Fix a use-after-free On a board running ntpd and gpsd, I'm seeing a consistent use-after-free in sys_exit() from gpsd when rebooting: pps pps1: removed ------------[ ...

  • EPSS 0.04%
  • Veröffentlicht 27.02.2025 02:15:11
  • Zuletzt bearbeitet 03.11.2025 20:16:56

In the Linux kernel, the following vulnerability has been resolved: media: uvcvideo: Fix double free in error path If the uvc_status_init() function fails to allocate the int_urb, it will free the dev->status pointer but doesn't reset the pointer t...

  • EPSS 0.06%
  • Veröffentlicht 27.02.2025 02:15:11
  • Zuletzt bearbeitet 03.11.2025 20:16:56

In the Linux kernel, the following vulnerability has been resolved: usb: xhci: Fix NULL pointer dereference on certain command aborts If a command is queued to the final usable TRB of a ring segment, the enqueue pointer is advanced to the subsequen...

  • EPSS 0.04%
  • Veröffentlicht 27.02.2025 02:15:11
  • Zuletzt bearbeitet 11.01.2026 17:15:51

In the Linux kernel, the following vulnerability has been resolved: xfrm: state: fix out-of-bounds read during lookup lookup and resize can run in parallel. The xfrm_state_hash_generation seqlock ensures a retry, but the hash functions can observe...

  • EPSS 0.05%
  • Veröffentlicht 27.02.2025 02:15:11
  • Zuletzt bearbeitet 01.10.2025 20:18:08

In the Linux kernel, the following vulnerability has been resolved: mailbox: th1520: Fix memory corruption due to incorrect array size The functions th1520_mbox_suspend_noirq and th1520_mbox_resume_noirq are intended to save and restore the interru...

  • EPSS 0.04%
  • Veröffentlicht 27.02.2025 02:15:11
  • Zuletzt bearbeitet 24.03.2025 17:48:09

In the Linux kernel, the following vulnerability has been resolved: i3c: dw: Fix use-after-free in dw_i3c_master driver due to race condition In dw_i3c_common_probe, &master->hj_work is bound with dw_i3c_hj_work. And dw_i3c_master_irq_handler can c...

  • EPSS 0.03%
  • Veröffentlicht 27.02.2025 02:15:11
  • Zuletzt bearbeitet 23.10.2025 17:56:25

In the Linux kernel, the following vulnerability has been resolved: firmware: qcom: scm: Cleanup global '__scm' on probe failures If SCM driver fails the probe, it should not leave global '__scm' variable assigned, because external users of this dr...