Lucene search

K
cvelistLinuxCVELIST:CVE-2024-38620
HistoryJun 20, 2024 - 8:03 a.m.

CVE-2024-38620 Bluetooth: HCI: Remove HCI_AMP support

2024-06-2008:03:43
Linux
www.cve.org
15
bluetooth
hci
amp
linux
vulnerability

EPSS

0

Percentile

15.6%

In the Linux kernel, the following vulnerability has been resolved:

Bluetooth: HCI: Remove HCI_AMP support

Since BT_HS has been remove HCI_AMP controllers no longer has any use so
remove it along with the capability of creating AMP controllers.

Since we no longer need to differentiate between AMP and Primary
controllers, as only HCI_PRIMARY is left, this also remove
hdev->dev_type altogether.

CNA Affected

[
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "unaffected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "drivers/bluetooth/btmrvl_main.c",
      "drivers/bluetooth/btrsi.c",
      "drivers/bluetooth/btsdio.c",
      "drivers/bluetooth/btusb.c",
      "drivers/bluetooth/hci_bcm4377.c",
      "drivers/bluetooth/hci_ldisc.c",
      "drivers/bluetooth/hci_serdev.c",
      "drivers/bluetooth/hci_uart.h",
      "drivers/bluetooth/hci_vhci.c",
      "drivers/bluetooth/virtio_bt.c",
      "include/net/bluetooth/hci.h",
      "include/net/bluetooth/hci_core.h",
      "include/uapi/linux/virtio_bt.h",
      "net/bluetooth/hci_conn.c",
      "net/bluetooth/hci_core.c",
      "net/bluetooth/hci_event.c",
      "net/bluetooth/hci_sock.c",
      "net/bluetooth/hci_sync.c",
      "net/bluetooth/l2cap_core.c",
      "net/bluetooth/mgmt.c"
    ],
    "versions": [
      {
        "version": "244bc377591c",
        "lessThan": "5af2e235b0d5",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "244bc377591c",
        "lessThan": "d3c7b012d912",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "244bc377591c",
        "lessThan": "af1d425b6dc6",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "244bc377591c",
        "lessThan": "84a4bb6548a2",
        "status": "affected",
        "versionType": "git"
      }
    ]
  },
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "affected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "drivers/bluetooth/btmrvl_main.c",
      "drivers/bluetooth/btrsi.c",
      "drivers/bluetooth/btsdio.c",
      "drivers/bluetooth/btusb.c",
      "drivers/bluetooth/hci_bcm4377.c",
      "drivers/bluetooth/hci_ldisc.c",
      "drivers/bluetooth/hci_serdev.c",
      "drivers/bluetooth/hci_uart.h",
      "drivers/bluetooth/hci_vhci.c",
      "drivers/bluetooth/virtio_bt.c",
      "include/net/bluetooth/hci.h",
      "include/net/bluetooth/hci_core.h",
      "include/uapi/linux/virtio_bt.h",
      "net/bluetooth/hci_conn.c",
      "net/bluetooth/hci_core.c",
      "net/bluetooth/hci_event.c",
      "net/bluetooth/hci_sock.c",
      "net/bluetooth/hci_sync.c",
      "net/bluetooth/l2cap_core.c",
      "net/bluetooth/mgmt.c"
    ],
    "versions": [
      {
        "version": "4.3",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "4.3",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.6.33",
        "lessThanOrEqual": "6.6.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.8.12",
        "lessThanOrEqual": "6.8.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.9.3",
        "lessThanOrEqual": "6.9.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.10",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]