Linux

Linux

6776 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 10.07.2025 07:41:55
  • Zuletzt bearbeitet 18.12.2025 16:52:27

In the Linux kernel, the following vulnerability has been resolved: phy: qcom-qmp-usb: Fix an NULL vs IS_ERR() bug The qmp_usb_iomap() helper function currently returns the raw result of devm_ioremap() for non-exclusive mappings. Since devm_ioremap...

  • EPSS 0.03%
  • Veröffentlicht 10.07.2025 07:41:54
  • Zuletzt bearbeitet 18.12.2025 16:58:02

In the Linux kernel, the following vulnerability has been resolved: net: tipc: fix refcount warning in tipc_aead_encrypt syzbot reported a refcount warning [1] caused by calling get_net() on a network namespace that is being destroyed (refcount=0)....

  • EPSS 0.02%
  • Veröffentlicht 10.07.2025 07:41:53
  • Zuletzt bearbeitet 20.11.2025 16:53:50

In the Linux kernel, the following vulnerability has been resolved: net: prevent a NULL deref in rtnl_create_link() At the time rtnl_create_link() is running, dev->netdev_ops is NULL, we must not use netdev_lock_ops() or risk a NULL deref if CONFIG...

  • EPSS 0.02%
  • Veröffentlicht 10.07.2025 07:41:53
  • Zuletzt bearbeitet 20.11.2025 16:56:06

In the Linux kernel, the following vulnerability has been resolved: net: dsa: b53: do not enable EEE on bcm63xx BCM63xx internal switches do not support EEE, but provide multiple RGMII ports where external PHYs may be connected. If one of these PHY...

  • EPSS 0.01%
  • Veröffentlicht 10.07.2025 07:41:52
  • Zuletzt bearbeitet 20.11.2025 16:49:53

In the Linux kernel, the following vulnerability has been resolved: net: drv: netdevsim: don't napi_complete() from netpoll netdevsim supports netpoll. Make sure we don't call napi_complete() from it, since it may not be scheduled. Breno reports hi...

  • EPSS 0.01%
  • Veröffentlicht 10.07.2025 07:41:51
  • Zuletzt bearbeitet 20.11.2025 16:39:06

In the Linux kernel, the following vulnerability has been resolved: usb: typec: tcpm: move tcpm_queue_vdm_unlocked to asynchronous work A state check was previously added to tcpm_queue_vdm_unlocked to prevent a deadlock where the DisplayPort Alt Mo...

  • EPSS 0.01%
  • Veröffentlicht 10.07.2025 07:41:51
  • Zuletzt bearbeitet 20.11.2025 16:39:51

In the Linux kernel, the following vulnerability has been resolved: btrfs: exit after state insertion failure at btrfs_convert_extent_bit() If insert_state() state failed it returns an error pointer and we call extent_io_tree_panic() which will tri...

  • EPSS 0.01%
  • Veröffentlicht 10.07.2025 07:41:50
  • Zuletzt bearbeitet 18.11.2025 18:33:03

In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Do not trigger WARN_ON() due to a commit_overrun When reading a memory mapped buffer the reader page is just swapped out with the last page written in the write buffer...

  • EPSS 0.02%
  • Veröffentlicht 10.07.2025 07:37:34
  • Zuletzt bearbeitet 18.11.2025 18:29:23

In the Linux kernel, the following vulnerability has been resolved: pinctrl: mediatek: eint: Fix invalid pointer dereference for v1 platforms Commit 3ef9f710efcb ("pinctrl: mediatek: Add EINT support for multiple addresses") introduced an access to...

  • EPSS 0.02%
  • Veröffentlicht 10.07.2025 07:37:33
  • Zuletzt bearbeitet 18.11.2025 18:27:39

In the Linux kernel, the following vulnerability has been resolved: serial: jsm: fix NPE during jsm_uart_port_init No device was set which caused serial_base_ctrl_add to crash. BUG: kernel NULL pointer dereference, address: 0000000000000050 Oops...