CVE-2022-50086

Source
https://nvd.nist.gov/vuln/detail/CVE-2022-50086
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2022-50086.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2022-50086
Downstream
Related
Published
2025-06-18T11:02:27Z
Modified
2025-10-14T00:50:14.739319Z
Summary
block: don't allow the same type rq_qos add more than once
Details

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

block: don't allow the same type rq_qos add more than once

In our test of iocost, we encountered some list add/del corruptions of innerwalk list in ioctimer_fn.

The reason can be described as follows:

cpu 0 cpu 1 iocqoswrite iocqoswrite

ioc = qtoioc(queue); if (!ioc) { ioc = kzalloc(); ioc = qtoioc(queue); if (!ioc) { ioc = kzalloc(); ... rqqosadd(q, rqos); } ... rqqosadd(q, rqos); ... }

When the io.cost.qos file is written by two cpus concurrently, rqqos may be added to one disk twice. In that case, there will be two iocs enabled and running on one disk. They own different iocgs on their active list. In the ioctimerfn function, because of the iocgs from two iocs have the same root iocg, the root iocg's walklist may be overwritten by each other and this leads to list add/del corruptions in building or destroying the inner_walk list.

And so far, the blk-rq-qos framework works in case that one instance for one type rq_qos per queue by default. This patch make this explicit and also fix the crash above.

References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2
Fixed
0b7f5d7a4d2a72ad9de04ab8ccba2a31904aa638
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2
Fixed
08ef66e800a85afc6b54cb95841f6502627eee2e
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2
Fixed
0c9bb1acd1d103a3070b2126870eb52761d606ce
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2
Fixed
14a6e2eb7df5c7897c15b109cba29ab0c4a791b6

Affected versions

v2.*

v2.6.12
v2.6.12-rc2
v2.6.12-rc3
v2.6.12-rc4
v2.6.12-rc5
v2.6.12-rc6
v2.6.13
v2.6.13-rc1
v2.6.13-rc2
v2.6.13-rc3
v2.6.13-rc4
v2.6.13-rc5
v2.6.13-rc6
v2.6.13-rc7
v2.6.14
v2.6.14-rc1
v2.6.14-rc2
v2.6.14-rc3
v2.6.14-rc4
v2.6.14-rc5
v2.6.15
v2.6.15-rc1
v2.6.15-rc2
v2.6.15-rc3
v2.6.15-rc4
v2.6.15-rc5
v2.6.15-rc6
v2.6.15-rc7
v2.6.16
v2.6.16-rc1
v2.6.16-rc2
v2.6.16-rc3
v2.6.16-rc4
v2.6.16-rc5
v2.6.16-rc6
v2.6.17
v2.6.17-rc1
v2.6.17-rc2
v2.6.17-rc3
v2.6.17-rc4
v2.6.17-rc5
v2.6.17-rc6
v2.6.18
v2.6.18-rc1
v2.6.18-rc2
v2.6.18-rc3
v2.6.18-rc4
v2.6.18-rc5
v2.6.18-rc6
v2.6.18-rc7
v2.6.19
v2.6.19-rc1
v2.6.19-rc2
v2.6.19-rc3
v2.6.19-rc4
v2.6.19-rc5
v2.6.19-rc6
v2.6.20
v2.6.20-rc1
v2.6.20-rc2
v2.6.20-rc3
v2.6.20-rc4
v2.6.20-rc5
v2.6.20-rc6
v2.6.20-rc7
v2.6.21
v2.6.21-rc1
v2.6.21-rc2
v2.6.21-rc3
v2.6.21-rc4
v2.6.21-rc5
v2.6.21-rc6
v2.6.21-rc7
v2.6.22
v2.6.22-rc1
v2.6.22-rc2
v2.6.22-rc3
v2.6.22-rc4
v2.6.22-rc5
v2.6.22-rc6
v2.6.22-rc7
v2.6.23
v2.6.23-rc1
v2.6.23-rc2
v2.6.23-rc3
v2.6.23-rc4
v2.6.23-rc5
v2.6.23-rc6
v2.6.23-rc7
v2.6.23-rc8
v2.6.23-rc9
v2.6.24
v2.6.24-rc1
v2.6.24-rc2
v2.6.24-rc3
v2.6.24-rc4
v2.6.24-rc5
v2.6.24-rc6
v2.6.24-rc7
v2.6.24-rc8
v2.6.25
v2.6.25-rc1
v2.6.25-rc2
v2.6.25-rc3
v2.6.25-rc4
v2.6.25-rc5
v2.6.25-rc6
v2.6.25-rc7
v2.6.25-rc8
v2.6.25-rc9
v2.6.26
v2.6.26-rc1
v2.6.26-rc2
v2.6.26-rc3
v2.6.26-rc4
v2.6.26-rc5
v2.6.26-rc6
v2.6.26-rc7
v2.6.26-rc8
v2.6.26-rc9
v2.6.27
v2.6.27-rc1
v2.6.27-rc2
v2.6.27-rc3
v2.6.27-rc4
v2.6.27-rc5
v2.6.27-rc6
v2.6.27-rc7
v2.6.27-rc8
v2.6.27-rc9
v2.6.28
v2.6.28-rc1
v2.6.28-rc2
v2.6.28-rc3
v2.6.28-rc4
v2.6.28-rc5
v2.6.28-rc6
v2.6.28-rc7
v2.6.28-rc8
v2.6.28-rc9
v2.6.29
v2.6.29-rc1
v2.6.29-rc2
v2.6.29-rc3
v2.6.29-rc4
v2.6.29-rc5
v2.6.29-rc6
v2.6.29-rc7
v2.6.29-rc8
v2.6.30
v2.6.30-rc1
v2.6.30-rc2
v2.6.30-rc3
v2.6.30-rc4
v2.6.30-rc5
v2.6.30-rc6
v2.6.30-rc7
v2.6.30-rc8
v2.6.31
v2.6.31-rc1
v2.6.31-rc2
v2.6.31-rc3
v2.6.31-rc4
v2.6.31-rc5
v2.6.31-rc6
v2.6.31-rc7
v2.6.31-rc8
v2.6.31-rc9
v2.6.32
v2.6.32-rc1
v2.6.32-rc2
v2.6.32-rc3
v2.6.32-rc4
v2.6.32-rc5
v2.6.32-rc6
v2.6.32-rc7
v2.6.32-rc8
v2.6.33
v2.6.33-rc1
v2.6.33-rc2
v2.6.33-rc3
v2.6.33-rc4
v2.6.33-rc5
v2.6.33-rc6
v2.6.33-rc7
v2.6.33-rc8
v2.6.34
v2.6.34-rc1
v2.6.34-rc2
v2.6.34-rc3
v2.6.34-rc4
v2.6.34-rc5
v2.6.34-rc6
v2.6.34-rc7
v2.6.35
v2.6.35-rc1
v2.6.35-rc2
v2.6.35-rc3
v2.6.35-rc4
v2.6.35-rc5
v2.6.35-rc6
v2.6.36
v2.6.36-rc1
v2.6.36-rc2
v2.6.36-rc3
v2.6.36-rc4
v2.6.36-rc5
v2.6.36-rc6
v2.6.36-rc7
v2.6.36-rc8
v2.6.37
v2.6.37-rc1
v2.6.37-rc2
v2.6.37-rc3
v2.6.37-rc4
v2.6.37-rc5
v2.6.37-rc6
v2.6.37-rc7
v2.6.37-rc8
v2.6.38
v2.6.38-rc1
v2.6.38-rc2
v2.6.38-rc3
v2.6.38-rc4
v2.6.38-rc5
v2.6.38-rc6
v2.6.38-rc7
v2.6.38-rc8
v2.6.39
v2.6.39-rc1
v2.6.39-rc2
v2.6.39-rc3
v2.6.39-rc4
v2.6.39-rc5
v2.6.39-rc6
v2.6.39-rc7

v3.*

v3.0
v3.0-rc1
v3.0-rc2
v3.0-rc3
v3.0-rc4
v3.0-rc5
v3.0-rc6
v3.0-rc7
v3.1
v3.1-rc1
v3.1-rc10
v3.1-rc2
v3.1-rc3
v3.1-rc4
v3.1-rc5
v3.1-rc6
v3.1-rc7
v3.1-rc8
v3.1-rc9
v3.10
v3.10-rc1
v3.10-rc2
v3.10-rc3
v3.10-rc4
v3.10-rc5
v3.10-rc6
v3.10-rc7
v3.11
v3.11-rc1
v3.11-rc2
v3.11-rc3
v3.11-rc4
v3.11-rc5
v3.11-rc6
v3.11-rc7
v3.12
v3.12-rc1
v3.12-rc2
v3.12-rc3
v3.12-rc4
v3.12-rc5
v3.12-rc6
v3.12-rc7
v3.13
v3.13-rc1
v3.13-rc2
v3.13-rc3
v3.13-rc4
v3.13-rc5
v3.13-rc6
v3.13-rc7
v3.13-rc8
v3.14
v3.14-rc1
v3.14-rc2
v3.14-rc3
v3.14-rc4
v3.14-rc5
v3.14-rc6
v3.14-rc7
v3.14-rc8
v3.15
v3.15-rc1
v3.15-rc2
v3.15-rc3
v3.15-rc4
v3.15-rc5
v3.15-rc6
v3.15-rc7
v3.15-rc8
v3.16
v3.16-rc1
v3.16-rc2
v3.16-rc3
v3.16-rc4
v3.16-rc5
v3.16-rc6
v3.16-rc7
v3.17
v3.17-rc1
v3.17-rc2
v3.17-rc3
v3.17-rc4
v3.17-rc5
v3.17-rc6
v3.17-rc7
v3.18
v3.18-rc1
v3.18-rc2
v3.18-rc3
v3.18-rc4
v3.18-rc5
v3.18-rc6
v3.18-rc7
v3.19
v3.19-rc1
v3.19-rc2
v3.19-rc3
v3.19-rc4
v3.19-rc5
v3.19-rc6
v3.19-rc7
v3.2
v3.2-rc1
v3.2-rc2
v3.2-rc3
v3.2-rc4
v3.2-rc5
v3.2-rc6
v3.2-rc7
v3.3
v3.3-rc1
v3.3-rc2
v3.3-rc3
v3.3-rc4
v3.3-rc5
v3.3-rc6
v3.3-rc7
v3.4
v3.4-rc1
v3.4-rc2
v3.4-rc3
v3.4-rc4
v3.4-rc5
v3.4-rc6
v3.4-rc7
v3.5
v3.5-rc1
v3.5-rc2
v3.5-rc3
v3.5-rc4
v3.5-rc5
v3.5-rc6
v3.5-rc7
v3.6
v3.6-rc1
v3.6-rc2
v3.6-rc3
v3.6-rc4
v3.6-rc5
v3.6-rc6
v3.6-rc7
v3.7
v3.7-rc1
v3.7-rc2
v3.7-rc3
v3.7-rc4
v3.7-rc5
v3.7-rc6
v3.7-rc7
v3.7-rc8
v3.8
v3.8-rc1
v3.8-rc2
v3.8-rc3
v3.8-rc4
v3.8-rc5
v3.8-rc6
v3.8-rc7
v3.9
v3.9-rc1
v3.9-rc2
v3.9-rc3
v3.9-rc4
v3.9-rc5
v3.9-rc6
v3.9-rc7
v3.9-rc8

v4.*

v4.0
v4.0-rc1
v4.0-rc2
v4.0-rc3
v4.0-rc4
v4.0-rc5
v4.0-rc6
v4.0-rc7
v4.1
v4.1-rc1
v4.1-rc2
v4.1-rc3
v4.1-rc4
v4.1-rc5
v4.1-rc6
v4.1-rc7
v4.1-rc8
v4.10
v4.10-rc1
v4.10-rc2
v4.10-rc3
v4.10-rc4
v4.10-rc5
v4.10-rc6
v4.10-rc7
v4.10-rc8
v4.11
v4.11-rc1
v4.11-rc2
v4.11-rc3
v4.11-rc4
v4.11-rc5
v4.11-rc6
v4.11-rc7
v4.11-rc8
v4.12
v4.12-rc1
v4.12-rc2
v4.12-rc3
v4.12-rc4
v4.12-rc5
v4.12-rc6
v4.12-rc7
v4.13
v4.13-rc1
v4.13-rc2
v4.13-rc3
v4.13-rc4
v4.13-rc5
v4.13-rc6
v4.13-rc7
v4.14
v4.14-rc1
v4.14-rc2
v4.14-rc3
v4.14-rc4
v4.14-rc5
v4.14-rc6
v4.14-rc7
v4.14-rc8
v4.15
v4.15-rc1
v4.15-rc2
v4.15-rc3
v4.15-rc4
v4.15-rc5
v4.15-rc6
v4.15-rc7
v4.15-rc8
v4.15-rc9
v4.16
v4.16-rc1
v4.16-rc2
v4.16-rc3
v4.16-rc4
v4.16-rc5
v4.16-rc6
v4.16-rc7
v4.17
v4.17-rc1
v4.17-rc2
v4.17-rc3
v4.17-rc4
v4.17-rc5
v4.17-rc6
v4.17-rc7
v4.18
v4.18-rc1
v4.18-rc2
v4.18-rc3
v4.18-rc4
v4.18-rc5
v4.18-rc6
v4.18-rc7
v4.18-rc8
v4.19
v4.19-rc1
v4.19-rc2
v4.19-rc3
v4.19-rc4
v4.19-rc5
v4.19-rc6
v4.19-rc7
v4.19-rc8
v4.2
v4.2-rc1
v4.2-rc2
v4.2-rc3
v4.2-rc4
v4.2-rc5
v4.2-rc6
v4.2-rc7
v4.2-rc8
v4.20
v4.20-rc1
v4.20-rc2
v4.20-rc3
v4.20-rc4
v4.20-rc5
v4.20-rc6
v4.20-rc7
v4.3
v4.3-rc1
v4.3-rc2
v4.3-rc3
v4.3-rc4
v4.3-rc5
v4.3-rc6
v4.3-rc7
v4.4
v4.4-rc1
v4.4-rc2
v4.4-rc3
v4.4-rc4
v4.4-rc5
v4.4-rc6
v4.4-rc7
v4.4-rc8
v4.5
v4.5-rc1
v4.5-rc2
v4.5-rc3
v4.5-rc4
v4.5-rc5
v4.5-rc6
v4.5-rc7
v4.6
v4.6-rc1
v4.6-rc2
v4.6-rc3
v4.6-rc4
v4.6-rc5
v4.6-rc6
v4.6-rc7
v4.7
v4.7-rc1
v4.7-rc2
v4.7-rc3
v4.7-rc4
v4.7-rc5
v4.7-rc6
v4.7-rc7
v4.8
v4.8-rc1
v4.8-rc2
v4.8-rc3
v4.8-rc4
v4.8-rc5
v4.8-rc6
v4.8-rc7
v4.8-rc8
v4.9
v4.9-rc1
v4.9-rc2
v4.9-rc3
v4.9-rc4
v4.9-rc5
v4.9-rc6
v4.9-rc7
v4.9-rc8

v5.*

v5.0
v5.0-rc1
v5.0-rc2
v5.0-rc3
v5.0-rc4
v5.0-rc5
v5.0-rc6
v5.0-rc7
v5.0-rc8
v5.1
v5.1-rc1
v5.1-rc2
v5.1-rc3
v5.1-rc4
v5.1-rc5
v5.1-rc6
v5.1-rc7
v5.10
v5.10-rc1
v5.10-rc2
v5.10-rc3
v5.10-rc4
v5.10-rc5
v5.10-rc6
v5.10-rc7
v5.11
v5.11-rc1
v5.11-rc2
v5.11-rc3
v5.11-rc4
v5.11-rc5
v5.11-rc6
v5.11-rc7
v5.12
v5.12-rc1
v5.12-rc1-dontuse
v5.12-rc2
v5.12-rc3
v5.12-rc4
v5.12-rc5
v5.12-rc6
v5.12-rc7
v5.12-rc8
v5.13
v5.13-rc1
v5.13-rc2
v5.13-rc3
v5.13-rc4
v5.13-rc5
v5.13-rc6
v5.13-rc7
v5.14
v5.14-rc1
v5.14-rc2
v5.14-rc3
v5.14-rc4
v5.14-rc5
v5.14-rc6
v5.14-rc7
v5.15
v5.15-rc1
v5.15-rc2
v5.15-rc3
v5.15-rc4
v5.15-rc5
v5.15-rc6
v5.15-rc7
v5.15.1
v5.15.10
v5.15.11
v5.15.12
v5.15.13
v5.15.14
v5.15.15
v5.15.16
v5.15.17
v5.15.18
v5.15.19
v5.15.2
v5.15.20
v5.15.21
v5.15.22
v5.15.23
v5.15.24
v5.15.25
v5.15.26
v5.15.27
v5.15.28
v5.15.29
v5.15.3
v5.15.30
v5.15.31
v5.15.32
v5.15.33
v5.15.34
v5.15.35
v5.15.36
v5.15.37
v5.15.38
v5.15.39
v5.15.4
v5.15.40
v5.15.41
v5.15.42
v5.15.43
v5.15.44
v5.15.45
v5.15.46
v5.15.47
v5.15.48
v5.15.49
v5.15.5
v5.15.50
v5.15.51
v5.15.52
v5.15.53
v5.15.54
v5.15.55
v5.15.56
v5.15.57
v5.15.58
v5.15.59
v5.15.6
v5.15.60
v5.15.7
v5.15.8
v5.15.9
v5.16
v5.16-rc1
v5.16-rc2
v5.16-rc3
v5.16-rc4
v5.16-rc5
v5.16-rc6
v5.16-rc7
v5.16-rc8
v5.17
v5.17-rc1
v5.17-rc2
v5.17-rc3
v5.17-rc4
v5.17-rc5
v5.17-rc6
v5.17-rc7
v5.17-rc8
v5.18
v5.18-rc1
v5.18-rc2
v5.18-rc3
v5.18-rc4
v5.18-rc5
v5.18-rc6
v5.18-rc7
v5.18.1
v5.18.10
v5.18.11
v5.18.12
v5.18.13
v5.18.14
v5.18.15
v5.18.16
v5.18.17
v5.18.2
v5.18.3
v5.18.4
v5.18.5
v5.18.6
v5.18.7
v5.18.8
v5.18.9
v5.19
v5.19-rc1
v5.19-rc2
v5.19-rc3
v5.19-rc4
v5.19-rc5
v5.19-rc6
v5.19-rc7
v5.19-rc8
v5.19.1
v5.2
v5.2-rc1
v5.2-rc2
v5.2-rc3
v5.2-rc4
v5.2-rc5
v5.2-rc6
v5.2-rc7
v5.3
v5.3-rc1
v5.3-rc2
v5.3-rc3
v5.3-rc4
v5.3-rc5
v5.3-rc6
v5.3-rc7
v5.3-rc8
v5.4
v5.4-rc1
v5.4-rc2
v5.4-rc3
v5.4-rc4
v5.4-rc5
v5.4-rc6
v5.4-rc7
v5.4-rc8
v5.5
v5.5-rc1
v5.5-rc2
v5.5-rc3
v5.5-rc4
v5.5-rc5
v5.5-rc6
v5.5-rc7
v5.6
v5.6-rc1
v5.6-rc2
v5.6-rc3
v5.6-rc4
v5.6-rc5
v5.6-rc6
v5.6-rc7
v5.7
v5.7-rc1
v5.7-rc2
v5.7-rc3
v5.7-rc4
v5.7-rc5
v5.7-rc6
v5.7-rc7
v5.8
v5.8-rc1
v5.8-rc2
v5.8-rc3
v5.8-rc4
v5.8-rc5
v5.8-rc6
v5.8-rc7
v5.9
v5.9-rc1
v5.9-rc2
v5.9-rc3
v5.9-rc4
v5.9-rc5
v5.9-rc6
v5.9-rc7
v5.9-rc8

Database specific

{
    "vanir_signatures": [
        {
            "signature_type": "Function",
            "target": {
                "file": "block/blk-wbt.c",
                "function": "wbt_init"
            },
            "id": "CVE-2022-50086-06225fbb",
            "digest": {
                "length": 876.0,
                "function_hash": "9724893693850915502794813307866893825"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@14a6e2eb7df5c7897c15b109cba29ab0c4a791b6",
            "signature_version": "v1"
        },
        {
            "signature_type": "Function",
            "target": {
                "file": "block/blk-rq-qos.h",
                "function": "rq_qos_add"
            },
            "id": "CVE-2022-50086-1788c3a6",
            "digest": {
                "length": 300.0,
                "function_hash": "10232410658167251972773593791507677812"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@0b7f5d7a4d2a72ad9de04ab8ccba2a31904aa638",
            "signature_version": "v1"
        },
        {
            "signature_type": "Function",
            "target": {
                "file": "block/blk-iocost.c",
                "function": "blk_iocost_init"
            },
            "id": "CVE-2022-50086-17d9c3bb",
            "digest": {
                "length": 1417.0,
                "function_hash": "207288776165440245432489579962972195252"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@0c9bb1acd1d103a3070b2126870eb52761d606ce",
            "signature_version": "v1"
        },
        {
            "signature_type": "Function",
            "target": {
                "file": "block/blk-iolatency.c",
                "function": "blk_iolatency_init"
            },
            "id": "CVE-2022-50086-23581c17",
            "digest": {
                "length": 558.0,
                "function_hash": "201761130239581525480534703723073646940"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@0c9bb1acd1d103a3070b2126870eb52761d606ce",
            "signature_version": "v1"
        },
        {
            "signature_type": "Function",
            "target": {
                "file": "block/blk-iocost.c",
                "function": "blk_iocost_init"
            },
            "id": "CVE-2022-50086-249b37e7",
            "digest": {
                "length": 1417.0,
                "function_hash": "207288776165440245432489579962972195252"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@0b7f5d7a4d2a72ad9de04ab8ccba2a31904aa638",
            "signature_version": "v1"
        },
        {
            "signature_type": "Function",
            "target": {
                "file": "block/blk-wbt.c",
                "function": "wbt_init"
            },
            "id": "CVE-2022-50086-30e0604a",
            "digest": {
                "length": 876.0,
                "function_hash": "9724893693850915502794813307866893825"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@0b7f5d7a4d2a72ad9de04ab8ccba2a31904aa638",
            "signature_version": "v1"
        },
        {
            "signature_type": "Line",
            "target": {
                "file": "block/blk-wbt.c"
            },
            "id": "CVE-2022-50086-37bee222",
            "digest": {
                "threshold": 0.9,
                "line_hashes": [
                    "150421849850128126898902471239300869315",
                    "237138639756750745358609288491551828231",
                    "66095259362976026764228103455354552312",
                    "222827200322344229355257746862396053553",
                    "200681046854316664608405337324475530696",
                    "195588736114493095713106389220610494718",
                    "261122690518157122871474958414463932487",
                    "268804487944571765095810320715738084227",
                    "227502303917918435524492187024127478983",
                    "96179158108161861458418901380595294498"
                ]
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@0b7f5d7a4d2a72ad9de04ab8ccba2a31904aa638",
            "signature_version": "v1"
        },
        {
            "signature_type": "Function",
            "target": {
                "file": "block/blk-wbt.c",
                "function": "wbt_init"
            },
            "id": "CVE-2022-50086-3cc648f1",
            "digest": {
                "length": 876.0,
                "function_hash": "9724893693850915502794813307866893825"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@0c9bb1acd1d103a3070b2126870eb52761d606ce",
            "signature_version": "v1"
        },
        {
            "signature_type": "Line",
            "target": {
                "file": "block/blk-iocost.c"
            },
            "id": "CVE-2022-50086-57be4b19",
            "digest": {
                "threshold": 0.9,
                "line_hashes": [
                    "145049250421738764665699868734540587874",
                    "60845763605407085106746063405957558188",
                    "167930680272675375296116300997890050886",
                    "25432391329415614074515760560826458154",
                    "203103901922942279002778359549477661363",
                    "165518094284555016022106784628111080212",
                    "108499893967599302006976884757554140117",
                    "120524649030717355725549428716542943301",
                    "275400455804944226267925367846985674116",
                    "52679289906913760892833483748799127539",
                    "107787034696261908172918936566915360007",
                    "212304462202401657083860337088895802176"
                ]
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@0b7f5d7a4d2a72ad9de04ab8ccba2a31904aa638",
            "signature_version": "v1"
        },
        {
            "signature_type": "Line",
            "target": {
                "file": "block/blk-iolatency.c"
            },
            "id": "CVE-2022-50086-59ecfa8b",
            "digest": {
                "threshold": 0.9,
                "line_hashes": [
                    "72034587446654799090628908011119651175",
                    "336626043282850951643799876894398999009",
                    "169501063959218111640446266844549120879",
                    "72947965404995464576530610685285254283",
                    "204634754943178782804375683618754782957",
                    "188512847803791616674581974474644624269",
                    "88182666436330420017182382220073295113",
                    "204202547628290443426228357900345005500",
                    "337436839518409590434676566554376263763",
                    "56686619857109814916764414536067576043",
                    "77310558707976532537901498967398494069",
                    "165200664067575205960928175326582284805",
                    "42665889392420953111773293324375917323"
                ]
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@0c9bb1acd1d103a3070b2126870eb52761d606ce",
            "signature_version": "v1"
        },
        {
            "signature_type": "Line",
            "target": {
                "file": "block/blk-iocost.c"
            },
            "id": "CVE-2022-50086-5b771cdd",
            "digest": {
                "threshold": 0.9,
                "line_hashes": [
                    "145049250421738764665699868734540587874",
                    "60845763605407085106746063405957558188",
                    "167930680272675375296116300997890050886",
                    "25432391329415614074515760560826458154",
                    "203103901922942279002778359549477661363",
                    "165518094284555016022106784628111080212",
                    "108499893967599302006976884757554140117",
                    "120524649030717355725549428716542943301",
                    "275400455804944226267925367846985674116",
                    "52679289906913760892833483748799127539",
                    "107787034696261908172918936566915360007",
                    "212304462202401657083860337088895802176"
                ]
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@14a6e2eb7df5c7897c15b109cba29ab0c4a791b6",
            "signature_version": "v1"
        },
        {
            "signature_type": "Function",
            "target": {
                "file": "block/blk-rq-qos.h",
                "function": "rq_qos_add"
            },
            "id": "CVE-2022-50086-6231d62f",
            "digest": {
                "length": 384.0,
                "function_hash": "235271189185449059741300411478772975177"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@08ef66e800a85afc6b54cb95841f6502627eee2e",
            "signature_version": "v1"
        },
        {
            "signature_type": "Function",
            "target": {
                "file": "block/blk-iolatency.c",
                "function": "blk_iolatency_init"
            },
            "id": "CVE-2022-50086-739fa1bd",
            "digest": {
                "length": 558.0,
                "function_hash": "201761130239581525480534703723073646940"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@0b7f5d7a4d2a72ad9de04ab8ccba2a31904aa638",
            "signature_version": "v1"
        },
        {
            "signature_type": "Function",
            "target": {
                "file": "block/blk-iocost.c",
                "function": "blk_iocost_init"
            },
            "id": "CVE-2022-50086-750d23a4",
            "digest": {
                "length": 1417.0,
                "function_hash": "207288776165440245432489579962972195252"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@14a6e2eb7df5c7897c15b109cba29ab0c4a791b6",
            "signature_version": "v1"
        },
        {
            "signature_type": "Line",
            "target": {
                "file": "block/blk-rq-qos.h"
            },
            "id": "CVE-2022-50086-76b123cd",
            "digest": {
                "threshold": 0.9,
                "line_hashes": [
                    "268214611275325396804853936939286434760",
                    "215935537527452277981978444804544334644",
                    "182812626173470405969666716460855473462",
                    "118620663863117414753596317348442312816",
                    "160780860580223950139494053949165576825",
                    "98228175514485527903669429660793342204",
                    "236607987189956404447612051481136223224",
                    "43281963028967268772128671875418159835",
                    "211428139221820122683180951108818231688",
                    "161029248106678250530064210686735799401",
                    "287063386316531712288270353377885295409"
                ]
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@14a6e2eb7df5c7897c15b109cba29ab0c4a791b6",
            "signature_version": "v1"
        },
        {
            "signature_type": "Line",
            "target": {
                "file": "block/blk-iocost.c"
            },
            "id": "CVE-2022-50086-7babb190",
            "digest": {
                "threshold": 0.9,
                "line_hashes": [
                    "145049250421738764665699868734540587874",
                    "60845763605407085106746063405957558188",
                    "167930680272675375296116300997890050886",
                    "25432391329415614074515760560826458154",
                    "203103901922942279002778359549477661363",
                    "165518094284555016022106784628111080212",
                    "108499893967599302006976884757554140117",
                    "120524649030717355725549428716542943301",
                    "275400455804944226267925367846985674116",
                    "52679289906913760892833483748799127539",
                    "107787034696261908172918936566915360007",
                    "212304462202401657083860337088895802176"
                ]
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@0c9bb1acd1d103a3070b2126870eb52761d606ce",
            "signature_version": "v1"
        },
        {
            "signature_type": "Function",
            "target": {
                "file": "block/blk-iocost.c",
                "function": "blk_iocost_init"
            },
            "id": "CVE-2022-50086-899e3e07",
            "digest": {
                "length": 1417.0,
                "function_hash": "207288776165440245432489579962972195252"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@08ef66e800a85afc6b54cb95841f6502627eee2e",
            "signature_version": "v1"
        },
        {
            "signature_type": "Line",
            "target": {
                "file": "block/blk-wbt.c"
            },
            "id": "CVE-2022-50086-8b6beba8",
            "digest": {
                "threshold": 0.9,
                "line_hashes": [
                    "150421849850128126898902471239300869315",
                    "237138639756750745358609288491551828231",
                    "66095259362976026764228103455354552312",
                    "222827200322344229355257746862396053553",
                    "200681046854316664608405337324475530696",
                    "195588736114493095713106389220610494718",
                    "261122690518157122871474958414463932487",
                    "268804487944571765095810320715738084227",
                    "227502303917918435524492187024127478983",
                    "96179158108161861458418901380595294498"
                ]
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@0c9bb1acd1d103a3070b2126870eb52761d606ce",
            "signature_version": "v1"
        },
        {
            "signature_type": "Line",
            "target": {
                "file": "block/blk-rq-qos.h"
            },
            "id": "CVE-2022-50086-8ec9b6cb",
            "digest": {
                "threshold": 0.9,
                "line_hashes": [
                    "268214611275325396804853936939286434760",
                    "215935537527452277981978444804544334644",
                    "182812626173470405969666716460855473462",
                    "118620663863117414753596317348442312816",
                    "160780860580223950139494053949165576825",
                    "98228175514485527903669429660793342204",
                    "236607987189956404447612051481136223224",
                    "281627076535223725697700989834451284027",
                    "201141743592707177066494718541965353714",
                    "75897772142513668370630165620974366217",
                    "313882251460715853872073345049688132690"
                ]
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@0b7f5d7a4d2a72ad9de04ab8ccba2a31904aa638",
            "signature_version": "v1"
        },
        {
            "signature_type": "Function",
            "target": {
                "file": "block/blk-iolatency.c",
                "function": "blk_iolatency_init"
            },
            "id": "CVE-2022-50086-92cbd429",
            "digest": {
                "length": 558.0,
                "function_hash": "201761130239581525480534703723073646940"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@14a6e2eb7df5c7897c15b109cba29ab0c4a791b6",
            "signature_version": "v1"
        },
        {
            "signature_type": "Line",
            "target": {
                "file": "block/blk-wbt.c"
            },
            "id": "CVE-2022-50086-96629b65",
            "digest": {
                "threshold": 0.9,
                "line_hashes": [
                    "150421849850128126898902471239300869315",
                    "237138639756750745358609288491551828231",
                    "66095259362976026764228103455354552312",
                    "222827200322344229355257746862396053553",
                    "200681046854316664608405337324475530696",
                    "195588736114493095713106389220610494718",
                    "261122690518157122871474958414463932487",
                    "268804487944571765095810320715738084227",
                    "227502303917918435524492187024127478983",
                    "96179158108161861458418901380595294498"
                ]
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@08ef66e800a85afc6b54cb95841f6502627eee2e",
            "signature_version": "v1"
        },
        {
            "signature_type": "Function",
            "target": {
                "file": "block/blk-rq-qos.h",
                "function": "rq_qos_add"
            },
            "id": "CVE-2022-50086-a0607ed1",
            "digest": {
                "length": 384.0,
                "function_hash": "235271189185449059741300411478772975177"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@0c9bb1acd1d103a3070b2126870eb52761d606ce",
            "signature_version": "v1"
        },
        {
            "signature_type": "Line",
            "target": {
                "file": "block/blk-iocost.c"
            },
            "id": "CVE-2022-50086-a1d33e75",
            "digest": {
                "threshold": 0.9,
                "line_hashes": [
                    "145049250421738764665699868734540587874",
                    "60845763605407085106746063405957558188",
                    "167930680272675375296116300997890050886",
                    "25432391329415614074515760560826458154",
                    "203103901922942279002778359549477661363",
                    "165518094284555016022106784628111080212",
                    "108499893967599302006976884757554140117",
                    "120524649030717355725549428716542943301",
                    "275400455804944226267925367846985674116",
                    "52679289906913760892833483748799127539",
                    "107787034696261908172918936566915360007",
                    "212304462202401657083860337088895802176"
                ]
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@08ef66e800a85afc6b54cb95841f6502627eee2e",
            "signature_version": "v1"
        },
        {
            "signature_type": "Function",
            "target": {
                "file": "block/blk-rq-qos.h",
                "function": "rq_qos_add"
            },
            "id": "CVE-2022-50086-a9440f15",
            "digest": {
                "length": 384.0,
                "function_hash": "235271189185449059741300411478772975177"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@14a6e2eb7df5c7897c15b109cba29ab0c4a791b6",
            "signature_version": "v1"
        },
        {
            "signature_type": "Line",
            "target": {
                "file": "block/blk-iolatency.c"
            },
            "id": "CVE-2022-50086-b7bc10f8",
            "digest": {
                "threshold": 0.9,
                "line_hashes": [
                    "72034587446654799090628908011119651175",
                    "336626043282850951643799876894398999009",
                    "169501063959218111640446266844549120879",
                    "72947965404995464576530610685285254283",
                    "204634754943178782804375683618754782957",
                    "188512847803791616674581974474644624269",
                    "88182666436330420017182382220073295113",
                    "204202547628290443426228357900345005500",
                    "337436839518409590434676566554376263763",
                    "56686619857109814916764414536067576043",
                    "77310558707976532537901498967398494069",
                    "165200664067575205960928175326582284805",
                    "42665889392420953111773293324375917323"
                ]
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@0b7f5d7a4d2a72ad9de04ab8ccba2a31904aa638",
            "signature_version": "v1"
        },
        {
            "signature_type": "Line",
            "target": {
                "file": "block/blk-iolatency.c"
            },
            "id": "CVE-2022-50086-c53d9c3b",
            "digest": {
                "threshold": 0.9,
                "line_hashes": [
                    "72034587446654799090628908011119651175",
                    "336626043282850951643799876894398999009",
                    "169501063959218111640446266844549120879",
                    "72947965404995464576530610685285254283",
                    "204634754943178782804375683618754782957",
                    "188512847803791616674581974474644624269",
                    "88182666436330420017182382220073295113",
                    "204202547628290443426228357900345005500",
                    "337436839518409590434676566554376263763",
                    "56686619857109814916764414536067576043",
                    "77310558707976532537901498967398494069",
                    "165200664067575205960928175326582284805",
                    "42665889392420953111773293324375917323"
                ]
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@08ef66e800a85afc6b54cb95841f6502627eee2e",
            "signature_version": "v1"
        },
        {
            "signature_type": "Line",
            "target": {
                "file": "block/blk-wbt.c"
            },
            "id": "CVE-2022-50086-cae0f16d",
            "digest": {
                "threshold": 0.9,
                "line_hashes": [
                    "150421849850128126898902471239300869315",
                    "237138639756750745358609288491551828231",
                    "66095259362976026764228103455354552312",
                    "222827200322344229355257746862396053553",
                    "200681046854316664608405337324475530696",
                    "195588736114493095713106389220610494718",
                    "261122690518157122871474958414463932487",
                    "268804487944571765095810320715738084227",
                    "227502303917918435524492187024127478983",
                    "96179158108161861458418901380595294498"
                ]
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@14a6e2eb7df5c7897c15b109cba29ab0c4a791b6",
            "signature_version": "v1"
        },
        {
            "signature_type": "Line",
            "target": {
                "file": "block/blk-rq-qos.h"
            },
            "id": "CVE-2022-50086-d73553f2",
            "digest": {
                "threshold": 0.9,
                "line_hashes": [
                    "268214611275325396804853936939286434760",
                    "215935537527452277981978444804544334644",
                    "182812626173470405969666716460855473462",
                    "118620663863117414753596317348442312816",
                    "160780860580223950139494053949165576825",
                    "98228175514485527903669429660793342204",
                    "236607987189956404447612051481136223224",
                    "43281963028967268772128671875418159835",
                    "211428139221820122683180951108818231688",
                    "161029248106678250530064210686735799401",
                    "287063386316531712288270353377885295409"
                ]
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@0c9bb1acd1d103a3070b2126870eb52761d606ce",
            "signature_version": "v1"
        },
        {
            "signature_type": "Function",
            "target": {
                "file": "block/blk-wbt.c",
                "function": "wbt_init"
            },
            "id": "CVE-2022-50086-db1e235a",
            "digest": {
                "length": 876.0,
                "function_hash": "9724893693850915502794813307866893825"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@08ef66e800a85afc6b54cb95841f6502627eee2e",
            "signature_version": "v1"
        },
        {
            "signature_type": "Line",
            "target": {
                "file": "block/blk-rq-qos.h"
            },
            "id": "CVE-2022-50086-dd9134d3",
            "digest": {
                "threshold": 0.9,
                "line_hashes": [
                    "268214611275325396804853936939286434760",
                    "215935537527452277981978444804544334644",
                    "182812626173470405969666716460855473462",
                    "118620663863117414753596317348442312816",
                    "160780860580223950139494053949165576825",
                    "98228175514485527903669429660793342204",
                    "236607987189956404447612051481136223224",
                    "43281963028967268772128671875418159835",
                    "211428139221820122683180951108818231688",
                    "161029248106678250530064210686735799401",
                    "287063386316531712288270353377885295409"
                ]
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@08ef66e800a85afc6b54cb95841f6502627eee2e",
            "signature_version": "v1"
        },
        {
            "signature_type": "Function",
            "target": {
                "file": "block/blk-iolatency.c",
                "function": "blk_iolatency_init"
            },
            "id": "CVE-2022-50086-e7c6d9c5",
            "digest": {
                "length": 558.0,
                "function_hash": "201761130239581525480534703723073646940"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@08ef66e800a85afc6b54cb95841f6502627eee2e",
            "signature_version": "v1"
        },
        {
            "signature_type": "Line",
            "target": {
                "file": "block/blk-iolatency.c"
            },
            "id": "CVE-2022-50086-fdc225ce",
            "digest": {
                "threshold": 0.9,
                "line_hashes": [
                    "72034587446654799090628908011119651175",
                    "336626043282850951643799876894398999009",
                    "169501063959218111640446266844549120879",
                    "72947965404995464576530610685285254283",
                    "204634754943178782804375683618754782957",
                    "188512847803791616674581974474644624269",
                    "88182666436330420017182382220073295113",
                    "204202547628290443426228357900345005500",
                    "337436839518409590434676566554376263763",
                    "56686619857109814916764414536067576043",
                    "77310558707976532537901498967398494069",
                    "165200664067575205960928175326582284805",
                    "42665889392420953111773293324375917323"
                ]
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@14a6e2eb7df5c7897c15b109cba29ab0c4a791b6",
            "signature_version": "v1"
        }
    ]
}

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
5.15.61
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
5.18.18
Type
ECOSYSTEM
Events
Introduced
5.19.0
Fixed
5.19.2