CVE-2022-49655
- EPSS 0.02%
- 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.03%
- 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.03%
- 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.03%
- 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.05%
- 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 ...
CVE-2022-49638
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:39
- Zuletzt bearbeitet 01.10.2025 20:16:59
In the Linux kernel, the following vulnerability has been resolved: icmp: Fix data-races around sysctl. While reading icmp sysctl variables, they can be changed concurrently. So, we need to add READ_ONCE() to avoid data-races.
CVE-2022-49639
- EPSS 0.02%
- Veröffentlicht 26.02.2025 07:01:39
- Zuletzt bearbeitet 01.10.2025 20:17:00
In the Linux kernel, the following vulnerability has been resolved: cipso: Fix data-races around sysctl. While reading cipso sysctl variables, they can be changed concurrently. So, we need to add READ_ONCE() to avoid data-races.
CVE-2022-49640
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:39
- Zuletzt bearbeitet 01.10.2025 20:17:00
In the Linux kernel, the following vulnerability has been resolved: sysctl: Fix data races in proc_douintvec_minmax(). A sysctl variable is accessed concurrently, and there is always a chance of data-race. So, all readers and writers need some bas...
CVE-2022-49641
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:39
- Zuletzt bearbeitet 01.10.2025 20:17:00
In the Linux kernel, the following vulnerability has been resolved: sysctl: Fix data races in proc_douintvec(). A sysctl variable is accessed concurrently, and there is always a chance of data-race. So, all readers and writers need some basic prot...
CVE-2022-49642
- EPSS 0.06%
- Veröffentlicht 26.02.2025 07:01:39
- Zuletzt bearbeitet 23.10.2025 12:09:33
In the Linux kernel, the following vulnerability has been resolved: net: stmmac: dwc-qos: Disable split header for Tegra194 There is a long-standing issue with the Synopsys DWC Ethernet driver for Tegra194 where random system crashes have been obse...