CVE-2022-49961
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:00:22
- Zuletzt bearbeitet 14.11.2025 18:09:29
In the Linux kernel, the following vulnerability has been resolved: bpf: Do mark_chain_precision for ARG_CONST_ALLOC_SIZE_OR_ZERO Precision markers need to be propagated whenever we have an ARG_CONST_* style argument, as the verifier cannot conside...
CVE-2022-49960
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:00:21
- Zuletzt bearbeitet 14.11.2025 18:09:40
In the Linux kernel, the following vulnerability has been resolved: drm/i915: fix null pointer dereference Asus chromebook CX550 crashes during boot on v5.17-rc1 kernel. The root cause is null pointer defeference of bi_next in tgl_get_bw_info() in ...
CVE-2022-49958
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:00:20
- Zuletzt bearbeitet 14.11.2025 18:10:11
In the Linux kernel, the following vulnerability has been resolved: net/sched: fix netdevice reference leaks in attach_default_qdiscs() In attach_default_qdiscs(), if a dev has multiple queues and queue 0 fails to attach qdisc because there is no m...
CVE-2022-49959
- EPSS 0.01%
- Veröffentlicht 18.06.2025 11:00:20
- Zuletzt bearbeitet 14.11.2025 18:09:58
In the Linux kernel, the following vulnerability has been resolved: openvswitch: fix memory leak at failed datapath creation ovs_dp_cmd_new()->ovs_dp_change()->ovs_dp_set_upcall_portids() allocates array via kmalloc. If for some reason new_vport() ...
CVE-2022-49957
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:00:19
- Zuletzt bearbeitet 14.11.2025 18:10:23
In the Linux kernel, the following vulnerability has been resolved: kcm: fix strp_init() order and cleanup strp_init() is called just a few lines above this csk->sk_user_data check, it also initializes strp->work etc., therefore, it is unnecessary ...
CVE-2022-49956
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:00:18
- Zuletzt bearbeitet 17.11.2025 12:55:48
In the Linux kernel, the following vulnerability has been resolved: staging: rtl8712: fix use after free bugs _Read/Write_MACREG callbacks are NULL so the read/write_macreg_hdl() functions don't do anything except free the "pcmd" pointer. It resul...
CVE-2022-49955
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:00:17
- Zuletzt bearbeitet 14.11.2025 18:59:35
In the Linux kernel, the following vulnerability has been resolved: powerpc/rtas: Fix RTAS MSR[HV] handling for Cell The semi-recent changes to MSR handling when entering RTAS (firmware) cause crashes on IBM Cell machines. An example trace: kern...
CVE-2022-49953
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:00:16
- Zuletzt bearbeitet 14.11.2025 18:59:05
In the Linux kernel, the following vulnerability has been resolved: iio: light: cm3605: Fix an error handling path in cm3605_probe() The commit in Fixes also introduced a new error handling path which should goto the existing error handling path. O...
CVE-2022-49954
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:00:16
- Zuletzt bearbeitet 14.11.2025 18:59:26
In the Linux kernel, the following vulnerability has been resolved: Input: iforce - wake up after clearing IFORCE_XMIT_RUNNING flag syzbot is reporting hung task at __input_unregister_device() [1], for iforce_close() waiting at wait_event_interrupt...
CVE-2022-49952
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:00:15
- Zuletzt bearbeitet 14.11.2025 18:58:25
In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: fix memory corruption on probe Add the missing sanity check on the probed-session count to avoid corrupting memory beyond the fixed-size slab-allocated session array...