Linux

Linux Kernel

13303 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 27.03.2025 16:43:47
  • Zuletzt bearbeitet 01.10.2025 18:15:36

In the Linux kernel, the following vulnerability has been resolved: l2tp: close all race conditions in l2tp_tunnel_register() The code in l2tp_tunnel_register() is racy in several ways: 1. It modifies the tunnel socket _after_ publishing it. 2. I...

  • EPSS 0.04%
  • Veröffentlicht 27.03.2025 16:43:47
  • Zuletzt bearbeitet 01.04.2025 15:40:10

In the Linux kernel, the following vulnerability has been resolved: net/sched: sch_taprio: fix possible use-after-free syzbot reported a nasty crash [1] in net_tx_action() which made little sense until we got a repro. This repro installs a taprio ...

  • EPSS 0.02%
  • Veröffentlicht 27.03.2025 16:43:46
  • Zuletzt bearbeitet 30.10.2025 16:20:36

In the Linux kernel, the following vulnerability has been resolved: net: mdio: validate parameter addr in mdiobus_get_phy() The caller may pass any value as addr, what may result in an out-of-bounds access to array mdio_map. One existing case is st...

  • EPSS 0.02%
  • Veröffentlicht 27.03.2025 16:43:45
  • Zuletzt bearbeitet 01.10.2025 18:15:35

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_sync: fix memory leak in hci_update_adv_data() When hci_cmd_sync_queue() failed in hci_update_adv_data(), inst_ptr is not freed, which will cause memory leak, conver...

  • EPSS 0.02%
  • Veröffentlicht 27.03.2025 16:43:45
  • Zuletzt bearbeitet 01.10.2025 18:15:35

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_conn: Fix memory leaks When hci_cmd_sync_queue() failed in hci_le_terminate_big() or hci_le_big_terminate(), the memory pointed by variable d is not freed, which wil...

  • EPSS 0.01%
  • Veröffentlicht 27.03.2025 16:43:44
  • Zuletzt bearbeitet 01.10.2025 18:15:35

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix possible deadlock in rfcomm_sk_state_change syzbot reports a possible deadlock in rfcomm_sk_state_change [1]. While rfcomm_sock_connect acquires the sk lock and wait...

  • EPSS 0.03%
  • Veröffentlicht 27.03.2025 16:43:43
  • Zuletzt bearbeitet 01.10.2025 20:17:13

In the Linux kernel, the following vulnerability has been resolved: dmaengine: tegra: Fix memory leak in terminate_all() Terminate vdesc when terminating an ongoing transfer. This will ensure that the vdesc is present in the desc_terminated list Th...

  • EPSS 0.02%
  • Veröffentlicht 27.03.2025 16:43:43
  • Zuletzt bearbeitet 01.10.2025 18:15:35

In the Linux kernel, the following vulnerability has been resolved: HID: betop: check shape of output reports betopff_init() only checks the total sum of the report counts for each report field to be at least 4, but hid_betopff_play() expects 4 rep...

  • EPSS 0.01%
  • Veröffentlicht 27.03.2025 16:43:42
  • Zuletzt bearbeitet 01.10.2025 20:17:12

In the Linux kernel, the following vulnerability has been resolved: ptdma: pt_core_execute_cmd() should use spinlock The interrupt handler (pt_core_irq_handler()) of the ptdma driver can be called from interrupt context. The code flow in this funct...

  • EPSS 0.02%
  • Veröffentlicht 27.03.2025 16:43:41
  • Zuletzt bearbeitet 30.10.2025 16:20:44

In the Linux kernel, the following vulnerability has been resolved: thermal: core: call put_device() only after device_register() fails put_device() shouldn't be called before a prior call to device_register(). __thermal_cooling_device_register() d...