Lucene search

K
cvelistLinuxCVELIST:CVE-2021-47583
HistoryJun 19, 2024 - 2:53 p.m.

CVE-2021-47583 media: mxl111sf: change mutex_init() location

2024-06-1914:53:49
Linux
www.cve.org
2
linux kernel
vulnerability
mxl111sf
media
mutex_init
syzbot
dvb_usbv2
frontend_attach
probe.

0.0004 Low

EPSS

Percentile

15.7%

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

media: mxl111sf: change mutex_init() location

Syzbot reported, that mxl111sf_ctrl_msg() uses uninitialized
mutex. The problem was in wrong mutex_init() location.

Previous mutex_init(&state->msg_lock) call was in ->init() function, but
dvb_usbv2_init() has this order of calls:

dvb_usbv2_init()
  dvb_usbv2_adapter_init()
    dvb_usbv2_adapter_frontend_init()
      props->frontend_attach()

  props->init()

Since mxl111sf_* devices call mxl111sf_ctrl_msg() in ->frontend_attach()
internally we need to initialize state->msg_lock before
frontend_attach(). To achieve it, ->probe() call added to all mxl111sf_*
devices, which will simply initiaize mutex.

CNA Affected

[
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "unaffected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "drivers/media/usb/dvb-usb-v2/mxl111sf.c"
    ],
    "versions": [
      {
        "version": "8572211842af",
        "lessThan": "4b2d9600b31f",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "8572211842af",
        "lessThan": "96f182c9f48b",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "8572211842af",
        "lessThan": "b99bdf127af9",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "8572211842af",
        "lessThan": "8c6fdf62bfe1",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "8572211842af",
        "lessThan": "44870a9e7a3c",
        "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/media/usb/dvb-usb-v2/mxl111sf.c"
    ],
    "versions": [
      {
        "version": "3.7",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "3.7",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "4.19.222",
        "lessThanOrEqual": "4.19.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.4.168",
        "lessThanOrEqual": "5.4.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.10.88",
        "lessThanOrEqual": "5.10.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.15.11",
        "lessThanOrEqual": "5.15.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.16",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

0.0004 Low

EPSS

Percentile

15.7%

Related for CVELIST:CVE-2021-47583