Linux

Linux

5625 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Published 15.03.2024 21:15:06
  • Last modified 13.03.2025 19:36:08

In the Linux kernel, the following vulnerability has been resolved: x86/kvm: Teardown PV features on boot CPU as well Various PV features (Async PF, PV EOI, steal time) work through memory shared with hypervisor and when we restore from hibernation...

  • EPSS 0.02%
  • Published 15.03.2024 21:15:06
  • Last modified 13.03.2025 19:36:00

In the Linux kernel, the following vulnerability has been resolved: btrfs: abort in rename_exchange if we fail to insert the second ref Error injection stress uncovered a problem where we'd leave a dangling inode ref if we failed during a rename_ex...

  • EPSS 0.01%
  • Published 15.03.2024 21:15:06
  • Last modified 04.04.2025 14:39:41

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix data corruption by fallocate When fallocate punches holes out of inode size, if original isize is in the middle of last cluster, then the part from isize to the end of t...

  • EPSS 0.06%
  • Published 13.03.2024 16:15:30
  • Last modified 13.03.2025 19:36:45

In the Linux kernel, the following vulnerability has been resolved: mm: cachestat: fix folio read-after-free in cache walk In cachestat, we access the folio from the page cache's xarray to compute its page offset, and check for its dirty and writeb...

  • EPSS 0.01%
  • Published 11.03.2024 18:15:19
  • Last modified 03.04.2025 15:19:19

In the Linux kernel, the following vulnerability has been resolved: netfs, fscache: Prevent Oops in fscache_put_cache() This function dereferences "cache" and then checks if it's IS_ERR_OR_NULL(). Check first, then dereference.

  • EPSS 0.01%
  • Published 11.03.2024 18:15:19
  • Last modified 03.04.2025 15:20:30

In the Linux kernel, the following vulnerability has been resolved: tcp: make sure init the accept_queue's spinlocks once When I run syz's reproduction C program locally, it causes the following issue: pvqspinlock: lock 0xffff9d181cd5c660 has corru...

  • EPSS 0.04%
  • Published 11.03.2024 18:15:18
  • Last modified 03.04.2025 15:18:30

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix global oob in ksmbd_nl_policy Similar to a reported issue (check the commit b33fb5b801c6 ("net: qualcomm: rmnet: fix global oob in rmnet_policy"), my local fuzzer finds ...

  • EPSS 0.01%
  • Published 11.03.2024 18:15:16
  • Last modified 04.04.2025 14:41:10

In the Linux kernel, the following vulnerability has been resolved: dmaengine: fix NULL pointer in channel unregistration function __dma_async_device_channel_register() can fail. In case of failure, chan->local is freed (with free_percpu()), and ch...

  • EPSS 0.02%
  • Published 06.03.2024 07:15:12
  • Last modified 14.03.2025 18:46:34

In the Linux kernel, the following vulnerability has been resolved: scsi: core: Move scsi_host_busy() out of host lock for waking up EH handler Inside scsi_eh_wakeup(), scsi_host_busy() is called & checked with host lock every time for deciding if ...

  • EPSS 0.02%
  • Published 06.03.2024 07:15:11
  • Last modified 14.03.2025 18:47:13

In the Linux kernel, the following vulnerability has been resolved: powerpc/mm: Fix null-pointer dereference in pgtable_cache_add kasprintf() returns a pointer to dynamically allocated memory which can be NULL upon failure. Ensure the allocation wa...