CVE-2022-50296
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:45:52
- Zuletzt bearbeitet 04.12.2025 15:34:09
In the Linux kernel, the following vulnerability has been resolved: UM: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACK When CONFIG_CPUMASK_OFFSTACK and CONFIG_DEBUG_PER_CPU_MAPS is selected, cpu_max_bits_warn() generates a runtime warning simil...
CVE-2022-50294
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:45:50
- Zuletzt bearbeitet 03.12.2025 19:27:08
In the Linux kernel, the following vulnerability has been resolved: wifi: libertas: fix memory leak in lbs_init_adapter() When kfifo_alloc() failed in lbs_init_adapter(), cmd buffer is not released. Add free memory to processing error path.
CVE-2022-50293
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:45:49
- Zuletzt bearbeitet 04.12.2025 18:53:12
In the Linux kernel, the following vulnerability has been resolved: btrfs: do not BUG_ON() on ENOMEM when dropping extent items for a range If we get -ENOMEM while dropping file extent items in a given range, at btrfs_drop_extents(), due to failure...
CVE-2023-53231
- EPSS 0.03%
- Veröffentlicht 15.09.2025 14:22:03
- Zuletzt bearbeitet 14.01.2026 18:16:34
In the Linux kernel, the following vulnerability has been resolved: erofs: Fix detection of atomic context Current check for atomic context is not sufficient as z_erofs_decompressqueue_endio can be called under rcu lock from blk_mq_flush_plug_list(...
CVE-2023-53230
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:22:02
- Zuletzt bearbeitet 14.01.2026 18:16:33
In the Linux kernel, the following vulnerability has been resolved: smb: client: fix warning in cifs_smb3_do_mount() This fixes the following warning reported by kernel test robot fs/smb/client/cifsfs.c:982 cifs_smb3_do_mount() warn: possible ...
CVE-2023-53229
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:22:01
- Zuletzt bearbeitet 14.01.2026 18:16:33
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix invalid drv_sta_pre_rcu_remove calls for non-uploaded sta Avoid potential data corruption issues caused by uninitialized driver private data structures.
- EPSS -
- Veröffentlicht 15.09.2025 14:21:57
- Zuletzt bearbeitet 16.09.2025 10:15:37
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2023-53226
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:21:55
- Zuletzt bearbeitet 14.01.2026 18:16:33
In the Linux kernel, the following vulnerability has been resolved: wifi: mwifiex: Fix OOB and integer underflow when rx packets Make sure mwifiex_process_mgmt_packet, mwifiex_process_sta_rx_packet and mwifiex_process_uap_rx_packet, mwifiex_uap_que...
CVE-2023-53225
- EPSS 0.02%
- Veröffentlicht 15.09.2025 14:21:54
- Zuletzt bearbeitet 14.01.2026 18:16:32
In the Linux kernel, the following vulnerability has been resolved: spi: imx: Don't skip cleanup in remove's error path Returning early in a platform driver's remove callback is wrong. In this case the dma resources are not released in the error pa...
CVE-2023-53223
- EPSS 0.01%
- Veröffentlicht 15.09.2025 14:21:51
- Zuletzt bearbeitet 14.01.2026 18:16:32
In the Linux kernel, the following vulnerability has been resolved: drm/msm/dsi: Add missing check for alloc_ordered_workqueue Add check for the return value of alloc_ordered_workqueue as it may return NULL pointer and cause NULL pointer dereferenc...