Lucene search

K
cveLinuxCVE-2024-35856
HistoryMay 17, 2024 - 3:15 p.m.

CVE-2024-35856

2024-05-1715:15:22
Linux
web.nvd.nist.gov
43
linux kernel
bluetooth
double free vulnerability
mediatek

AI Score

6.7

Confidence

Low

EPSS

0

Percentile

15.5%

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

Bluetooth: btusb: mediatek: Fix double free of skb in coredump

hci_devcd_append() would free the skb on error so the caller don’t
have to free it again otherwise it would cause the double free of skb.

Reported-by : Dan Carpenter <[email protected]>

Affected configurations

Vulners
Node
linuxlinux_kernelRange6.66.6.30
OR
linuxlinux_kernelRange6.7.06.8.9
OR
linuxlinux_kernelRange6.9.0
VendorProductVersionCPE
linuxlinux_kernel*cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*

CNA Affected

[
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "unaffected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "drivers/bluetooth/btmtk.c"
    ],
    "versions": [
      {
        "version": "0b7015132878",
        "lessThan": "80dfef128cb9",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "0b7015132878",
        "lessThan": "e20093c741d8",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "0b7015132878",
        "lessThan": "18bdb386a1a3",
        "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/btmtk.c"
    ],
    "versions": [
      {
        "version": "6.6",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "6.6",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.6.30",
        "lessThanOrEqual": "6.6.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.8.9",
        "lessThanOrEqual": "6.8.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.9",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

AI Score

6.7

Confidence

Low

EPSS

0

Percentile

15.5%