Linux

Linux Kernel

13989 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.15%
  • Veröffentlicht 21.10.2024 20:15:08
  • Zuletzt bearbeitet 25.10.2024 20:06:45

In the Linux kernel, the following vulnerability has been resolved: gpio/rockchip: fix refcount leak in rockchip_gpiolib_register() The node returned by of_get_parent() with refcount incremented, of_node_put() needs be called when finish using it. ...

  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 20:15:08
  • Zuletzt bearbeitet 25.10.2024 20:05:42

In the Linux kernel, the following vulnerability has been resolved: net: mvneta: Prevent out of bounds read in mvneta_config_rss() The pp->indir[0] value comes from the user. It is passed to: if (cpu_online(pp->rxq_def)) inside the mvneta_percp...

  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 20:15:08
  • Zuletzt bearbeitet 25.10.2024 21:27:46

In the Linux kernel, the following vulnerability has been resolved: NFC: nci: Bounds check struct nfc_target arrays While running under CONFIG_FORTIFY_SOURCE=y, syzkaller reported: memcpy: detected field-spanning write (size 129) of single field...

  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 20:15:08
  • Zuletzt bearbeitet 25.10.2024 21:26:01

In the Linux kernel, the following vulnerability has been resolved: octeontx2-pf: Fix potential memory leak in otx2_init_tc() In otx2_init_tc(), if rhashtable_init() failed, it does not free tc->tc_entries_bitmap which is allocated in otx2_tc_alloc...

  • EPSS 0.02%
  • Veröffentlicht 21.10.2024 20:15:07
  • Zuletzt bearbeitet 24.10.2024 14:41:15

In the Linux kernel, the following vulnerability has been resolved: dpaa2-switch: Fix memory leak in dpaa2_switch_acl_entry_add() and dpaa2_switch_acl_entry_remove() The cmd_buff needs to be freed when error happened in dpaa2_switch_acl_entry_add()...

  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 20:15:07
  • Zuletzt bearbeitet 24.10.2024 20:00:34

In the Linux kernel, the following vulnerability has been resolved: ethernet: aeroflex: fix potential skb leak in greth_init_rings() The greth_init_rings() function won't free the newly allocated skb when dma_mapping_error() returns error, so add d...

  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 20:15:07
  • Zuletzt bearbeitet 24.10.2024 19:23:49

In the Linux kernel, the following vulnerability has been resolved: net: dsa: sja1105: fix memory leak in sja1105_setup_devlink_regions() When dsa_devlink_region_create failed in sja1105_setup_devlink_regions(), priv->regions is not released.

  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 20:15:07
  • Zuletzt bearbeitet 24.10.2024 19:24:43

In the Linux kernel, the following vulnerability has been resolved: net: hisilicon: Fix potential use-after-free in hix5hd2_rx() The skb is delivered to napi_gro_receive() which may free it, after calling this, dereferencing skb may trigger use-aft...

  • EPSS 0.02%
  • Veröffentlicht 21.10.2024 20:15:07
  • Zuletzt bearbeitet 24.10.2024 20:02:22

In the Linux kernel, the following vulnerability has been resolved: net: mdio: fix unbalanced fwnode reference count in mdio_device_release() There is warning report about of_node refcount leak while probing mdio device: OF: ERROR: memory leak, ex...

  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 20:15:06
  • Zuletzt bearbeitet 25.10.2024 20:13:39

In the Linux kernel, the following vulnerability has been resolved: udf: Fix preallocation discarding at indirect extent boundary When preallocation extent is the first one in the extent block, the code would corrupt extent tree header instead. Fix...