CVE-2022-49085

Source
https://nvd.nist.gov/vuln/detail/CVE-2022-49085
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2022-49085.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2022-49085
Downstream
Related
Published
2025-02-26T01:54:43Z
Modified
2025-10-21T10:11:24.944666Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
drbd: Fix five use after free bugs in get_initial_state
Details

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

drbd: Fix five use after free bugs in getinitialstate

In getinitialstate, it calls notifyinitialstatedone(skb,..) if cb->args[5]==1. If genlmsgput() failed in notifyinitialstatedone(), the skb will be freed by nlmsgfree(skb). Then getinitialstate will goto out and the freed skb will be used by return value skb->len, which is a uaf bug.

What's worse, the same problem goes even further: skb can also be freed in the notify*statechange -> notify*_state calls below. Thus 4 additional uaf bugs happened.

My patch lets the problem callee functions: notifyinitialstatedone and notify*statechange return an error code if errors happen. So that the error codes could be propagated and the uaf bugs can be avoid.

v2 reports a compilation warning. This v3 fixed this warning and built successfully in my local environment with no additional warnings. v2: https://lore.kernel.org/patchwork/patch/1435218/

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
a29728463b254ce81ecefdf20c1a02e01d9361da
Fixed
0489700bfeb1e53eb2039c2291c67e71b0b40103
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
a29728463b254ce81ecefdf20c1a02e01d9361da
Fixed
dcf6be17b5c53b741898d2223b23e66d682de300
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
a29728463b254ce81ecefdf20c1a02e01d9361da
Fixed
188fe6b26765edbad4055611c0f788b6870f4024
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
a29728463b254ce81ecefdf20c1a02e01d9361da
Fixed
b6a4055036eed1f5e239ce3d8b0db1ce38bba447
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
a29728463b254ce81ecefdf20c1a02e01d9361da
Fixed
594205b4936771a250f9d141e7e0fff21c3dd2d9
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
a29728463b254ce81ecefdf20c1a02e01d9361da
Fixed
a972c768723359ec995579902473028fe3cd64b1
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
a29728463b254ce81ecefdf20c1a02e01d9361da
Fixed
de63e74da2333b4068bb79983e632db730fea97e
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
a29728463b254ce81ecefdf20c1a02e01d9361da
Fixed
226e993c39405292781bfcf4b039a8db56aab362
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
a29728463b254ce81ecefdf20c1a02e01d9361da
Fixed
aadb22ba2f656581b2f733deb3a467c48cc618f6

Affected versions

v4.*

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.14.1
v4.14.10
v4.14.100
v4.14.101
v4.14.102
v4.14.103
v4.14.104
v4.14.105
v4.14.106
v4.14.107
v4.14.108
v4.14.109
v4.14.11
v4.14.110
v4.14.111
v4.14.112
v4.14.113
v4.14.114
v4.14.115
v4.14.116
v4.14.117
v4.14.118
v4.14.119
v4.14.12
v4.14.120
v4.14.121
v4.14.122
v4.14.123
v4.14.124
v4.14.125
v4.14.126
v4.14.127
v4.14.128
v4.14.129
v4.14.13
v4.14.130
v4.14.131
v4.14.132
v4.14.133
v4.14.134
v4.14.135
v4.14.136
v4.14.137
v4.14.138
v4.14.139
v4.14.14
v4.14.140
v4.14.141
v4.14.142
v4.14.143
v4.14.144
v4.14.145
v4.14.146
v4.14.147
v4.14.148
v4.14.149
v4.14.15
v4.14.150
v4.14.151
v4.14.152
v4.14.153
v4.14.154
v4.14.155
v4.14.156
v4.14.157
v4.14.158
v4.14.159
v4.14.16
v4.14.160
v4.14.161
v4.14.162
v4.14.163
v4.14.164
v4.14.165
v4.14.166
v4.14.167
v4.14.168
v4.14.169
v4.14.17
v4.14.170
v4.14.171
v4.14.172
v4.14.173
v4.14.174
v4.14.175
v4.14.176
v4.14.177
v4.14.178
v4.14.179
v4.14.18
v4.14.180
v4.14.181
v4.14.182
v4.14.183
v4.14.184
v4.14.185
v4.14.186
v4.14.187
v4.14.188
v4.14.189
v4.14.19
v4.14.190
v4.14.191
v4.14.192
v4.14.193
v4.14.194
v4.14.195
v4.14.196
v4.14.197
v4.14.198
v4.14.199
v4.14.2
v4.14.20
v4.14.200
v4.14.201
v4.14.202
v4.14.203
v4.14.204
v4.14.205
v4.14.206
v4.14.207
v4.14.208
v4.14.209
v4.14.21
v4.14.210
v4.14.211
v4.14.212
v4.14.213
v4.14.214
v4.14.215
v4.14.216
v4.14.217
v4.14.218
v4.14.219
v4.14.22
v4.14.220
v4.14.221
v4.14.222
v4.14.223
v4.14.224
v4.14.225
v4.14.226
v4.14.227
v4.14.228
v4.14.229
v4.14.23
v4.14.230
v4.14.231
v4.14.232
v4.14.233
v4.14.234
v4.14.235
v4.14.236
v4.14.237
v4.14.238
v4.14.239
v4.14.24
v4.14.240
v4.14.241
v4.14.242
v4.14.243
v4.14.244
v4.14.245
v4.14.246
v4.14.247
v4.14.248
v4.14.249
v4.14.25
v4.14.250
v4.14.251
v4.14.252
v4.14.253
v4.14.254
v4.14.255
v4.14.256
v4.14.257
v4.14.258
v4.14.259
v4.14.26
v4.14.260
v4.14.261
v4.14.262
v4.14.263
v4.14.264
v4.14.265
v4.14.266
v4.14.267
v4.14.268
v4.14.269
v4.14.27
v4.14.270
v4.14.271
v4.14.272
v4.14.273
v4.14.274
v4.14.275
v4.14.28
v4.14.29
v4.14.3
v4.14.30
v4.14.31
v4.14.32
v4.14.33
v4.14.34
v4.14.35
v4.14.36
v4.14.37
v4.14.38
v4.14.39
v4.14.4
v4.14.40
v4.14.41
v4.14.42
v4.14.43
v4.14.44
v4.14.45
v4.14.46
v4.14.47
v4.14.48
v4.14.49
v4.14.5
v4.14.50
v4.14.51
v4.14.52
v4.14.53
v4.14.54
v4.14.55
v4.14.56
v4.14.57
v4.14.58
v4.14.59
v4.14.6
v4.14.60
v4.14.61
v4.14.62
v4.14.63
v4.14.64
v4.14.65
v4.14.66
v4.14.67
v4.14.68
v4.14.69
v4.14.7
v4.14.70
v4.14.71
v4.14.72
v4.14.73
v4.14.74
v4.14.75
v4.14.76
v4.14.77
v4.14.78
v4.14.79
v4.14.8
v4.14.80
v4.14.81
v4.14.82
v4.14.83
v4.14.84
v4.14.85
v4.14.86
v4.14.87
v4.14.88
v4.14.89
v4.14.9
v4.14.90
v4.14.91
v4.14.92
v4.14.93
v4.14.94
v4.14.95
v4.14.96
v4.14.97
v4.14.98
v4.14.99
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.19.1
v4.19.10
v4.19.100
v4.19.101
v4.19.102
v4.19.103
v4.19.104
v4.19.105
v4.19.106
v4.19.107
v4.19.108
v4.19.109
v4.19.11
v4.19.110
v4.19.111
v4.19.112
v4.19.113
v4.19.114
v4.19.115
v4.19.116
v4.19.117
v4.19.118
v4.19.119
v4.19.12
v4.19.120
v4.19.121
v4.19.122
v4.19.123
v4.19.124
v4.19.125
v4.19.126
v4.19.127
v4.19.128
v4.19.129
v4.19.13
v4.19.130
v4.19.131
v4.19.132
v4.19.133
v4.19.134
v4.19.135
v4.19.136
v4.19.137
v4.19.138
v4.19.139
v4.19.14
v4.19.140
v4.19.141
v4.19.142
v4.19.143
v4.19.144
v4.19.145
v4.19.146
v4.19.147
v4.19.148
v4.19.149
v4.19.15
v4.19.150
v4.19.151
v4.19.152
v4.19.153
v4.19.154
v4.19.155
v4.19.156
v4.19.157
v4.19.158
v4.19.159
v4.19.16
v4.19.160
v4.19.161
v4.19.162
v4.19.163
v4.19.164
v4.19.165
v4.19.166
v4.19.167
v4.19.168
v4.19.169
v4.19.17
v4.19.170
v4.19.171
v4.19.172
v4.19.173
v4.19.174
v4.19.175
v4.19.176
v4.19.177
v4.19.178
v4.19.179
v4.19.18
v4.19.180
v4.19.181
v4.19.182
v4.19.183
v4.19.184
v4.19.185
v4.19.186
v4.19.187
v4.19.188
v4.19.189
v4.19.19
v4.19.190
v4.19.191
v4.19.192
v4.19.193
v4.19.194
v4.19.195
v4.19.196
v4.19.197
v4.19.198
v4.19.199
v4.19.2
v4.19.20
v4.19.200
v4.19.201
v4.19.202
v4.19.203
v4.19.204
v4.19.205
v4.19.206
v4.19.207
v4.19.208
v4.19.209
v4.19.21
v4.19.210
v4.19.211
v4.19.212
v4.19.213
v4.19.214
v4.19.215
v4.19.216
v4.19.217
v4.19.218
v4.19.219
v4.19.22
v4.19.220
v4.19.221
v4.19.222
v4.19.223
v4.19.224
v4.19.225
v4.19.226
v4.19.227
v4.19.228
v4.19.229
v4.19.23
v4.19.230
v4.19.231
v4.19.232
v4.19.233
v4.19.234
v4.19.235
v4.19.236
v4.19.237
v4.19.24
v4.19.25
v4.19.26
v4.19.27
v4.19.28
v4.19.29
v4.19.3
v4.19.30
v4.19.31
v4.19.32
v4.19.33
v4.19.34
v4.19.35
v4.19.36
v4.19.37
v4.19.38
v4.19.39
v4.19.4
v4.19.40
v4.19.41
v4.19.42
v4.19.43
v4.19.44
v4.19.45
v4.19.46
v4.19.47
v4.19.48
v4.19.49
v4.19.5
v4.19.50
v4.19.51
v4.19.52
v4.19.53
v4.19.54
v4.19.55
v4.19.56
v4.19.57
v4.19.58
v4.19.59
v4.19.6
v4.19.60
v4.19.61
v4.19.62
v4.19.63
v4.19.64
v4.19.65
v4.19.66
v4.19.67
v4.19.68
v4.19.69
v4.19.7
v4.19.70
v4.19.71
v4.19.72
v4.19.73
v4.19.74
v4.19.75
v4.19.76
v4.19.77
v4.19.78
v4.19.79
v4.19.8
v4.19.80
v4.19.81
v4.19.82
v4.19.83
v4.19.84
v4.19.85
v4.19.86
v4.19.87
v4.19.88
v4.19.89
v4.19.9
v4.19.90
v4.19.91
v4.19.92
v4.19.93
v4.19.94
v4.19.95
v4.19.96
v4.19.97
v4.19.98
v4.19.99
v4.20
v4.20-rc1
v4.20-rc2
v4.20-rc3
v4.20-rc4
v4.20-rc5
v4.20-rc6
v4.20-rc7
v4.4
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
v4.9.1
v4.9.10
v4.9.100
v4.9.101
v4.9.102
v4.9.103
v4.9.104
v4.9.105
v4.9.106
v4.9.107
v4.9.108
v4.9.109
v4.9.11
v4.9.110
v4.9.111
v4.9.112
v4.9.113
v4.9.114
v4.9.115
v4.9.116
v4.9.117
v4.9.118
v4.9.119
v4.9.12
v4.9.120
v4.9.121
v4.9.122
v4.9.123
v4.9.124
v4.9.125
v4.9.126
v4.9.127
v4.9.128
v4.9.129
v4.9.13
v4.9.130
v4.9.131
v4.9.132
v4.9.133
v4.9.134
v4.9.135
v4.9.136
v4.9.137
v4.9.138
v4.9.139
v4.9.14
v4.9.140
v4.9.141
v4.9.142
v4.9.143
v4.9.144
v4.9.145
v4.9.146
v4.9.147
v4.9.148
v4.9.149
v4.9.15
v4.9.150
v4.9.151
v4.9.152
v4.9.153
v4.9.154
v4.9.155
v4.9.156
v4.9.157
v4.9.158
v4.9.159
v4.9.16
v4.9.160
v4.9.161
v4.9.162
v4.9.163
v4.9.164
v4.9.165
v4.9.166
v4.9.167
v4.9.168
v4.9.169
v4.9.17
v4.9.170
v4.9.171
v4.9.172
v4.9.173
v4.9.174
v4.9.175
v4.9.176
v4.9.177
v4.9.178
v4.9.179
v4.9.18
v4.9.180
v4.9.181
v4.9.182
v4.9.183
v4.9.184
v4.9.185
v4.9.186
v4.9.187
v4.9.188
v4.9.189
v4.9.19
v4.9.190
v4.9.191
v4.9.192
v4.9.193
v4.9.194
v4.9.195
v4.9.196
v4.9.197
v4.9.198
v4.9.199
v4.9.2
v4.9.20
v4.9.200
v4.9.201
v4.9.202
v4.9.203
v4.9.204
v4.9.205
v4.9.206
v4.9.207
v4.9.208
v4.9.209
v4.9.21
v4.9.210
v4.9.211
v4.9.212
v4.9.213
v4.9.214
v4.9.215
v4.9.216
v4.9.217
v4.9.218
v4.9.219
v4.9.22
v4.9.220
v4.9.221
v4.9.222
v4.9.223
v4.9.224
v4.9.225
v4.9.226
v4.9.227
v4.9.228
v4.9.229
v4.9.23
v4.9.230
v4.9.231
v4.9.232
v4.9.233
v4.9.234
v4.9.235
v4.9.236
v4.9.237
v4.9.238
v4.9.239
v4.9.24
v4.9.240
v4.9.241
v4.9.242
v4.9.243
v4.9.244
v4.9.245
v4.9.246
v4.9.247
v4.9.248
v4.9.249
v4.9.25
v4.9.250
v4.9.251
v4.9.252
v4.9.253
v4.9.254
v4.9.255
v4.9.256
v4.9.257
v4.9.258
v4.9.259
v4.9.26
v4.9.260
v4.9.261
v4.9.262
v4.9.263
v4.9.264
v4.9.265
v4.9.266
v4.9.267
v4.9.268
v4.9.269
v4.9.27
v4.9.270
v4.9.271
v4.9.272
v4.9.273
v4.9.274
v4.9.275
v4.9.276
v4.9.277
v4.9.278
v4.9.279
v4.9.28
v4.9.280
v4.9.281
v4.9.282
v4.9.283
v4.9.284
v4.9.285
v4.9.286
v4.9.287
v4.9.288
v4.9.289
v4.9.29
v4.9.290
v4.9.291
v4.9.292
v4.9.293
v4.9.294
v4.9.295
v4.9.296
v4.9.297
v4.9.298
v4.9.299
v4.9.3
v4.9.30
v4.9.300
v4.9.301
v4.9.302
v4.9.303
v4.9.304
v4.9.305
v4.9.306
v4.9.307
v4.9.308
v4.9.309
v4.9.31
v4.9.310
v4.9.32
v4.9.33
v4.9.34
v4.9.35
v4.9.36
v4.9.37
v4.9.38
v4.9.39
v4.9.4
v4.9.40
v4.9.41
v4.9.42
v4.9.43
v4.9.44
v4.9.45
v4.9.46
v4.9.47
v4.9.48
v4.9.49
v4.9.5
v4.9.50
v4.9.51
v4.9.52
v4.9.53
v4.9.54
v4.9.55
v4.9.56
v4.9.57
v4.9.58
v4.9.59
v4.9.6
v4.9.60
v4.9.61
v4.9.62
v4.9.63
v4.9.64
v4.9.65
v4.9.66
v4.9.67
v4.9.68
v4.9.69
v4.9.7
v4.9.70
v4.9.71
v4.9.72
v4.9.73
v4.9.74
v4.9.75
v4.9.76
v4.9.77
v4.9.78
v4.9.79
v4.9.8
v4.9.80
v4.9.81
v4.9.82
v4.9.83
v4.9.84
v4.9.85
v4.9.86
v4.9.87
v4.9.88
v4.9.89
v4.9.9
v4.9.90
v4.9.91
v4.9.92
v4.9.93
v4.9.94
v4.9.95
v4.9.96
v4.9.97
v4.9.98
v4.9.99

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.12
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.4
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.16.1
v5.16.10
v5.16.11
v5.16.12
v5.16.13
v5.16.14
v5.16.15
v5.16.16
v5.16.17
v5.16.18
v5.16.19
v5.16.2
v5.16.3
v5.16.4
v5.16.5
v5.16.6
v5.16.7
v5.16.8
v5.16.9
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.2
v5.18-rc1
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.19
v5.4.2
v5.4.20
v5.4.21
v5.4.22
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

Database specific

vanir_signatures

[
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "line_hashes": [
                "259155491909311222252984562383102013459",
                "267857507278247296955580193374120837805",
                "309807254716326758388782901633237444825",
                "94141870509714587243335462139995182529",
                "99809345279973744888990228763765984396",
                "97503384360777799797791575041474731567",
                "242438638030069557206465112777929240197",
                "79313102417818042033424292069290378065",
                "168403667056523820924067742974741252336",
                "120214081005737581310121160774673313879",
                "335772742876754265474676919118316288016",
                "200709389248971048539655105503222171628",
                "166052397373501695193703604333477241123",
                "157512874379965048161806219166161075114",
                "15253182977795981106067029878076899530",
                "34646382040523186198701533659006168821",
                "125530211598457247951228801938776848457",
                "114597627544851075585897658893384271733",
                "266850599918206855545780101077443918117",
                "274961118119844362463431672468590425260",
                "297583708225137282479337313105410298357",
                "185695047481497609985817184817482476815",
                "50670652423753046686932784556340060473",
                "51821129009776534771926755857590883539",
                "16466522405236845607709347329226840029",
                "108958174770608989680202166672328966294",
                "63224763493822537072749351487951416266",
                "227822759650503109882540854728286978084",
                "70942470933978044306230538751772882614",
                "292864124694823594511131653121986527023"
            ],
            "threshold": 0.9
        },
        "target": {
            "file": "drivers/block/drbd/drbd_state.c"
        },
        "id": "CVE-2022-49085-00b5c2bd",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@0489700bfeb1e53eb2039c2291c67e71b0b40103",
        "signature_type": "Line"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "259873955410194772686809198625957326923",
            "length": 1141.0
        },
        "target": {
            "function": "notify_resource_state",
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-00e6459b",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a972c768723359ec995579902473028fe3cd64b1",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "299477076862952135147267255625630045359",
            "length": 351.0
        },
        "target": {
            "function": "notify_resource_state_change",
            "file": "drivers/block/drbd/drbd_state.c"
        },
        "id": "CVE-2022-49085-01aee9fb",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@226e993c39405292781bfcf4b039a8db56aab362",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "6081774543273287103488766992465329583",
            "length": 1138.0
        },
        "target": {
            "function": "notify_peer_device_state",
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-05db21f3",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dcf6be17b5c53b741898d2223b23e66d682de300",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "138380820240452612685797508687670935203",
            "length": 1258.0
        },
        "target": {
            "function": "get_initial_state",
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-0ad6c3e9",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@aadb22ba2f656581b2f733deb3a467c48cc618f6",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "297969904041107252411511621633354477083",
            "length": 1093.0
        },
        "target": {
            "function": "notify_device_state",
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-0bf6306d",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@aadb22ba2f656581b2f733deb3a467c48cc618f6",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "6081774543273287103488766992465329583",
            "length": 1138.0
        },
        "target": {
            "function": "notify_peer_device_state",
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-0de5bd36",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@226e993c39405292781bfcf4b039a8db56aab362",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "67770499071500604957686740102085630972",
            "length": 485.0
        },
        "target": {
            "function": "notify_peer_device_state_change",
            "file": "drivers/block/drbd/drbd_state.c"
        },
        "id": "CVE-2022-49085-103f2cd9",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@594205b4936771a250f9d141e7e0fff21c3dd2d9",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "259873955410194772686809198625957326923",
            "length": 1141.0
        },
        "target": {
            "function": "notify_resource_state",
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-14bc209d",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@594205b4936771a250f9d141e7e0fff21c3dd2d9",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "line_hashes": [
                "317914520990158424637401877324145853732",
                "193696540412553813057913877018796195084",
                "130872654856190318855677619959575341916",
                "330999054777268353335659601353977929056",
                "306199714379580143349563641519495537100",
                "273803340917866725692263422611563164293",
                "60626612328857572696818038126303245437",
                "314896019317248000929158358033910219755",
                "150263006605323143337587943207349256349",
                "128783916395111323647167514261913247726",
                "180789362323206718560485258146104351503",
                "149897039003050193746955206263812311499",
                "144119408417274236760741629888704822998",
                "220718275764775908745053542093060746144",
                "91118542179017237281339164861478906426",
                "306199714379580143349563641519495537100",
                "273803340917866725692263422611563164293",
                "60626612328857572696818038126303245437",
                "314896019317248000929158358033910219755",
                "51876021619704842155729863131079080340",
                "204008163923148879869118249767126291165",
                "34244453159798568848458304537640212106",
                "289127348429633357875777098089340811461",
                "154578298019689064684199436472225329820",
                "84097957481704225094323608740162178221",
                "180919204324219072366499063892846531502",
                "306199714379580143349563641519495537100",
                "273803340917866725692263422611563164293",
                "60626612328857572696818038126303245437",
                "314896019317248000929158358033910219755",
                "44498068450733047166953275624917945354",
                "28826639235130885991611269097488717861",
                "162945413152460436884964330932243702949",
                "30993322986953206276373389523684284735",
                "325396168812724147919239945531902676386",
                "52436689782685268515670287283086372242",
                "133519166990187465629933346355747845583",
                "306199714379580143349563641519495537100",
                "273803340917866725692263422611563164293",
                "60626612328857572696818038126303245437",
                "314896019317248000929158358033910219755",
                "96443120066761483944802833362054734680",
                "48247481424047570916977139636130131061",
                "178103733919628124259006341150940088926",
                "286813678043639864636069943600128204744",
                "56696243923772401922945030358073522715",
                "149752021054021690671133136645028362488",
                "313651897852886121495458299330654636804",
                "316024768684691707706551558623570421857",
                "332763605638823044584387343839322018376",
                "308084936883194417707735406136697310837",
                "40706404266427032228424757147115774227",
                "37581023355870445159482218435166240308",
                "284556000575743334339962281590745925056",
                "151987013913520974486500982970169497365",
                "92807855765957609906001857504243309559",
                "116097350394993655012124060819302770185",
                "9351958380526619776128376864825038732",
                "185931435481992894532358158048605185679",
                "304087113620903971568493830867476704971",
                "185651035263907273056045980210159871074",
                "170148575619959742986018355181547471833",
                "34876066120791345571514177309915767786",
                "280453149487331134060773767215458770050",
                "16870167756981612551474294667070039077",
                "324802718129367310232478737865814086788",
                "172937964078938045298628351933335472944",
                "254005771887939442912482833051565172259",
                "32250609459413586807263731834295665497",
                "51685613582366079241071469031658214045",
                "227220305661726230224919784441163134908",
                "83289225360691203005781434600901195740",
                "332307441990591394989674034495454854999",
                "94665018003218582477231941766760857395",
                "299011643598522741000272583831154713327",
                "255611539396502507580384740766538345584",
                "248687586999279354334091923034436953395",
                "214622378860891107116488814767609844260",
                "316593938735546369616176530775291303648",
                "271603313814537882946860047967032486827",
                "171745237141874845203192358942691336604",
                "41441264383980337058057241069991234904",
                "331498086899787483803101097455992770507",
                "335450194304197078964740133940501001299",
                "206154751843242628203584350343999877759",
                "181741560358972290515996699514444132677",
                "244424646631126118178656993882836538455",
                "23069867148951460291144764842603514477",
                "208035365577378040342504914185295472858",
                "209246072654708111876599326829551409719",
                "156511210545869080796317200989905246662",
                "63575515791902420896168074495953104783",
                "13630985188732812551254760849592214009"
            ],
            "threshold": 0.9
        },
        "target": {
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-1b73f684",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@de63e74da2333b4068bb79983e632db730fea97e",
        "signature_type": "Line"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "138380820240452612685797508687670935203",
            "length": 1258.0
        },
        "target": {
            "function": "get_initial_state",
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-1b793960",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@594205b4936771a250f9d141e7e0fff21c3dd2d9",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "103025281555075456537046777414534633615",
            "length": 498.0
        },
        "target": {
            "function": "notify_initial_state_done",
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-1f476bcf",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@594205b4936771a250f9d141e7e0fff21c3dd2d9",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "103025281555075456537046777414534633615",
            "length": 498.0
        },
        "target": {
            "function": "notify_initial_state_done",
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-2549e951",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@aadb22ba2f656581b2f733deb3a467c48cc618f6",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "line_hashes": [
                "310763180780995383477494709881084435507",
                "310730060846936615974571299083884324241",
                "150383836427252479814234932571066038492",
                "246456545138131890184114780868817989434",
                "156387067700587604168719188107524913786",
                "31065807576899390431078419345028583423",
                "173018948550621232791295596842835092826",
                "100045415633171075173466562438076366502",
                "68004730753499361504495455581869119209",
                "53567744134023648177332049682861841229",
                "99794210724629257221249149616179272741",
                "208302217732693274744944604935370205342",
                "223813484931058416903935697921172111228",
                "268507146078566878924565044510961563055",
                "5176360330782787590878708588052354587",
                "130057677974040831818416772446439309573",
                "208148544883172417335728595243261024848",
                "185564258085047901669295853589132889353",
                "71844614669226209965893709892153978135"
            ],
            "threshold": 0.9
        },
        "target": {
            "file": "drivers/block/drbd/drbd_int.h"
        },
        "id": "CVE-2022-49085-25a7dc7c",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@188fe6b26765edbad4055611c0f788b6870f4024",
        "signature_type": "Line"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "line_hashes": [
                "310763180780995383477494709881084435507",
                "310730060846936615974571299083884324241",
                "150383836427252479814234932571066038492",
                "246456545138131890184114780868817989434",
                "156387067700587604168719188107524913786",
                "31065807576899390431078419345028583423",
                "173018948550621232791295596842835092826",
                "100045415633171075173466562438076366502",
                "68004730753499361504495455581869119209",
                "53567744134023648177332049682861841229",
                "99794210724629257221249149616179272741",
                "208302217732693274744944604935370205342",
                "223813484931058416903935697921172111228",
                "268507146078566878924565044510961563055",
                "5176360330782787590878708588052354587",
                "130057677974040831818416772446439309573",
                "208148544883172417335728595243261024848",
                "185564258085047901669295853589132889353",
                "71844614669226209965893709892153978135"
            ],
            "threshold": 0.9
        },
        "target": {
            "file": "drivers/block/drbd/drbd_int.h"
        },
        "id": "CVE-2022-49085-262a756b",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@de63e74da2333b4068bb79983e632db730fea97e",
        "signature_type": "Line"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "67770499071500604957686740102085630972",
            "length": 485.0
        },
        "target": {
            "function": "notify_peer_device_state_change",
            "file": "drivers/block/drbd/drbd_state.c"
        },
        "id": "CVE-2022-49085-27730206",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@188fe6b26765edbad4055611c0f788b6870f4024",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "6081774543273287103488766992465329583",
            "length": 1138.0
        },
        "target": {
            "function": "notify_peer_device_state",
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-29a4f31a",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@0489700bfeb1e53eb2039c2291c67e71b0b40103",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "line_hashes": [
                "317914520990158424637401877324145853732",
                "193696540412553813057913877018796195084",
                "130872654856190318855677619959575341916",
                "330999054777268353335659601353977929056",
                "306199714379580143349563641519495537100",
                "273803340917866725692263422611563164293",
                "60626612328857572696818038126303245437",
                "314896019317248000929158358033910219755",
                "150263006605323143337587943207349256349",
                "128783916395111323647167514261913247726",
                "180789362323206718560485258146104351503",
                "149897039003050193746955206263812311499",
                "144119408417274236760741629888704822998",
                "220718275764775908745053542093060746144",
                "91118542179017237281339164861478906426",
                "306199714379580143349563641519495537100",
                "273803340917866725692263422611563164293",
                "60626612328857572696818038126303245437",
                "314896019317248000929158358033910219755",
                "51876021619704842155729863131079080340",
                "204008163923148879869118249767126291165",
                "34244453159798568848458304537640212106",
                "289127348429633357875777098089340811461",
                "154578298019689064684199436472225329820",
                "84097957481704225094323608740162178221",
                "180919204324219072366499063892846531502",
                "306199714379580143349563641519495537100",
                "273803340917866725692263422611563164293",
                "60626612328857572696818038126303245437",
                "314896019317248000929158358033910219755",
                "44498068450733047166953275624917945354",
                "28826639235130885991611269097488717861",
                "162945413152460436884964330932243702949",
                "30993322986953206276373389523684284735",
                "325396168812724147919239945531902676386",
                "52436689782685268515670287283086372242",
                "133519166990187465629933346355747845583",
                "306199714379580143349563641519495537100",
                "273803340917866725692263422611563164293",
                "60626612328857572696818038126303245437",
                "314896019317248000929158358033910219755",
                "96443120066761483944802833362054734680",
                "48247481424047570916977139636130131061",
                "178103733919628124259006341150940088926",
                "286813678043639864636069943600128204744",
                "56696243923772401922945030358073522715",
                "149752021054021690671133136645028362488",
                "313651897852886121495458299330654636804",
                "316024768684691707706551558623570421857",
                "332763605638823044584387343839322018376",
                "308084936883194417707735406136697310837",
                "40706404266427032228424757147115774227",
                "37581023355870445159482218435166240308",
                "284556000575743334339962281590745925056",
                "151987013913520974486500982970169497365",
                "92807855765957609906001857504243309559",
                "116097350394993655012124060819302770185",
                "9351958380526619776128376864825038732",
                "185931435481992894532358158048605185679",
                "304087113620903971568493830867476704971",
                "185651035263907273056045980210159871074",
                "170148575619959742986018355181547471833",
                "34876066120791345571514177309915767786",
                "280453149487331134060773767215458770050",
                "16870167756981612551474294667070039077",
                "324802718129367310232478737865814086788",
                "172937964078938045298628351933335472944",
                "254005771887939442912482833051565172259",
                "32250609459413586807263731834295665497",
                "51685613582366079241071469031658214045",
                "227220305661726230224919784441163134908",
                "83289225360691203005781434600901195740",
                "332307441990591394989674034495454854999",
                "94665018003218582477231941766760857395",
                "299011643598522741000272583831154713327",
                "255611539396502507580384740766538345584",
                "248687586999279354334091923034436953395",
                "214622378860891107116488814767609844260",
                "316593938735546369616176530775291303648",
                "271603313814537882946860047967032486827",
                "171745237141874845203192358942691336604",
                "41441264383980337058057241069991234904",
                "331498086899787483803101097455992770507",
                "335450194304197078964740133940501001299",
                "206154751843242628203584350343999877759",
                "181741560358972290515996699514444132677",
                "244424646631126118178656993882836538455",
                "23069867148951460291144764842603514477",
                "208035365577378040342504914185295472858",
                "209246072654708111876599326829551409719",
                "156511210545869080796317200989905246662",
                "63575515791902420896168074495953104783",
                "13630985188732812551254760849592214009"
            ],
            "threshold": 0.9
        },
        "target": {
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-2b2bac7f",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a972c768723359ec995579902473028fe3cd64b1",
        "signature_type": "Line"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "line_hashes": [
                "317914520990158424637401877324145853732",
                "193696540412553813057913877018796195084",
                "130872654856190318855677619959575341916",
                "330999054777268353335659601353977929056",
                "306199714379580143349563641519495537100",
                "273803340917866725692263422611563164293",
                "60626612328857572696818038126303245437",
                "314896019317248000929158358033910219755",
                "150263006605323143337587943207349256349",
                "128783916395111323647167514261913247726",
                "180789362323206718560485258146104351503",
                "149897039003050193746955206263812311499",
                "144119408417274236760741629888704822998",
                "220718275764775908745053542093060746144",
                "91118542179017237281339164861478906426",
                "306199714379580143349563641519495537100",
                "273803340917866725692263422611563164293",
                "60626612328857572696818038126303245437",
                "314896019317248000929158358033910219755",
                "51876021619704842155729863131079080340",
                "204008163923148879869118249767126291165",
                "34244453159798568848458304537640212106",
                "289127348429633357875777098089340811461",
                "154578298019689064684199436472225329820",
                "84097957481704225094323608740162178221",
                "180919204324219072366499063892846531502",
                "306199714379580143349563641519495537100",
                "273803340917866725692263422611563164293",
                "60626612328857572696818038126303245437",
                "314896019317248000929158358033910219755",
                "44498068450733047166953275624917945354",
                "28826639235130885991611269097488717861",
                "162945413152460436884964330932243702949",
                "30993322986953206276373389523684284735",
                "325396168812724147919239945531902676386",
                "52436689782685268515670287283086372242",
                "133519166990187465629933346355747845583",
                "306199714379580143349563641519495537100",
                "273803340917866725692263422611563164293",
                "60626612328857572696818038126303245437",
                "314896019317248000929158358033910219755",
                "96443120066761483944802833362054734680",
                "48247481424047570916977139636130131061",
                "178103733919628124259006341150940088926",
                "286813678043639864636069943600128204744",
                "56696243923772401922945030358073522715",
                "149752021054021690671133136645028362488",
                "313651897852886121495458299330654636804",
                "316024768684691707706551558623570421857",
                "332763605638823044584387343839322018376",
                "308084936883194417707735406136697310837",
                "40706404266427032228424757147115774227",
                "37581023355870445159482218435166240308",
                "284556000575743334339962281590745925056",
                "151987013913520974486500982970169497365",
                "92807855765957609906001857504243309559",
                "116097350394993655012124060819302770185",
                "9351958380526619776128376864825038732",
                "185931435481992894532358158048605185679",
                "304087113620903971568493830867476704971",
                "185651035263907273056045980210159871074",
                "170148575619959742986018355181547471833",
                "34876066120791345571514177309915767786",
                "280453149487331134060773767215458770050",
                "16870167756981612551474294667070039077",
                "324802718129367310232478737865814086788",
                "172937964078938045298628351933335472944",
                "254005771887939442912482833051565172259",
                "32250609459413586807263731834295665497",
                "51685613582366079241071469031658214045",
                "227220305661726230224919784441163134908",
                "83289225360691203005781434600901195740",
                "332307441990591394989674034495454854999",
                "94665018003218582477231941766760857395",
                "299011643598522741000272583831154713327",
                "255611539396502507580384740766538345584",
                "248687586999279354334091923034436953395",
                "214622378860891107116488814767609844260",
                "316593938735546369616176530775291303648",
                "271603313814537882946860047967032486827",
                "171745237141874845203192358942691336604",
                "41441264383980337058057241069991234904",
                "331498086899787483803101097455992770507",
                "335450194304197078964740133940501001299",
                "206154751843242628203584350343999877759",
                "181741560358972290515996699514444132677",
                "244424646631126118178656993882836538455",
                "23069867148951460291144764842603514477",
                "208035365577378040342504914185295472858",
                "209246072654708111876599326829551409719",
                "156511210545869080796317200989905246662",
                "63575515791902420896168074495953104783",
                "13630985188732812551254760849592214009"
            ],
            "threshold": 0.9
        },
        "target": {
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-2be783f0",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@188fe6b26765edbad4055611c0f788b6870f4024",
        "signature_type": "Line"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "270685673095851929578089284688470885884",
            "length": 236.0
        },
        "target": {
            "function": "notify_device_state_change",
            "file": "drivers/block/drbd/drbd_state.c"
        },
        "id": "CVE-2022-49085-2c720bd2",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a972c768723359ec995579902473028fe3cd64b1",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "299477076862952135147267255625630045359",
            "length": 351.0
        },
        "target": {
            "function": "notify_resource_state_change",
            "file": "drivers/block/drbd/drbd_state.c"
        },
        "id": "CVE-2022-49085-2e409257",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b6a4055036eed1f5e239ce3d8b0db1ce38bba447",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "line_hashes": [
                "259155491909311222252984562383102013459",
                "267857507278247296955580193374120837805",
                "309807254716326758388782901633237444825",
                "94141870509714587243335462139995182529",
                "99809345279973744888990228763765984396",
                "97503384360777799797791575041474731567",
                "242438638030069557206465112777929240197",
                "79313102417818042033424292069290378065",
                "168403667056523820924067742974741252336",
                "120214081005737581310121160774673313879",
                "335772742876754265474676919118316288016",
                "200709389248971048539655105503222171628",
                "166052397373501695193703604333477241123",
                "157512874379965048161806219166161075114",
                "15253182977795981106067029878076899530",
                "34646382040523186198701533659006168821",
                "125530211598457247951228801938776848457",
                "114597627544851075585897658893384271733",
                "266850599918206855545780101077443918117",
                "274961118119844362463431672468590425260",
                "297583708225137282479337313105410298357",
                "185695047481497609985817184817482476815",
                "50670652423753046686932784556340060473",
                "51821129009776534771926755857590883539",
                "16466522405236845607709347329226840029",
                "108958174770608989680202166672328966294",
                "63224763493822537072749351487951416266",
                "227822759650503109882540854728286978084",
                "305626949711561185979202082258702833802",
                "299294102003191822257565042414449281941"
            ],
            "threshold": 0.9
        },
        "target": {
            "file": "drivers/block/drbd/drbd_state.c"
        },
        "id": "CVE-2022-49085-2f74a337",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@226e993c39405292781bfcf4b039a8db56aab362",
        "signature_type": "Line"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "297969904041107252411511621633354477083",
            "length": 1093.0
        },
        "target": {
            "function": "notify_device_state",
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-31b56f4d",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@188fe6b26765edbad4055611c0f788b6870f4024",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "line_hashes": [
                "317914520990158424637401877324145853732",
                "193696540412553813057913877018796195084",
                "130872654856190318855677619959575341916",
                "330999054777268353335659601353977929056",
                "306199714379580143349563641519495537100",
                "273803340917866725692263422611563164293",
                "60626612328857572696818038126303245437",
                "314896019317248000929158358033910219755",
                "150263006605323143337587943207349256349",
                "128783916395111323647167514261913247726",
                "180789362323206718560485258146104351503",
                "149897039003050193746955206263812311499",
                "144119408417274236760741629888704822998",
                "220718275764775908745053542093060746144",
                "91118542179017237281339164861478906426",
                "306199714379580143349563641519495537100",
                "273803340917866725692263422611563164293",
                "60626612328857572696818038126303245437",
                "314896019317248000929158358033910219755",
                "51876021619704842155729863131079080340",
                "204008163923148879869118249767126291165",
                "34244453159798568848458304537640212106",
                "289127348429633357875777098089340811461",
                "154578298019689064684199436472225329820",
                "84097957481704225094323608740162178221",
                "180919204324219072366499063892846531502",
                "306199714379580143349563641519495537100",
                "273803340917866725692263422611563164293",
                "60626612328857572696818038126303245437",
                "314896019317248000929158358033910219755",
                "44498068450733047166953275624917945354",
                "28826639235130885991611269097488717861",
                "162945413152460436884964330932243702949",
                "30993322986953206276373389523684284735",
                "325396168812724147919239945531902676386",
                "52436689782685268515670287283086372242",
                "133519166990187465629933346355747845583",
                "306199714379580143349563641519495537100",
                "273803340917866725692263422611563164293",
                "60626612328857572696818038126303245437",
                "314896019317248000929158358033910219755",
                "96443120066761483944802833362054734680",
                "48247481424047570916977139636130131061",
                "178103733919628124259006341150940088926",
                "286813678043639864636069943600128204744",
                "56696243923772401922945030358073522715",
                "149752021054021690671133136645028362488",
                "313651897852886121495458299330654636804",
                "316024768684691707706551558623570421857",
                "332763605638823044584387343839322018376",
                "308084936883194417707735406136697310837",
                "40706404266427032228424757147115774227",
                "37581023355870445159482218435166240308",
                "284556000575743334339962281590745925056",
                "151987013913520974486500982970169497365",
                "92807855765957609906001857504243309559",
                "116097350394993655012124060819302770185",
                "9351958380526619776128376864825038732",
                "185931435481992894532358158048605185679",
                "304087113620903971568493830867476704971",
                "185651035263907273056045980210159871074",
                "170148575619959742986018355181547471833",
                "34876066120791345571514177309915767786",
                "280453149487331134060773767215458770050",
                "16870167756981612551474294667070039077",
                "324802718129367310232478737865814086788",
                "172937964078938045298628351933335472944",
                "254005771887939442912482833051565172259",
                "32250609459413586807263731834295665497",
                "51685613582366079241071469031658214045",
                "227220305661726230224919784441163134908",
                "83289225360691203005781434600901195740",
                "332307441990591394989674034495454854999",
                "94665018003218582477231941766760857395",
                "299011643598522741000272583831154713327",
                "255611539396502507580384740766538345584",
                "248687586999279354334091923034436953395",
                "214622378860891107116488814767609844260",
                "316593938735546369616176530775291303648",
                "271603313814537882946860047967032486827",
                "171745237141874845203192358942691336604",
                "41441264383980337058057241069991234904",
                "331498086899787483803101097455992770507",
                "335450194304197078964740133940501001299",
                "206154751843242628203584350343999877759",
                "181741560358972290515996699514444132677",
                "244424646631126118178656993882836538455",
                "23069867148951460291144764842603514477",
                "208035365577378040342504914185295472858",
                "209246072654708111876599326829551409719",
                "156511210545869080796317200989905246662",
                "63575515791902420896168074495953104783",
                "13630985188732812551254760849592214009"
            ],
            "threshold": 0.9
        },
        "target": {
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-32898594",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@594205b4936771a250f9d141e7e0fff21c3dd2d9",
        "signature_type": "Line"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "20686489318290002942967315556429304921",
            "length": 1129.0
        },
        "target": {
            "function": "notify_connection_state",
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-328de922",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@188fe6b26765edbad4055611c0f788b6870f4024",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "297969904041107252411511621633354477083",
            "length": 1093.0
        },
        "target": {
            "function": "notify_device_state",
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-345f5b82",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a972c768723359ec995579902473028fe3cd64b1",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "299477076862952135147267255625630045359",
            "length": 351.0
        },
        "target": {
            "function": "notify_resource_state_change",
            "file": "drivers/block/drbd/drbd_state.c"
        },
        "id": "CVE-2022-49085-3a545a0d",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dcf6be17b5c53b741898d2223b23e66d682de300",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "103025281555075456537046777414534633615",
            "length": 498.0
        },
        "target": {
            "function": "notify_initial_state_done",
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-3b40c46c",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dcf6be17b5c53b741898d2223b23e66d682de300",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "line_hashes": [
                "317914520990158424637401877324145853732",
                "193696540412553813057913877018796195084",
                "130872654856190318855677619959575341916",
                "330999054777268353335659601353977929056",
                "306199714379580143349563641519495537100",
                "273803340917866725692263422611563164293",
                "60626612328857572696818038126303245437",
                "314896019317248000929158358033910219755",
                "150263006605323143337587943207349256349",
                "128783916395111323647167514261913247726",
                "180789362323206718560485258146104351503",
                "149897039003050193746955206263812311499",
                "144119408417274236760741629888704822998",
                "220718275764775908745053542093060746144",
                "91118542179017237281339164861478906426",
                "306199714379580143349563641519495537100",
                "273803340917866725692263422611563164293",
                "60626612328857572696818038126303245437",
                "314896019317248000929158358033910219755",
                "51876021619704842155729863131079080340",
                "204008163923148879869118249767126291165",
                "34244453159798568848458304537640212106",
                "289127348429633357875777098089340811461",
                "154578298019689064684199436472225329820",
                "84097957481704225094323608740162178221",
                "180919204324219072366499063892846531502",
                "306199714379580143349563641519495537100",
                "273803340917866725692263422611563164293",
                "60626612328857572696818038126303245437",
                "314896019317248000929158358033910219755",
                "44498068450733047166953275624917945354",
                "28826639235130885991611269097488717861",
                "162945413152460436884964330932243702949",
                "30993322986953206276373389523684284735",
                "325396168812724147919239945531902676386",
                "52436689782685268515670287283086372242",
                "133519166990187465629933346355747845583",
                "306199714379580143349563641519495537100",
                "273803340917866725692263422611563164293",
                "60626612328857572696818038126303245437",
                "314896019317248000929158358033910219755",
                "96443120066761483944802833362054734680",
                "48247481424047570916977139636130131061",
                "178103733919628124259006341150940088926",
                "286813678043639864636069943600128204744",
                "56696243923772401922945030358073522715",
                "149752021054021690671133136645028362488",
                "313651897852886121495458299330654636804",
                "316024768684691707706551558623570421857",
                "332763605638823044584387343839322018376",
                "308084936883194417707735406136697310837",
                "40706404266427032228424757147115774227",
                "37581023355870445159482218435166240308",
                "284556000575743334339962281590745925056",
                "151987013913520974486500982970169497365",
                "92807855765957609906001857504243309559",
                "116097350394993655012124060819302770185",
                "9351958380526619776128376864825038732",
                "185931435481992894532358158048605185679",
                "304087113620903971568493830867476704971",
                "185651035263907273056045980210159871074",
                "170148575619959742986018355181547471833",
                "34876066120791345571514177309915767786",
                "280453149487331134060773767215458770050",
                "16870167756981612551474294667070039077",
                "324802718129367310232478737865814086788",
                "172937964078938045298628351933335472944",
                "254005771887939442912482833051565172259",
                "32250609459413586807263731834295665497",
                "51685613582366079241071469031658214045",
                "227220305661726230224919784441163134908",
                "83289225360691203005781434600901195740",
                "332307441990591394989674034495454854999",
                "94665018003218582477231941766760857395",
                "299011643598522741000272583831154713327",
                "255611539396502507580384740766538345584",
                "248687586999279354334091923034436953395",
                "214622378860891107116488814767609844260",
                "316593938735546369616176530775291303648",
                "271603313814537882946860047967032486827",
                "171745237141874845203192358942691336604",
                "41441264383980337058057241069991234904",
                "331498086899787483803101097455992770507",
                "335450194304197078964740133940501001299",
                "206154751843242628203584350343999877759",
                "181741560358972290515996699514444132677",
                "244424646631126118178656993882836538455",
                "23069867148951460291144764842603514477",
                "208035365577378040342504914185295472858",
                "209246072654708111876599326829551409719",
                "156511210545869080796317200989905246662",
                "63575515791902420896168074495953104783",
                "13630985188732812551254760849592214009"
            ],
            "threshold": 0.9
        },
        "target": {
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-3c29cec3",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dcf6be17b5c53b741898d2223b23e66d682de300",
        "signature_type": "Line"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "297969904041107252411511621633354477083",
            "length": 1093.0
        },
        "target": {
            "function": "notify_device_state",
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-3cf314a9",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@226e993c39405292781bfcf4b039a8db56aab362",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "270685673095851929578089284688470885884",
            "length": 236.0
        },
        "target": {
            "function": "notify_device_state_change",
            "file": "drivers/block/drbd/drbd_state.c"
        },
        "id": "CVE-2022-49085-45edd87f",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dcf6be17b5c53b741898d2223b23e66d682de300",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "186969237694118168762991013650704522829",
            "length": 282.0
        },
        "target": {
            "function": "notify_connection_state_change",
            "file": "drivers/block/drbd/drbd_state.c"
        },
        "id": "CVE-2022-49085-46b72965",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@de63e74da2333b4068bb79983e632db730fea97e",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "20686489318290002942967315556429304921",
            "length": 1129.0
        },
        "target": {
            "function": "notify_connection_state",
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-4725f2f4",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@0489700bfeb1e53eb2039c2291c67e71b0b40103",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "line_hashes": [
                "95513950626926557068280082310423255157",
                "222328686642191685000328265304173889388",
                "203397254330361546383123110511001348808",
                "314596652796902188192324589552612497859",
                "66838208861295224158075117016381182969",
                "7562267514551108473920733313331087117",
                "169029419921635415050050438705790486912",
                "223169657408930551547626085706588548770",
                "40547014203299488793961722043546899584",
                "59559523381494908255905799362297392840",
                "60956479549083097306226809258824001223",
                "312750641406000983585399233074963460777",
                "16014379076736318926901041226898667373",
                "238712208467620295113935280303857788551",
                "198465897787172575366345403419570526400",
                "125763846242965298021296763916078512179"
            ],
            "threshold": 0.9
        },
        "target": {
            "file": "drivers/block/drbd/drbd_state_change.h"
        },
        "id": "CVE-2022-49085-47a86196",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@226e993c39405292781bfcf4b039a8db56aab362",
        "signature_type": "Line"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "138380820240452612685797508687670935203",
            "length": 1258.0
        },
        "target": {
            "function": "get_initial_state",
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-499df948",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@de63e74da2333b4068bb79983e632db730fea97e",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "259873955410194772686809198625957326923",
            "length": 1141.0
        },
        "target": {
            "function": "notify_resource_state",
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-4b14243f",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@de63e74da2333b4068bb79983e632db730fea97e",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "6081774543273287103488766992465329583",
            "length": 1138.0
        },
        "target": {
            "function": "notify_peer_device_state",
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-4dab8b8e",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b6a4055036eed1f5e239ce3d8b0db1ce38bba447",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "299477076862952135147267255625630045359",
            "length": 351.0
        },
        "target": {
            "function": "notify_resource_state_change",
            "file": "drivers/block/drbd/drbd_state.c"
        },
        "id": "CVE-2022-49085-4fdc6d31",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a972c768723359ec995579902473028fe3cd64b1",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "20686489318290002942967315556429304921",
            "length": 1129.0
        },
        "target": {
            "function": "notify_connection_state",
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-521c3a19",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dcf6be17b5c53b741898d2223b23e66d682de300",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "186969237694118168762991013650704522829",
            "length": 282.0
        },
        "target": {
            "function": "notify_connection_state_change",
            "file": "drivers/block/drbd/drbd_state.c"
        },
        "id": "CVE-2022-49085-529382cd",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dcf6be17b5c53b741898d2223b23e66d682de300",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "138380820240452612685797508687670935203",
            "length": 1258.0
        },
        "target": {
            "function": "get_initial_state",
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-574c4438",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a972c768723359ec995579902473028fe3cd64b1",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "186969237694118168762991013650704522829",
            "length": 282.0
        },
        "target": {
            "function": "notify_connection_state_change",
            "file": "drivers/block/drbd/drbd_state.c"
        },
        "id": "CVE-2022-49085-59c38dd5",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@226e993c39405292781bfcf4b039a8db56aab362",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "297969904041107252411511621633354477083",
            "length": 1093.0
        },
        "target": {
            "function": "notify_device_state",
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-5bb7a98a",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@594205b4936771a250f9d141e7e0fff21c3dd2d9",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "line_hashes": [
                "259155491909311222252984562383102013459",
                "267857507278247296955580193374120837805",
                "309807254716326758388782901633237444825",
                "94141870509714587243335462139995182529",
                "99809345279973744888990228763765984396",
                "97503384360777799797791575041474731567",
                "242438638030069557206465112777929240197",
                "79313102417818042033424292069290378065",
                "168403667056523820924067742974741252336",
                "120214081005737581310121160774673313879",
                "335772742876754265474676919118316288016",
                "200709389248971048539655105503222171628",
                "166052397373501695193703604333477241123",
                "157512874379965048161806219166161075114",
                "15253182977795981106067029878076899530",
                "34646382040523186198701533659006168821",
                "125530211598457247951228801938776848457",
                "114597627544851075585897658893384271733",
                "266850599918206855545780101077443918117",
                "274961118119844362463431672468590425260",
                "297583708225137282479337313105410298357",
                "185695047481497609985817184817482476815",
                "50670652423753046686932784556340060473",
                "51821129009776534771926755857590883539",
                "16466522405236845607709347329226840029",
                "108958174770608989680202166672328966294",
                "63224763493822537072749351487951416266",
                "227822759650503109882540854728286978084",
                "305626949711561185979202082258702833802",
                "299294102003191822257565042414449281941"
            ],
            "threshold": 0.9
        },
        "target": {
            "file": "drivers/block/drbd/drbd_state.c"
        },
        "id": "CVE-2022-49085-5bf62d31",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@aadb22ba2f656581b2f733deb3a467c48cc618f6",
        "signature_type": "Line"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "297969904041107252411511621633354477083",
            "length": 1093.0
        },
        "target": {
            "function": "notify_device_state",
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-6007792a",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b6a4055036eed1f5e239ce3d8b0db1ce38bba447",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "line_hashes": [
                "317914520990158424637401877324145853732",
                "193696540412553813057913877018796195084",
                "130872654856190318855677619959575341916",
                "330999054777268353335659601353977929056",
                "306199714379580143349563641519495537100",
                "273803340917866725692263422611563164293",
                "60626612328857572696818038126303245437",
                "314896019317248000929158358033910219755",
                "150263006605323143337587943207349256349",
                "128783916395111323647167514261913247726",
                "180789362323206718560485258146104351503",
                "149897039003050193746955206263812311499",
                "144119408417274236760741629888704822998",
                "220718275764775908745053542093060746144",
                "91118542179017237281339164861478906426",
                "306199714379580143349563641519495537100",
                "273803340917866725692263422611563164293",
                "60626612328857572696818038126303245437",
                "314896019317248000929158358033910219755",
                "51876021619704842155729863131079080340",
                "204008163923148879869118249767126291165",
                "34244453159798568848458304537640212106",
                "289127348429633357875777098089340811461",
                "154578298019689064684199436472225329820",
                "84097957481704225094323608740162178221",
                "180919204324219072366499063892846531502",
                "306199714379580143349563641519495537100",
                "273803340917866725692263422611563164293",
                "60626612328857572696818038126303245437",
                "314896019317248000929158358033910219755",
                "44498068450733047166953275624917945354",
                "28826639235130885991611269097488717861",
                "162945413152460436884964330932243702949",
                "30993322986953206276373389523684284735",
                "325396168812724147919239945531902676386",
                "52436689782685268515670287283086372242",
                "133519166990187465629933346355747845583",
                "306199714379580143349563641519495537100",
                "273803340917866725692263422611563164293",
                "60626612328857572696818038126303245437",
                "314896019317248000929158358033910219755",
                "96443120066761483944802833362054734680",
                "48247481424047570916977139636130131061",
                "178103733919628124259006341150940088926",
                "286813678043639864636069943600128204744",
                "56696243923772401922945030358073522715",
                "149752021054021690671133136645028362488",
                "313651897852886121495458299330654636804",
                "316024768684691707706551558623570421857",
                "332763605638823044584387343839322018376",
                "308084936883194417707735406136697310837",
                "40706404266427032228424757147115774227",
                "37581023355870445159482218435166240308",
                "284556000575743334339962281590745925056",
                "151987013913520974486500982970169497365",
                "92807855765957609906001857504243309559",
                "116097350394993655012124060819302770185",
                "9351958380526619776128376864825038732",
                "185931435481992894532358158048605185679",
                "304087113620903971568493830867476704971",
                "185651035263907273056045980210159871074",
                "170148575619959742986018355181547471833",
                "34876066120791345571514177309915767786",
                "280453149487331134060773767215458770050",
                "16870167756981612551474294667070039077",
                "324802718129367310232478737865814086788",
                "172937964078938045298628351933335472944",
                "254005771887939442912482833051565172259",
                "32250609459413586807263731834295665497",
                "51685613582366079241071469031658214045",
                "227220305661726230224919784441163134908",
                "83289225360691203005781434600901195740",
                "332307441990591394989674034495454854999",
                "94665018003218582477231941766760857395",
                "299011643598522741000272583831154713327",
                "255611539396502507580384740766538345584",
                "248687586999279354334091923034436953395",
                "214622378860891107116488814767609844260",
                "316593938735546369616176530775291303648",
                "271603313814537882946860047967032486827",
                "171745237141874845203192358942691336604",
                "41441264383980337058057241069991234904",
                "331498086899787483803101097455992770507",
                "335450194304197078964740133940501001299",
                "206154751843242628203584350343999877759",
                "181741560358972290515996699514444132677",
                "244424646631126118178656993882836538455",
                "23069867148951460291144764842603514477",
                "208035365577378040342504914185295472858",
                "209246072654708111876599326829551409719",
                "156511210545869080796317200989905246662",
                "63575515791902420896168074495953104783",
                "13630985188732812551254760849592214009"
            ],
            "threshold": 0.9
        },
        "target": {
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-61ec442a",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@226e993c39405292781bfcf4b039a8db56aab362",
        "signature_type": "Line"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "line_hashes": [
                "310763180780995383477494709881084435507",
                "310730060846936615974571299083884324241",
                "150383836427252479814234932571066038492",
                "246456545138131890184114780868817989434",
                "156387067700587604168719188107524913786",
                "31065807576899390431078419345028583423",
                "173018948550621232791295596842835092826",
                "100045415633171075173466562438076366502",
                "68004730753499361504495455581869119209",
                "53567744134023648177332049682861841229",
                "99794210724629257221249149616179272741",
                "208302217732693274744944604935370205342",
                "223813484931058416903935697921172111228",
                "268507146078566878924565044510961563055",
                "5176360330782787590878708588052354587",
                "130057677974040831818416772446439309573",
                "208148544883172417335728595243261024848",
                "185564258085047901669295853589132889353",
                "71844614669226209965893709892153978135"
            ],
            "threshold": 0.9
        },
        "target": {
            "file": "drivers/block/drbd/drbd_int.h"
        },
        "id": "CVE-2022-49085-654a55e9",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@0489700bfeb1e53eb2039c2291c67e71b0b40103",
        "signature_type": "Line"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "line_hashes": [
                "259155491909311222252984562383102013459",
                "267857507278247296955580193374120837805",
                "309807254716326758388782901633237444825",
                "94141870509714587243335462139995182529",
                "99809345279973744888990228763765984396",
                "97503384360777799797791575041474731567",
                "242438638030069557206465112777929240197",
                "79313102417818042033424292069290378065",
                "168403667056523820924067742974741252336",
                "120214081005737581310121160774673313879",
                "335772742876754265474676919118316288016",
                "200709389248971048539655105503222171628",
                "166052397373501695193703604333477241123",
                "157512874379965048161806219166161075114",
                "15253182977795981106067029878076899530",
                "34646382040523186198701533659006168821",
                "125530211598457247951228801938776848457",
                "114597627544851075585897658893384271733",
                "266850599918206855545780101077443918117",
                "274961118119844362463431672468590425260",
                "297583708225137282479337313105410298357",
                "185695047481497609985817184817482476815",
                "50670652423753046686932784556340060473",
                "51821129009776534771926755857590883539",
                "16466522405236845607709347329226840029",
                "108958174770608989680202166672328966294",
                "63224763493822537072749351487951416266",
                "227822759650503109882540854728286978084",
                "305626949711561185979202082258702833802",
                "299294102003191822257565042414449281941"
            ],
            "threshold": 0.9
        },
        "target": {
            "file": "drivers/block/drbd/drbd_state.c"
        },
        "id": "CVE-2022-49085-674a926f",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@de63e74da2333b4068bb79983e632db730fea97e",
        "signature_type": "Line"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "20686489318290002942967315556429304921",
            "length": 1129.0
        },
        "target": {
            "function": "notify_connection_state",
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-68dbbb1a",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@de63e74da2333b4068bb79983e632db730fea97e",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "20686489318290002942967315556429304921",
            "length": 1129.0
        },
        "target": {
            "function": "notify_connection_state",
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-6b02e706",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@aadb22ba2f656581b2f733deb3a467c48cc618f6",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "6081774543273287103488766992465329583",
            "length": 1138.0
        },
        "target": {
            "function": "notify_peer_device_state",
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-6bc277e4",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@188fe6b26765edbad4055611c0f788b6870f4024",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "299477076862952135147267255625630045359",
            "length": 351.0
        },
        "target": {
            "function": "notify_resource_state_change",
            "file": "drivers/block/drbd/drbd_state.c"
        },
        "id": "CVE-2022-49085-6c47beb3",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@594205b4936771a250f9d141e7e0fff21c3dd2d9",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "line_hashes": [
                "95513950626926557068280082310423255157",
                "222328686642191685000328265304173889388",
                "203397254330361546383123110511001348808",
                "314596652796902188192324589552612497859",
                "66838208861295224158075117016381182969",
                "7562267514551108473920733313331087117",
                "169029419921635415050050438705790486912",
                "223169657408930551547626085706588548770",
                "40547014203299488793961722043546899584",
                "59559523381494908255905799362297392840",
                "60956479549083097306226809258824001223",
                "312750641406000983585399233074963460777",
                "16014379076736318926901041226898667373",
                "238712208467620295113935280303857788551",
                "198465897787172575366345403419570526400",
                "125763846242965298021296763916078512179"
            ],
            "threshold": 0.9
        },
        "target": {
            "file": "drivers/block/drbd/drbd_state_change.h"
        },
        "id": "CVE-2022-49085-71217612",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@de63e74da2333b4068bb79983e632db730fea97e",
        "signature_type": "Line"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "259873955410194772686809198625957326923",
            "length": 1141.0
        },
        "target": {
            "function": "notify_resource_state",
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-71c42284",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b6a4055036eed1f5e239ce3d8b0db1ce38bba447",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "138380820240452612685797508687670935203",
            "length": 1258.0
        },
        "target": {
            "function": "get_initial_state",
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-732f5abc",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@188fe6b26765edbad4055611c0f788b6870f4024",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "67770499071500604957686740102085630972",
            "length": 485.0
        },
        "target": {
            "function": "notify_peer_device_state_change",
            "file": "drivers/block/drbd/drbd_state.c"
        },
        "id": "CVE-2022-49085-78930b24",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@0489700bfeb1e53eb2039c2291c67e71b0b40103",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "138380820240452612685797508687670935203",
            "length": 1258.0
        },
        "target": {
            "function": "get_initial_state",
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-7f6dad54",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@226e993c39405292781bfcf4b039a8db56aab362",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "line_hashes": [
                "317914520990158424637401877324145853732",
                "193696540412553813057913877018796195084",
                "130872654856190318855677619959575341916",
                "330999054777268353335659601353977929056",
                "306199714379580143349563641519495537100",
                "273803340917866725692263422611563164293",
                "60626612328857572696818038126303245437",
                "314896019317248000929158358033910219755",
                "150263006605323143337587943207349256349",
                "128783916395111323647167514261913247726",
                "180789362323206718560485258146104351503",
                "149897039003050193746955206263812311499",
                "144119408417274236760741629888704822998",
                "220718275764775908745053542093060746144",
                "91118542179017237281339164861478906426",
                "306199714379580143349563641519495537100",
                "273803340917866725692263422611563164293",
                "60626612328857572696818038126303245437",
                "314896019317248000929158358033910219755",
                "51876021619704842155729863131079080340",
                "204008163923148879869118249767126291165",
                "34244453159798568848458304537640212106",
                "289127348429633357875777098089340811461",
                "154578298019689064684199436472225329820",
                "84097957481704225094323608740162178221",
                "180919204324219072366499063892846531502",
                "306199714379580143349563641519495537100",
                "273803340917866725692263422611563164293",
                "60626612328857572696818038126303245437",
                "314896019317248000929158358033910219755",
                "44498068450733047166953275624917945354",
                "28826639235130885991611269097488717861",
                "162945413152460436884964330932243702949",
                "30993322986953206276373389523684284735",
                "325396168812724147919239945531902676386",
                "52436689782685268515670287283086372242",
                "133519166990187465629933346355747845583",
                "306199714379580143349563641519495537100",
                "273803340917866725692263422611563164293",
                "60626612328857572696818038126303245437",
                "314896019317248000929158358033910219755",
                "96443120066761483944802833362054734680",
                "48247481424047570916977139636130131061",
                "178103733919628124259006341150940088926",
                "286813678043639864636069943600128204744",
                "56696243923772401922945030358073522715",
                "149752021054021690671133136645028362488",
                "313651897852886121495458299330654636804",
                "316024768684691707706551558623570421857",
                "332763605638823044584387343839322018376",
                "308084936883194417707735406136697310837",
                "40706404266427032228424757147115774227",
                "37581023355870445159482218435166240308",
                "284556000575743334339962281590745925056",
                "151987013913520974486500982970169497365",
                "92807855765957609906001857504243309559",
                "116097350394993655012124060819302770185",
                "9351958380526619776128376864825038732",
                "185931435481992894532358158048605185679",
                "304087113620903971568493830867476704971",
                "185651035263907273056045980210159871074",
                "170148575619959742986018355181547471833",
                "34876066120791345571514177309915767786",
                "280453149487331134060773767215458770050",
                "16870167756981612551474294667070039077",
                "324802718129367310232478737865814086788",
                "172937964078938045298628351933335472944",
                "254005771887939442912482833051565172259",
                "32250609459413586807263731834295665497",
                "51685613582366079241071469031658214045",
                "227220305661726230224919784441163134908",
                "83289225360691203005781434600901195740",
                "332307441990591394989674034495454854999",
                "94665018003218582477231941766760857395",
                "299011643598522741000272583831154713327",
                "255611539396502507580384740766538345584",
                "248687586999279354334091923034436953395",
                "214622378860891107116488814767609844260",
                "316593938735546369616176530775291303648",
                "271603313814537882946860047967032486827",
                "171745237141874845203192358942691336604",
                "41441264383980337058057241069991234904",
                "331498086899787483803101097455992770507",
                "335450194304197078964740133940501001299",
                "206154751843242628203584350343999877759",
                "181741560358972290515996699514444132677",
                "244424646631126118178656993882836538455",
                "23069867148951460291144764842603514477",
                "208035365577378040342504914185295472858",
                "209246072654708111876599326829551409719",
                "156511210545869080796317200989905246662",
                "63575515791902420896168074495953104783",
                "13630985188732812551254760849592214009"
            ],
            "threshold": 0.9
        },
        "target": {
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-82932990",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@0489700bfeb1e53eb2039c2291c67e71b0b40103",
        "signature_type": "Line"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "103025281555075456537046777414534633615",
            "length": 498.0
        },
        "target": {
            "function": "notify_initial_state_done",
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-8386ef75",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@0489700bfeb1e53eb2039c2291c67e71b0b40103",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "186969237694118168762991013650704522829",
            "length": 282.0
        },
        "target": {
            "function": "notify_connection_state_change",
            "file": "drivers/block/drbd/drbd_state.c"
        },
        "id": "CVE-2022-49085-83aa8bb1",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@0489700bfeb1e53eb2039c2291c67e71b0b40103",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "6081774543273287103488766992465329583",
            "length": 1138.0
        },
        "target": {
            "function": "notify_peer_device_state",
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-849cd7b1",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@594205b4936771a250f9d141e7e0fff21c3dd2d9",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "103025281555075456537046777414534633615",
            "length": 498.0
        },
        "target": {
            "function": "notify_initial_state_done",
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-892382b1",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a972c768723359ec995579902473028fe3cd64b1",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "297969904041107252411511621633354477083",
            "length": 1093.0
        },
        "target": {
            "function": "notify_device_state",
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-89f428cf",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dcf6be17b5c53b741898d2223b23e66d682de300",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "259873955410194772686809198625957326923",
            "length": 1141.0
        },
        "target": {
            "function": "notify_resource_state",
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-8a223869",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@0489700bfeb1e53eb2039c2291c67e71b0b40103",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "67770499071500604957686740102085630972",
            "length": 485.0
        },
        "target": {
            "function": "notify_peer_device_state_change",
            "file": "drivers/block/drbd/drbd_state.c"
        },
        "id": "CVE-2022-49085-8ab76263",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dcf6be17b5c53b741898d2223b23e66d682de300",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "186969237694118168762991013650704522829",
            "length": 282.0
        },
        "target": {
            "function": "notify_connection_state_change",
            "file": "drivers/block/drbd/drbd_state.c"
        },
        "id": "CVE-2022-49085-8f3f4987",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a972c768723359ec995579902473028fe3cd64b1",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "line_hashes": [
                "310763180780995383477494709881084435507",
                "310730060846936615974571299083884324241",
                "150383836427252479814234932571066038492",
                "246456545138131890184114780868817989434",
                "156387067700587604168719188107524913786",
                "31065807576899390431078419345028583423",
                "173018948550621232791295596842835092826",
                "100045415633171075173466562438076366502",
                "68004730753499361504495455581869119209",
                "53567744134023648177332049682861841229",
                "99794210724629257221249149616179272741",
                "208302217732693274744944604935370205342",
                "223813484931058416903935697921172111228",
                "268507146078566878924565044510961563055",
                "5176360330782787590878708588052354587",
                "130057677974040831818416772446439309573",
                "208148544883172417335728595243261024848",
                "185564258085047901669295853589132889353",
                "71844614669226209965893709892153978135"
            ],
            "threshold": 0.9
        },
        "target": {
            "file": "drivers/block/drbd/drbd_int.h"
        },
        "id": "CVE-2022-49085-939b34b0",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@594205b4936771a250f9d141e7e0fff21c3dd2d9",
        "signature_type": "Line"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "line_hashes": [
                "95513950626926557068280082310423255157",
                "222328686642191685000328265304173889388",
                "203397254330361546383123110511001348808",
                "314596652796902188192324589552612497859",
                "66838208861295224158075117016381182969",
                "7562267514551108473920733313331087117",
                "169029419921635415050050438705790486912",
                "223169657408930551547626085706588548770",
                "40547014203299488793961722043546899584",
                "59559523381494908255905799362297392840",
                "60956479549083097306226809258824001223",
                "312750641406000983585399233074963460777",
                "16014379076736318926901041226898667373",
                "238712208467620295113935280303857788551",
                "198465897787172575366345403419570526400",
                "125763846242965298021296763916078512179"
            ],
            "threshold": 0.9
        },
        "target": {
            "file": "drivers/block/drbd/drbd_state_change.h"
        },
        "id": "CVE-2022-49085-98af17ac",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@0489700bfeb1e53eb2039c2291c67e71b0b40103",
        "signature_type": "Line"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "259873955410194772686809198625957326923",
            "length": 1141.0
        },
        "target": {
            "function": "notify_resource_state",
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-9959830e",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@aadb22ba2f656581b2f733deb3a467c48cc618f6",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "line_hashes": [
                "95513950626926557068280082310423255157",
                "222328686642191685000328265304173889388",
                "203397254330361546383123110511001348808",
                "314596652796902188192324589552612497859",
                "66838208861295224158075117016381182969",
                "7562267514551108473920733313331087117",
                "169029419921635415050050438705790486912",
                "223169657408930551547626085706588548770",
                "40547014203299488793961722043546899584",
                "59559523381494908255905799362297392840",
                "60956479549083097306226809258824001223",
                "312750641406000983585399233074963460777",
                "16014379076736318926901041226898667373",
                "238712208467620295113935280303857788551",
                "198465897787172575366345403419570526400",
                "125763846242965298021296763916078512179"
            ],
            "threshold": 0.9
        },
        "target": {
            "file": "drivers/block/drbd/drbd_state_change.h"
        },
        "id": "CVE-2022-49085-9bf8f071",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b6a4055036eed1f5e239ce3d8b0db1ce38bba447",
        "signature_type": "Line"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "67770499071500604957686740102085630972",
            "length": 485.0
        },
        "target": {
            "function": "notify_peer_device_state_change",
            "file": "drivers/block/drbd/drbd_state.c"
        },
        "id": "CVE-2022-49085-9d790cda",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a972c768723359ec995579902473028fe3cd64b1",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "186969237694118168762991013650704522829",
            "length": 282.0
        },
        "target": {
            "function": "notify_connection_state_change",
            "file": "drivers/block/drbd/drbd_state.c"
        },
        "id": "CVE-2022-49085-9dd342b5",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@aadb22ba2f656581b2f733deb3a467c48cc618f6",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "6081774543273287103488766992465329583",
            "length": 1138.0
        },
        "target": {
            "function": "notify_peer_device_state",
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-9e28215b",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@de63e74da2333b4068bb79983e632db730fea97e",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "299477076862952135147267255625630045359",
            "length": 351.0
        },
        "target": {
            "function": "notify_resource_state_change",
            "file": "drivers/block/drbd/drbd_state.c"
        },
        "id": "CVE-2022-49085-a016390a",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@de63e74da2333b4068bb79983e632db730fea97e",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "line_hashes": [
                "259155491909311222252984562383102013459",
                "267857507278247296955580193374120837805",
                "309807254716326758388782901633237444825",
                "94141870509714587243335462139995182529",
                "99809345279973744888990228763765984396",
                "97503384360777799797791575041474731567",
                "242438638030069557206465112777929240197",
                "79313102417818042033424292069290378065",
                "168403667056523820924067742974741252336",
                "120214081005737581310121160774673313879",
                "335772742876754265474676919118316288016",
                "200709389248971048539655105503222171628",
                "166052397373501695193703604333477241123",
                "157512874379965048161806219166161075114",
                "15253182977795981106067029878076899530",
                "34646382040523186198701533659006168821",
                "125530211598457247951228801938776848457",
                "114597627544851075585897658893384271733",
                "266850599918206855545780101077443918117",
                "274961118119844362463431672468590425260",
                "297583708225137282479337313105410298357",
                "185695047481497609985817184817482476815",
                "50670652423753046686932784556340060473",
                "51821129009776534771926755857590883539",
                "16466522405236845607709347329226840029",
                "108958174770608989680202166672328966294",
                "63224763493822537072749351487951416266",
                "227822759650503109882540854728286978084",
                "305626949711561185979202082258702833802",
                "299294102003191822257565042414449281941"
            ],
            "threshold": 0.9
        },
        "target": {
            "file": "drivers/block/drbd/drbd_state.c"
        },
        "id": "CVE-2022-49085-a0ff892e",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a972c768723359ec995579902473028fe3cd64b1",
        "signature_type": "Line"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "line_hashes": [
                "259155491909311222252984562383102013459",
                "267857507278247296955580193374120837805",
                "309807254716326758388782901633237444825",
                "94141870509714587243335462139995182529",
                "99809345279973744888990228763765984396",
                "97503384360777799797791575041474731567",
                "242438638030069557206465112777929240197",
                "79313102417818042033424292069290378065",
                "168403667056523820924067742974741252336",
                "120214081005737581310121160774673313879",
                "335772742876754265474676919118316288016",
                "200709389248971048539655105503222171628",
                "166052397373501695193703604333477241123",
                "157512874379965048161806219166161075114",
                "15253182977795981106067029878076899530",
                "34646382040523186198701533659006168821",
                "125530211598457247951228801938776848457",
                "114597627544851075585897658893384271733",
                "266850599918206855545780101077443918117",
                "274961118119844362463431672468590425260",
                "297583708225137282479337313105410298357",
                "185695047481497609985817184817482476815",
                "50670652423753046686932784556340060473",
                "51821129009776534771926755857590883539",
                "16466522405236845607709347329226840029",
                "108958174770608989680202166672328966294",
                "63224763493822537072749351487951416266",
                "227822759650503109882540854728286978084",
                "70942470933978044306230538751772882614",
                "292864124694823594511131653121986527023"
            ],
            "threshold": 0.9
        },
        "target": {
            "file": "drivers/block/drbd/drbd_state.c"
        },
        "id": "CVE-2022-49085-a3365eda",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dcf6be17b5c53b741898d2223b23e66d682de300",
        "signature_type": "Line"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "line_hashes": [
                "310763180780995383477494709881084435507",
                "310730060846936615974571299083884324241",
                "150383836427252479814234932571066038492",
                "246456545138131890184114780868817989434",
                "156387067700587604168719188107524913786",
                "31065807576899390431078419345028583423",
                "173018948550621232791295596842835092826",
                "100045415633171075173466562438076366502",
                "68004730753499361504495455581869119209",
                "53567744134023648177332049682861841229",
                "99794210724629257221249149616179272741",
                "208302217732693274744944604935370205342",
                "223813484931058416903935697921172111228",
                "268507146078566878924565044510961563055",
                "5176360330782787590878708588052354587",
                "130057677974040831818416772446439309573",
                "208148544883172417335728595243261024848",
                "185564258085047901669295853589132889353",
                "71844614669226209965893709892153978135"
            ],
            "threshold": 0.9
        },
        "target": {
            "file": "drivers/block/drbd/drbd_int.h"
        },
        "id": "CVE-2022-49085-a3ba591a",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@226e993c39405292781bfcf4b039a8db56aab362",
        "signature_type": "Line"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "270685673095851929578089284688470885884",
            "length": 236.0
        },
        "target": {
            "function": "notify_device_state_change",
            "file": "drivers/block/drbd/drbd_state.c"
        },
        "id": "CVE-2022-49085-a4a1fd6a",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@aadb22ba2f656581b2f733deb3a467c48cc618f6",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "line_hashes": [
                "317914520990158424637401877324145853732",
                "193696540412553813057913877018796195084",
                "130872654856190318855677619959575341916",
                "330999054777268353335659601353977929056",
                "306199714379580143349563641519495537100",
                "273803340917866725692263422611563164293",
                "60626612328857572696818038126303245437",
                "314896019317248000929158358033910219755",
                "150263006605323143337587943207349256349",
                "128783916395111323647167514261913247726",
                "180789362323206718560485258146104351503",
                "149897039003050193746955206263812311499",
                "144119408417274236760741629888704822998",
                "220718275764775908745053542093060746144",
                "91118542179017237281339164861478906426",
                "306199714379580143349563641519495537100",
                "273803340917866725692263422611563164293",
                "60626612328857572696818038126303245437",
                "314896019317248000929158358033910219755",
                "51876021619704842155729863131079080340",
                "204008163923148879869118249767126291165",
                "34244453159798568848458304537640212106",
                "289127348429633357875777098089340811461",
                "154578298019689064684199436472225329820",
                "84097957481704225094323608740162178221",
                "180919204324219072366499063892846531502",
                "306199714379580143349563641519495537100",
                "273803340917866725692263422611563164293",
                "60626612328857572696818038126303245437",
                "314896019317248000929158358033910219755",
                "44498068450733047166953275624917945354",
                "28826639235130885991611269097488717861",
                "162945413152460436884964330932243702949",
                "30993322986953206276373389523684284735",
                "325396168812724147919239945531902676386",
                "52436689782685268515670287283086372242",
                "133519166990187465629933346355747845583",
                "306199714379580143349563641519495537100",
                "273803340917866725692263422611563164293",
                "60626612328857572696818038126303245437",
                "314896019317248000929158358033910219755",
                "96443120066761483944802833362054734680",
                "48247481424047570916977139636130131061",
                "178103733919628124259006341150940088926",
                "286813678043639864636069943600128204744",
                "56696243923772401922945030358073522715",
                "149752021054021690671133136645028362488",
                "313651897852886121495458299330654636804",
                "316024768684691707706551558623570421857",
                "332763605638823044584387343839322018376",
                "308084936883194417707735406136697310837",
                "40706404266427032228424757147115774227",
                "37581023355870445159482218435166240308",
                "284556000575743334339962281590745925056",
                "151987013913520974486500982970169497365",
                "92807855765957609906001857504243309559",
                "116097350394993655012124060819302770185",
                "9351958380526619776128376864825038732",
                "185931435481992894532358158048605185679",
                "304087113620903971568493830867476704971",
                "185651035263907273056045980210159871074",
                "170148575619959742986018355181547471833",
                "34876066120791345571514177309915767786",
                "280453149487331134060773767215458770050",
                "16870167756981612551474294667070039077",
                "324802718129367310232478737865814086788",
                "172937964078938045298628351933335472944",
                "254005771887939442912482833051565172259",
                "32250609459413586807263731834295665497",
                "51685613582366079241071469031658214045",
                "227220305661726230224919784441163134908",
                "83289225360691203005781434600901195740",
                "332307441990591394989674034495454854999",
                "94665018003218582477231941766760857395",
                "299011643598522741000272583831154713327",
                "255611539396502507580384740766538345584",
                "248687586999279354334091923034436953395",
                "214622378860891107116488814767609844260",
                "316593938735546369616176530775291303648",
                "271603313814537882946860047967032486827",
                "171745237141874845203192358942691336604",
                "41441264383980337058057241069991234904",
                "331498086899787483803101097455992770507",
                "335450194304197078964740133940501001299",
                "206154751843242628203584350343999877759",
                "181741560358972290515996699514444132677",
                "244424646631126118178656993882836538455",
                "23069867148951460291144764842603514477",
                "208035365577378040342504914185295472858",
                "209246072654708111876599326829551409719",
                "156511210545869080796317200989905246662",
                "63575515791902420896168074495953104783",
                "13630985188732812551254760849592214009"
            ],
            "threshold": 0.9
        },
        "target": {
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-a5115ed4",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@aadb22ba2f656581b2f733deb3a467c48cc618f6",
        "signature_type": "Line"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "103025281555075456537046777414534633615",
            "length": 498.0
        },
        "target": {
            "function": "notify_initial_state_done",
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-a66e6abb",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@188fe6b26765edbad4055611c0f788b6870f4024",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "299477076862952135147267255625630045359",
            "length": 351.0
        },
        "target": {
            "function": "notify_resource_state_change",
            "file": "drivers/block/drbd/drbd_state.c"
        },
        "id": "CVE-2022-49085-a9ab7d7f",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@0489700bfeb1e53eb2039c2291c67e71b0b40103",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "6081774543273287103488766992465329583",
            "length": 1138.0
        },
        "target": {
            "function": "notify_peer_device_state",
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-a9d2bfae",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a972c768723359ec995579902473028fe3cd64b1",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "299477076862952135147267255625630045359",
            "length": 351.0
        },
        "target": {
            "function": "notify_resource_state_change",
            "file": "drivers/block/drbd/drbd_state.c"
        },
        "id": "CVE-2022-49085-aba0af5c",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@188fe6b26765edbad4055611c0f788b6870f4024",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "270685673095851929578089284688470885884",
            "length": 236.0
        },
        "target": {
            "function": "notify_device_state_change",
            "file": "drivers/block/drbd/drbd_state.c"
        },
        "id": "CVE-2022-49085-af42dc90",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b6a4055036eed1f5e239ce3d8b0db1ce38bba447",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "line_hashes": [
                "259155491909311222252984562383102013459",
                "267857507278247296955580193374120837805",
                "309807254716326758388782901633237444825",
                "94141870509714587243335462139995182529",
                "99809345279973744888990228763765984396",
                "97503384360777799797791575041474731567",
                "242438638030069557206465112777929240197",
                "79313102417818042033424292069290378065",
                "168403667056523820924067742974741252336",
                "120214081005737581310121160774673313879",
                "335772742876754265474676919118316288016",
                "200709389248971048539655105503222171628",
                "166052397373501695193703604333477241123",
                "157512874379965048161806219166161075114",
                "15253182977795981106067029878076899530",
                "34646382040523186198701533659006168821",
                "125530211598457247951228801938776848457",
                "114597627544851075585897658893384271733",
                "266850599918206855545780101077443918117",
                "274961118119844362463431672468590425260",
                "297583708225137282479337313105410298357",
                "185695047481497609985817184817482476815",
                "50670652423753046686932784556340060473",
                "51821129009776534771926755857590883539",
                "16466522405236845607709347329226840029",
                "108958174770608989680202166672328966294",
                "63224763493822537072749351487951416266",
                "227822759650503109882540854728286978084",
                "305626949711561185979202082258702833802",
                "299294102003191822257565042414449281941"
            ],
            "threshold": 0.9
        },
        "target": {
            "file": "drivers/block/drbd/drbd_state.c"
        },
        "id": "CVE-2022-49085-b4af3d42",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@594205b4936771a250f9d141e7e0fff21c3dd2d9",
        "signature_type": "Line"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "138380820240452612685797508687670935203",
            "length": 1258.0
        },
        "target": {
            "function": "get_initial_state",
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-b599067b",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dcf6be17b5c53b741898d2223b23e66d682de300",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "line_hashes": [
                "310763180780995383477494709881084435507",
                "310730060846936615974571299083884324241",
                "150383836427252479814234932571066038492",
                "246456545138131890184114780868817989434",
                "156387067700587604168719188107524913786",
                "31065807576899390431078419345028583423",
                "173018948550621232791295596842835092826",
                "100045415633171075173466562438076366502",
                "68004730753499361504495455581869119209",
                "53567744134023648177332049682861841229",
                "99794210724629257221249149616179272741",
                "208302217732693274744944604935370205342",
                "223813484931058416903935697921172111228",
                "268507146078566878924565044510961563055",
                "5176360330782787590878708588052354587",
                "130057677974040831818416772446439309573",
                "208148544883172417335728595243261024848",
                "185564258085047901669295853589132889353",
                "71844614669226209965893709892153978135"
            ],
            "threshold": 0.9
        },
        "target": {
            "file": "drivers/block/drbd/drbd_int.h"
        },
        "id": "CVE-2022-49085-b5c4a623",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b6a4055036eed1f5e239ce3d8b0db1ce38bba447",
        "signature_type": "Line"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "138380820240452612685797508687670935203",
            "length": 1258.0
        },
        "target": {
            "function": "get_initial_state",
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-b67f3c1e",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@0489700bfeb1e53eb2039c2291c67e71b0b40103",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "270685673095851929578089284688470885884",
            "length": 236.0
        },
        "target": {
            "function": "notify_device_state_change",
            "file": "drivers/block/drbd/drbd_state.c"
        },
        "id": "CVE-2022-49085-b87aca61",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@594205b4936771a250f9d141e7e0fff21c3dd2d9",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "270685673095851929578089284688470885884",
            "length": 236.0
        },
        "target": {
            "function": "notify_device_state_change",
            "file": "drivers/block/drbd/drbd_state.c"
        },
        "id": "CVE-2022-49085-bac49347",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@226e993c39405292781bfcf4b039a8db56aab362",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "line_hashes": [
                "259155491909311222252984562383102013459",
                "267857507278247296955580193374120837805",
                "309807254716326758388782901633237444825",
                "94141870509714587243335462139995182529",
                "99809345279973744888990228763765984396",
                "97503384360777799797791575041474731567",
                "242438638030069557206465112777929240197",
                "79313102417818042033424292069290378065",
                "168403667056523820924067742974741252336",
                "120214081005737581310121160774673313879",
                "335772742876754265474676919118316288016",
                "200709389248971048539655105503222171628",
                "166052397373501695193703604333477241123",
                "157512874379965048161806219166161075114",
                "15253182977795981106067029878076899530",
                "34646382040523186198701533659006168821",
                "125530211598457247951228801938776848457",
                "114597627544851075585897658893384271733",
                "266850599918206855545780101077443918117",
                "274961118119844362463431672468590425260",
                "297583708225137282479337313105410298357",
                "185695047481497609985817184817482476815",
                "50670652423753046686932784556340060473",
                "51821129009776534771926755857590883539",
                "16466522405236845607709347329226840029",
                "108958174770608989680202166672328966294",
                "63224763493822537072749351487951416266",
                "227822759650503109882540854728286978084",
                "70942470933978044306230538751772882614",
                "292864124694823594511131653121986527023"
            ],
            "threshold": 0.9
        },
        "target": {
            "file": "drivers/block/drbd/drbd_state.c"
        },
        "id": "CVE-2022-49085-bd493b87",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b6a4055036eed1f5e239ce3d8b0db1ce38bba447",
        "signature_type": "Line"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "103025281555075456537046777414534633615",
            "length": 498.0
        },
        "target": {
            "function": "notify_initial_state_done",
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-bdce59d3",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b6a4055036eed1f5e239ce3d8b0db1ce38bba447",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "line_hashes": [
                "95513950626926557068280082310423255157",
                "222328686642191685000328265304173889388",
                "203397254330361546383123110511001348808",
                "314596652796902188192324589552612497859",
                "66838208861295224158075117016381182969",
                "7562267514551108473920733313331087117",
                "169029419921635415050050438705790486912",
                "223169657408930551547626085706588548770",
                "40547014203299488793961722043546899584",
                "59559523381494908255905799362297392840",
                "60956479549083097306226809258824001223",
                "312750641406000983585399233074963460777",
                "16014379076736318926901041226898667373",
                "238712208467620295113935280303857788551",
                "198465897787172575366345403419570526400",
                "125763846242965298021296763916078512179"
            ],
            "threshold": 0.9
        },
        "target": {
            "file": "drivers/block/drbd/drbd_state_change.h"
        },
        "id": "CVE-2022-49085-c0653dc2",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@aadb22ba2f656581b2f733deb3a467c48cc618f6",
        "signature_type": "Line"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "20686489318290002942967315556429304921",
            "length": 1129.0
        },
        "target": {
            "function": "notify_connection_state",
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-c0a544cb",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@226e993c39405292781bfcf4b039a8db56aab362",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "259873955410194772686809198625957326923",
            "length": 1141.0
        },
        "target": {
            "function": "notify_resource_state",
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-c2bb04fc",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@188fe6b26765edbad4055611c0f788b6870f4024",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "270685673095851929578089284688470885884",
            "length": 236.0
        },
        "target": {
            "function": "notify_device_state_change",
            "file": "drivers/block/drbd/drbd_state.c"
        },
        "id": "CVE-2022-49085-c7d3f25c",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@de63e74da2333b4068bb79983e632db730fea97e",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "297969904041107252411511621633354477083",
            "length": 1093.0
        },
        "target": {
            "function": "notify_device_state",
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-caeffdfb",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@0489700bfeb1e53eb2039c2291c67e71b0b40103",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "299477076862952135147267255625630045359",
            "length": 351.0
        },
        "target": {
            "function": "notify_resource_state_change",
            "file": "drivers/block/drbd/drbd_state.c"
        },
        "id": "CVE-2022-49085-cb3a169f",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@aadb22ba2f656581b2f733deb3a467c48cc618f6",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "line_hashes": [
                "317914520990158424637401877324145853732",
                "193696540412553813057913877018796195084",
                "130872654856190318855677619959575341916",
                "330999054777268353335659601353977929056",
                "306199714379580143349563641519495537100",
                "273803340917866725692263422611563164293",
                "60626612328857572696818038126303245437",
                "314896019317248000929158358033910219755",
                "150263006605323143337587943207349256349",
                "128783916395111323647167514261913247726",
                "180789362323206718560485258146104351503",
                "149897039003050193746955206263812311499",
                "144119408417274236760741629888704822998",
                "220718275764775908745053542093060746144",
                "91118542179017237281339164861478906426",
                "306199714379580143349563641519495537100",
                "273803340917866725692263422611563164293",
                "60626612328857572696818038126303245437",
                "314896019317248000929158358033910219755",
                "51876021619704842155729863131079080340",
                "204008163923148879869118249767126291165",
                "34244453159798568848458304537640212106",
                "289127348429633357875777098089340811461",
                "154578298019689064684199436472225329820",
                "84097957481704225094323608740162178221",
                "180919204324219072366499063892846531502",
                "306199714379580143349563641519495537100",
                "273803340917866725692263422611563164293",
                "60626612328857572696818038126303245437",
                "314896019317248000929158358033910219755",
                "44498068450733047166953275624917945354",
                "28826639235130885991611269097488717861",
                "162945413152460436884964330932243702949",
                "30993322986953206276373389523684284735",
                "325396168812724147919239945531902676386",
                "52436689782685268515670287283086372242",
                "133519166990187465629933346355747845583",
                "306199714379580143349563641519495537100",
                "273803340917866725692263422611563164293",
                "60626612328857572696818038126303245437",
                "314896019317248000929158358033910219755",
                "96443120066761483944802833362054734680",
                "48247481424047570916977139636130131061",
                "178103733919628124259006341150940088926",
                "286813678043639864636069943600128204744",
                "56696243923772401922945030358073522715",
                "149752021054021690671133136645028362488",
                "313651897852886121495458299330654636804",
                "316024768684691707706551558623570421857",
                "332763605638823044584387343839322018376",
                "308084936883194417707735406136697310837",
                "40706404266427032228424757147115774227",
                "37581023355870445159482218435166240308",
                "284556000575743334339962281590745925056",
                "151987013913520974486500982970169497365",
                "92807855765957609906001857504243309559",
                "116097350394993655012124060819302770185",
                "9351958380526619776128376864825038732",
                "185931435481992894532358158048605185679",
                "304087113620903971568493830867476704971",
                "185651035263907273056045980210159871074",
                "170148575619959742986018355181547471833",
                "34876066120791345571514177309915767786",
                "280453149487331134060773767215458770050",
                "16870167756981612551474294667070039077",
                "324802718129367310232478737865814086788",
                "172937964078938045298628351933335472944",
                "254005771887939442912482833051565172259",
                "32250609459413586807263731834295665497",
                "51685613582366079241071469031658214045",
                "227220305661726230224919784441163134908",
                "83289225360691203005781434600901195740",
                "332307441990591394989674034495454854999",
                "94665018003218582477231941766760857395",
                "299011643598522741000272583831154713327",
                "255611539396502507580384740766538345584",
                "248687586999279354334091923034436953395",
                "214622378860891107116488814767609844260",
                "316593938735546369616176530775291303648",
                "271603313814537882946860047967032486827",
                "171745237141874845203192358942691336604",
                "41441264383980337058057241069991234904",
                "331498086899787483803101097455992770507",
                "335450194304197078964740133940501001299",
                "206154751843242628203584350343999877759",
                "181741560358972290515996699514444132677",
                "244424646631126118178656993882836538455",
                "23069867148951460291144764842603514477",
                "208035365577378040342504914185295472858",
                "209246072654708111876599326829551409719",
                "156511210545869080796317200989905246662",
                "63575515791902420896168074495953104783",
                "13630985188732812551254760849592214009"
            ],
            "threshold": 0.9
        },
        "target": {
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-cbbf6f5b",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b6a4055036eed1f5e239ce3d8b0db1ce38bba447",
        "signature_type": "Line"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "line_hashes": [
                "95513950626926557068280082310423255157",
                "222328686642191685000328265304173889388",
                "203397254330361546383123110511001348808",
                "314596652796902188192324589552612497859",
                "66838208861295224158075117016381182969",
                "7562267514551108473920733313331087117",
                "169029419921635415050050438705790486912",
                "223169657408930551547626085706588548770",
                "40547014203299488793961722043546899584",
                "59559523381494908255905799362297392840",
                "60956479549083097306226809258824001223",
                "312750641406000983585399233074963460777",
                "16014379076736318926901041226898667373",
                "238712208467620295113935280303857788551",
                "198465897787172575366345403419570526400",
                "125763846242965298021296763916078512179"
            ],
            "threshold": 0.9
        },
        "target": {
            "file": "drivers/block/drbd/drbd_state_change.h"
        },
        "id": "CVE-2022-49085-cfade9b3",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@594205b4936771a250f9d141e7e0fff21c3dd2d9",
        "signature_type": "Line"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "67770499071500604957686740102085630972",
            "length": 485.0
        },
        "target": {
            "function": "notify_peer_device_state_change",
            "file": "drivers/block/drbd/drbd_state.c"
        },
        "id": "CVE-2022-49085-d10e30e6",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@aadb22ba2f656581b2f733deb3a467c48cc618f6",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "270685673095851929578089284688470885884",
            "length": 236.0
        },
        "target": {
            "function": "notify_device_state_change",
            "file": "drivers/block/drbd/drbd_state.c"
        },
        "id": "CVE-2022-49085-d21e7f1c",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@0489700bfeb1e53eb2039c2291c67e71b0b40103",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "20686489318290002942967315556429304921",
            "length": 1129.0
        },
        "target": {
            "function": "notify_connection_state",
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-d2bcf957",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a972c768723359ec995579902473028fe3cd64b1",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "186969237694118168762991013650704522829",
            "length": 282.0
        },
        "target": {
            "function": "notify_connection_state_change",
            "file": "drivers/block/drbd/drbd_state.c"
        },
        "id": "CVE-2022-49085-d65b11c9",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@188fe6b26765edbad4055611c0f788b6870f4024",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "line_hashes": [
                "95513950626926557068280082310423255157",
                "222328686642191685000328265304173889388",
                "203397254330361546383123110511001348808",
                "314596652796902188192324589552612497859",
                "66838208861295224158075117016381182969",
                "7562267514551108473920733313331087117",
                "169029419921635415050050438705790486912",
                "223169657408930551547626085706588548770",
                "40547014203299488793961722043546899584",
                "59559523381494908255905799362297392840",
                "60956479549083097306226809258824001223",
                "312750641406000983585399233074963460777",
                "16014379076736318926901041226898667373",
                "238712208467620295113935280303857788551",
                "198465897787172575366345403419570526400",
                "125763846242965298021296763916078512179"
            ],
            "threshold": 0.9
        },
        "target": {
            "file": "drivers/block/drbd/drbd_state_change.h"
        },
        "id": "CVE-2022-49085-d87579d0",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@188fe6b26765edbad4055611c0f788b6870f4024",
        "signature_type": "Line"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "186969237694118168762991013650704522829",
            "length": 282.0
        },
        "target": {
            "function": "notify_connection_state_change",
            "file": "drivers/block/drbd/drbd_state.c"
        },
        "id": "CVE-2022-49085-db1097f7",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@594205b4936771a250f9d141e7e0fff21c3dd2d9",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "20686489318290002942967315556429304921",
            "length": 1129.0
        },
        "target": {
            "function": "notify_connection_state",
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-ddcf93bc",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@594205b4936771a250f9d141e7e0fff21c3dd2d9",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "line_hashes": [
                "310763180780995383477494709881084435507",
                "310730060846936615974571299083884324241",
                "150383836427252479814234932571066038492",
                "246456545138131890184114780868817989434",
                "156387067700587604168719188107524913786",
                "31065807576899390431078419345028583423",
                "173018948550621232791295596842835092826",
                "100045415633171075173466562438076366502",
                "68004730753499361504495455581869119209",
                "53567744134023648177332049682861841229",
                "99794210724629257221249149616179272741",
                "208302217732693274744944604935370205342",
                "223813484931058416903935697921172111228",
                "268507146078566878924565044510961563055",
                "5176360330782787590878708588052354587",
                "130057677974040831818416772446439309573",
                "208148544883172417335728595243261024848",
                "185564258085047901669295853589132889353",
                "71844614669226209965893709892153978135"
            ],
            "threshold": 0.9
        },
        "target": {
            "file": "drivers/block/drbd/drbd_int.h"
        },
        "id": "CVE-2022-49085-e05131a2",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@aadb22ba2f656581b2f733deb3a467c48cc618f6",
        "signature_type": "Line"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "297969904041107252411511621633354477083",
            "length": 1093.0
        },
        "target": {
            "function": "notify_device_state",
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-e0a4bd79",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@de63e74da2333b4068bb79983e632db730fea97e",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "67770499071500604957686740102085630972",
            "length": 485.0
        },
        "target": {
            "function": "notify_peer_device_state_change",
            "file": "drivers/block/drbd/drbd_state.c"
        },
        "id": "CVE-2022-49085-e39ca686",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@226e993c39405292781bfcf4b039a8db56aab362",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "line_hashes": [
                "310763180780995383477494709881084435507",
                "310730060846936615974571299083884324241",
                "150383836427252479814234932571066038492",
                "246456545138131890184114780868817989434",
                "156387067700587604168719188107524913786",
                "31065807576899390431078419345028583423",
                "173018948550621232791295596842835092826",
                "100045415633171075173466562438076366502",
                "68004730753499361504495455581869119209",
                "53567744134023648177332049682861841229",
                "99794210724629257221249149616179272741",
                "208302217732693274744944604935370205342",
                "223813484931058416903935697921172111228",
                "268507146078566878924565044510961563055",
                "5176360330782787590878708588052354587",
                "130057677974040831818416772446439309573",
                "208148544883172417335728595243261024848",
                "185564258085047901669295853589132889353",
                "71844614669226209965893709892153978135"
            ],
            "threshold": 0.9
        },
        "target": {
            "file": "drivers/block/drbd/drbd_int.h"
        },
        "id": "CVE-2022-49085-e3e2e438",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a972c768723359ec995579902473028fe3cd64b1",
        "signature_type": "Line"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "259873955410194772686809198625957326923",
            "length": 1141.0
        },
        "target": {
            "function": "notify_resource_state",
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-e8001a11",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@226e993c39405292781bfcf4b039a8db56aab362",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "67770499071500604957686740102085630972",
            "length": 485.0
        },
        "target": {
            "function": "notify_peer_device_state_change",
            "file": "drivers/block/drbd/drbd_state.c"
        },
        "id": "CVE-2022-49085-e83f10f4",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@de63e74da2333b4068bb79983e632db730fea97e",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "103025281555075456537046777414534633615",
            "length": 498.0
        },
        "target": {
            "function": "notify_initial_state_done",
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-ed25eba5",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@226e993c39405292781bfcf4b039a8db56aab362",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "67770499071500604957686740102085630972",
            "length": 485.0
        },
        "target": {
            "function": "notify_peer_device_state_change",
            "file": "drivers/block/drbd/drbd_state.c"
        },
        "id": "CVE-2022-49085-f024ee09",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b6a4055036eed1f5e239ce3d8b0db1ce38bba447",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "line_hashes": [
                "259155491909311222252984562383102013459",
                "267857507278247296955580193374120837805",
                "309807254716326758388782901633237444825",
                "94141870509714587243335462139995182529",
                "99809345279973744888990228763765984396",
                "97503384360777799797791575041474731567",
                "242438638030069557206465112777929240197",
                "79313102417818042033424292069290378065",
                "168403667056523820924067742974741252336",
                "120214081005737581310121160774673313879",
                "335772742876754265474676919118316288016",
                "200709389248971048539655105503222171628",
                "166052397373501695193703604333477241123",
                "157512874379965048161806219166161075114",
                "15253182977795981106067029878076899530",
                "34646382040523186198701533659006168821",
                "125530211598457247951228801938776848457",
                "114597627544851075585897658893384271733",
                "266850599918206855545780101077443918117",
                "274961118119844362463431672468590425260",
                "297583708225137282479337313105410298357",
                "185695047481497609985817184817482476815",
                "50670652423753046686932784556340060473",
                "51821129009776534771926755857590883539",
                "16466522405236845607709347329226840029",
                "108958174770608989680202166672328966294",
                "63224763493822537072749351487951416266",
                "227822759650503109882540854728286978084",
                "70942470933978044306230538751772882614",
                "292864124694823594511131653121986527023"
            ],
            "threshold": 0.9
        },
        "target": {
            "file": "drivers/block/drbd/drbd_state.c"
        },
        "id": "CVE-2022-49085-f1d75ca7",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@188fe6b26765edbad4055611c0f788b6870f4024",
        "signature_type": "Line"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "6081774543273287103488766992465329583",
            "length": 1138.0
        },
        "target": {
            "function": "notify_peer_device_state",
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-f4081dfc",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@aadb22ba2f656581b2f733deb3a467c48cc618f6",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "103025281555075456537046777414534633615",
            "length": 498.0
        },
        "target": {
            "function": "notify_initial_state_done",
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-f4aa9f90",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@de63e74da2333b4068bb79983e632db730fea97e",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "line_hashes": [
                "95513950626926557068280082310423255157",
                "222328686642191685000328265304173889388",
                "203397254330361546383123110511001348808",
                "314596652796902188192324589552612497859",
                "66838208861295224158075117016381182969",
                "7562267514551108473920733313331087117",
                "169029419921635415050050438705790486912",
                "223169657408930551547626085706588548770",
                "40547014203299488793961722043546899584",
                "59559523381494908255905799362297392840",
                "60956479549083097306226809258824001223",
                "312750641406000983585399233074963460777",
                "16014379076736318926901041226898667373",
                "238712208467620295113935280303857788551",
                "198465897787172575366345403419570526400",
                "125763846242965298021296763916078512179"
            ],
            "threshold": 0.9
        },
        "target": {
            "file": "drivers/block/drbd/drbd_state_change.h"
        },
        "id": "CVE-2022-49085-f9059164",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@a972c768723359ec995579902473028fe3cd64b1",
        "signature_type": "Line"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "line_hashes": [
                "95513950626926557068280082310423255157",
                "222328686642191685000328265304173889388",
                "203397254330361546383123110511001348808",
                "314596652796902188192324589552612497859",
                "66838208861295224158075117016381182969",
                "7562267514551108473920733313331087117",
                "169029419921635415050050438705790486912",
                "223169657408930551547626085706588548770",
                "40547014203299488793961722043546899584",
                "59559523381494908255905799362297392840",
                "60956479549083097306226809258824001223",
                "312750641406000983585399233074963460777",
                "16014379076736318926901041226898667373",
                "238712208467620295113935280303857788551",
                "198465897787172575366345403419570526400",
                "125763846242965298021296763916078512179"
            ],
            "threshold": 0.9
        },
        "target": {
            "file": "drivers/block/drbd/drbd_state_change.h"
        },
        "id": "CVE-2022-49085-f939ab0f",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dcf6be17b5c53b741898d2223b23e66d682de300",
        "signature_type": "Line"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "186969237694118168762991013650704522829",
            "length": 282.0
        },
        "target": {
            "function": "notify_connection_state_change",
            "file": "drivers/block/drbd/drbd_state.c"
        },
        "id": "CVE-2022-49085-fa3cf819",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b6a4055036eed1f5e239ce3d8b0db1ce38bba447",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "line_hashes": [
                "310763180780995383477494709881084435507",
                "310730060846936615974571299083884324241",
                "150383836427252479814234932571066038492",
                "246456545138131890184114780868817989434",
                "156387067700587604168719188107524913786",
                "31065807576899390431078419345028583423",
                "173018948550621232791295596842835092826",
                "100045415633171075173466562438076366502",
                "68004730753499361504495455581869119209",
                "53567744134023648177332049682861841229",
                "99794210724629257221249149616179272741",
                "208302217732693274744944604935370205342",
                "223813484931058416903935697921172111228",
                "268507146078566878924565044510961563055",
                "5176360330782787590878708588052354587",
                "130057677974040831818416772446439309573",
                "208148544883172417335728595243261024848",
                "185564258085047901669295853589132889353",
                "71844614669226209965893709892153978135"
            ],
            "threshold": 0.9
        },
        "target": {
            "file": "drivers/block/drbd/drbd_int.h"
        },
        "id": "CVE-2022-49085-fa9f2eb4",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dcf6be17b5c53b741898d2223b23e66d682de300",
        "signature_type": "Line"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "270685673095851929578089284688470885884",
            "length": 236.0
        },
        "target": {
            "function": "notify_device_state_change",
            "file": "drivers/block/drbd/drbd_state.c"
        },
        "id": "CVE-2022-49085-fbab255a",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@188fe6b26765edbad4055611c0f788b6870f4024",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "20686489318290002942967315556429304921",
            "length": 1129.0
        },
        "target": {
            "function": "notify_connection_state",
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-fc156648",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b6a4055036eed1f5e239ce3d8b0db1ce38bba447",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "259873955410194772686809198625957326923",
            "length": 1141.0
        },
        "target": {
            "function": "notify_resource_state",
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-fdcec2eb",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dcf6be17b5c53b741898d2223b23e66d682de300",
        "signature_type": "Function"
    },
    {
        "deprecated": false,
        "signature_version": "v1",
        "digest": {
            "function_hash": "138380820240452612685797508687670935203",
            "length": 1258.0
        },
        "target": {
            "function": "get_initial_state",
            "file": "drivers/block/drbd/drbd_nl.c"
        },
        "id": "CVE-2022-49085-fe707b14",
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b6a4055036eed1f5e239ce3d8b0db1ce38bba447",
        "signature_type": "Function"
    }
]

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.5.0
Fixed
4.9.311
Type
ECOSYSTEM
Events
Introduced
4.10.0
Fixed
4.14.276
Type
ECOSYSTEM
Events
Introduced
4.15.0
Fixed
4.19.238
Type
ECOSYSTEM
Events
Introduced
4.20.0
Fixed
5.4.189
Type
ECOSYSTEM
Events
Introduced
5.5.0
Fixed
5.10.111
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.34
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
5.16.20
Type
ECOSYSTEM
Events
Introduced
5.17.0
Fixed
5.17.3