Linux

Linux Kernel

13989 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:21
  • Zuletzt bearbeitet 01.10.2025 20:16:20

In the Linux kernel, the following vulnerability has been resolved: ARM: hisi: Add missing of_node_put after of_find_compatible_node of_find_compatible_node will increment the refcount of the returned device_node. Calling of_node_put() to avoid th...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:21
  • Zuletzt bearbeitet 01.10.2025 20:16:20

In the Linux kernel, the following vulnerability has been resolved: soc: bcm: Check for NULL return of devm_kzalloc() As the potential failure of allocation, devm_kzalloc() may return NULL. Then the 'pd->pmb' and the follow lines of code may bring...

  • EPSS 0.05%
  • Veröffentlicht 26.02.2025 07:01:21
  • Zuletzt bearbeitet 01.10.2025 20:16:20

In the Linux kernel, the following vulnerability has been resolved: pinctrl: renesas: rzn1: Fix possible null-ptr-deref in sh_pfc_map_resources() It will cause null-ptr-deref when using 'res', if platform_get_resource() returns NULL, so move using ...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:21
  • Zuletzt bearbeitet 01.10.2025 20:16:20

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix listen() setting the bar too high for the prealloc rings AF_RXRPC's listen() handler lets you set the backlog up to 32 (if you bump up the sysctl), but whilst the preall...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:21
  • Zuletzt bearbeitet 01.10.2025 20:16:21

In the Linux kernel, the following vulnerability has been resolved: firmware: arm_scmi: Fix list protocols enumeration in the base protocol While enumerating protocols implemented by the SCMI platform using BASE_DISCOVER_LIST_PROTOCOLS, the number ...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:21
  • Zuletzt bearbeitet 22.10.2025 17:25:08

In the Linux kernel, the following vulnerability has been resolved: dpaa2-eth: retrieve the virtual address before dma_unmap The TSO header was DMA unmapped before the virtual address was retrieved and then used to free the buffer. This meant that ...

  • EPSS 0.05%
  • Veröffentlicht 26.02.2025 07:01:21
  • Zuletzt bearbeitet 01.10.2025 20:16:21

In the Linux kernel, the following vulnerability has been resolved: soc: ti: ti_sci_pm_domains: Check for null return of devm_kcalloc The allocation funciton devm_kcalloc may fail and return a null pointer, which would cause a null-pointer derefere...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:21
  • Zuletzt bearbeitet 01.10.2025 20:16:21

In the Linux kernel, the following vulnerability has been resolved: PCI: mediatek: Fix refcount leak in mtk_pcie_subsys_powerup() The of_find_compatible_node() function returns a node pointer with refcount incremented, We should use of_node_put() o...

  • EPSS 0.04%
  • Veröffentlicht 26.02.2025 07:01:21
  • Zuletzt bearbeitet 01.10.2025 20:16:21

In the Linux kernel, the following vulnerability has been resolved: misc: ocxl: fix possible double free in ocxl_file_register_afu info_release() will be called in device_unregister() when info->dev's reference count is 0. So there is no need to ca...

  • EPSS 0.03%
  • Veröffentlicht 26.02.2025 07:01:21
  • Zuletzt bearbeitet 22.10.2025 17:24:41

In the Linux kernel, the following vulnerability has been resolved: bonding: fix missed rcu protection When removing the rcu_read_lock in bond_ethtool_get_ts_info() as discussed [1], I didn't notice it could be called via setsockopt, which doesn't ...