Linux

Linux

6776 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 02.05.2025 15:55:12
  • Zuletzt bearbeitet 12.11.2025 20:00:14

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: HCI: Fix global-out-of-bounds To loop a variable-length array, hci_init_stage_sync(stage) considers that stage[i] is valid as long as stage[i-1].func is valid. Thus, the...

  • EPSS 0.03%
  • Veröffentlicht 02.05.2025 15:55:12
  • Zuletzt bearbeitet 07.11.2025 16:29:08

In the Linux kernel, the following vulnerability has been resolved: net/mlx5: E-Switch, Fix an Oops in error handling code The error handling dereferences "vport". There is nothing we can do if it is an error pointer except returning the error cod...

  • EPSS 0.02%
  • Veröffentlicht 02.05.2025 15:55:11
  • Zuletzt bearbeitet 12.11.2025 20:03:22

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Synchronize the IOCB count to be in order A system hang was observed with the following call trace: BUG: kernel NULL pointer dereference, address: 0000000000000000 ...

  • EPSS 0.02%
  • Veröffentlicht 02.05.2025 15:55:10
  • Zuletzt bearbeitet 12.11.2025 17:49:37

In the Linux kernel, the following vulnerability has been resolved: fscrypt: destroy keyring after security_sb_delete() fscrypt_destroy_keyring() must be called after all potentially-encrypted inodes were evicted; otherwise it cannot safely destroy...

  • EPSS 0.02%
  • Veröffentlicht 02.05.2025 15:55:09
  • Zuletzt bearbeitet 12.11.2025 17:53:29

In the Linux kernel, the following vulnerability has been resolved: usb: dwc2: fix a devres leak in hw_enable upon suspend resume Each time the platform goes to low power, PM suspend / resume routines call: __dwc2_lowlevel_hw_enable -> devm_add_act...

  • EPSS 0.03%
  • Veröffentlicht 02.05.2025 15:55:08
  • Zuletzt bearbeitet 12.11.2025 18:00:35

In the Linux kernel, the following vulnerability has been resolved: erspan: do not use skb_mac_header() in ndo_start_xmit() Drivers should not assume skb_mac_header(skb) == skb->data in their ndo_start_xmit(). Use skb_network_offset() and skb_tran...

  • EPSS 0.02%
  • Veröffentlicht 02.05.2025 15:55:07
  • Zuletzt bearbeitet 12.11.2025 18:22:41

In the Linux kernel, the following vulnerability has been resolved: dm crypt: add cond_resched() to dmcrypt_write() The loop in dmcrypt_write may be running for unbounded amount of time, thus we need cond_resched() in it. This commit fixes the fol...

  • EPSS 0.02%
  • Veröffentlicht 02.05.2025 15:55:07
  • Zuletzt bearbeitet 12.11.2025 18:17:26

In the Linux kernel, the following vulnerability has been resolved: cifs: fix use-after-free bug in refresh_cache_worker() The UAF bug occurred because we were putting DFS root sessions in cifs_umount() while DFS cache refresher was being executed....

  • EPSS 0.01%
  • Veröffentlicht 02.05.2025 15:55:06
  • Zuletzt bearbeitet 12.11.2025 18:34:22

In the Linux kernel, the following vulnerability has been resolved: thunderbolt: Fix memory leak in margining Memory for the usb4->margining needs to be relased for the upstream port of the router as well, even though the debugfs directory gets rel...

  • EPSS 0.02%
  • Veröffentlicht 02.05.2025 15:55:05
  • Zuletzt bearbeitet 12.11.2025 18:34:10

In the Linux kernel, the following vulnerability has been resolved: usb: ucsi: Fix NULL pointer deref in ucsi_connector_change() When ucsi_init() fails, ucsi->connector is NULL, yet in case of ucsi_acpi we may still get events which cause the ucs_a...