Linux

Linux

8660 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 06.05.2026 11:28:20
  • Zuletzt bearbeitet 17.05.2026 16:16:16

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: serialize sequence allocation under concurrent TLB invalidations With concurrent TLB invalidations, completion wait randomly gets timed out because cmd_sem_val was incre...

  • EPSS 0.01%
  • Veröffentlicht 06.05.2026 11:28:19
  • Zuletzt bearbeitet 11.05.2026 19:27:37

In the Linux kernel, the following vulnerability has been resolved: media: i2c/tw9903: Fix potential memory leak in tw9903_probe() In one of the error paths in tw9903_probe(), the memory allocated in v4l2_ctrl_handler_init() and v4l2_ctrl_new_std()...

  • EPSS 0.01%
  • Veröffentlicht 06.05.2026 11:28:18
  • Zuletzt bearbeitet 11.05.2026 19:28:01

In the Linux kernel, the following vulnerability has been resolved: net: Drop the lock in skb_may_tx_timestamp() skb_may_tx_timestamp() may acquire sock::sk_callback_lock. The lock must not be taken in IRQ context, only softirq is okay. A few drive...

  • EPSS 0.01%
  • Veröffentlicht 06.05.2026 11:28:18
  • Zuletzt bearbeitet 11.05.2026 19:27:49

In the Linux kernel, the following vulnerability has been resolved: media: iris: gen2: Add sanity check for session stop In iris_kill_session, inst->state is set to IRIS_INST_ERROR and session_close is executed, which will kfree(inst_hfi_gen2->pack...

  • EPSS 0.04%
  • Veröffentlicht 06.05.2026 11:28:17
  • Zuletzt bearbeitet 11.05.2026 19:44:10

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix locking usage for tcon fields We used to use the cifs_tcp_ses_lock to protect a lot of objects that are not just the server, ses or tcon lists. We later introduced srv_lo...

  • EPSS 0.01%
  • Veröffentlicht 06.05.2026 11:28:16
  • Zuletzt bearbeitet 11.05.2026 19:44:24

In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Add SRCU protection for reading PDPTRs in __get_sregs2() Add SRCU read-side protection when reading PDPTR registers in __get_sregs2(). Reading PDPTRs may trigger access ...

  • EPSS 0.01%
  • Veröffentlicht 06.05.2026 11:28:15
  • Zuletzt bearbeitet 11.05.2026 19:57:52

In the Linux kernel, the following vulnerability has been resolved: LoongArch: Make cpumask_of_node() robust against NUMA_NO_NODE The arch definition of cpumask_of_node() cannot handle NUMA_NO_NODE - which is a valid index - so add a check for this...

  • EPSS 0.02%
  • Veröffentlicht 06.05.2026 11:28:15
  • Zuletzt bearbeitet 11.05.2026 19:55:22

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: pci: validate sequence number of TX release report Hardware rarely reports abnormal sequence number in TX release report, which will access out-of-bounds of wd_ring->p...

  • EPSS 0.01%
  • Veröffentlicht 06.05.2026 11:28:14
  • Zuletzt bearbeitet 11.05.2026 19:58:10

In the Linux kernel, the following vulnerability has been resolved: PCI: Fix pci_slot_trylock() error handling Commit a4e772898f8b ("PCI: Add missing bridge lock to pci_bus_lock()") delegates the bridge device's pci_dev_trylock() to pci_bus_trylock...

  • EPSS 0.01%
  • Veröffentlicht 06.05.2026 11:28:13
  • Zuletzt bearbeitet 11.05.2026 19:58:20

In the Linux kernel, the following vulnerability has been resolved: tracing: ring-buffer: Fix to check event length before using Check the event length before adding it for accessing next index in rb_read_data_buffer(). Since this function is used ...