CVE-2022-49964
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:00:29
- Zuletzt bearbeitet 14.11.2025 18:08:14
In the Linux kernel, the following vulnerability has been resolved: arm64: cacheinfo: Fix incorrect assignment of signed error value to unsigned fw_level Though acpi_find_last_cache_level() always returned signed value and the document states it wi...
CVE-2022-49963
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:00:24
- Zuletzt bearbeitet 14.11.2025 18:08:38
In the Linux kernel, the following vulnerability has been resolved: drm/i915/ttm: fix CCS handling Crucible + recent Mesa seems to sometimes hit: GEM_BUG_ON(num_ccs_blks > NUM_CCS_BLKS_PER_XFER) And it looks like we can also trigger this with gem...
CVE-2022-49962
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:00:23
- Zuletzt bearbeitet 14.11.2025 18:08:57
In the Linux kernel, the following vulnerability has been resolved: xhci: Fix null pointer dereference in remove if xHC has only one roothub The remove path in xhci platform driver tries to remove and put both main and shared hcds even if only a ma...
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...