Linux

Linux Kernel

16156 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.11%
  • Veröffentlicht 06.05.2026 07:40:35
  • Zuletzt bearbeitet 11.05.2026 17:27:25

In the Linux kernel, the following vulnerability has been resolved: soc: qcom: pd-mapper: Fix element length in servreg_loc_pfr_req_ei It looks element length declared in servreg_loc_pfr_req_ei for reason not matching servreg_loc_pfr_req's reason f...

  • EPSS 0.11%
  • Veröffentlicht 06.05.2026 07:40:34
  • Zuletzt bearbeitet 11.05.2026 17:31:12

In the Linux kernel, the following vulnerability has been resolved: cachefiles: fix incorrect dentry refcount in cachefiles_cull() The patch mentioned below changed cachefiles_bury_object() to expect 2 references to the 'rep' dentry. Three of the ...

  • EPSS 0.12%
  • Veröffentlicht 06.05.2026 07:40:33
  • Zuletzt bearbeitet 01.06.2026 17:17:03

In the Linux kernel, the following vulnerability has been resolved: drm/vc4: Fix a memory leak in hang state error path When vc4_save_hang_state() encounters an early return condition, it returns without freeing the previously allocated `kernel_sta...

  • EPSS 0.11%
  • Veröffentlicht 06.05.2026 07:40:33
  • Zuletzt bearbeitet 01.06.2026 17:17:03

In the Linux kernel, the following vulnerability has been resolved: drm/vc4: Fix memory leak of BO array in hang state The hang state's BO array is allocated separately with kzalloc() in vc4_save_hang_state() but never freed in vc4_free_hang_state(...

  • EPSS 0.12%
  • Veröffentlicht 06.05.2026 07:40:32
  • Zuletzt bearbeitet 01.06.2026 17:17:03

In the Linux kernel, the following vulnerability has been resolved: net: lapbether: handle NETDEV_PRE_TYPE_CHANGE lapbeth_data_transmit() expects the underlying device type to be ARPHRD_ETHER. Returning NOTIFY_BAD from lapbeth_device_event() makes...

  • EPSS 0.12%
  • Veröffentlicht 06.05.2026 07:40:31
  • Zuletzt bearbeitet 11.05.2026 17:34:42

In the Linux kernel, the following vulnerability has been resolved: net: airoha: Fix memory leak in airoha_qdma_rx_process() If an error occurs on the subsequents buffers belonging to the non-linear part of the skb (e.g. due to an error in the payl...

  • EPSS 0.12%
  • Veröffentlicht 06.05.2026 07:40:30
  • Zuletzt bearbeitet 11.05.2026 17:35:52

In the Linux kernel, the following vulnerability has been resolved: bridge: guard local VLAN-0 FDB helpers against NULL vlan group When CONFIG_BRIDGE_VLAN_FILTERING is not set, br_vlan_group() and nbp_vlan_group() return NULL (br_private.h stub def...

  • EPSS 0.43%
  • Veröffentlicht 06.05.2026 07:40:30
  • Zuletzt bearbeitet 11.05.2026 17:35:21

In the Linux kernel, the following vulnerability has been resolved: ipv6: ioam: fix potential NULL dereferences in __ioam6_fill_trace_data() We need to check __in6_dev_get() for possible NULL value, as suggested by Yiming Qian. Also add skb_dst_de...

  • EPSS 0.49%
  • Veröffentlicht 06.05.2026 07:40:29
  • Zuletzt bearbeitet 01.06.2026 17:17:03

In the Linux kernel, the following vulnerability has been resolved: ipv4: icmp: fix null-ptr-deref in icmp_build_probe() ipv6_stub->ipv6_dev_find() may return ERR_PTR(-EAFNOSUPPORT) when the IPv6 stack is not active (CONFIG_IPV6=m and not loaded), ...

  • EPSS 0.12%
  • Veröffentlicht 06.05.2026 07:40:28
  • Zuletzt bearbeitet 14.05.2026 19:24:49

In the Linux kernel, the following vulnerability has been resolved: PCI: hv: Fix double ida_free in hv_pci_probe error path If hv_pci_probe() fails after storing the domain number in hbus->bridge->domain_nr, there is a call to free this domain_nr v...