Lucene search

K
cvelistLinuxCVELIST:CVE-2024-45011
HistorySep 11, 2024 - 3:13 p.m.

CVE-2024-45011 char: xillybus: Check USB endpoints when probing device

2024-09-1115:13:48
Linux
www.cve.org
2
linux kernel
vulnerability
xillyusb
bulk in
bulk out
idt
setup channels.

EPSS

0

Percentile

5.1%

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

char: xillybus: Check USB endpoints when probing device

Ensure, as the driver probes the device, that all endpoints that the
driver may attempt to access exist and are of the correct type.

All XillyUSB devices must have a Bulk IN and Bulk OUT endpoint at
address 1. This is verified in xillyusb_setup_base_eps().

On top of that, a XillyUSB device may have additional Bulk OUT
endpoints. The information about these endpoints’ addresses is deduced
from a data structure (the IDT) that the driver fetches from the device
while probing it. These endpoints are checked in setup_channels().

A XillyUSB device never has more than one IN endpoint, as all data
towards the host is multiplexed in this single Bulk IN endpoint. This is
why setup_channels() only checks OUT endpoints.

CNA Affected

[
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "unaffected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "drivers/char/xillybus/xillyusb.c"
    ],
    "versions": [
      {
        "version": "a53d1202aef1",
        "lessThan": "25ee8b290820",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "a53d1202aef1",
        "lessThan": "4267131278f5",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "a53d1202aef1",
        "lessThan": "5cff754692ad",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "a53d1202aef1",
        "lessThan": "1371d32b9597",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "a53d1202aef1",
        "lessThan": "2374bf7558de",
        "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/char/xillybus/xillyusb.c"
    ],
    "versions": [
      {
        "version": "5.14",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "5.14",
        "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"
      }
    ]
  }
]

EPSS

0

Percentile

5.1%

Related for CVELIST:CVE-2024-45011