Linux

Linux Kernel

12152 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.04%
  • Published 18.09.2025 16:15:48
  • Last modified 19.09.2025 16:00:27

In the Linux kernel, the following vulnerability has been resolved: PCI/ASPM: Disable ASPM on MFD function removal to avoid use-after-free Struct pcie_link_state->downstream is a pointer to the pci_dev of function 0. Previously we retained that po...

  • EPSS 0.03%
  • Published 18.09.2025 16:15:47
  • Last modified 01.10.2025 08:15:30

In the Linux kernel, the following vulnerability has been resolved: scsi: ses: Handle enclosure with just a primary component gracefully This reverts commit 3fe97ff3d949 ("scsi: ses: Don't attach if enclosure has no components") and introduces prop...

  • EPSS 0.02%
  • Published 18.09.2025 16:15:47
  • Last modified 19.09.2025 16:00:27

In the Linux kernel, the following vulnerability has been resolved: firewire: net: fix use after free in fwnet_finish_incoming_packet() The netif_rx() function frees the skb so we can't dereference it to save the skb->len.

  • EPSS 0.03%
  • Published 18.09.2025 16:15:47
  • Last modified 19.09.2025 16:00:27

In the Linux kernel, the following vulnerability has been resolved: net: add vlan_get_protocol_and_depth() helper Before blamed commit, pskb_may_pull() was used instead of skb_header_pointer() in __vlan_get_protocol() and friends. Few callers depe...

  • EPSS 0.02%
  • Published 18.09.2025 16:15:47
  • Last modified 19.09.2025 16:00:27

In the Linux kernel, the following vulnerability has been resolved: remoteproc: imx_dsp_rproc: Add custom memory copy implementation for i.MX DSP Cores The IRAM is part of the HiFi DSP. According to hardware specification only 32-bits write are all...

  • EPSS 0.03%
  • Published 18.09.2025 16:15:47
  • Last modified 19.09.2025 16:00:27

In the Linux kernel, the following vulnerability has been resolved: cassini: Fix a memory leak in the error handling path of cas_init_one() cas_saturn_firmware_init() allocates some memory using vmalloc(). This memory is freed in the .remove() func...

  • EPSS 0.03%
  • Published 18.09.2025 16:15:47
  • Last modified 19.09.2025 16:00:27

In the Linux kernel, the following vulnerability has been resolved: scsi: snic: 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.03%
  • Published 18.09.2025 16:15:47
  • Last modified 19.09.2025 16:00:27

In the Linux kernel, the following vulnerability has been resolved: media: uvcvideo: Handle cameras with invalid descriptors If the source entity does not contain any pads, do not create a link.

  • EPSS 0.02%
  • Published 18.09.2025 16:15:47
  • Last modified 19.09.2025 16:00:27

In the Linux kernel, the following vulnerability has been resolved: x86/MCE: Always save CS register on AMD Zen IF Poison errors The Instruction Fetch (IF) units on current AMD Zen-based systems do not guarantee a synchronous #MC is delivered for p...

  • EPSS 0.03%
  • Published 18.09.2025 16:15:46
  • Last modified 19.09.2025 16:00:27

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: fw: fix memory leak in debugfs Fix a memory leak that occurs when reading the fw_info file all the way, since we return NULL indicating no more data, but don't free ...