CVE-2023-52470
- EPSS 0.02%
- Veröffentlicht 26.02.2024 16:27:48
- Zuletzt bearbeitet 21.11.2024 08:39:50
In the Linux kernel, the following vulnerability has been resolved: drm/radeon: check the alloc_workqueue return value in radeon_crtc_init() check the alloc_workqueue return value in radeon_crtc_init() to avoid null-ptr-deref.
CVE-2023-52471
- EPSS 0.01%
- Veröffentlicht 26.02.2024 16:27:48
- Zuletzt bearbeitet 21.11.2024 08:39:50
In the Linux kernel, the following vulnerability has been resolved: ice: Fix some null pointer dereference issues in ice_ptp.c devm_kasprintf() returns a pointer to dynamically allocated memory which can be NULL upon failure.
CVE-2023-52472
- EPSS 0.02%
- Veröffentlicht 26.02.2024 16:27:48
- Zuletzt bearbeitet 21.11.2024 08:39:50
In the Linux kernel, the following vulnerability has been resolved: crypto: rsa - add a check for allocation failure Static checkers insist that the mpi_alloc() allocation can fail so add a check to prevent a NULL dereference. Small allocations li...
CVE-2023-52473
- EPSS 0.02%
- Veröffentlicht 26.02.2024 16:27:48
- Zuletzt bearbeitet 21.11.2024 08:39:51
In the Linux kernel, the following vulnerability has been resolved: thermal: core: Fix NULL pointer dereference in zone registration error path If device_register() in thermal_zone_device_register_with_trips() returns an error, the tz variable is s...
CVE-2021-46904
- EPSS 0.01%
- Veröffentlicht 26.02.2024 16:27:45
- Zuletzt bearbeitet 21.11.2024 06:34:53
In the Linux kernel, the following vulnerability has been resolved: net: hso: fix null-ptr-deref during tty device unregistration Multiple ttys try to claim the same the minor number causing a double unregistration of the same device. The first unr...
CVE-2021-46905
- EPSS 0.01%
- Veröffentlicht 26.02.2024 16:27:45
- Zuletzt bearbeitet 21.11.2024 06:34:54
In the Linux kernel, the following vulnerability has been resolved: net: hso: fix NULL-deref on disconnect regression Commit 8a12f8836145 ("net: hso: fix null-ptr-deref during tty device unregistration") fixed the racy minor allocation reported by ...
CVE-2022-48626
- EPSS 0.02%
- Veröffentlicht 26.02.2024 16:27:45
- Zuletzt bearbeitet 21.11.2024 07:33:38
In the Linux kernel, the following vulnerability has been resolved: moxart: fix potential use-after-free on remove path It was reported that the mmc host structure could be accessed after it was freed in moxart_remove(), so fix this by saving the b...
CVE-2024-26595
- EPSS 0.01%
- Veröffentlicht 23.02.2024 15:15:09
- Zuletzt bearbeitet 03.11.2025 21:16:07
In the Linux kernel, the following vulnerability has been resolved: mlxsw: spectrum_acl_tcam: Fix NULL pointer dereference in error path When calling mlxsw_sp_acl_tcam_region_destroy() from an error path after failing to attach the region to an ACL...
CVE-2024-26596
- EPSS 0.02%
- Veröffentlicht 23.02.2024 15:15:09
- Zuletzt bearbeitet 03.11.2025 20:16:09
In the Linux kernel, the following vulnerability has been resolved: net: dsa: fix netdev_priv() dereference before check on non-DSA netdevice events After the blamed commit, we started doing this dereference for every NETDEV_CHANGEUPPER and NETDEV_...
CVE-2024-26597
- EPSS 0.01%
- Veröffentlicht 23.02.2024 15:15:09
- Zuletzt bearbeitet 21.11.2024 09:02:37
In the Linux kernel, the following vulnerability has been resolved: net: qualcomm: rmnet: fix global oob in rmnet_policy The variable rmnet_link_ops assign a *bigger* maxtype which leads to a global out-of-bounds read when parsing the netlink attri...