CVE-2023-31083

An issue was discovered in drivers/bluetooth/hci_ldisc.c in the Linux kernel 6.2. In hci_uart_tty_ioctl, there is a race condition between HCIUARTSETPROTO and HCIUARTGETPROTO. HCI_UART_PROTO_SET is set before hu->proto is set. A NULL pointer dereference may occur.
Configurations

Configuration 1 (hide)

cpe:2.3:o:linux:linux_kernel:6.2:*:*:*:*:*:*:*

History

No history.

Information

Published : 2023-04-24 06:15

Updated : 2024-03-25 01:15


NVD link : CVE-2023-31083

Mitre link : CVE-2023-31083

CVE.ORG link : CVE-2023-31083


JSON object : View

Products Affected

linux

  • linux_kernel
CWE
CWE-362

Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')

CWE-476

NULL Pointer Dereference