CVE-2022-49650
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:40
- Zuletzt bearbeitet 23.10.2025 12:10:24
In the Linux kernel, the following vulnerability has been resolved: dmaengine: qcom: bam_dma: fix runtime PM underflow Commit dbad41e7bb5f ("dmaengine: qcom: bam_dma: check if the runtime pm enabled") caused unbalanced pm_runtime_get/put() calls wh...
CVE-2022-49651
- EPSS 0.02%
- Veröffentlicht 26.02.2025 07:01:40
- Zuletzt bearbeitet 24.03.2025 19:03:58
In the Linux kernel, the following vulnerability has been resolved: srcu: Tighten cleanup_srcu_struct() GP checks Currently, cleanup_srcu_struct() checks for a grace period in progress, but it does not check for a grace period that has not yet star...
CVE-2022-49652
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:40
- Zuletzt bearbeitet 01.10.2025 20:17:02
In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: Fix refcount leak in ti_dra7_xbar_route_allocate of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when not need...
CVE-2022-49653
- EPSS 0.06%
- Veröffentlicht 26.02.2025 07:01:40
- Zuletzt bearbeitet 01.10.2025 20:17:02
In the Linux kernel, the following vulnerability has been resolved: i2c: piix4: Fix a memory leak in the EFCH MMIO support The recently added support for EFCH MMIO regions introduced a memory leak in that code path. The leak is caused by the fact t...
CVE-2022-49654
- EPSS 0.06%
- Veröffentlicht 26.02.2025 07:01:40
- Zuletzt bearbeitet 23.10.2025 12:10:32
In the Linux kernel, the following vulnerability has been resolved: net: dsa: qca8k: reset cpu port on MTU change It was discovered that the Documentation lacks of a fundamental detail on how to correctly change the MAX_FRAME_SIZE of the switch. I...
CVE-2022-49655
- EPSS 0.11%
- Veröffentlicht 26.02.2025 07:01:40
- Zuletzt bearbeitet 23.10.2025 12:10:40
In the Linux kernel, the following vulnerability has been resolved: fscache: Fix invalidation/lookup race If an NFS file is opened for writing and closed, fscache_invalidate() will be asked to invalidate the file - however, if the cookie is in the ...
CVE-2022-49656
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:40
- Zuletzt bearbeitet 01.10.2025 20:17:02
In the Linux kernel, the following vulnerability has been resolved: ARM: meson: Fix refcount leak in meson_smp_prepare_cpus of_find_compatible_node() returns a node pointer with refcount incremented, we should use of_node_put() on it when done. Add...
CVE-2022-49657
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:40
- Zuletzt bearbeitet 01.10.2025 20:17:02
In the Linux kernel, the following vulnerability has been resolved: usbnet: fix memory leak in error case usbnet_write_cmd_async() mixed up which buffers need to be freed in which error case. v2: add Fixes tag v3: fix uninitialized buf pointer
CVE-2022-49658
- EPSS 0.07%
- Veröffentlicht 26.02.2025 07:01:40
- Zuletzt bearbeitet 23.10.2025 12:10:50
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix insufficient bounds propagation from adjust_scalar_min_max_vals Kuee reported a corner case where the tnum becomes constant after the call to __reg_bound_offset(), but the...
CVE-2022-49659
- EPSS 0.07%
- Veröffentlicht 26.02.2025 07:01:40
- Zuletzt bearbeitet 22.10.2025 17:30:40
In the Linux kernel, the following vulnerability has been resolved: can: m_can: m_can_{read_fifo,echo_tx_event}(): shift timestamp to full 32 bits In commit 1be37d3b0414 ("can: m_can: fix periph RX path: use rx-offload to ensure skbs are sent from ...