CVE-2022-50365
- EPSS 0.02%
- Veröffentlicht 17.09.2025 14:56:16
- Zuletzt bearbeitet 14.01.2026 19:16:09
In the Linux kernel, the following vulnerability has been resolved: skbuff: Account for tail adjustment during pull operations Extending the tail can have some unexpected side effects if a program uses a helper like BPF_FUNC_skb_pull_data to read p...
CVE-2022-50359
- EPSS 0.01%
- Veröffentlicht 17.09.2025 14:56:11
- Zuletzt bearbeitet 14.01.2026 19:16:08
In the Linux kernel, the following vulnerability has been resolved: media: cx88: Fix a null-ptr-deref bug in buffer_prepare() When the driver calls cx88_risc_buffer() to prepare the buffer, the function call may fail, resulting in a empty buffer an...
CVE-2022-50358
- EPSS 0.02%
- Veröffentlicht 17.09.2025 14:56:10
- Zuletzt bearbeitet 14.01.2026 19:16:07
In the Linux kernel, the following vulnerability has been resolved: brcmfmac: return error when getting invalid max_flowrings from dongle When firmware hit trap at initialization, host will read abnormal max_flowrings number from dongle, and it wil...
CVE-2022-50355
- EPSS 0.02%
- Veröffentlicht 17.09.2025 14:56:08
- Zuletzt bearbeitet 14.01.2026 19:16:06
In the Linux kernel, the following vulnerability has been resolved: staging: vt6655: fix some erroneous memory clean-up loops In some initialization functions of this driver, memory is allocated with 'i' acting as an index variable and increasing f...
CVE-2022-50353
- EPSS 0.02%
- Veröffentlicht 17.09.2025 14:56:06
- Zuletzt bearbeitet 14.01.2026 19:16:06
In the Linux kernel, the following vulnerability has been resolved: mmc: wmt-sdmmc: fix return value check of mmc_add_host() mmc_add_host() may return error, if we ignore its return value, the memory that allocated in mmc_alloc_host() will be leake...
CVE-2023-53333
- EPSS 0.02%
- Veröffentlicht 16.09.2025 16:12:08
- Zuletzt bearbeitet 14.01.2026 19:16:28
In the Linux kernel, the following vulnerability has been resolved: netfilter: conntrack: dccp: copy entire header to stack buffer, not just basic one Eric Dumazet says: nf_conntrack_dccp_packet() has an unique: dh = skb_header_pointer(skb, da...
CVE-2023-53330
- EPSS 0.02%
- Veröffentlicht 16.09.2025 16:12:06
- Zuletzt bearbeitet 14.01.2026 19:16:27
In the Linux kernel, the following vulnerability has been resolved: caif: fix memory leak in cfctrl_linkup_request() When linktype is unknown or kzalloc failed in cfctrl_linkup_request(), pkt is not released. Add release process to error path.
CVE-2023-53331
- EPSS 0.02%
- Veröffentlicht 16.09.2025 16:12:06
- Zuletzt bearbeitet 14.01.2026 19:16:27
In the Linux kernel, the following vulnerability has been resolved: pstore/ram: Check start of empty przs during init After commit 30696378f68a ("pstore/ram: Do not treat empty buffers as valid"), initialization would assume a prz was valid after s...
CVE-2023-53324
- EPSS 0.02%
- Veröffentlicht 16.09.2025 16:11:59
- Zuletzt bearbeitet 14.01.2026 19:16:26
In the Linux kernel, the following vulnerability has been resolved: drm/msm/mdp5: Don't leak some plane state Apparently no one noticed that mdp5 plane states leak like a sieve ever since we introduced plane_state->commit refcount a few years ago i...
CVE-2023-53322
- EPSS 0.01%
- Veröffentlicht 16.09.2025 16:11:58
- Zuletzt bearbeitet 14.01.2026 19:16:26
In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Wait for io return on terminate rport System crash due to use after free. Current code allows terminate_rport_io to exit before making sure all IOs has returned. For...