Linux

Linux Kernel

12162 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.04%
  • Published 15.09.2025 14:04:26
  • Last modified 15.09.2025 15:22:27

In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: add the missing IP_SET_HASH_WITH_NET0 macro for ip_set_hash_netportnet.c The missing IP_SET_HASH_WITH_NET0 macro in ip_set_hash_netportnet can lead to the use of ...

  • EPSS 0.02%
  • Published 15.09.2025 14:04:23
  • Last modified 15.09.2025 15:22:27

In the Linux kernel, the following vulnerability has been resolved: mm: fix zswap writeback race condition The zswap writeback mechanism can cause a race condition resulting in memory corruption, where a swapped out page gets swapped in with data t...

  • EPSS 0.02%
  • Published 15.09.2025 14:04:20
  • Last modified 15.09.2025 15:22:27

In the Linux kernel, the following vulnerability has been resolved: media: hi846: fix usage of pm_runtime_get_if_in_use() pm_runtime_get_if_in_use() does not only return nonzero values when the device is in use, it can return a negative errno too. ...

  • EPSS 0.03%
  • Published 15.09.2025 14:04:16
  • Last modified 15.09.2025 15:22:27

In the Linux kernel, the following vulnerability has been resolved: serial: 8250: Reinit port->pm on port specific driver unbind When we unbind a serial port hardware specific 8250 driver, the generic serial8250 driver takes over the port. After th...

  • EPSS 0.02%
  • Published 15.09.2025 14:04:09
  • Last modified 15.09.2025 15:22:27

In the Linux kernel, the following vulnerability has been resolved: PCI: hv: Fix a crash in hv_pci_restore_msi_msg() during hibernation When a Linux VM with an assigned PCI device runs on Hyper-V, if the PCI device driver is not loaded yet (i.e. MS...

  • EPSS 0.03%
  • Published 15.09.2025 14:04:08
  • Last modified 15.09.2025 15:22:27

In the Linux kernel, the following vulnerability has been resolved: scsi: core: Fix possible memory leak if device_add() fails If device_add() returns error, the name allocated by dev_set_name() needs be freed. As the comment of device_add() says, ...

  • EPSS 0.02%
  • Published 15.09.2025 14:04:07
  • Last modified 15.09.2025 15:22:27

In the Linux kernel, the following vulnerability has been resolved: tty: pcn_uart: fix memory leak with using debugfs_lookup() When calling debugfs_lookup() the result must have dput() called on it, otherwise the memory will leak over time. To mak...

  • EPSS 0.02%
  • Published 15.09.2025 14:04:06
  • Last modified 15.09.2025 15:22:27

In the Linux kernel, the following vulnerability has been resolved: fsverity: reject FS_IOC_ENABLE_VERITY on mode 3 fds Commit 56124d6c87fd ("fsverity: support enabling with tree block size < PAGE_SIZE") changed FS_IOC_ENABLE_VERITY to use __kernel...

  • EPSS 0.02%
  • Published 15.09.2025 14:04:04
  • Last modified 15.09.2025 15:22:27

In the Linux kernel, the following vulnerability has been resolved: vfio/type1: prevent underflow of locked_vm via exec() When a vfio container is preserved across exec, the task does not change, but it gets a new mm with locked_vm=0, and loses the...

  • EPSS 0.02%
  • Published 15.09.2025 14:04:03
  • Last modified 15.09.2025 15:22:27

In the Linux kernel, the following vulnerability has been resolved: net: dsa: Removed unneeded of_node_put in felix_parse_ports_node Remove unnecessary of_node_put from the continue path to prevent child node from being released twice, which could ...