CVE-2023-23002
- EPSS 0.02%
- Published 01.03.2023 20:15:13
- Last modified 20.03.2025 19:15:18
In the Linux kernel before 5.16.3, drivers/bluetooth/hci_qca.c misinterprets the devm_gpiod_get_index_optional return value (expects it to be NULL in the error case, whereas it is actually an error pointer).
CVE-2023-23000
- EPSS 0.01%
- Published 01.03.2023 19:15:25
- Last modified 20.03.2025 20:15:28
In the Linux kernel before 5.17, drivers/phy/tegra/xusb.c mishandles the tegra_xusb_find_port_node return value. Callers expect NULL in the error case, but an error pointer is used.
CVE-2023-1095
- EPSS 0.02%
- Published 28.02.2023 23:15:11
- Last modified 18.03.2025 16:15:16
In nf_tables_updtable, if nf_tables_table_enable returns an error, nft_trans_destroy is called to free the transaction object. nft_trans_destroy() calls list_del(), but the transaction was never placed on a list -- the list head is all zeroes, this r...
CVE-2023-22996
- EPSS 0.02%
- Published 28.02.2023 21:15:12
- Last modified 20.03.2025 20:15:28
In the Linux kernel before 5.17.2, drivers/soc/qcom/qcom_aoss.c does not release an of_find_device_by_node reference after use, e.g., with put_device.
CVE-2023-22997
- EPSS 0.01%
- Published 28.02.2023 21:15:12
- Last modified 20.03.2025 20:15:28
In the Linux kernel before 6.1.2, kernel/module/decompress.c misinterprets the module_get_next_page return value (expects it to be NULL in the error case, whereas it is actually an error pointer).
CVE-2023-22998
- EPSS 0.02%
- Published 28.02.2023 21:15:12
- Last modified 19.03.2025 17:15:38
In the Linux kernel before 6.0.3, drivers/gpu/drm/virtio/virtgpu_object.c misinterprets the drm_gem_shmem_get_sg_table return value (expects it to be NULL in the error case, whereas it is actually an error pointer).
CVE-2023-22999
- EPSS 0.02%
- Published 28.02.2023 21:15:12
- Last modified 20.03.2025 20:15:28
In the Linux kernel before 5.16.3, drivers/usb/dwc3/dwc3-qcom.c misinterprets the dwc3_qcom_create_urs_usb_platdev return value (expects it to be NULL in the error case, whereas it is actually an error pointer).
CVE-2023-0461
- EPSS 0.12%
- Published 28.02.2023 15:15:11
- Last modified 21.11.2024 07:37:13
There is a use-after-free vulnerability in the Linux Kernel which can be exploited to achieve local privilege escalation. To reach the vulnerability kernel configuration flag CONFIG_TLS or CONFIG_XFRM_ESPINTCP has to be configured, but the operation ...
CVE-2023-22995
- EPSS 0.01%
- Published 28.02.2023 05:15:12
- Last modified 05.05.2025 16:15:29
In the Linux kernel before 5.17, an error path in dwc3_qcom_acpi_register_core in drivers/usb/dwc3/dwc3-qcom.c lacks certain platform_device_put and kfree calls.
CVE-2023-26605
- EPSS 0.02%
- Published 26.02.2023 23:15:10
- Last modified 05.05.2025 16:15:31
In the Linux kernel 6.0.8, there is a use-after-free in inode_cgwb_move_to_attached in fs/fs-writeback.c, related to __list_del_entry_valid.