CVE-2022-50341

Source
https://cve.org/CVERecord?id=CVE-2022-50341
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2022-50341.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2022-50341
Downstream
Published
2025-09-16T16:11:20.838Z
Modified
2026-03-11T13:17:48.069560Z
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
cifs: fix oops during encryption
Details

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

cifs: fix oops during encryption

When running xfstests against Azure the following oops occurred on an arm64 system

Unable to handle kernel write to read-only memory at virtual address ffff0001221cf000 Mem abort info: ESR = 0x9600004f EC = 0x25: DABT (current EL), IL = 32 bits SET = 0, FnV = 0 EA = 0, S1PTW = 0 FSC = 0x0f: level 3 permission fault Data abort info: ISV = 0, ISS = 0x0000004f CM = 0, WnR = 1 swapper pgtable: 4k pages, 48-bit VAs, pgdp=00000000294f3000 [ffff0001221cf000] pgd=18000001ffff8003, p4d=18000001ffff8003, pud=18000001ff82e003, pmd=18000001ff71d003, pte=00600001221cf787 Internal error: Oops: 9600004f [#1] PREEMPT SMP ... pstate: 80000005 (Nzcv daif -PAN -UAO -TCO BTYPE=--) pc : __memcpy+0x40/0x230 lr : scatterwalk_copychunks+0xe0/0x200 sp : ffff800014e92de0 x29: ffff800014e92de0 x28: ffff000114f9de80 x27: 0000000000000008 x26: 0000000000000008 x25: ffff800014e92e78 x24: 0000000000000008 x23: 0000000000000001 x22: 0000040000000000 x21: ffff000000000000 x20: 0000000000000001 x19: ffff0001037c4488 x18: 0000000000000014 x17: 235e1c0d6efa9661 x16: a435f9576b6edd6c x15: 0000000000000058 x14: 0000000000000001 x13: 0000000000000008 x12: ffff000114f2e590 x11: ffffffffffffffff x10: 0000040000000000 x9 : ffff8000105c3580 x8 : 2e9413b10000001a x7 : 534b4410fb86b005 x6 : 534b4410fb86b005 x5 : ffff0001221cf008 x4 : ffff0001037c4490 x3 : 0000000000000001 x2 : 0000000000000008 x1 : ffff0001037c4488 x0 : ffff0001221cf000 Call trace: __memcpy+0x40/0x230 scatterwalkmapandcopy+0x98/0x100 cryptoccmencrypt+0x150/0x180 cryptoaeadencrypt+0x2c/0x40 cryptmessage+0x750/0x880 smb3inittransformrq+0x298/0x340 smbsendrqst.part.11+0xd8/0x180 smbsendrqst+0x3c/0x100 compoundsendrecv+0x534/0xbc0 smb2queryinfocompound+0x32c/0x440 smb2setea+0x438/0x4c0 cifsxattrset+0x5d4/0x7c0

This is because in scatterwalkcopychunks(), we attempted to write to a buffer (@sign) that was allocated in the stack (vmalloc area) by cryptmessage() and thus accessing its remaining 8 (x2) bytes ended up crossing a page boundary.

To simply fix it, we could just pass @sign kmalloc'd from cryptmessage() and then we're done. Luckily, we don't seem to pass any other vmalloc'd buffers in smbrqst::rq_iov...

Instead, let's map the correct pages and offsets from vmalloc buffers as well in cifssgset_buf() and then avoiding such oopses.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2022/50xxx/CVE-2022-50341.json",
    "cna_assigner": "Linux"
}
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
026e93dc0a3eefb0be060bcb9ecd8d7a7fd5c398
Fixed
e8e2861cc3258dbe407d01ea8c59bb5a53132301
Fixed
fe6ea044c4f05706cb71040055b1c70c6c8275e0
Fixed
bf0543b93740916ee91956f9a63da6fc0d79daaa
Fixed
a13e51760703f71c25d5fc1f4a62dfa4b0cc80e9
Fixed
e8d16a54842d609fd4a3ed2d81d4333d6329aa94
Fixed
f7f291e14dde32a07b1f0aa06921d28f875a7b54

Affected versions

v4.*
v4.10
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.20
v4.20-rc1
v4.20-rc2
v4.20-rc3
v4.20-rc4
v4.20-rc5
v4.20-rc6
v4.20-rc7
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.121
v5.10.122
v5.10.123
v5.10.124
v5.10.125
v5.10.126
v5.10.127
v5.10.128
v5.10.129
v5.10.13
v5.10.130
v5.10.131
v5.10.132
v5.10.133
v5.10.134
v5.10.135
v5.10.136
v5.10.137
v5.10.138
v5.10.139
v5.10.14
v5.10.140
v5.10.141
v5.10.142
v5.10.143
v5.10.144
v5.10.145
v5.10.146
v5.10.147
v5.10.148
v5.10.149
v5.10.15
v5.10.150
v5.10.151
v5.10.152
v5.10.153
v5.10.154
v5.10.155
v5.10.156
v5.10.157
v5.10.158
v5.10.159
v5.10.16
v5.10.160
v5.10.161
v5.10.162
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.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.61
v5.15.62
v5.15.63
v5.15.64
v5.15.65
v5.15.66
v5.15.67
v5.15.68
v5.15.69
v5.15.7
v5.15.70
v5.15.71
v5.15.72
v5.15.73
v5.15.74
v5.15.75
v5.15.76
v5.15.77
v5.15.78
v5.15.79
v5.15.8
v5.15.80
v5.15.81
v5.15.82
v5.15.83
v5.15.84
v5.15.85
v5.15.86
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.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.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.4.1
v5.4.10
v5.4.100
v5.4.101
v5.4.102
v5.4.103
v5.4.104
v5.4.105
v5.4.106
v5.4.107
v5.4.108
v5.4.109
v5.4.11
v5.4.110
v5.4.111
v5.4.112
v5.4.113
v5.4.114
v5.4.115
v5.4.116
v5.4.117
v5.4.118
v5.4.119
v5.4.12
v5.4.120
v5.4.121
v5.4.122
v5.4.123
v5.4.124
v5.4.125
v5.4.126
v5.4.127
v5.4.128
v5.4.129
v5.4.13
v5.4.130
v5.4.131
v5.4.132
v5.4.133
v5.4.134
v5.4.135
v5.4.136
v5.4.137
v5.4.138
v5.4.139
v5.4.14
v5.4.140
v5.4.141
v5.4.142
v5.4.143
v5.4.144
v5.4.145
v5.4.146
v5.4.147
v5.4.148
v5.4.149
v5.4.15
v5.4.150
v5.4.151
v5.4.152
v5.4.153
v5.4.154
v5.4.155
v5.4.156
v5.4.157
v5.4.158
v5.4.159
v5.4.16
v5.4.160
v5.4.161
v5.4.162
v5.4.163
v5.4.164
v5.4.165
v5.4.166
v5.4.167
v5.4.168
v5.4.169
v5.4.17
v5.4.170
v5.4.171
v5.4.172
v5.4.173
v5.4.174
v5.4.175
v5.4.176
v5.4.177
v5.4.178
v5.4.179
v5.4.18
v5.4.180
v5.4.181
v5.4.182
v5.4.183
v5.4.184
v5.4.185
v5.4.186
v5.4.187
v5.4.188
v5.4.189
v5.4.19
v5.4.190
v5.4.191
v5.4.192
v5.4.193
v5.4.194
v5.4.195
v5.4.196
v5.4.197
v5.4.198
v5.4.199
v5.4.2
v5.4.20
v5.4.200
v5.4.201
v5.4.202
v5.4.203
v5.4.204
v5.4.205
v5.4.206
v5.4.207
v5.4.208
v5.4.209
v5.4.21
v5.4.210
v5.4.211
v5.4.212
v5.4.213
v5.4.214
v5.4.215
v5.4.216
v5.4.217
v5.4.218
v5.4.219
v5.4.22
v5.4.220
v5.4.221
v5.4.222
v5.4.223
v5.4.224
v5.4.225
v5.4.226
v5.4.227
v5.4.228
v5.4.23
v5.4.24
v5.4.25
v5.4.26
v5.4.27
v5.4.28
v5.4.29
v5.4.3
v5.4.30
v5.4.31
v5.4.32
v5.4.33
v5.4.34
v5.4.35
v5.4.36
v5.4.37
v5.4.38
v5.4.39
v5.4.4
v5.4.40
v5.4.41
v5.4.42
v5.4.43
v5.4.44
v5.4.45
v5.4.46
v5.4.47
v5.4.48
v5.4.49
v5.4.5
v5.4.50
v5.4.51
v5.4.52
v5.4.53
v5.4.54
v5.4.55
v5.4.56
v5.4.57
v5.4.58
v5.4.59
v5.4.6
v5.4.60
v5.4.61
v5.4.62
v5.4.63
v5.4.64
v5.4.65
v5.4.66
v5.4.67
v5.4.68
v5.4.69
v5.4.7
v5.4.70
v5.4.71
v5.4.72
v5.4.73
v5.4.74
v5.4.75
v5.4.76
v5.4.77
v5.4.78
v5.4.79
v5.4.8
v5.4.80
v5.4.81
v5.4.82
v5.4.83
v5.4.84
v5.4.85
v5.4.86
v5.4.87
v5.4.88
v5.4.89
v5.4.9
v5.4.90
v5.4.91
v5.4.92
v5.4.93
v5.4.94
v5.4.95
v5.4.96
v5.4.97
v5.4.98
v5.4.99
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
v6.*
v6.0
v6.0-rc1
v6.0-rc2
v6.0-rc3
v6.0-rc4
v6.0-rc5
v6.0-rc6
v6.0-rc7
v6.0.1
v6.0.10
v6.0.11
v6.0.12
v6.0.13
v6.0.14
v6.0.15
v6.0.2
v6.0.3
v6.0.4
v6.0.5
v6.0.6
v6.0.7
v6.0.8
v6.0.9
v6.1
v6.1-rc1
v6.1-rc2
v6.1-rc3
v6.1-rc4
v6.1-rc5
v6.1-rc6
v6.1-rc7
v6.1-rc8

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2022-50341.json"
vanir_signatures
[
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "308846001514409951285194767353028280719",
            "length": 250.0
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e8d16a54842d609fd4a3ed2d81d4333d6329aa94",
        "signature_type": "Function",
        "id": "CVE-2022-50341-01fe1f40",
        "target": {
            "file": "fs/cifs/smb2ops.c",
            "function": "smb2_sg_set_buf"
        }
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "145751907685627837029994259284667368646",
                "277898414322573794924940004440646948818",
                "64079970853060435378340675042178016151",
                "267781413262486451546540639302811796752",
                "198935528091764952560548711825656056606",
                "147286064205543689041928853805353116091",
                "334274325304969697420172194629377859837",
                "58045335516276248354273549828371157279",
                "331924347512275227942828639710347680409",
                "266097875643960805877554073651363316356"
            ]
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e8e2861cc3258dbe407d01ea8c59bb5a53132301",
        "signature_type": "Line",
        "id": "CVE-2022-50341-05bc330e",
        "target": {
            "file": "fs/cifs/cifsglob.h"
        }
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "192999808686735689477445269187492433221",
                "321331380600438594020104839596430025385",
                "124087494940463489325964709725967459154",
                "3512668204963814158131954553263381361",
                "55777304005209043561689726313295564966"
            ]
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a13e51760703f71c25d5fc1f4a62dfa4b0cc80e9",
        "signature_type": "Line",
        "id": "CVE-2022-50341-0afbcd2c",
        "target": {
            "file": "fs/cifs/cifsglob.h"
        }
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "55892175940700586814367479712543176717",
                "152021466160084424618506583421805977680",
                "34643721164022478663947387302794833979",
                "246451546546790527098167636619875958657",
                "153005948252373272364364357124919980638",
                "192399374454223231874778599741943035076",
                "186483995234928552765850462249059499350",
                "197744645747907815245757657606036373085",
                "173106497055395487087554683118259889114",
                "297513151264126064209842935636602163286",
                "112869841033634189754537597021604481345",
                "238073104238237676365106396408514063281",
                "16075408604171041273128977919307310189",
                "181744508730193272121392536983854599316",
                "186873235124033986753917978374744780276",
                "144471866646909145697311756147704414709",
                "127282074925110558854862510146927076671",
                "77214179715939335192911367097181179516",
                "252166925213970512089684734691209756825",
                "300641748138050806284166922492115008357",
                "77071672296055297277158365998138573176",
                "95444065705603176859992093275768599485",
                "72422471793426120287078145084378855863",
                "28700891399439992687153566174674152390",
                "125164668656392826364588385234322395112",
                "77554669812935853121643795660748765006",
                "31028712749115809557719307562254958451",
                "232580340135651719199687433730409585581",
                "10408764907117209085087767178458358381",
                "259716232573141779332952527939384180649",
                "209400816633124363738582740072285081358",
                "44221107523764671782981865412648492565",
                "212369258830300845877846609789616680758",
                "175733846986123034778076093911840719710",
                "197642058156793019588148134363177032139",
                "173560741547500322388796406991478567881",
                "133525111260369627163463500818039037360",
                "172311757667489920064566070012179812401",
                "323882977507427924452145389359427167437",
                "18050280028032371254226445199878846453",
                "334388461697793214565379149302002403507",
                "177281509660128649995384634410803478200",
                "228478420165765543401087370805269098955",
                "311576159058246327000171676968793408868",
                "321317613942050712070095367499000195825",
                "265501670961762135429803301923088381899",
                "72504433367798318632139237789977638331",
                "230050657871769895848727521622609430825",
                "33244018802564764538729589569168591804",
                "185212027954868973924482401376277734483",
                "16481935275248835572809143535413524290",
                "94825820447474095871841740811288697276",
                "267097173613786320915481064387587708172",
                "120026731299513449000188875124102068966",
                "162075240774863977973850680044075765393",
                "57749293808316700545375441114771630925",
                "279269630231358048579174703431559291791",
                "164339276578201305641057795226766229801",
                "277394597999858137094367297127967662568",
                "226254888921583060367816604449750198090",
                "318181183426743686301030625653279514197",
                "313727045358576621792772905519820365204",
                "281279385092646235816053958638678090813",
                "248352021633489220061906748742381181620",
                "62288789715340850189539093573348983913",
                "184702205685491904737602028736097895293",
                "252284343644278183189634250724112985290",
                "284279669528040626326727345168136573332",
                "97721632590368555158210801217646171299",
                "275611285773708544030420461612475246124",
                "300501682475294092076384458119390238533",
                "24439293286033872901873987758401035607",
                "99174834655237577148677587602699840237",
                "213406300444512305454889089149457865973",
                "27040137260337080380955170752945663233",
                "263216600132081467414489031629673884669",
                "65275073205976782760015156699538978376",
                "304851098863413491795419214400849387003",
                "291820833403470522232885117634783531394",
                "282727762648633531690498154356893185923",
                "255565683889744522026708941919948242496",
                "52413049004829772775375024039184244397",
                "330770402003755957901169330171106631210",
                "118391800071263843723568576650640102048",
                "14331080602266711980218911131775488416",
                "319963637199373425483589444851453330694",
                "290748440691492633321213539179252598925",
                "328598989919771526061804643538128585050"
            ]
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@f7f291e14dde32a07b1f0aa06921d28f875a7b54",
        "signature_type": "Line",
        "id": "CVE-2022-50341-223ac910",
        "target": {
            "file": "fs/cifs/smb2ops.c"
        }
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "104678902903056282872891961153936316844",
                "291823808993689686627112578013715269605",
                "281484480367983483755040520087187378555",
                "310802523868897321754183668500485163944",
                "173087212519357588964778744836374595461"
            ]
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e8d16a54842d609fd4a3ed2d81d4333d6329aa94",
        "signature_type": "Line",
        "id": "CVE-2022-50341-277da532",
        "target": {
            "file": "fs/cifs/cifsproto.h"
        }
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "214226686516622701328093019081668049584",
                "152021466160084424618506583421805977680",
                "34643721164022478663947387302794833979",
                "246451546546790527098167636619875958657",
                "153005948252373272364364357124919980638",
                "192399374454223231874778599741943035076",
                "186483995234928552765850462249059499350",
                "197744645747907815245757657606036373085",
                "173106497055395487087554683118259889114",
                "297513151264126064209842935636602163286",
                "112869841033634189754537597021604481345",
                "238073104238237676365106396408514063281",
                "16075408604171041273128977919307310189",
                "181744508730193272121392536983854599316",
                "186873235124033986753917978374744780276",
                "144471866646909145697311756147704414709",
                "127282074925110558854862510146927076671",
                "77214179715939335192911367097181179516",
                "252166925213970512089684734691209756825",
                "300641748138050806284166922492115008357",
                "77071672296055297277158365998138573176",
                "95444065705603176859992093275768599485",
                "72422471793426120287078145084378855863",
                "28700891399439992687153566174674152390",
                "125164668656392826364588385234322395112",
                "77554669812935853121643795660748765006",
                "31028712749115809557719307562254958451",
                "232580340135651719199687433730409585581",
                "10408764907117209085087767178458358381",
                "259716232573141779332952527939384180649",
                "209400816633124363738582740072285081358",
                "44221107523764671782981865412648492565",
                "212369258830300845877846609789616680758",
                "175733846986123034778076093911840719710",
                "197642058156793019588148134363177032139",
                "173560741547500322388796406991478567881",
                "133525111260369627163463500818039037360",
                "172311757667489920064566070012179812401",
                "323882977507427924452145389359427167437",
                "18050280028032371254226445199878846453",
                "334388461697793214565379149302002403507",
                "177281509660128649995384634410803478200",
                "228478420165765543401087370805269098955",
                "311576159058246327000171676968793408868",
                "197488061979646745955046879696433843601",
                "218547995596865388138485311938708779960",
                "72504433367798318632139237789977638331",
                "230050657871769895848727521622609430825",
                "33244018802564764538729589569168591804",
                "248147544964130234234154183928550467588",
                "159181663131026181557986262577080264667",
                "337903423579392348526082317063339311838",
                "267097173613786320915481064387587708172",
                "120026731299513449000188875124102068966",
                "162075240774863977973850680044075765393",
                "57749293808316700545375441114771630925",
                "279269630231358048579174703431559291791",
                "164339276578201305641057795226766229801",
                "277394597999858137094367297127967662568",
                "226254888921583060367816604449750198090",
                "318181183426743686301030625653279514197",
                "313727045358576621792772905519820365204",
                "281279385092646235816053958638678090813",
                "248352021633489220061906748742381181620",
                "62288789715340850189539093573348983913",
                "184702205685491904737602028736097895293",
                "252284343644278183189634250724112985290",
                "284279669528040626326727345168136573332",
                "97721632590368555158210801217646171299",
                "275611285773708544030420461612475246124",
                "300501682475294092076384458119390238533",
                "24439293286033872901873987758401035607",
                "99174834655237577148677587602699840237",
                "213406300444512305454889089149457865973",
                "156965191500307218436985760553618466301",
                "216996500781434242413589990699936204750",
                "262343371385766492478391088597760473053",
                "138298043669914919780875506171578013040",
                "44662699787068248662038179475753218119",
                "282727762648633531690498154356893185923",
                "333193878158471005726296818067093388516",
                "106845352970682313757511276974496171002",
                "295306601355610252674568834880268008663",
                "45000341100216150751793201080964835934",
                "199894311501346911513379622444758463808",
                "289590668402624408314136874580341370838",
                "107692255710381879484353189255830847323",
                "42325170365451778974401580945657385934"
            ]
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e8e2861cc3258dbe407d01ea8c59bb5a53132301",
        "signature_type": "Line",
        "id": "CVE-2022-50341-29798419",
        "target": {
            "file": "fs/cifs/smb2ops.c"
        }
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "145751907685627837029994259284667368646",
                "277898414322573794924940004440646948818",
                "64079970853060435378340675042178016151",
                "267781413262486451546540639302811796752",
                "198935528091764952560548711825656056606",
                "147286064205543689041928853805353116091",
                "334274325304969697420172194629377859837",
                "58045335516276248354273549828371157279",
                "201665933403403594728960142544967746299"
            ]
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@fe6ea044c4f05706cb71040055b1c70c6c8275e0",
        "signature_type": "Line",
        "id": "CVE-2022-50341-38cabedb",
        "target": {
            "file": "fs/cifs/cifsglob.h"
        }
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "308846001514409951285194767353028280719",
            "length": 250.0
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a13e51760703f71c25d5fc1f4a62dfa4b0cc80e9",
        "signature_type": "Function",
        "id": "CVE-2022-50341-3c952460",
        "target": {
            "file": "fs/cifs/smb2ops.c",
            "function": "smb2_sg_set_buf"
        }
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "222514774693100410955519016584954197834",
            "length": 983.0
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a13e51760703f71c25d5fc1f4a62dfa4b0cc80e9",
        "signature_type": "Function",
        "id": "CVE-2022-50341-3f5097c2",
        "target": {
            "file": "fs/cifs/smb2ops.c",
            "function": "init_sg"
        }
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "192999808686735689477445269187492433221",
                "321331380600438594020104839596430025385",
                "124087494940463489325964709725967459154",
                "3512668204963814158131954553263381361",
                "55777304005209043561689726313295564966"
            ]
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@f7f291e14dde32a07b1f0aa06921d28f875a7b54",
        "signature_type": "Line",
        "id": "CVE-2022-50341-514b0bf5",
        "target": {
            "file": "fs/cifs/cifsglob.h"
        }
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "25366584198866677417063865722338116981",
                "96094568990717677033247639622631491160",
                "295242268941184952576553124225354195284",
                "310802523868897321754183668500485163944",
                "178751615750335985052370728590630899742"
            ]
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@fe6ea044c4f05706cb71040055b1c70c6c8275e0",
        "signature_type": "Line",
        "id": "CVE-2022-50341-531ec66d",
        "target": {
            "file": "fs/cifs/cifsproto.h"
        }
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "313983755030354029692108901502721349593",
            "length": 2573.0
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@bf0543b93740916ee91956f9a63da6fc0d79daaa",
        "signature_type": "Function",
        "id": "CVE-2022-50341-584b8738",
        "target": {
            "file": "fs/cifs/smb2ops.c",
            "function": "crypt_message"
        }
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "55892175940700586814367479712543176717",
                "152021466160084424618506583421805977680",
                "34643721164022478663947387302794833979",
                "246451546546790527098167636619875958657",
                "153005948252373272364364357124919980638",
                "192399374454223231874778599741943035076",
                "186483995234928552765850462249059499350",
                "197744645747907815245757657606036373085",
                "173106497055395487087554683118259889114",
                "297513151264126064209842935636602163286",
                "112869841033634189754537597021604481345",
                "238073104238237676365106396408514063281",
                "16075408604171041273128977919307310189",
                "181744508730193272121392536983854599316",
                "186873235124033986753917978374744780276",
                "144471866646909145697311756147704414709",
                "127282074925110558854862510146927076671",
                "77214179715939335192911367097181179516",
                "252166925213970512089684734691209756825",
                "300641748138050806284166922492115008357",
                "77071672296055297277158365998138573176",
                "95444065705603176859992093275768599485",
                "72422471793426120287078145084378855863",
                "28700891399439992687153566174674152390",
                "125164668656392826364588385234322395112",
                "77554669812935853121643795660748765006",
                "31028712749115809557719307562254958451",
                "232580340135651719199687433730409585581",
                "10408764907117209085087767178458358381",
                "259716232573141779332952527939384180649",
                "209400816633124363738582740072285081358",
                "44221107523764671782981865412648492565",
                "212369258830300845877846609789616680758",
                "175733846986123034778076093911840719710",
                "197642058156793019588148134363177032139",
                "173560741547500322388796406991478567881",
                "133525111260369627163463500818039037360",
                "172311757667489920064566070012179812401",
                "323882977507427924452145389359427167437",
                "18050280028032371254226445199878846453",
                "334388461697793214565379149302002403507",
                "177281509660128649995384634410803478200",
                "228478420165765543401087370805269098955",
                "311576159058246327000171676968793408868",
                "321317613942050712070095367499000195825",
                "265501670961762135429803301923088381899",
                "72504433367798318632139237789977638331",
                "230050657871769895848727521622609430825",
                "33244018802564764538729589569168591804",
                "248147544964130234234154183928550467588",
                "159181663131026181557986262577080264667",
                "337903423579392348526082317063339311838",
                "267097173613786320915481064387587708172",
                "120026731299513449000188875124102068966",
                "162075240774863977973850680044075765393",
                "57749293808316700545375441114771630925",
                "279269630231358048579174703431559291791",
                "164339276578201305641057795226766229801",
                "277394597999858137094367297127967662568",
                "226254888921583060367816604449750198090",
                "318181183426743686301030625653279514197",
                "313727045358576621792772905519820365204",
                "281279385092646235816053958638678090813",
                "248352021633489220061906748742381181620",
                "62288789715340850189539093573348983913",
                "184702205685491904737602028736097895293",
                "252284343644278183189634250724112985290",
                "284279669528040626326727345168136573332",
                "97721632590368555158210801217646171299",
                "275611285773708544030420461612475246124",
                "300501682475294092076384458119390238533",
                "24439293286033872901873987758401035607",
                "99174834655237577148677587602699840237",
                "213406300444512305454889089149457865973",
                "27040137260337080380955170752945663233",
                "263216600132081467414489031629673884669",
                "65275073205976782760015156699538978376",
                "304851098863413491795419214400849387003",
                "291820833403470522232885117634783531394",
                "282727762648633531690498154356893185923",
                "333193878158471005726296818067093388516",
                "106845352970682313757511276974496171002",
                "295306601355610252674568834880268008663",
                "45000341100216150751793201080964835934",
                "199894311501346911513379622444758463808",
                "289590668402624408314136874580341370838",
                "107692255710381879484353189255830847323",
                "42325170365451778974401580945657385934"
            ]
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@fe6ea044c4f05706cb71040055b1c70c6c8275e0",
        "signature_type": "Line",
        "id": "CVE-2022-50341-5dc4f737",
        "target": {
            "file": "fs/cifs/smb2ops.c"
        }
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "264067332952581511457594165377024616129",
            "length": 364.0
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@bf0543b93740916ee91956f9a63da6fc0d79daaa",
        "signature_type": "Function",
        "id": "CVE-2022-50341-654e0fca",
        "target": {
            "file": "fs/cifs/misc.c",
            "function": "rqst_page_get_length"
        }
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "55892175940700586814367479712543176717",
                "152021466160084424618506583421805977680",
                "34643721164022478663947387302794833979",
                "246451546546790527098167636619875958657",
                "153005948252373272364364357124919980638",
                "192399374454223231874778599741943035076",
                "186483995234928552765850462249059499350",
                "197744645747907815245757657606036373085",
                "173106497055395487087554683118259889114",
                "297513151264126064209842935636602163286",
                "112869841033634189754537597021604481345",
                "238073104238237676365106396408514063281",
                "16075408604171041273128977919307310189",
                "181744508730193272121392536983854599316",
                "186873235124033986753917978374744780276",
                "144471866646909145697311756147704414709",
                "127282074925110558854862510146927076671",
                "77214179715939335192911367097181179516",
                "252166925213970512089684734691209756825",
                "300641748138050806284166922492115008357",
                "77071672296055297277158365998138573176",
                "95444065705603176859992093275768599485",
                "72422471793426120287078145084378855863",
                "28700891399439992687153566174674152390",
                "125164668656392826364588385234322395112",
                "77554669812935853121643795660748765006",
                "31028712749115809557719307562254958451",
                "232580340135651719199687433730409585581",
                "10408764907117209085087767178458358381",
                "259716232573141779332952527939384180649",
                "209400816633124363738582740072285081358",
                "44221107523764671782981865412648492565",
                "212369258830300845877846609789616680758",
                "175733846986123034778076093911840719710",
                "197642058156793019588148134363177032139",
                "173560741547500322388796406991478567881",
                "133525111260369627163463500818039037360",
                "172311757667489920064566070012179812401",
                "323882977507427924452145389359427167437",
                "18050280028032371254226445199878846453",
                "334388461697793214565379149302002403507",
                "177281509660128649995384634410803478200",
                "228478420165765543401087370805269098955",
                "311576159058246327000171676968793408868",
                "321317613942050712070095367499000195825",
                "265501670961762135429803301923088381899",
                "72504433367798318632139237789977638331",
                "230050657871769895848727521622609430825",
                "33244018802564764538729589569168591804",
                "248147544964130234234154183928550467588",
                "159181663131026181557986262577080264667",
                "337903423579392348526082317063339311838",
                "267097173613786320915481064387587708172",
                "120026731299513449000188875124102068966",
                "162075240774863977973850680044075765393",
                "57749293808316700545375441114771630925",
                "279269630231358048579174703431559291791",
                "164339276578201305641057795226766229801",
                "277394597999858137094367297127967662568",
                "226254888921583060367816604449750198090",
                "318181183426743686301030625653279514197",
                "313727045358576621792772905519820365204",
                "281279385092646235816053958638678090813",
                "248352021633489220061906748742381181620",
                "62288789715340850189539093573348983913",
                "184702205685491904737602028736097895293",
                "252284343644278183189634250724112985290",
                "284279669528040626326727345168136573332",
                "97721632590368555158210801217646171299",
                "275611285773708544030420461612475246124",
                "300501682475294092076384458119390238533",
                "24439293286033872901873987758401035607",
                "99174834655237577148677587602699840237",
                "213406300444512305454889089149457865973",
                "27040137260337080380955170752945663233",
                "263216600132081467414489031629673884669",
                "65275073205976782760015156699538978376",
                "304851098863413491795419214400849387003",
                "291820833403470522232885117634783531394",
                "282727762648633531690498154356893185923",
                "333193878158471005726296818067093388516",
                "106845352970682313757511276974496171002",
                "295306601355610252674568834880268008663",
                "45000341100216150751793201080964835934",
                "199894311501346911513379622444758463808",
                "289590668402624408314136874580341370838",
                "107692255710381879484353189255830847323",
                "42325170365451778974401580945657385934"
            ]
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@bf0543b93740916ee91956f9a63da6fc0d79daaa",
        "signature_type": "Line",
        "id": "CVE-2022-50341-65ac815a",
        "target": {
            "file": "fs/cifs/smb2ops.c"
        }
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "55892175940700586814367479712543176717",
                "152021466160084424618506583421805977680",
                "34643721164022478663947387302794833979",
                "246451546546790527098167636619875958657",
                "153005948252373272364364357124919980638",
                "192399374454223231874778599741943035076",
                "186483995234928552765850462249059499350",
                "197744645747907815245757657606036373085",
                "173106497055395487087554683118259889114",
                "297513151264126064209842935636602163286",
                "112869841033634189754537597021604481345",
                "238073104238237676365106396408514063281",
                "16075408604171041273128977919307310189",
                "181744508730193272121392536983854599316",
                "186873235124033986753917978374744780276",
                "144471866646909145697311756147704414709",
                "127282074925110558854862510146927076671",
                "77214179715939335192911367097181179516",
                "252166925213970512089684734691209756825",
                "300641748138050806284166922492115008357",
                "77071672296055297277158365998138573176",
                "95444065705603176859992093275768599485",
                "72422471793426120287078145084378855863",
                "28700891399439992687153566174674152390",
                "125164668656392826364588385234322395112",
                "77554669812935853121643795660748765006",
                "31028712749115809557719307562254958451",
                "232580340135651719199687433730409585581",
                "10408764907117209085087767178458358381",
                "259716232573141779332952527939384180649",
                "209400816633124363738582740072285081358",
                "44221107523764671782981865412648492565",
                "212369258830300845877846609789616680758",
                "175733846986123034778076093911840719710",
                "197642058156793019588148134363177032139",
                "173560741547500322388796406991478567881",
                "133525111260369627163463500818039037360",
                "172311757667489920064566070012179812401",
                "323882977507427924452145389359427167437",
                "18050280028032371254226445199878846453",
                "334388461697793214565379149302002403507",
                "177281509660128649995384634410803478200",
                "228478420165765543401087370805269098955",
                "311576159058246327000171676968793408868",
                "321317613942050712070095367499000195825",
                "265501670961762135429803301923088381899",
                "72504433367798318632139237789977638331",
                "230050657871769895848727521622609430825",
                "33244018802564764538729589569168591804",
                "185212027954868973924482401376277734483",
                "16481935275248835572809143535413524290",
                "94825820447474095871841740811288697276",
                "267097173613786320915481064387587708172",
                "120026731299513449000188875124102068966",
                "162075240774863977973850680044075765393",
                "57749293808316700545375441114771630925",
                "279269630231358048579174703431559291791",
                "164339276578201305641057795226766229801",
                "277394597999858137094367297127967662568",
                "226254888921583060367816604449750198090",
                "318181183426743686301030625653279514197",
                "313727045358576621792772905519820365204",
                "281279385092646235816053958638678090813",
                "248352021633489220061906748742381181620",
                "62288789715340850189539093573348983913",
                "184702205685491904737602028736097895293",
                "252284343644278183189634250724112985290",
                "284279669528040626326727345168136573332",
                "97721632590368555158210801217646171299",
                "275611285773708544030420461612475246124",
                "300501682475294092076384458119390238533",
                "24439293286033872901873987758401035607",
                "99174834655237577148677587602699840237",
                "213406300444512305454889089149457865973",
                "27040137260337080380955170752945663233",
                "263216600132081467414489031629673884669",
                "65275073205976782760015156699538978376",
                "304851098863413491795419214400849387003",
                "291820833403470522232885117634783531394",
                "282727762648633531690498154356893185923",
                "255565683889744522026708941919948242496",
                "52413049004829772775375024039184244397",
                "330770402003755957901169330171106631210",
                "118391800071263843723568576650640102048",
                "14331080602266711980218911131775488416",
                "319963637199373425483589444851453330694",
                "290748440691492633321213539179252598925",
                "328598989919771526061804643538128585050"
            ]
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a13e51760703f71c25d5fc1f4a62dfa4b0cc80e9",
        "signature_type": "Line",
        "id": "CVE-2022-50341-69b550b4",
        "target": {
            "file": "fs/cifs/smb2ops.c"
        }
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "264067332952581511457594165377024616129",
            "length": 364.0
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e8e2861cc3258dbe407d01ea8c59bb5a53132301",
        "signature_type": "Function",
        "id": "CVE-2022-50341-6f152982",
        "target": {
            "file": "fs/cifs/misc.c",
            "function": "rqst_page_get_length"
        }
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "222514774693100410955519016584954197834",
            "length": 983.0
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e8e2861cc3258dbe407d01ea8c59bb5a53132301",
        "signature_type": "Function",
        "id": "CVE-2022-50341-73d83b23",
        "target": {
            "file": "fs/cifs/smb2ops.c",
            "function": "init_sg"
        }
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "104004037086602209665411687691250794464",
                "234930102324728331882093139270331860776",
                "57848761340718776858265917436867001081",
                "269797544477169757966683135178040048668",
                "80996723371301568400996235278216845042"
            ]
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e8d16a54842d609fd4a3ed2d81d4333d6329aa94",
        "signature_type": "Line",
        "id": "CVE-2022-50341-7e4a66e5",
        "target": {
            "file": "fs/cifs/misc.c"
        }
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "255316119980613624418908174539742096382",
                "120146523477579257581021915067458705337",
                "57848761340718776858265917436867001081",
                "269797544477169757966683135178040048668",
                "80996723371301568400996235278216845042"
            ]
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e8e2861cc3258dbe407d01ea8c59bb5a53132301",
        "signature_type": "Line",
        "id": "CVE-2022-50341-7e8ec054",
        "target": {
            "file": "fs/cifs/misc.c"
        }
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "222514774693100410955519016584954197834",
            "length": 983.0
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@f7f291e14dde32a07b1f0aa06921d28f875a7b54",
        "signature_type": "Function",
        "id": "CVE-2022-50341-7fec4658",
        "target": {
            "file": "fs/cifs/smb2ops.c",
            "function": "init_sg"
        }
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "308846001514409951285194767353028280719",
            "length": 250.0
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@f7f291e14dde32a07b1f0aa06921d28f875a7b54",
        "signature_type": "Function",
        "id": "CVE-2022-50341-82cf3b58",
        "target": {
            "file": "fs/cifs/smb2ops.c",
            "function": "smb2_sg_set_buf"
        }
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "25366584198866677417063865722338116981",
                "96094568990717677033247639622631491160",
                "251952794754870590278522145947840684004",
                "305315437782275570257491404764261865539",
                "265982087088584542413585905243224349447"
            ]
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e8e2861cc3258dbe407d01ea8c59bb5a53132301",
        "signature_type": "Line",
        "id": "CVE-2022-50341-83d7765d",
        "target": {
            "file": "fs/cifs/cifsproto.h"
        }
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "286062498537197700365249191986753870427",
            "length": 2568.0
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e8d16a54842d609fd4a3ed2d81d4333d6329aa94",
        "signature_type": "Function",
        "id": "CVE-2022-50341-890a45ad",
        "target": {
            "file": "fs/cifs/smb2ops.c",
            "function": "crypt_message"
        }
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "308846001514409951285194767353028280719",
            "length": 250.0
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@bf0543b93740916ee91956f9a63da6fc0d79daaa",
        "signature_type": "Function",
        "id": "CVE-2022-50341-8d6467fd",
        "target": {
            "file": "fs/cifs/smb2ops.c",
            "function": "smb2_sg_set_buf"
        }
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "308846001514409951285194767353028280719",
            "length": 250.0
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e8e2861cc3258dbe407d01ea8c59bb5a53132301",
        "signature_type": "Function",
        "id": "CVE-2022-50341-93d095b8",
        "target": {
            "file": "fs/cifs/smb2ops.c",
            "function": "smb2_sg_set_buf"
        }
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "255316119980613624418908174539742096382",
                "120146523477579257581021915067458705337",
                "57848761340718776858265917436867001081",
                "269797544477169757966683135178040048668",
                "80996723371301568400996235278216845042"
            ]
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a13e51760703f71c25d5fc1f4a62dfa4b0cc80e9",
        "signature_type": "Line",
        "id": "CVE-2022-50341-95366e3a",
        "target": {
            "file": "fs/cifs/misc.c"
        }
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "255316119980613624418908174539742096382",
                "120146523477579257581021915067458705337",
                "57848761340718776858265917436867001081",
                "269797544477169757966683135178040048668",
                "80996723371301568400996235278216845042"
            ]
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@fe6ea044c4f05706cb71040055b1c70c6c8275e0",
        "signature_type": "Line",
        "id": "CVE-2022-50341-a134828a",
        "target": {
            "file": "fs/cifs/misc.c"
        }
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "286062498537197700365249191986753870427",
            "length": 2568.0
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@f7f291e14dde32a07b1f0aa06921d28f875a7b54",
        "signature_type": "Function",
        "id": "CVE-2022-50341-a3a3e1f8",
        "target": {
            "file": "fs/cifs/smb2ops.c",
            "function": "crypt_message"
        }
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "55892175940700586814367479712543176717",
                "152021466160084424618506583421805977680",
                "34643721164022478663947387302794833979",
                "246451546546790527098167636619875958657",
                "153005948252373272364364357124919980638",
                "192399374454223231874778599741943035076",
                "186483995234928552765850462249059499350",
                "197744645747907815245757657606036373085",
                "173106497055395487087554683118259889114",
                "297513151264126064209842935636602163286",
                "112869841033634189754537597021604481345",
                "238073104238237676365106396408514063281",
                "16075408604171041273128977919307310189",
                "181744508730193272121392536983854599316",
                "186873235124033986753917978374744780276",
                "144471866646909145697311756147704414709",
                "127282074925110558854862510146927076671",
                "77214179715939335192911367097181179516",
                "252166925213970512089684734691209756825",
                "300641748138050806284166922492115008357",
                "77071672296055297277158365998138573176",
                "95444065705603176859992093275768599485",
                "72422471793426120287078145084378855863",
                "28700891399439992687153566174674152390",
                "125164668656392826364588385234322395112",
                "77554669812935853121643795660748765006",
                "31028712749115809557719307562254958451",
                "232580340135651719199687433730409585581",
                "10408764907117209085087767178458358381",
                "259716232573141779332952527939384180649",
                "209400816633124363738582740072285081358",
                "44221107523764671782981865412648492565",
                "212369258830300845877846609789616680758",
                "175733846986123034778076093911840719710",
                "197642058156793019588148134363177032139",
                "173560741547500322388796406991478567881",
                "133525111260369627163463500818039037360",
                "172311757667489920064566070012179812401",
                "323882977507427924452145389359427167437",
                "18050280028032371254226445199878846453",
                "334388461697793214565379149302002403507",
                "177281509660128649995384634410803478200",
                "228478420165765543401087370805269098955",
                "311576159058246327000171676968793408868",
                "321317613942050712070095367499000195825",
                "265501670961762135429803301923088381899",
                "72504433367798318632139237789977638331",
                "230050657871769895848727521622609430825",
                "33244018802564764538729589569168591804",
                "185212027954868973924482401376277734483",
                "16481935275248835572809143535413524290",
                "94825820447474095871841740811288697276",
                "267097173613786320915481064387587708172",
                "120026731299513449000188875124102068966",
                "162075240774863977973850680044075765393",
                "57749293808316700545375441114771630925",
                "279269630231358048579174703431559291791",
                "164339276578201305641057795226766229801",
                "277394597999858137094367297127967662568",
                "226254888921583060367816604449750198090",
                "318181183426743686301030625653279514197",
                "313727045358576621792772905519820365204",
                "281279385092646235816053958638678090813",
                "248352021633489220061906748742381181620",
                "62288789715340850189539093573348983913",
                "184702205685491904737602028736097895293",
                "252284343644278183189634250724112985290",
                "284279669528040626326727345168136573332",
                "97721632590368555158210801217646171299",
                "275611285773708544030420461612475246124",
                "300501682475294092076384458119390238533",
                "24439293286033872901873987758401035607",
                "99174834655237577148677587602699840237",
                "213406300444512305454889089149457865973",
                "27040137260337080380955170752945663233",
                "263216600132081467414489031629673884669",
                "65275073205976782760015156699538978376",
                "304851098863413491795419214400849387003",
                "291820833403470522232885117634783531394",
                "282727762648633531690498154356893185923",
                "255565683889744522026708941919948242496",
                "52413049004829772775375024039184244397",
                "330770402003755957901169330171106631210",
                "118391800071263843723568576650640102048",
                "14331080602266711980218911131775488416",
                "319963637199373425483589444851453330694",
                "290748440691492633321213539179252598925",
                "328598989919771526061804643538128585050"
            ]
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e8d16a54842d609fd4a3ed2d81d4333d6329aa94",
        "signature_type": "Line",
        "id": "CVE-2022-50341-a5da6ea2",
        "target": {
            "file": "fs/cifs/smb2ops.c"
        }
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "222514774693100410955519016584954197834",
            "length": 983.0
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@fe6ea044c4f05706cb71040055b1c70c6c8275e0",
        "signature_type": "Function",
        "id": "CVE-2022-50341-a6652050",
        "target": {
            "file": "fs/cifs/smb2ops.c",
            "function": "init_sg"
        }
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "308846001514409951285194767353028280719",
            "length": 250.0
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@fe6ea044c4f05706cb71040055b1c70c6c8275e0",
        "signature_type": "Function",
        "id": "CVE-2022-50341-b64fa2c6",
        "target": {
            "file": "fs/cifs/smb2ops.c",
            "function": "smb2_sg_set_buf"
        }
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "25366584198866677417063865722338116981",
                "96094568990717677033247639622631491160",
                "295242268941184952576553124225354195284",
                "310802523868897321754183668500485163944",
                "173087212519357588964778744836374595461"
            ]
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@bf0543b93740916ee91956f9a63da6fc0d79daaa",
        "signature_type": "Line",
        "id": "CVE-2022-50341-beaf78fc",
        "target": {
            "file": "fs/cifs/cifsproto.h"
        }
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "264067332952581511457594165377024616129",
            "length": 364.0
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@fe6ea044c4f05706cb71040055b1c70c6c8275e0",
        "signature_type": "Function",
        "id": "CVE-2022-50341-c1bb6f32",
        "target": {
            "file": "fs/cifs/misc.c",
            "function": "rqst_page_get_length"
        }
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "264067332952581511457594165377024616129",
            "length": 364.0
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@f7f291e14dde32a07b1f0aa06921d28f875a7b54",
        "signature_type": "Function",
        "id": "CVE-2022-50341-c32e9e2c",
        "target": {
            "file": "fs/cifs/misc.c",
            "function": "rqst_page_get_length"
        }
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "132442978027791971423083399287872115290",
            "length": 2321.0
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e8e2861cc3258dbe407d01ea8c59bb5a53132301",
        "signature_type": "Function",
        "id": "CVE-2022-50341-c361af30",
        "target": {
            "file": "fs/cifs/smb2ops.c",
            "function": "crypt_message"
        }
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "313983755030354029692108901502721349593",
            "length": 2573.0
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@fe6ea044c4f05706cb71040055b1c70c6c8275e0",
        "signature_type": "Function",
        "id": "CVE-2022-50341-c4f323c5",
        "target": {
            "file": "fs/cifs/smb2ops.c",
            "function": "crypt_message"
        }
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "25366584198866677417063865722338116981",
                "96094568990717677033247639622631491160",
                "295242268941184952576553124225354195284",
                "310802523868897321754183668500485163944",
                "173087212519357588964778744836374595461"
            ]
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a13e51760703f71c25d5fc1f4a62dfa4b0cc80e9",
        "signature_type": "Line",
        "id": "CVE-2022-50341-cc7d0836",
        "target": {
            "file": "fs/cifs/cifsproto.h"
        }
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "104004037086602209665411687691250794464",
                "234930102324728331882093139270331860776",
                "57848761340718776858265917436867001081",
                "269797544477169757966683135178040048668",
                "80996723371301568400996235278216845042"
            ]
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@f7f291e14dde32a07b1f0aa06921d28f875a7b54",
        "signature_type": "Line",
        "id": "CVE-2022-50341-ce44a16f",
        "target": {
            "file": "fs/cifs/misc.c"
        }
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "222514774693100410955519016584954197834",
            "length": 983.0
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@bf0543b93740916ee91956f9a63da6fc0d79daaa",
        "signature_type": "Function",
        "id": "CVE-2022-50341-ce97f29a",
        "target": {
            "file": "fs/cifs/smb2ops.c",
            "function": "init_sg"
        }
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "264067332952581511457594165377024616129",
            "length": 364.0
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a13e51760703f71c25d5fc1f4a62dfa4b0cc80e9",
        "signature_type": "Function",
        "id": "CVE-2022-50341-e04adb93",
        "target": {
            "file": "fs/cifs/misc.c",
            "function": "rqst_page_get_length"
        }
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "192999808686735689477445269187492433221",
                "321331380600438594020104839596430025385",
                "124087494940463489325964709725967459154",
                "3512668204963814158131954553263381361",
                "55777304005209043561689726313295564966"
            ]
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e8d16a54842d609fd4a3ed2d81d4333d6329aa94",
        "signature_type": "Line",
        "id": "CVE-2022-50341-e2fe38ed",
        "target": {
            "file": "fs/cifs/cifsglob.h"
        }
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "264067332952581511457594165377024616129",
            "length": 364.0
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e8d16a54842d609fd4a3ed2d81d4333d6329aa94",
        "signature_type": "Function",
        "id": "CVE-2022-50341-e8ce5a3a",
        "target": {
            "file": "fs/cifs/misc.c",
            "function": "rqst_page_get_length"
        }
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "192999808686735689477445269187492433221",
                "321331380600438594020104839596430025385",
                "124087494940463489325964709725967459154",
                "267781413262486451546540639302811796752",
                "198935528091764952560548711825656056606",
                "147286064205543689041928853805353116091",
                "334274325304969697420172194629377859837",
                "58045335516276248354273549828371157279",
                "168708889635283349114415758866160400822"
            ]
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@bf0543b93740916ee91956f9a63da6fc0d79daaa",
        "signature_type": "Line",
        "id": "CVE-2022-50341-ee2574e0",
        "target": {
            "file": "fs/cifs/cifsglob.h"
        }
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "104678902903056282872891961153936316844",
                "291823808993689686627112578013715269605",
                "281484480367983483755040520087187378555",
                "310802523868897321754183668500485163944",
                "173087212519357588964778744836374595461"
            ]
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@f7f291e14dde32a07b1f0aa06921d28f875a7b54",
        "signature_type": "Line",
        "id": "CVE-2022-50341-f0fe05d0",
        "target": {
            "file": "fs/cifs/cifsproto.h"
        }
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "255316119980613624418908174539742096382",
                "120146523477579257581021915067458705337",
                "57848761340718776858265917436867001081",
                "269797544477169757966683135178040048668",
                "80996723371301568400996235278216845042"
            ]
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@bf0543b93740916ee91956f9a63da6fc0d79daaa",
        "signature_type": "Line",
        "id": "CVE-2022-50341-f463f30a",
        "target": {
            "file": "fs/cifs/misc.c"
        }
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "609415152474265858614488142955499855",
            "length": 2586.0
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a13e51760703f71c25d5fc1f4a62dfa4b0cc80e9",
        "signature_type": "Function",
        "id": "CVE-2022-50341-f994d5cb",
        "target": {
            "file": "fs/cifs/smb2ops.c",
            "function": "crypt_message"
        }
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "222514774693100410955519016584954197834",
            "length": 983.0
        },
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@e8d16a54842d609fd4a3ed2d81d4333d6329aa94",
        "signature_type": "Function",
        "id": "CVE-2022-50341-ffd0167f",
        "target": {
            "file": "fs/cifs/smb2ops.c",
            "function": "init_sg"
        }
    }
]