Linux

Linux Kernel

12474 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 26.02.2025 07:00:53
  • Zuletzt bearbeitet 22.05.2025 13:15:52

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not clean up repair bio if submit fails The submit helper will always run bio_endio() on the bio if it fails to submit, so cleaning up the bio just leads to a variety of ...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:00:52
  • Zuletzt bearbeitet 23.09.2025 13:53:54

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix call timer start racing with call destruction The rxrpc_call struct has a timer used to handle various timed events relating to a call. This timer can get started from ...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:00:52
  • Zuletzt bearbeitet 01.10.2025 20:15:52

In the Linux kernel, the following vulnerability has been resolved: rtc: gamecube: Fix refcount leak in gamecube_rtc_read_offset_from_sram The of_find_compatible_node() function returns a node pointer with refcount incremented, We should use of_nod...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:00:52
  • Zuletzt bearbeitet 15.10.2025 19:47:40

In the Linux kernel, the following vulnerability has been resolved: can: mcba_usb: properly check endpoint type Syzbot reported warning in usb_submit_urb() which is caused by wrong endpoint type. We should check that in endpoint is actually present...

  • EPSS 0.02%
  • Veröffentlicht 26.02.2025 07:00:52
  • Zuletzt bearbeitet 19.06.2025 13:15:22

In the Linux kernel, the following vulnerability has been resolved: XArray: Fix xas_create_range() when multi-order entry present If there is already an entry present that is of order >= XA_CHUNK_SHIFT when we call xas_create_range(), xas_create_ra...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:00:52
  • Zuletzt bearbeitet 01.10.2025 20:15:52

In the Linux kernel, the following vulnerability has been resolved: wireguard: socket: free skb in send6 when ipv6 is disabled I got a memory leak report: unreferenced object 0xffff8881191fc040 (size 232): comm "kworker/u17:0", pid 23193, jiffie...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:00:52
  • Zuletzt bearbeitet 23.09.2025 14:11:41

In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: fix panic on out-of-bounds guest IRQ As guest_irq is coming from KVM_IRQFD API call, it may trigger crash in svm_update_pi_irte() due to out-of-bounds: crash> bt PID: 22...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:00:52
  • Zuletzt bearbeitet 01.10.2025 20:15:52

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Suppress a kernel complaint in qla_create_qpair() [ 12.323788] BUG: using smp_processor_id() in preemptible [00000000] code: systemd-udevd/1020 [ 12.332297] call...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:00:52
  • Zuletzt bearbeitet 15.10.2025 19:40:49

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix scheduling while atomic The driver makes a call into midlayer (fc_remote_port_delete) which can put the thread to sleep. The thread that originates the call is i...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:00:52
  • Zuletzt bearbeitet 15.10.2025 19:41:37

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix premature hw access after PCI error After a recoverable PCI error has been detected and recovered, qla driver needs to check to see if the error condition still ...