CVE-2022-48873
- EPSS 0.02%
- Veröffentlicht 21.08.2024 07:15:04
- Zuletzt bearbeitet 06.09.2024 14:44:16
In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: Don't remove map on creater_process and device_release Do not remove the map from the list on error path in fastrpc_init_create_process, instead call fastrpc_map_put...
CVE-2022-48875
- EPSS 0.02%
- Veröffentlicht 21.08.2024 07:15:04
- Zuletzt bearbeitet 04.09.2024 18:33:03
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: sdata can be NULL during AMPDU start ieee80211_tx_ba_session_handle_start() may get NULL for sdata when a deauthentication is ongoing. Here a trace triggering the ...
CVE-2022-48877
- EPSS 0.01%
- Veröffentlicht 21.08.2024 07:15:04
- Zuletzt bearbeitet 05.09.2024 17:47:28
In the Linux kernel, the following vulnerability has been resolved: f2fs: let's avoid panic if extent_tree is not created This patch avoids the below panic. pc : __lookup_extent_tree+0xd8/0x760 lr : f2fs_do_write_data_page+0x104/0x87c sp : ffffffc...
CVE-2022-48878
- EPSS 0.02%
- Veröffentlicht 21.08.2024 07:15:04
- Zuletzt bearbeitet 29.08.2024 02:39:54
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_qca: Fix driver shutdown on closed serdev The driver shutdown callback (which sends EDL_SOC_RESET to the device over serdev) should not be invoked when HCI device is...
CVE-2022-48879
- EPSS 0.01%
- Veröffentlicht 21.08.2024 07:15:04
- Zuletzt bearbeitet 29.08.2024 02:39:34
In the Linux kernel, the following vulnerability has been resolved: efi: fix NULL-deref in init error path In cases where runtime services are not supported or have been disabled, the runtime services workqueue will never have been allocated. Do n...
CVE-2022-48880
- EPSS 0.02%
- Veröffentlicht 21.08.2024 07:15:04
- Zuletzt bearbeitet 10.10.2025 13:48:53
In the Linux kernel, the following vulnerability has been resolved: platform/surface: aggregator: Add missing call to ssam_request_sync_free() Although rare, ssam_request_sync_init() can fail. In that case, the request should be freed via ssam_requ...
CVE-2024-43879
- EPSS 0.04%
- Veröffentlicht 21.08.2024 01:15:12
- Zuletzt bearbeitet 12.05.2026 12:17:08
In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: handle 2x996 RU allocation in cfg80211_calculate_bitrate_he() Currently NL80211_RATE_INFO_HE_RU_ALLOC_2x996 is not handled in cfg80211_calculate_bitrate_he(), leadi...
CVE-2024-43880
- EPSS 0.02%
- Veröffentlicht 21.08.2024 01:15:12
- Zuletzt bearbeitet 03.11.2025 22:18:15
In the Linux kernel, the following vulnerability has been resolved: mlxsw: spectrum_acl_erp: Fix object nesting warning ACLs in Spectrum-2 and newer ASICs can reside in the algorithmic TCAM (A-TCAM) or in the ordinary circuit TCAM (C-TCAM). The for...
- EPSS 0.03%
- Veröffentlicht 21.08.2024 01:15:12
- Zuletzt bearbeitet 12.05.2026 12:17:08
In the Linux kernel, the following vulnerability has been resolved: exec: Fix ToCToU between perm check and set-uid/gid usage When opening a file for exec via do_filp_open(), permission checking is done against the file's metadata at that moment, a...
CVE-2024-43869
- EPSS 0.01%
- Veröffentlicht 21.08.2024 01:15:11
- Zuletzt bearbeitet 03.11.2025 22:18:14
In the Linux kernel, the following vulnerability has been resolved: perf: Fix event leak upon exec and file release The perf pending task work is never waited upon the matching event release. In the case of a child event, released via free_event() ...