CVE-2023-53384
- EPSS 0.02%
- Veröffentlicht 18.09.2025 13:33:28
- Zuletzt bearbeitet 14.01.2026 19:16:36
In the Linux kernel, the following vulnerability has been resolved: wifi: mwifiex: avoid possible NULL skb pointer dereference In 'mwifiex_handle_uap_rx_forward()', always check the value returned by 'skb_copy()' to avoid potential NULL pointer der...
CVE-2023-53380
- EPSS 0.02%
- Veröffentlicht 18.09.2025 13:33:25
- Zuletzt bearbeitet 14.01.2026 19:16:35
In the Linux kernel, the following vulnerability has been resolved: md/raid10: fix null-ptr-deref of mreplace in raid10_sync_request There are two check of 'mreplace' in raid10_sync_request(). In the first check, 'need_replace' will be set and 'mre...
CVE-2023-53379
- EPSS 0.02%
- Veröffentlicht 18.09.2025 13:33:24
- Zuletzt bearbeitet 14.01.2026 19:16:35
In the Linux kernel, the following vulnerability has been resolved: usb: phy: phy-tahvo: fix memory leak in tahvo_usb_probe() Smatch reports: drivers/usb/phy/phy-tahvo.c: tahvo_usb_probe() warn: missing unwind goto? After geting irq, if ret < 0, i...
CVE-2023-53375
- EPSS 0.02%
- Veröffentlicht 18.09.2025 13:33:21
- Zuletzt bearbeitet 14.01.2026 19:16:35
In the Linux kernel, the following vulnerability has been resolved: tracing: Free error logs of tracing instances When a tracing instance is removed, the error messages that hold errors that occurred in the instance needs to be freed. The following...
CVE-2023-53373
- EPSS 0.02%
- Veröffentlicht 18.09.2025 13:33:20
- Zuletzt bearbeitet 14.01.2026 19:16:34
In the Linux kernel, the following vulnerability has been resolved: crypto: seqiv - Handle EBUSY correctly As it is seqiv only handles the special return value of EINPROGERSS, which means that in all other cases it will free data related to the req...
CVE-2023-53372
- EPSS 0.02%
- Veröffentlicht 18.09.2025 13:33:19
- Zuletzt bearbeitet 14.01.2026 19:16:34
In the Linux kernel, the following vulnerability has been resolved: sctp: fix a potential overflow in sctp_ifwdtsn_skip Currently, when traversing ifwdtsn skips with _sctp_walk_ifwdtsn, it only checks the pos against the end of the chunk. However, ...
CVE-2023-53369
- EPSS 0.02%
- Veröffentlicht 18.09.2025 13:33:17
- Zuletzt bearbeitet 14.01.2026 19:16:34
In the Linux kernel, the following vulnerability has been resolved: net: dcb: choose correct policy to parse DCB_ATTR_BCN The dcbnl_bcn_setcfg uses erroneous policy to parse tb[DCB_ATTR_BCN], which is introduced in commit 859ee3c43812 ("DCB: Add su...
CVE-2022-50396
- EPSS 0.02%
- Veröffentlicht 18.09.2025 13:33:14
- Zuletzt bearbeitet 14.01.2026 19:16:15
In the Linux kernel, the following vulnerability has been resolved: net: sched: fix memory leak in tcindex_set_parms Syzkaller reports a memory leak as follows: ==================================== BUG: memory leak unreferenced object 0xffff88810c2...
CVE-2022-50395
- EPSS 0.02%
- Veröffentlicht 18.09.2025 13:33:13
- Zuletzt bearbeitet 14.01.2026 19:16:14
In the Linux kernel, the following vulnerability has been resolved: integrity: Fix memory leakage in keyring allocation error path Key restriction is allocated in integrity_init_keyring(). However, if keyring allocation failed, it is not freed, cau...
CVE-2022-50394
- EPSS 0.02%
- Veröffentlicht 18.09.2025 13:33:12
- Zuletzt bearbeitet 14.01.2026 19:16:14
In the Linux kernel, the following vulnerability has been resolved: i2c: ismt: Fix an out-of-bounds bug in ismt_access() When the driver does not check the data from the user, the variable 'data->block[0]' may be very large to cause an out-of-bound...