Linux

Linux

5635 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Published 24.06.2024 14:15:11
  • Last modified 24.03.2025 17:29:24

In the Linux kernel, the following vulnerability has been resolved: PCI: of_property: Return error for int_map allocation failure Return -ENOMEM from of_pci_prop_intr_map() if kcalloc() fails to prevent a NULL pointer dereference in this case. [bh...

  • EPSS 0.05%
  • Published 21.06.2024 12:15:10
  • Last modified 17.09.2025 17:00:58

In the Linux kernel, the following vulnerability has been resolved: dma-mapping: benchmark: fix node id validation While validating node ids in map_benchmark_ioctl(), node_possible() may be provided with invalid argument outside of [0,MAX_NUMNODES-...

  • EPSS 0.01%
  • Published 21.06.2024 11:15:12
  • Last modified 03.10.2025 14:54:50

In the Linux kernel, the following vulnerability has been resolved: serial: max3100: Lock port->lock when calling uart_handle_cts_change() uart_handle_cts_change() has to be called with port lock taken, Since we run it in a separate work, the lock ...

  • EPSS 0.01%
  • Published 21.06.2024 11:15:12
  • Last modified 17.09.2025 17:00:04

In the Linux kernel, the following vulnerability has been resolved: soundwire: cadence: fix invalid PDI offset For some reason, we add an offset to the PDI, presumably to skip the PDI0 and PDI1 which are reserved for BPT. This code is however comp...

  • EPSS 0.02%
  • Published 21.06.2024 11:15:12
  • Last modified 03.10.2025 14:55:23

In the Linux kernel, the following vulnerability has been resolved: f2fs: multidev: fix to recognize valid zero block address As reported by Yi Zhang in mailing list [1], kernel warning was catched during zbd/010 test as below: ./check zbd/010 zbd...

  • EPSS 0.02%
  • Published 21.06.2024 11:15:12
  • Last modified 17.09.2025 17:00:22

In the Linux kernel, the following vulnerability has been resolved: greybus: lights: check return of get_channel_from_mode If channel for the given node is not found we return null from get_channel_from_mode. Make sure we validate the return pointe...

  • EPSS 0.01%
  • Published 21.06.2024 11:15:12
  • Last modified 03.10.2025 15:05:58

In the Linux kernel, the following vulnerability has been resolved: enic: Validate length of nl attributes in enic_set_vf_port enic_set_vf_port assumes that the nl attribute IFLA_PORT_PROFILE is of length PORT_PROFILE_MAX and that the nl attributes...

  • EPSS 0.01%
  • Published 21.06.2024 11:15:11
  • Last modified 17.09.2025 16:57:58

In the Linux kernel, the following vulnerability has been resolved: media: stk1160: fix bounds checking in stk1160_copy_video() The subtract in this condition is reversed. The ->length is the length of the buffer. The ->bytesused is how many byte...

  • EPSS 0.02%
  • Published 21.06.2024 11:15:11
  • Last modified 17.09.2025 16:59:41

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: Add callback function pointer check before its call In dpu_core_irq_callback_handler() callback function pointer is compared to NULL, but then callback function is unc...

  • EPSS 0.2%
  • Published 21.06.2024 11:15:11
  • Last modified 24.03.2025 18:10:02

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Use variable length array instead of fixed size Should fix smatch warning: ntfs_set_label() error: __builtin_memcpy() 'uni->name' too small (20 vs 256)