CVE-2024-45008
- EPSS 0.02%
- Veröffentlicht 04.09.2024 20:15:09
- Zuletzt bearbeitet 03.11.2025 23:15:49
In the Linux kernel, the following vulnerability has been resolved: Input: MT - limit max slots syzbot is reporting too large allocation at input_mt_init_slots(), for num_slots is supplied from userspace using ioctl(UI_DEV_CREATE). Since nobody kn...
CVE-2024-44948
- EPSS 0.01%
- Veröffentlicht 04.09.2024 19:15:29
- Zuletzt bearbeitet 03.11.2025 23:15:43
In the Linux kernel, the following vulnerability has been resolved: x86/mtrr: Check if fixed MTRRs exist before saving them MTRRs have an obsolete fixed variant for fine grained caching control of the 640K-1MB region that uses separate MSRs. This f...
- EPSS 0.02%
- Veröffentlicht 23.08.2024 13:15:03
- Zuletzt bearbeitet 03.11.2025 22:18:16
In the Linux kernel, the following vulnerability has been resolved: usb: vhci-hcd: Do not drop references before new references are gained At a few places the driver carries stale pointers to references that can still be used. Make sure that does 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-2022-48883
- EPSS 0.02%
- Veröffentlicht 21.08.2024 07:15:04
- Zuletzt bearbeitet 26.09.2025 18:40:52
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: IPoIB, Block PKEY interfaces with less rx queues than parent A user is able to configure an arbitrary number of rx queues when creating an interface via netlink. This do...
CVE-2024-43877
- 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: media: pci: ivtv: Add check for DMA map result In case DMA fails, 'dma->SG_length' is 0. This value is later used to access 'dma->SGarray[dma->SG_length - 1]', which will cause out...
CVE-2024-43878
- EPSS 0.08%
- Veröffentlicht 21.08.2024 01:15:12
- Zuletzt bearbeitet 26.09.2025 18:37:52
In the Linux kernel, the following vulnerability has been resolved: xfrm: Fix input error path memory access When there is a misconfiguration of input state slow path KASAN report error. Fix this error. west login: [ 52.987278] eth1: renamed from...
CVE-2024-43879
- EPSS 0.03%
- 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: 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...
CVE-2024-43881
- EPSS 0.02%
- Veröffentlicht 21.08.2024 01:15:12
- Zuletzt bearbeitet 26.09.2025 18:39:51
In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: change DMA direction while mapping reinjected packets For fragmented packets, ath12k reassembles each fragment as a normal packet and then reinjects it into HW ring. ...