CVE-2022-48687
- EPSS 0.01%
- Veröffentlicht 03.05.2024 15:15:07
- Zuletzt bearbeitet 21.11.2024 07:33:47
In the Linux kernel, the following vulnerability has been resolved: ipv6: sr: fix out-of-bounds read when setting HMAC data. The SRv6 layer allows defining HMAC data that can later be used to sign IPv6 Segment Routing Headers. This configuration is...
CVE-2022-48688
- EPSS 0.01%
- Veröffentlicht 03.05.2024 15:15:07
- Zuletzt bearbeitet 21.11.2024 07:33:47
In the Linux kernel, the following vulnerability has been resolved: i40e: Fix kernel crash during module removal The driver incorrectly frees client instance and subsequent i40e module removal leads to kernel crash. Reproducer: 1. Do ethtool offli...
- EPSS 0.02%
- Veröffentlicht 03.05.2024 15:15:07
- Zuletzt bearbeitet 21.11.2024 07:33:47
In the Linux kernel, the following vulnerability has been resolved: tcp: TX zerocopy should not sense pfmemalloc status We got a recent syzbot report [1] showing a possible misuse of pfmemalloc page status in TCP zerocopy paths. Indeed, for pages ...
CVE-2022-48691
- EPSS 0.02%
- Veröffentlicht 03.05.2024 15:15:07
- Zuletzt bearbeitet 21.11.2024 07:33:47
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: clean up hook list when offload flags check fails splice back the hook list so nft_chain_release_hook() has a chance to release the hooks. BUG: memory leak u...
CVE-2022-48692
- EPSS 0.02%
- Veröffentlicht 03.05.2024 15:15:07
- Zuletzt bearbeitet 21.11.2024 07:33:47
In the Linux kernel, the following vulnerability has been resolved: RDMA/srp: Set scmnd->result only when scmnd is not NULL This change fixes the following kernel NULL pointer dereference which is reproduced by blktests srp/007 occasionally. BUG: ...
CVE-2022-48693
- EPSS 0.01%
- Veröffentlicht 03.05.2024 15:15:07
- Zuletzt bearbeitet 21.11.2024 07:33:47
In the Linux kernel, the following vulnerability has been resolved: soc: brcmstb: pm-arm: Fix refcount leak and __iomem leak bugs In brcmstb_pm_probe(), there are two kinds of leak bugs: (1) we need to add of_node_put() when for_each__matching_nod...
CVE-2024-27070
- EPSS 0.02%
- Veröffentlicht 01.05.2024 13:15:51
- Zuletzt bearbeitet 10.07.2025 15:15:24
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid use-after-free issue in f2fs_filemap_fault syzbot reports a f2fs bug as below: BUG: KASAN: slab-use-after-free in f2fs_filemap_fault+0xd1/0x2c0 fs/f2fs/file.c:4...
CVE-2024-27071
- EPSS 0.02%
- Veröffentlicht 01.05.2024 13:15:51
- Zuletzt bearbeitet 23.12.2024 14:27:46
In the Linux kernel, the following vulnerability has been resolved: backlight: hx8357: Fix potential NULL pointer dereference The "im" pins are optional. Add missing check in the hx8357_probe().
CVE-2024-27072
- EPSS 0.01%
- Veröffentlicht 01.05.2024 13:15:51
- Zuletzt bearbeitet 03.11.2025 22:16:48
In the Linux kernel, the following vulnerability has been resolved: media: usbtv: Remove useless locks in usbtv_video_free() Remove locks calls in usbtv_video_free() because are useless and may led to a deadlock as reported here: https://syzkaller....
CVE-2024-27073
- EPSS 0.01%
- Veröffentlicht 01.05.2024 13:15:51
- Zuletzt bearbeitet 08.04.2025 18:54:36
In the Linux kernel, the following vulnerability has been resolved: media: ttpci: fix two memleaks in budget_av_attach When saa7146_register_device and saa7146_vv_init fails, budget_av_attach should free the resources it allocates, like the error-h...