Lucene search

K
cveLinuxCVE-2021-47583
HistoryJun 19, 2024 - 3:15 p.m.

CVE-2021-47583

2024-06-1915:15:52
Linux
web.nvd.nist.gov
32
linux kernel
vulnerability
media
mxl111sf
mutex
syzbot
dvb_usbv2_init
dvb_usbv2_adapter_frontend_init
probe

AI Score

6.6

Confidence

Low

EPSS

0

Percentile

15.5%

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.

Affected configurations

Vulners
Node
linuxlinux_kernelRange3.74.19.222
OR
linuxlinux_kernelRange4.20.05.4.168
OR
linuxlinux_kernelRange5.5.05.10.88
OR
linuxlinux_kernelRange5.11.05.15.11
OR
linuxlinux_kernelRange5.16.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/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"
      }
    ]
  }
]

AI Score

6.6

Confidence

Low

EPSS

0

Percentile

15.5%