CVE-2023-52973
- EPSS 0.27%
- Veröffentlicht 27.03.2025 16:43:12
- Zuletzt bearbeitet 01.04.2025 15:40:21
In the Linux kernel, the following vulnerability has been resolved: vc_screen: move load of struct vc_data pointer in vcs_read() to avoid UAF After a call to console_unlock() in vcs_read() the vc_data struct can be freed by vc_deallocate(). Because...
CVE-2022-49761
- EPSS 0.18%
- Veröffentlicht 27.03.2025 16:43:07
- Zuletzt bearbeitet 01.04.2025 15:40:43
In the Linux kernel, the following vulnerability has been resolved: btrfs: always report error in run_one_delayed_ref() Currently we have a btrfs_debug() for run_one_delayed_ref() failure, but if end users hit such problem, there will be no chance ...
CVE-2022-49758
- EPSS 0.19%
- Veröffentlicht 27.03.2025 16:43:05
- Zuletzt bearbeitet 01.10.2025 18:15:33
In the Linux kernel, the following vulnerability has been resolved: reset: uniphier-glue: Fix possible null-ptr-deref It will cause null-ptr-deref when resource_size(res) invoked, if platform_get_resource() returns NULL.
CVE-2022-49757
- EPSS 0.19%
- Veröffentlicht 27.03.2025 16:43:04
- Zuletzt bearbeitet 01.10.2025 18:15:32
In the Linux kernel, the following vulnerability has been resolved: EDAC/highbank: Fix memory leak in highbank_mc_probe() When devres_open_group() fails, it returns -ENOMEM without freeing memory allocated by edac_mc_alloc(). Call edac_mc_free() o...
CVE-2022-49755
- EPSS 0.22%
- Veröffentlicht 27.03.2025 16:43:02
- Zuletzt bearbeitet 01.04.2025 15:40:57
In the Linux kernel, the following vulnerability has been resolved: usb: gadget: f_fs: Prevent race during ffs_ep0_queue_wait While performing fast composition switch, there is a possibility that the process of ffs_ep0_write/ffs_ep0_read get into a...
CVE-2022-49753
- EPSS 0.22%
- Veröffentlicht 27.03.2025 16:43:01
- Zuletzt bearbeitet 01.04.2025 15:41:09
In the Linux kernel, the following vulnerability has been resolved: dmaengine: Fix double increment of client_count in dma_chan_get() The first time dma_chan_get() is called for a channel the channel client_count is incorrectly incremented twice fo...
CVE-2022-49751
- EPSS 0.18%
- Veröffentlicht 27.03.2025 16:42:59
- Zuletzt bearbeitet 01.10.2025 20:17:09
In the Linux kernel, the following vulnerability has been resolved: w1: fix WARNING after calling w1_process() I got the following WARNING message while removing driver(ds2482): ------------[ cut here ]------------ do not call blocking ops when !T...
CVE-2022-49749
- EPSS 0.18%
- Veröffentlicht 27.03.2025 16:42:58
- Zuletzt bearbeitet 01.10.2025 18:15:32
In the Linux kernel, the following vulnerability has been resolved: i2c: designware: use casting of u64 in clock multiplication to avoid overflow In functions i2c_dw_scl_lcnt() and i2c_dw_scl_hcnt() may have overflow by depending on the values of t...
CVE-2022-49748
- EPSS 0.18%
- Veröffentlicht 27.03.2025 16:42:57
- Zuletzt bearbeitet 01.10.2025 18:15:32
In the Linux kernel, the following vulnerability has been resolved: perf/x86/amd: fix potential integer overflow on shift of a int The left shift of int 32 bit integer constant 1 is evaluated using 32 bit arithmetic and then passed as a 64 bit func...
CVE-2022-49746
- EPSS 0.18%
- Veröffentlicht 27.03.2025 16:42:56
- Zuletzt bearbeitet 01.10.2025 18:15:31
In the Linux kernel, the following vulnerability has been resolved: dmaengine: imx-sdma: Fix a possible memory leak in sdma_transfer_init If the function sdma_load_context() fails, the sdma_desc will be freed, but the allocated desc->bd is forgot t...