Lucene search

K
cvelistLinuxCVELIST:CVE-2024-43884
HistoryAug 26, 2024 - 7:11 a.m.

CVE-2024-43884 Bluetooth: MGMT: Add error handling to pair_device()

2024-08-2607:11:58
Linux
www.cve.org
4
linux kernel
bluetooth
vulnerability fix
error handling
pair_device
null pointer

EPSS

0

Percentile

5.1%

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

Bluetooth: MGMT: Add error handling to pair_device()

hci_conn_params_add() never checks for a NULL value and could lead to a NULL
pointer dereference causing a crash.

Fixed by adding error handling in the function.

CNA Affected

[
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "unaffected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "net/bluetooth/mgmt.c"
    ],
    "versions": [
      {
        "version": "5157b8a503fa",
        "lessThan": "11b4b0e63f26",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "5157b8a503fa",
        "lessThan": "90e1ff1c15e5",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "5157b8a503fa",
        "lessThan": "9df9783bd856",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "5157b8a503fa",
        "lessThan": "951d6cb5eaac",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "5157b8a503fa",
        "lessThan": "5da288429232",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "5157b8a503fa",
        "lessThan": "064dd929c765",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "5157b8a503fa",
        "lessThan": "ee0799103b1a",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "5157b8a503fa",
        "lessThan": "538fd3921afa",
        "status": "affected",
        "versionType": "git"
      }
    ]
  },
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "affected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "net/bluetooth/mgmt.c"
    ],
    "versions": [
      {
        "version": "4.3",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "4.3",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "4.19.321",
        "lessThanOrEqual": "4.19.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.4.283",
        "lessThanOrEqual": "5.4.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.10.225",
        "lessThanOrEqual": "5.10.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.15.166",
        "lessThanOrEqual": "5.15.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.1.107",
        "lessThanOrEqual": "6.1.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.6.48",
        "lessThanOrEqual": "6.6.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.10.7",
        "lessThanOrEqual": "6.10.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.11",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]