CVE-2022-49327

Source
https://nvd.nist.gov/vuln/detail/CVE-2022-49327
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2022-49327.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2022-49327
Downstream
Related
Published
2025-02-26T02:10:49Z
Modified
2025-10-21T10:22:32.156148Z
Severity
  • 5.5 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
bcache: avoid journal no-space deadlock by reserving 1 journal bucket
Details

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

bcache: avoid journal no-space deadlock by reserving 1 journal bucket

The journal no-space deadlock was reported time to time. Such deadlock can happen in the following situation.

When all journal buckets are fully filled by active jset with heavy write I/O load, the cache set registration (after a reboot) will load all active jsets and inserting them into the btree again (which is called journal replay). If a journaled bkey is inserted into a btree node and results btree node split, new journal request might be triggered. For example, the btree grows one more level after the node split, then the root node record in cache device super block will be upgrade by bchjournalmeta() from bchbtreeset_root(). But there is no space in journal buckets, the journal replay has to wait for new journal bucket to be reclaimed after at least one journal bucket replayed. This is one example that how the journal no-space deadlock happens.

The solution to avoid the deadlock is to reserve 1 journal bucket in run time, and only permit the reserved journal bucket to be used during cache set registration procedure for things like journal replay. Then the journal space will never be fully filled, there is no chance for journal no-space deadlock to happen anymore.

This patch adds a new member "bool doreserve" in struct journal, it is inititalized to 0 (false) when struct journal is allocated, and set to 1 (true) by bchjournalspacereserve() when all initialization done in runcacheset(). In the run time when journalreclaim() tries to allocate a new journal bucket, freejournalbuckets() is called to check whether there are enough free journal buckets to use. If there is only 1 free journal bucket and journal->doreserve is 1 (true), the last bucket is reserved and freejournalbuckets() will return 0 to indicate no free journal bucket. Then journal_reclaim() will give up, and try next time to see whetheer there is free journal bucket to allocate. By this method, there is always 1 jouranl bucket reserved in run time.

During the cache set registration, journal->do_reserve is 0 (false), so the reserved journal bucket can be used to avoid the no-space deadlock.

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
cafe563591446cf80bfbc2fe3bc72a2e36cf1060
Fixed
59afd4f287900c8187e968a4153ed35e6b48efce
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
cafe563591446cf80bfbc2fe3bc72a2e36cf1060
Fixed
5607652823ac65e2c6885e73bd46d5a4f9a20363
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
cafe563591446cf80bfbc2fe3bc72a2e36cf1060
Fixed
6332ea3e35efa12dc08f0cbf5faea5e6e8eb0497
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
cafe563591446cf80bfbc2fe3bc72a2e36cf1060
Fixed
1dda32aed6f62c163f38ff947ef5b3360e329159
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
cafe563591446cf80bfbc2fe3bc72a2e36cf1060
Fixed
32feee36c30ea06e38ccb8ae6e5c44c6eec790a6

Affected versions

v3.*

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.9
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.10.1
v5.10.10
v5.10.100
v5.10.101
v5.10.102
v5.10.103
v5.10.104
v5.10.105
v5.10.106
v5.10.107
v5.10.108
v5.10.109
v5.10.11
v5.10.110
v5.10.111
v5.10.112
v5.10.113
v5.10.114
v5.10.115
v5.10.116
v5.10.117
v5.10.118
v5.10.119
v5.10.12
v5.10.120
v5.10.13
v5.10.14
v5.10.15
v5.10.16
v5.10.17
v5.10.18
v5.10.19
v5.10.2
v5.10.20
v5.10.21
v5.10.22
v5.10.23
v5.10.24
v5.10.25
v5.10.26
v5.10.27
v5.10.28
v5.10.29
v5.10.3
v5.10.30
v5.10.31
v5.10.32
v5.10.33
v5.10.34
v5.10.35
v5.10.36
v5.10.37
v5.10.38
v5.10.39
v5.10.4
v5.10.40
v5.10.41
v5.10.42
v5.10.43
v5.10.44
v5.10.45
v5.10.46
v5.10.47
v5.10.48
v5.10.49
v5.10.5
v5.10.50
v5.10.51
v5.10.52
v5.10.53
v5.10.54
v5.10.55
v5.10.56
v5.10.57
v5.10.58
v5.10.59
v5.10.6
v5.10.60
v5.10.61
v5.10.62
v5.10.63
v5.10.64
v5.10.65
v5.10.66
v5.10.67
v5.10.68
v5.10.69
v5.10.7
v5.10.70
v5.10.71
v5.10.72
v5.10.73
v5.10.74
v5.10.75
v5.10.76
v5.10.77
v5.10.78
v5.10.79
v5.10.8
v5.10.80
v5.10.81
v5.10.82
v5.10.83
v5.10.84
v5.10.85
v5.10.86
v5.10.87
v5.10.88
v5.10.89
v5.10.9
v5.10.90
v5.10.91
v5.10.92
v5.10.93
v5.10.94
v5.10.95
v5.10.96
v5.10.97
v5.10.98
v5.10.99
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.5
v5.15.6
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.17.1
v5.17.10
v5.17.11
v5.17.12
v5.17.13
v5.17.2
v5.17.3
v5.17.4
v5.17.5
v5.17.6
v5.17.7
v5.17.8
v5.17.9
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.2
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

[
    {
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@59afd4f287900c8187e968a4153ed35e6b48efce",
        "target": {
            "function": "journal_reclaim",
            "file": "drivers/md/bcache/journal.c"
        },
        "deprecated": false,
        "signature_version": "v1",
        "id": "CVE-2022-49327-01a96ebb",
        "digest": {
            "length": 1129.0,
            "function_hash": "163925144159372941442677666452524264959"
        },
        "signature_type": "Function"
    },
    {
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@32feee36c30ea06e38ccb8ae6e5c44c6eec790a6",
        "target": {
            "file": "drivers/md/bcache/super.c"
        },
        "deprecated": false,
        "signature_version": "v1",
        "id": "CVE-2022-49327-0913aeb5",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "180167762253163129516007940595541246832",
                "193897948961948346886430257849745170526",
                "227323315794282138187306289038320559273"
            ]
        },
        "signature_type": "Line"
    },
    {
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@59afd4f287900c8187e968a4153ed35e6b48efce",
        "target": {
            "function": "run_cache_set",
            "file": "drivers/md/bcache/super.c"
        },
        "deprecated": false,
        "signature_version": "v1",
        "id": "CVE-2022-49327-17c0b665",
        "digest": {
            "length": 3352.0,
            "function_hash": "64891927374055902827161251856791153174"
        },
        "signature_type": "Function"
    },
    {
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@59afd4f287900c8187e968a4153ed35e6b48efce",
        "target": {
            "file": "drivers/md/bcache/super.c"
        },
        "deprecated": false,
        "signature_version": "v1",
        "id": "CVE-2022-49327-1a4b86ea",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "180167762253163129516007940595541246832",
                "193897948961948346886430257849745170526",
                "227323315794282138187306289038320559273"
            ]
        },
        "signature_type": "Line"
    },
    {
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@6332ea3e35efa12dc08f0cbf5faea5e6e8eb0497",
        "target": {
            "function": "journal_reclaim",
            "file": "drivers/md/bcache/journal.c"
        },
        "deprecated": false,
        "signature_version": "v1",
        "id": "CVE-2022-49327-238fa894",
        "digest": {
            "length": 1129.0,
            "function_hash": "163925144159372941442677666452524264959"
        },
        "signature_type": "Function"
    },
    {
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@59afd4f287900c8187e968a4153ed35e6b48efce",
        "target": {
            "file": "drivers/md/bcache/journal.c"
        },
        "deprecated": false,
        "signature_version": "v1",
        "id": "CVE-2022-49327-294c4440",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "279461282983767507375384550623234762368",
                "329890337444691995900844225231843691937",
                "134373083980217944156310304471339505518",
                "337199213923534931384289628707493090161",
                "107762971406522816184994966988700351024",
                "269172676689810620428106025155068260309",
                "7908676445914255937210167327368355758",
                "108810521123070274730155871305749261967",
                "315180822439730831391627904027255664365",
                "247561374482435630415500778800664110251",
                "30285445419094323899804430029308264543",
                "193750277540804091666515544660267798664",
                "46775007810200197298950604252654059058",
                "181876163192378467007935193653039215253",
                "74902641973717813746472061057649018244",
                "182384532655725426041325600303000116956",
                "26731282156537069582882006354041343548",
                "37336419634285983625125840812749603194",
                "48701103606898409101019872016068342910"
            ]
        },
        "signature_type": "Line"
    },
    {
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@32feee36c30ea06e38ccb8ae6e5c44c6eec790a6",
        "target": {
            "file": "drivers/md/bcache/journal.c"
        },
        "deprecated": false,
        "signature_version": "v1",
        "id": "CVE-2022-49327-2cf4c7c3",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "279461282983767507375384550623234762368",
                "329890337444691995900844225231843691937",
                "134373083980217944156310304471339505518",
                "337199213923534931384289628707493090161",
                "107762971406522816184994966988700351024",
                "269172676689810620428106025155068260309",
                "7908676445914255937210167327368355758",
                "108810521123070274730155871305749261967",
                "315180822439730831391627904027255664365",
                "247561374482435630415500778800664110251",
                "30285445419094323899804430029308264543",
                "193750277540804091666515544660267798664",
                "46775007810200197298950604252654059058",
                "181876163192378467007935193653039215253",
                "74902641973717813746472061057649018244",
                "182384532655725426041325600303000116956",
                "26731282156537069582882006354041343548",
                "37336419634285983625125840812749603194",
                "48701103606898409101019872016068342910"
            ]
        },
        "signature_type": "Line"
    },
    {
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@6332ea3e35efa12dc08f0cbf5faea5e6e8eb0497",
        "target": {
            "file": "drivers/md/bcache/super.c"
        },
        "deprecated": false,
        "signature_version": "v1",
        "id": "CVE-2022-49327-2f7c1977",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "180167762253163129516007940595541246832",
                "193897948961948346886430257849745170526",
                "227323315794282138187306289038320559273"
            ]
        },
        "signature_type": "Line"
    },
    {
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@6332ea3e35efa12dc08f0cbf5faea5e6e8eb0497",
        "target": {
            "function": "run_cache_set",
            "file": "drivers/md/bcache/super.c"
        },
        "deprecated": false,
        "signature_version": "v1",
        "id": "CVE-2022-49327-3ede57e0",
        "digest": {
            "length": 3352.0,
            "function_hash": "64891927374055902827161251856791153174"
        },
        "signature_type": "Function"
    },
    {
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@1dda32aed6f62c163f38ff947ef5b3360e329159",
        "target": {
            "file": "drivers/md/bcache/super.c"
        },
        "deprecated": false,
        "signature_version": "v1",
        "id": "CVE-2022-49327-59c7e3c5",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "180167762253163129516007940595541246832",
                "193897948961948346886430257849745170526",
                "227323315794282138187306289038320559273"
            ]
        },
        "signature_type": "Line"
    },
    {
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5607652823ac65e2c6885e73bd46d5a4f9a20363",
        "target": {
            "file": "drivers/md/bcache/super.c"
        },
        "deprecated": false,
        "signature_version": "v1",
        "id": "CVE-2022-49327-65189047",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "180167762253163129516007940595541246832",
                "193897948961948346886430257849745170526",
                "227323315794282138187306289038320559273"
            ]
        },
        "signature_type": "Line"
    },
    {
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5607652823ac65e2c6885e73bd46d5a4f9a20363",
        "target": {
            "function": "journal_reclaim",
            "file": "drivers/md/bcache/journal.c"
        },
        "deprecated": false,
        "signature_version": "v1",
        "id": "CVE-2022-49327-6e33e92d",
        "digest": {
            "length": 1129.0,
            "function_hash": "163925144159372941442677666452524264959"
        },
        "signature_type": "Function"
    },
    {
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@1dda32aed6f62c163f38ff947ef5b3360e329159",
        "target": {
            "function": "run_cache_set",
            "file": "drivers/md/bcache/super.c"
        },
        "deprecated": false,
        "signature_version": "v1",
        "id": "CVE-2022-49327-7fb09783",
        "digest": {
            "length": 3352.0,
            "function_hash": "64891927374055902827161251856791153174"
        },
        "signature_type": "Function"
    },
    {
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5607652823ac65e2c6885e73bd46d5a4f9a20363",
        "target": {
            "function": "run_cache_set",
            "file": "drivers/md/bcache/super.c"
        },
        "deprecated": false,
        "signature_version": "v1",
        "id": "CVE-2022-49327-816e35d9",
        "digest": {
            "length": 3352.0,
            "function_hash": "64891927374055902827161251856791153174"
        },
        "signature_type": "Function"
    },
    {
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@32feee36c30ea06e38ccb8ae6e5c44c6eec790a6",
        "target": {
            "function": "journal_reclaim",
            "file": "drivers/md/bcache/journal.c"
        },
        "deprecated": false,
        "signature_version": "v1",
        "id": "CVE-2022-49327-82e7a60a",
        "digest": {
            "length": 1129.0,
            "function_hash": "163925144159372941442677666452524264959"
        },
        "signature_type": "Function"
    },
    {
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5607652823ac65e2c6885e73bd46d5a4f9a20363",
        "target": {
            "file": "drivers/md/bcache/journal.c"
        },
        "deprecated": false,
        "signature_version": "v1",
        "id": "CVE-2022-49327-849f9e92",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "279461282983767507375384550623234762368",
                "329890337444691995900844225231843691937",
                "134373083980217944156310304471339505518",
                "337199213923534931384289628707493090161",
                "107762971406522816184994966988700351024",
                "269172676689810620428106025155068260309",
                "7908676445914255937210167327368355758",
                "108810521123070274730155871305749261967",
                "315180822439730831391627904027255664365",
                "247561374482435630415500778800664110251",
                "30285445419094323899804430029308264543",
                "193750277540804091666515544660267798664",
                "46775007810200197298950604252654059058",
                "181876163192378467007935193653039215253",
                "74902641973717813746472061057649018244",
                "182384532655725426041325600303000116956",
                "26731282156537069582882006354041343548",
                "37336419634285983625125840812749603194",
                "48701103606898409101019872016068342910"
            ]
        },
        "signature_type": "Line"
    },
    {
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@1dda32aed6f62c163f38ff947ef5b3360e329159",
        "target": {
            "file": "drivers/md/bcache/journal.h"
        },
        "deprecated": false,
        "signature_version": "v1",
        "id": "CVE-2022-49327-8eaeddb9",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "188065529698892687093422689511871392548",
                "39312643005737485288496005336725185773",
                "145426650040867992464707747151599388076",
                "116229348901690750137543501216839196586",
                "158175931557302717328252170809238508200",
                "124975138448863723608628506976099766133"
            ]
        },
        "signature_type": "Line"
    },
    {
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@6332ea3e35efa12dc08f0cbf5faea5e6e8eb0497",
        "target": {
            "file": "drivers/md/bcache/journal.c"
        },
        "deprecated": false,
        "signature_version": "v1",
        "id": "CVE-2022-49327-aa5d5798",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "279461282983767507375384550623234762368",
                "329890337444691995900844225231843691937",
                "134373083980217944156310304471339505518",
                "337199213923534931384289628707493090161",
                "107762971406522816184994966988700351024",
                "269172676689810620428106025155068260309",
                "7908676445914255937210167327368355758",
                "108810521123070274730155871305749261967",
                "315180822439730831391627904027255664365",
                "247561374482435630415500778800664110251",
                "30285445419094323899804430029308264543",
                "193750277540804091666515544660267798664",
                "46775007810200197298950604252654059058",
                "181876163192378467007935193653039215253",
                "74902641973717813746472061057649018244",
                "182384532655725426041325600303000116956",
                "26731282156537069582882006354041343548",
                "37336419634285983625125840812749603194",
                "48701103606898409101019872016068342910"
            ]
        },
        "signature_type": "Line"
    },
    {
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@1dda32aed6f62c163f38ff947ef5b3360e329159",
        "target": {
            "file": "drivers/md/bcache/journal.c"
        },
        "deprecated": false,
        "signature_version": "v1",
        "id": "CVE-2022-49327-bf03aa03",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "279461282983767507375384550623234762368",
                "329890337444691995900844225231843691937",
                "134373083980217944156310304471339505518",
                "337199213923534931384289628707493090161",
                "107762971406522816184994966988700351024",
                "269172676689810620428106025155068260309",
                "7908676445914255937210167327368355758",
                "108810521123070274730155871305749261967",
                "315180822439730831391627904027255664365",
                "247561374482435630415500778800664110251",
                "30285445419094323899804430029308264543",
                "193750277540804091666515544660267798664",
                "46775007810200197298950604252654059058",
                "181876163192378467007935193653039215253",
                "74902641973717813746472061057649018244",
                "182384532655725426041325600303000116956",
                "26731282156537069582882006354041343548",
                "37336419634285983625125840812749603194",
                "48701103606898409101019872016068342910"
            ]
        },
        "signature_type": "Line"
    },
    {
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5607652823ac65e2c6885e73bd46d5a4f9a20363",
        "target": {
            "file": "drivers/md/bcache/journal.h"
        },
        "deprecated": false,
        "signature_version": "v1",
        "id": "CVE-2022-49327-c067e097",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "188065529698892687093422689511871392548",
                "39312643005737485288496005336725185773",
                "145426650040867992464707747151599388076",
                "116229348901690750137543501216839196586",
                "158175931557302717328252170809238508200",
                "124975138448863723608628506976099766133"
            ]
        },
        "signature_type": "Line"
    },
    {
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@59afd4f287900c8187e968a4153ed35e6b48efce",
        "target": {
            "file": "drivers/md/bcache/journal.h"
        },
        "deprecated": false,
        "signature_version": "v1",
        "id": "CVE-2022-49327-d1086c4e",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "188065529698892687093422689511871392548",
                "39312643005737485288496005336725185773",
                "145426650040867992464707747151599388076",
                "116229348901690750137543501216839196586",
                "158175931557302717328252170809238508200",
                "124975138448863723608628506976099766133"
            ]
        },
        "signature_type": "Line"
    },
    {
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@32feee36c30ea06e38ccb8ae6e5c44c6eec790a6",
        "target": {
            "function": "run_cache_set",
            "file": "drivers/md/bcache/super.c"
        },
        "deprecated": false,
        "signature_version": "v1",
        "id": "CVE-2022-49327-d6691818",
        "digest": {
            "length": 3352.0,
            "function_hash": "64891927374055902827161251856791153174"
        },
        "signature_type": "Function"
    },
    {
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@1dda32aed6f62c163f38ff947ef5b3360e329159",
        "target": {
            "function": "journal_reclaim",
            "file": "drivers/md/bcache/journal.c"
        },
        "deprecated": false,
        "signature_version": "v1",
        "id": "CVE-2022-49327-e61c74ff",
        "digest": {
            "length": 1129.0,
            "function_hash": "163925144159372941442677666452524264959"
        },
        "signature_type": "Function"
    },
    {
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@32feee36c30ea06e38ccb8ae6e5c44c6eec790a6",
        "target": {
            "file": "drivers/md/bcache/journal.h"
        },
        "deprecated": false,
        "signature_version": "v1",
        "id": "CVE-2022-49327-e9901fac",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "188065529698892687093422689511871392548",
                "39312643005737485288496005336725185773",
                "145426650040867992464707747151599388076",
                "116229348901690750137543501216839196586",
                "158175931557302717328252170809238508200",
                "124975138448863723608628506976099766133"
            ]
        },
        "signature_type": "Line"
    },
    {
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@6332ea3e35efa12dc08f0cbf5faea5e6e8eb0497",
        "target": {
            "file": "drivers/md/bcache/journal.h"
        },
        "deprecated": false,
        "signature_version": "v1",
        "id": "CVE-2022-49327-f9c26832",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "188065529698892687093422689511871392548",
                "39312643005737485288496005336725185773",
                "145426650040867992464707747151599388076",
                "116229348901690750137543501216839196586",
                "158175931557302717328252170809238508200",
                "124975138448863723608628506976099766133"
            ]
        },
        "signature_type": "Line"
    }
]

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
3.10.0
Fixed
5.10.121
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.46
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
5.17.14
Type
ECOSYSTEM
Events
Introduced
5.18.0
Fixed
5.18.3