CVE-2022-50498
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:43:49
- Zuletzt bearbeitet 22.01.2026 19:57:24
In the Linux kernel, the following vulnerability has been resolved: eth: alx: take rtnl_lock on resume Zbynek reports that alx trips an rtnl assertion on resume: RTNL: assertion failed at net/core/dev.c (2891) RIP: 0010:netif_set_real_num_tx_que...
CVE-2022-50497
- EPSS 0.01%
- Veröffentlicht 04.10.2025 15:43:48
- Zuletzt bearbeitet 22.01.2026 19:57:33
In the Linux kernel, the following vulnerability has been resolved: binfmt_misc: fix shift-out-of-bounds in check_special_flags UBSAN reported a shift-out-of-bounds warning: left shift of 1 by 31 places cannot be represented in type 'int' Call T...
- EPSS -
- Veröffentlicht 04.10.2025 15:43:47
- Zuletzt bearbeitet 05.10.2025 10:15:31
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2022-50496
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:43:47
- Zuletzt bearbeitet 22.01.2026 19:06:12
In the Linux kernel, the following vulnerability has been resolved: dm cache: Fix UAF in destroy() Dm_cache also has the same UAF problem when dm_resume() and dm_destroy() are concurrent. Therefore, cancelling timer again in destroy().
CVE-2022-50494
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:43:46
- Zuletzt bearbeitet 23.01.2026 20:54:23
In the Linux kernel, the following vulnerability has been resolved: thermal: intel_powerclamp: Use get_cpu() instead of smp_processor_id() to avoid crash When CPU 0 is offline and intel_powerclamp is used to inject idle, it generates kernel BUG: B...
CVE-2022-50492
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:43:45
- Zuletzt bearbeitet 23.01.2026 20:43:01
In the Linux kernel, the following vulnerability has been resolved: drm/msm: fix use-after-free on probe deferral The bridge counter was never reset when tearing down the DRM device so that stale pointers to deallocated structures would be accessed...
CVE-2022-50493
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:43:45
- Zuletzt bearbeitet 23.01.2026 20:44:34
In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix crash when I/O abort times out While performing CPU hotplug, a crash with the following stack was seen: Call Trace: qla24xx_process_response_queue+0x42a/0x...
CVE-2022-50491
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:43:44
- Zuletzt bearbeitet 25.03.2026 00:32:51
In the Linux kernel, the following vulnerability has been resolved: coresight: cti: Fix hang in cti_disable_hw() cti_enable_hw() and cti_disable_hw() are called from an atomic context so shouldn't use runtime PM because it can result in a sleep whe...
CVE-2022-50489
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:43:43
- Zuletzt bearbeitet 25.03.2026 00:30:22
In the Linux kernel, the following vulnerability has been resolved: drm/mipi-dsi: Detach devices when removing the host Whenever the MIPI-DSI host is unregistered, the code of mipi_dsi_host_unregister() loops over every device currently found on th...
CVE-2022-50490
- EPSS 0.01%
- Veröffentlicht 04.10.2025 15:43:43
- Zuletzt bearbeitet 25.03.2026 00:31:54
In the Linux kernel, the following vulnerability has been resolved: bpf: Propagate error from htab_lock_bucket() to userspace In __htab_map_lookup_and_delete_batch() if htab_lock_bucket() returns -EBUSY, it will go to next bucket. Going to next buc...