Linux

Linux

5625 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Published 04.10.2025 15:43:59
  • Last modified 06.10.2025 14:56:21

In the Linux kernel, the following vulnerability has been resolved: perf: RISC-V: Remove PERF_HES_STOPPED flag checking in riscv_pmu_start() Since commit 096b52fd2bb4 ("perf: RISC-V: throttle perf events") the perf_sample_event_took() function was ...

  • EPSS 0.02%
  • Published 04.10.2025 15:43:59
  • Last modified 06.10.2025 14:56:21

In the Linux kernel, the following vulnerability has been resolved: ubifs: ubifs_releasepage: Remove ubifs_assert(0) to valid this process There are two states for ubifs writing pages: 1. Dirty, Private 2. Not Dirty, Not Private The normal process...

  • EPSS 0.02%
  • Published 04.10.2025 15:43:58
  • Last modified 06.10.2025 14:56:21

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: ensure CLM version is null-terminated to prevent stack-out-of-bounds Fix a stack-out-of-bounds read in brcmfmac that occurs when 'buf' that is not null-terminated i...

  • EPSS 0.02%
  • Published 04.10.2025 15:43:57
  • Last modified 06.10.2025 14:56:21

In the Linux kernel, the following vulnerability has been resolved: USB: Gadget: core: Help prevent panic during UVC unconfigure Avichal Rakesh reported a kernel panic that occurred when the UVC gadget driver was removed from a gadget's configurati...

  • EPSS 0.02%
  • Published 04.10.2025 15:43:57
  • Last modified 06.10.2025 14:56:21

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Check for NOT_READY flag state after locking Currently the check for NOT_READY flag is performed before obtaining the necessary lock. This opens a possibility for race c...

  • EPSS 0.02%
  • Published 04.10.2025 15:43:56
  • Last modified 06.10.2025 14:56:21

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt76x0: fix oob access in mt76x0_phy_get_target_power After 'commit ba45841ca5eb ("wifi: mt76: mt76x02: simplify struct mt76x02_rate_power")', mt76x02 relies on ht[0-7]...

  • EPSS 0.02%
  • Published 04.10.2025 15:43:55
  • Last modified 06.10.2025 14:56:21

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Validate data run offset This adds sanity checks for data run offset. We should make sure data run offset is legit before trying to unpack them, otherwise we may encounte...

  • EPSS 0.02%
  • Published 04.10.2025 15:43:54
  • Last modified 06.10.2025 14:56:21

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Fix pci device refcount leak in ppr_notifier() As comment of pci_get_domain_bus_and_slot() says, it returns a pci device with refcount increment, when finish using it, t...

  • EPSS 0.02%
  • Published 04.10.2025 15:43:54
  • Last modified 06.10.2025 14:56:21

In the Linux kernel, the following vulnerability has been resolved: drbd: only clone bio if we have a backing device Commit c347a787e34cb (drbd: set ->bi_bdev in drbd_req_new) moved a bio_set_dev call (which has since been removed) to "earlier", fr...

  • EPSS 0.03%
  • Published 04.10.2025 15:43:53
  • Last modified 06.10.2025 14:56:21

In the Linux kernel, the following vulnerability has been resolved: powerpc/rtas: avoid scheduling in rtas_os_term() It's unsafe to use rtas_busy_delay() to handle a busy status from the ibm,os-term RTAS function in rtas_os_term(): Kernel panic - ...