Linux

Linux

5635 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.05%
  • Published 03.06.2024 08:15:09
  • Last modified 21.11.2024 09:22:55

In the Linux kernel, the following vulnerability has been resolved: fs/9p: only translate RWX permissions for plain 9P2000 Garbage in plain 9P2000's perm bits is allowed through, which causes it to be able to set (among others) the suid bit. This w...

  • EPSS 0.02%
  • Published 30.05.2024 16:15:18
  • Last modified 20.05.2025 15:16:04

In the Linux kernel, the following vulnerability has been resolved: firewire: ohci: mask bus reset interrupts between ISR and bottom half In the FireWire OHCI interrupt handler, if a bus reset interrupt has occurred, mask bus reset interrupts until...

  • EPSS 0.03%
  • Published 30.05.2024 16:15:18
  • Last modified 01.10.2025 14:12:00

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: range check cp bad op exception interrupts Due to a CP interrupt bug, bad packet garbage exception codes are raised. Do a range check so that the debugger and runtime d...

  • EPSS 0.02%
  • Published 30.05.2024 16:15:18
  • Last modified 01.10.2025 14:11:24

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Move NPIV's transport unregistration to after resource clean up There are cases after NPIV deletion where the fabric switch still believes the NPIV is logged into the f...

  • EPSS 0.02%
  • Published 30.05.2024 16:15:18
  • Last modified 21.11.2024 09:22:53

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: vgic-v2: Check for non-NULL vCPU in vgic_v2_parse_attr() vgic_v2_parse_attr() is responsible for finding the vCPU that matches the user-provided CPUID, which (of course...

  • EPSS 0.03%
  • Published 30.05.2024 16:15:18
  • Last modified 01.04.2025 18:35:58

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: intel-sdw-acpi: fix usage of device_get_named_child_node() The documentation for device_get_named_child_node() mentions this important point: " The caller is responsibl...

  • EPSS 0.03%
  • Published 30.05.2024 16:15:18
  • Last modified 01.10.2025 14:08:58

In the Linux kernel, the following vulnerability has been resolved: thermal/debugfs: Free all thermal zone debug memory on zone removal Because thermal_debug_tz_remove() does not free all memory allocated for thermal zone diagnostics, some of that ...

  • EPSS 0.1%
  • Published 30.05.2024 16:15:18
  • Last modified 21.11.2024 09:22:54

In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: avoid off-by-one read from userspace We try to access count + 1 byte from userspace with memdup_user(buffer, count + 1). However, the userspace only provides buffer o...

  • EPSS 0.05%
  • Published 30.05.2024 16:15:18
  • Last modified 01.10.2025 14:07:31

In the Linux kernel, the following vulnerability has been resolved: NFSD: Fix nfsd4_encode_fattr4() crasher Ensure that args.acl is initialized early. It is used in an unconditional call to kfree() on the way out of nfsd4_encode_fattr4().

  • EPSS 0.03%
  • Published 30.05.2024 16:15:17
  • Last modified 01.10.2025 14:01:41

In the Linux kernel, the following vulnerability has been resolved: fs/proc/task_mmu: fix loss of young/dirty bits during pagemap scan make_uffd_wp_pte() was previously doing: pte = ptep_get(ptep); ptep_modify_prot_start(ptep); pte = pte_mku...