CVE-2024-46678

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-46678
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2024-46678.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2024-46678
Downstream
Related
Published
2024-09-13T05:29:12Z
Modified
2025-10-15T14:56:51.175368Z
Summary
bonding: change ipsec_lock from spin lock to mutex
Details

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

bonding: change ipsec_lock from spin lock to mutex

In the cited commit, bond->ipseclock is added to protect ipseclist, hence xdodevstateadd and xdodevstatedelete are called inside this lock. As ipsec_lock is a spin lock and such xfrmdev ops may sleep, "scheduling while atomic" will be triggered when changing bond's active slave.

[ 101.055189] BUG: scheduling while atomic: bash/902/0x00000200 [ 101.055726] Modules linked in: [ 101.058211] CPU: 3 PID: 902 Comm: bash Not tainted 6.9.0-rc4+ #1 [ 101.058760] Hardware name: [ 101.059434] Call Trace: [ 101.059436] <TASK> [ 101.060873] dumpstacklvl+0x51/0x60 [ 101.061275] _schedulebug+0x4e/0x60 [ 101.061682] _schedule+0x612/0x7c0 [ 101.062078] ? _modtimer+0x25c/0x370 [ 101.062486] schedule+0x25/0xd0 [ 101.062845] scheduletimeout+0x77/0xf0 [ 101.063265] ? asmcommoninterrupt+0x22/0x40 [ 101.063724] ? _bpftraceitimerstate+0x10/0x10 [ 101.064215] _waitforcommon+0x87/0x190 [ 101.064648] ? usleeprangestate+0x90/0x90 [ 101.065091] cmdexec+0x437/0xb20 [mlx5core] [ 101.065569] mlx5cmddo+0x1e/0x40 [mlx5core] [ 101.066051] mlx5cmdexec+0x18/0x30 [mlx5core] [ 101.066552] mlx5cryptocreatedekkey+0xea/0x120 [mlx5core] [ 101.067163] ? bondingsysfsstoreoption+0x4d/0x80 [bonding] [ 101.067738] ? kmalloctrace+0x4d/0x350 [ 101.068156] mlx5ipseccreatesactx+0x33/0x100 [mlx5core] [ 101.068747] mlx5exfrmaddstate+0x47b/0xaa0 [mlx5core] [ 101.069312] bondchangeactiveslave+0x392/0x900 [bonding] [ 101.069868] bondoptionactiveslaveset+0x1c2/0x240 [bonding] [ 101.070454] _bondoptset+0xa6/0x430 [bonding] [ 101.070935] _bondoptsetnotify+0x2f/0x90 [bonding] [ 101.071453] bondopttrysetrtnl+0x72/0xb0 [bonding] [ 101.071965] bondingsysfsstoreoption+0x4d/0x80 [bonding] [ 101.072567] kernfsfopwriteiter+0x10c/0x1a0 [ 101.073033] vfswrite+0x2d8/0x400 [ 101.073416] ? allocfd+0x48/0x180 [ 101.073798] ksyswrite+0x5f/0xe0 [ 101.074175] dosyscall64+0x52/0x110 [ 101.074576] entrySYSCALL64after_hwframe+0x4b/0x53

As bondipsecaddsaall and bondipsecdelsaall are only called from bondchangeactiveslave, which requires holding the RTNL lock. And bondipsecaddsa and bondipsecdelsa are xfrm state xdodevstateadd and xdodevstatedelete APIs, which are in user context. So ipseclock doesn't have to be spin lock, change it to mutex, and thus the above issue can be resolved.

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
9a5605505d9c7dbfdb89cc29a8f5fc5cf9fd2334
Fixed
6b598069164ac1bb60996d6ff94e7f9169dbd2d3
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
9a5605505d9c7dbfdb89cc29a8f5fc5cf9fd2334
Fixed
56354b0a2c24a7828eeed7de4b4dc9652d9affa3
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
9a5605505d9c7dbfdb89cc29a8f5fc5cf9fd2334
Fixed
2aeeef906d5a526dc60cf4af92eda69836c39b1f
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
56ccdf868ab6010739a24a3d72c3e53fd0e1ace2
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
42ec69b9cd7d1f9a8b7420807f3a5d899ca99d28

Affected versions

v4.*

v4.19.1
v4.19.10
v4.19.11
v4.19.12
v4.19.13
v4.19.14
v4.19.15
v4.19.16
v4.19.17
v4.19.18
v4.19.19
v4.19.2
v4.19.20
v4.19.21
v4.19.22
v4.19.23
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

v5.*

v5.10.1
v5.10.10
v5.10.100
v5.10.101
v5.10.102
v5.10.103
v5.10.104
v5.10.105
v5.10.106
v5.10.107
v5.10.108
v5.10.109
v5.10.11
v5.10.110
v5.10.111
v5.10.112
v5.10.113
v5.10.114
v5.10.115
v5.10.116
v5.10.117
v5.10.118
v5.10.119
v5.10.12
v5.10.120
v5.10.121
v5.10.122
v5.10.123
v5.10.124
v5.10.125
v5.10.126
v5.10.127
v5.10.128
v5.10.129
v5.10.13
v5.10.130
v5.10.131
v5.10.132
v5.10.133
v5.10.134
v5.10.135
v5.10.136
v5.10.137
v5.10.138
v5.10.139
v5.10.14
v5.10.140
v5.10.141
v5.10.142
v5.10.143
v5.10.144
v5.10.145
v5.10.146
v5.10.147
v5.10.148
v5.10.149
v5.10.15
v5.10.150
v5.10.151
v5.10.152
v5.10.153
v5.10.154
v5.10.155
v5.10.156
v5.10.157
v5.10.158
v5.10.159
v5.10.16
v5.10.160
v5.10.161
v5.10.162
v5.10.163
v5.10.164
v5.10.165
v5.10.166
v5.10.167
v5.10.168
v5.10.169
v5.10.17
v5.10.170
v5.10.171
v5.10.172
v5.10.173
v5.10.174
v5.10.175
v5.10.176
v5.10.177
v5.10.178
v5.10.179
v5.10.18
v5.10.180
v5.10.181
v5.10.182
v5.10.183
v5.10.184
v5.10.185
v5.10.186
v5.10.187
v5.10.188
v5.10.189
v5.10.19
v5.10.190
v5.10.191
v5.10.192
v5.10.193
v5.10.194
v5.10.195
v5.10.196
v5.10.197
v5.10.198
v5.10.199
v5.10.2
v5.10.200
v5.10.201
v5.10.202
v5.10.203
v5.10.204
v5.10.205
v5.10.206
v5.10.207
v5.10.208
v5.10.209
v5.10.210
v5.10.211
v5.10.212
v5.10.213
v5.10.214
v5.10.215
v5.10.216
v5.10.217
v5.10.218
v5.10.219
v5.10.220
v5.10.221
v5.10.222
v5.10.223
v5.10.224
v5.10.225
v5.10.226
v5.10.227
v5.10.228
v5.10.229
v5.10.230
v5.10.231
v5.10.232
v5.10.233
v5.10.234
v5.10.235
v5.10.236
v5.10.237
v5.10.238
v5.10.239
v5.10.240
v5.10.241
v5.10.242
v5.10.243
v5.10.244
v5.10.245
v5.10.3
v5.10.4
v5.10.5
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.11.1
v5.11.10
v5.11.11
v5.11.12
v5.11.13
v5.11.14
v5.11.15
v5.11.16
v5.11.17
v5.11.18
v5.11.19
v5.11.2
v5.11.20
v5.11.21
v5.11.3
v5.11.4
v5.11.5
v5.11.6
v5.11.7
v5.11.8
v5.11.9
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.12.1
v5.12.10
v5.12.11
v5.12.12
v5.12.13
v5.12.14
v5.12.15
v5.12.16
v5.12.17
v5.12.18
v5.12.19
v5.12.2
v5.12.3
v5.12.4
v5.12.5
v5.12.6
v5.12.7
v5.12.8
v5.12.9
v5.13
v5.13-rc1
v5.13-rc2
v5.13-rc3
v5.13-rc4
v5.13-rc5
v5.13-rc6
v5.13-rc7
v5.13.10
v5.13.11
v5.13.12
v5.13.13
v5.13.14
v5.13.15
v5.13.16
v5.13.17
v5.13.18
v5.13.19
v5.13.6
v5.13.7
v5.13.8
v5.13.9
v5.14
v5.14-rc1
v5.14-rc2
v5.14-rc3
v5.14-rc4
v5.14-rc5
v5.14-rc6
v5.14-rc7
v5.14.1
v5.14.10
v5.14.11
v5.14.12
v5.14.13
v5.14.14
v5.14.15
v5.14.16
v5.14.17
v5.14.18
v5.14.19
v5.14.2
v5.14.20
v5.14.3
v5.14.4
v5.14.5
v5.14.6
v5.14.7
v5.14.8
v5.14.9
v5.15
v5.15-rc1
v5.15-rc2
v5.15-rc3
v5.15-rc4
v5.15-rc5
v5.15-rc6
v5.15-rc7
v5.15.1
v5.15.10
v5.15.11
v5.15.12
v5.15.13
v5.15.14
v5.15.15
v5.15.16
v5.15.17
v5.15.18
v5.15.19
v5.15.2
v5.15.20
v5.15.21
v5.15.22
v5.15.23
v5.15.24
v5.15.25
v5.15.26
v5.15.27
v5.15.28
v5.15.29
v5.15.3
v5.15.30
v5.15.31
v5.15.32
v5.15.33
v5.15.34
v5.15.35
v5.15.36
v5.15.37
v5.15.38
v5.15.39
v5.15.4
v5.15.40
v5.15.41
v5.15.42
v5.15.43
v5.15.44
v5.15.45
v5.15.46
v5.15.47
v5.15.48
v5.15.49
v5.15.5
v5.15.50
v5.15.51
v5.15.52
v5.15.53
v5.15.54
v5.15.55
v5.15.56
v5.15.57
v5.15.58
v5.15.59
v5.15.6
v5.15.60
v5.15.61
v5.15.62
v5.15.63
v5.15.64
v5.15.65
v5.15.66
v5.15.67
v5.15.68
v5.15.69
v5.15.7
v5.15.70
v5.15.71
v5.15.72
v5.15.73
v5.15.74
v5.15.75
v5.15.76
v5.15.77
v5.15.78
v5.15.79
v5.15.8
v5.15.80
v5.15.81
v5.15.82
v5.15.83
v5.15.84
v5.15.85
v5.15.86
v5.15.87
v5.15.88
v5.15.89
v5.15.9
v5.15.90
v5.15.91
v5.15.92
v5.15.93
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.20
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.10
v5.17.11
v5.17.12
v5.17.13
v5.17.14
v5.17.2
v5.17.3
v5.17.4
v5.17.5
v5.17.6
v5.17.7
v5.17.8
v5.17.9
v5.18
v5.18-rc1
v5.18-rc2
v5.18-rc3
v5.18-rc4
v5.18-rc5
v5.18-rc6
v5.18-rc7
v5.18.1
v5.18.10
v5.18.11
v5.18.12
v5.18.13
v5.18.14
v5.18.15
v5.18.16
v5.18.17
v5.18.18
v5.18.19
v5.18.2
v5.18.3
v5.18.4
v5.18.5
v5.18.6
v5.18.7
v5.18.8
v5.18.9
v5.19
v5.19-rc1
v5.19-rc2
v5.19-rc3
v5.19-rc4
v5.19-rc5
v5.19-rc6
v5.19-rc7
v5.19-rc8
v5.19.1
v5.19.10
v5.19.11
v5.19.12
v5.19.13
v5.19.14
v5.19.15
v5.19.16
v5.19.2
v5.19.3
v5.19.4
v5.19.5
v5.19.6
v5.19.7
v5.19.8
v5.19.9
v5.4.1
v5.4.10
v5.4.11
v5.4.12
v5.4.13
v5.4.14
v5.4.15
v5.4.16
v5.4.17
v5.4.18
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.9
v5.6.1
v5.6.10
v5.6.11
v5.6.12
v5.6.13
v5.6.14
v5.6.15
v5.6.16
v5.6.17
v5.6.18
v5.6.2
v5.6.3
v5.6.4
v5.6.5
v5.6.6
v5.6.7
v5.6.8
v5.6.9
v5.7.1
v5.7.10
v5.7.11
v5.7.12
v5.7.13
v5.7.14
v5.7.15
v5.7.16
v5.7.2
v5.7.3
v5.7.4
v5.7.5
v5.7.6
v5.7.7
v5.7.8
v5.7.9
v5.8.1
v5.8.10
v5.8.11
v5.8.12
v5.8.13
v5.8.14
v5.8.15
v5.8.16
v5.8.17
v5.8.18
v5.8.2
v5.8.3
v5.8.4
v5.8.5
v5.8.6
v5.8.7
v5.8.8
v5.8.9
v5.9.1
v5.9.10
v5.9.11
v5.9.12
v5.9.13
v5.9.14
v5.9.15
v5.9.16
v5.9.2
v5.9.3
v5.9.4
v5.9.5
v5.9.6
v5.9.7
v5.9.8
v5.9.9

v6.*

v6.0
v6.0-rc1
v6.0-rc2
v6.0-rc3
v6.0-rc4
v6.0-rc5
v6.0-rc6
v6.0-rc7
v6.0.1
v6.0.10
v6.0.11
v6.0.12
v6.0.13
v6.0.14
v6.0.15
v6.0.16
v6.0.17
v6.0.18
v6.0.2
v6.0.3
v6.0.4
v6.0.5
v6.0.6
v6.0.7
v6.0.8
v6.0.9
v6.1
v6.1-rc1
v6.1-rc2
v6.1-rc3
v6.1-rc4
v6.1-rc5
v6.1-rc6
v6.1-rc7
v6.1-rc8
v6.1.1
v6.1.10
v6.1.11
v6.1.12
v6.1.13
v6.1.14
v6.1.15
v6.1.16
v6.1.17
v6.1.18
v6.1.19
v6.1.2
v6.1.20
v6.1.21
v6.1.22
v6.1.23
v6.1.24
v6.1.25
v6.1.26
v6.1.27
v6.1.28
v6.1.29
v6.1.3
v6.1.30
v6.1.31
v6.1.32
v6.1.33
v6.1.34
v6.1.35
v6.1.36
v6.1.37
v6.1.38
v6.1.39
v6.1.4
v6.1.40
v6.1.41
v6.1.42
v6.1.43
v6.1.44
v6.1.45
v6.1.46
v6.1.47
v6.1.48
v6.1.49
v6.1.5
v6.1.50
v6.1.51
v6.1.52
v6.1.53
v6.1.54
v6.1.55
v6.1.56
v6.1.57
v6.1.58
v6.1.59
v6.1.6
v6.1.60
v6.1.61
v6.1.62
v6.1.63
v6.1.64
v6.1.65
v6.1.66
v6.1.67
v6.1.68
v6.1.69
v6.1.7
v6.1.70
v6.1.71
v6.1.72
v6.1.73
v6.1.74
v6.1.75
v6.1.8
v6.1.9
v6.10
v6.10-rc1
v6.10-rc2
v6.10-rc3
v6.10-rc4
v6.10-rc5
v6.10-rc6
v6.10-rc7
v6.10.1
v6.10.10
v6.10.11
v6.10.12
v6.10.13
v6.10.2
v6.10.3
v6.10.4
v6.10.5
v6.10.6
v6.10.7
v6.10.8
v6.10.9
v6.11
v6.11-rc1
v6.11-rc2
v6.11-rc3
v6.11-rc4
v6.11-rc5
v6.11-rc6
v6.11-rc7
v6.11.1
v6.11.10
v6.11.11
v6.11.2
v6.11.3
v6.11.4
v6.11.5
v6.11.6
v6.11.7
v6.11.8
v6.11.9
v6.12
v6.12-rc1
v6.12-rc2
v6.12-rc3
v6.12-rc4
v6.12-rc5
v6.12-rc6
v6.12-rc7
v6.12.1
v6.12.10
v6.12.11
v6.12.12
v6.12.13
v6.12.14
v6.12.15
v6.12.16
v6.12.17
v6.12.18
v6.12.19
v6.12.2
v6.12.20
v6.12.21
v6.12.22
v6.12.23
v6.12.24
v6.12.25
v6.12.26
v6.12.27
v6.12.28
v6.12.29
v6.12.3
v6.12.30
v6.12.31
v6.12.32
v6.12.33
v6.12.34
v6.12.35
v6.12.36
v6.12.37
v6.12.38
v6.12.39
v6.12.4
v6.12.40
v6.12.41
v6.12.42
v6.12.43
v6.12.44
v6.12.45
v6.12.46
v6.12.47
v6.12.48
v6.12.49
v6.12.5
v6.12.50
v6.12.51
v6.12.52
v6.12.53
v6.12.6
v6.12.7
v6.12.8
v6.12.9
v6.13
v6.13-rc1
v6.13-rc2
v6.13-rc3
v6.13-rc4
v6.13-rc5
v6.13-rc6
v6.13-rc7
v6.13.1
v6.13.10
v6.13.11
v6.13.12
v6.13.2
v6.13.3
v6.13.4
v6.13.5
v6.13.6
v6.13.7
v6.13.8
v6.13.9
v6.14
v6.14-rc1
v6.14-rc2
v6.14-rc3
v6.14-rc4
v6.14-rc5
v6.14-rc6
v6.14-rc7
v6.14.1
v6.14.10
v6.14.11
v6.14.2
v6.14.3
v6.14.4
v6.14.5
v6.14.6
v6.14.7
v6.14.8
v6.14.9
v6.15
v6.15-rc1
v6.15-rc2
v6.15-rc3
v6.15-rc4
v6.15-rc5
v6.15-rc6
v6.15-rc7
v6.15.1
v6.15.10
v6.15.11
v6.15.2
v6.15.3
v6.15.4
v6.15.5
v6.15.6
v6.15.7
v6.15.8
v6.15.9
v6.16
v6.16-rc1
v6.16-rc2
v6.16-rc3
v6.16-rc4
v6.16-rc5
v6.16-rc6
v6.16-rc7
v6.16.1
v6.16.10
v6.16.11
v6.16.12
v6.16.2
v6.16.3
v6.16.4
v6.16.5
v6.16.6
v6.16.7
v6.16.8
v6.16.9
v6.17
v6.17-rc1
v6.17-rc2
v6.17-rc3
v6.17-rc4
v6.17-rc5
v6.17-rc6
v6.17-rc7
v6.17.1
v6.17.2
v6.17.3
v6.2
v6.2-rc1
v6.2-rc2
v6.2-rc3
v6.2-rc4
v6.2-rc5
v6.2-rc6
v6.2-rc7
v6.2-rc8
v6.2.1
v6.2.10
v6.2.11
v6.2.12
v6.2.13
v6.2.14
v6.2.15
v6.2.2
v6.2.3
v6.2.4
v6.2.5
v6.2.6
v6.2.7
v6.2.8
v6.2.9
v6.3
v6.3-rc1
v6.3-rc2
v6.3-rc3
v6.3-rc4
v6.3-rc5
v6.3-rc6
v6.3-rc7
v6.3.1
v6.3.10
v6.3.11
v6.3.12
v6.3.2
v6.3.3
v6.3.4
v6.3.5
v6.3.6
v6.3.7
v6.3.8
v6.3.9
v6.4
v6.4-rc1
v6.4-rc2
v6.4-rc3
v6.4-rc4
v6.4-rc5
v6.4-rc6
v6.4-rc7
v6.4.1
v6.4.10
v6.4.11
v6.4.12
v6.4.13
v6.4.14
v6.4.15
v6.4.16
v6.4.2
v6.4.3
v6.4.4
v6.4.5
v6.4.6
v6.4.7
v6.4.8
v6.4.9
v6.5
v6.5-rc1
v6.5-rc2
v6.5-rc3
v6.5-rc4
v6.5-rc5
v6.5-rc6
v6.5-rc7
v6.5.1
v6.5.10
v6.5.11
v6.5.12
v6.5.13
v6.5.2
v6.5.3
v6.5.4
v6.5.5
v6.5.6
v6.5.7
v6.5.8
v6.5.9
v6.6
v6.6-rc1
v6.6-rc2
v6.6-rc3
v6.6-rc4
v6.6-rc5
v6.6-rc6
v6.6-rc7
v6.6.1
v6.6.10
v6.6.11
v6.6.12
v6.6.13
v6.6.14
v6.6.15
v6.6.16
v6.6.17
v6.6.18
v6.6.19
v6.6.2
v6.6.20
v6.6.21
v6.6.22
v6.6.23
v6.6.24
v6.6.25
v6.6.26
v6.6.27
v6.6.28
v6.6.29
v6.6.3
v6.6.30
v6.6.31
v6.6.32
v6.6.33
v6.6.34
v6.6.35
v6.6.36
v6.6.37
v6.6.38
v6.6.39
v6.6.4
v6.6.40
v6.6.41
v6.6.42
v6.6.43
v6.6.44
v6.6.45
v6.6.46
v6.6.47
v6.6.48
v6.6.49
v6.6.5
v6.6.50
v6.6.51
v6.6.52
v6.6.53
v6.6.54
v6.6.55
v6.6.56
v6.6.57
v6.6.58
v6.6.59
v6.6.6
v6.6.60
v6.6.61
v6.6.62
v6.6.63
v6.6.64
v6.6.65
v6.6.66
v6.6.67
v6.6.68
v6.6.69
v6.6.7
v6.6.70
v6.6.71
v6.6.72
v6.6.73
v6.6.8
v6.6.9
v6.7
v6.7-rc1
v6.7-rc2
v6.7-rc3
v6.7-rc4
v6.7-rc5
v6.7-rc6
v6.7-rc7
v6.7-rc8
v6.7.1
v6.7.10
v6.7.11
v6.7.2
v6.7.3
v6.7.4
v6.7.5
v6.7.6
v6.7.7
v6.7.8
v6.7.9
v6.8
v6.8-rc1
v6.8-rc2
v6.8-rc3
v6.8-rc4
v6.8-rc5
v6.8-rc6
v6.8-rc7
v6.8.1
v6.8.10
v6.8.11
v6.8.2
v6.8.3
v6.8.4
v6.8.5
v6.8.6
v6.8.7
v6.8.8
v6.8.9
v6.9
v6.9-rc1
v6.9-rc2
v6.9-rc3
v6.9-rc4
v6.9-rc5
v6.9-rc6
v6.9-rc7
v6.9.1
v6.9.10
v6.9.11
v6.9.12
v6.9.2
v6.9.3
v6.9.4
v6.9.5
v6.9.6
v6.9.7
v6.9.8
v6.9.9

Database specific

{
    "vanir_signatures": [
        {
            "signature_version": "v1",
            "signature_type": "Function",
            "target": {
                "file": "drivers/net/bonding/bond_main.c",
                "function": "bond_ipsec_add_sa"
            },
            "deprecated": false,
            "digest": {
                "length": 980.0,
                "function_hash": "244129659844457000418818814899668287957"
            },
            "id": "CVE-2024-46678-14f988d1",
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@2aeeef906d5a526dc60cf4af92eda69836c39b1f"
        },
        {
            "signature_version": "v1",
            "signature_type": "Function",
            "target": {
                "file": "drivers/net/bonding/bond_main.c",
                "function": "bond_uninit"
            },
            "deprecated": false,
            "digest": {
                "length": 348.0,
                "function_hash": "310530838423907955112552068703712480994"
            },
            "id": "CVE-2024-46678-162015e8",
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@2aeeef906d5a526dc60cf4af92eda69836c39b1f"
        },
        {
            "signature_version": "v1",
            "signature_type": "Line",
            "target": {
                "file": "include/net/bonding.h"
            },
            "deprecated": false,
            "digest": {
                "line_hashes": [
                    "131389781964170256706173779730043613076",
                    "213333545424447916799971098941091915988",
                    "182320529700887938257568641086176031109",
                    "69539523535792426342557044197721991372"
                ],
                "threshold": 0.9
            },
            "id": "CVE-2024-46678-22aeee93",
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@6b598069164ac1bb60996d6ff94e7f9169dbd2d3"
        },
        {
            "signature_version": "v1",
            "signature_type": "Function",
            "target": {
                "file": "drivers/net/bonding/bond_main.c",
                "function": "bond_ipsec_add_sa_all"
            },
            "deprecated": false,
            "digest": {
                "length": 875.0,
                "function_hash": "72220186914272486990825094666672817021"
            },
            "id": "CVE-2024-46678-4ac9135c",
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@56354b0a2c24a7828eeed7de4b4dc9652d9affa3"
        },
        {
            "signature_version": "v1",
            "signature_type": "Function",
            "target": {
                "file": "drivers/net/bonding/bond_main.c",
                "function": "bond_uninit"
            },
            "deprecated": false,
            "digest": {
                "length": 348.0,
                "function_hash": "310530838423907955112552068703712480994"
            },
            "id": "CVE-2024-46678-4d922389",
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@6b598069164ac1bb60996d6ff94e7f9169dbd2d3"
        },
        {
            "signature_version": "v1",
            "signature_type": "Function",
            "target": {
                "file": "drivers/net/bonding/bond_main.c",
                "function": "bond_ipsec_del_sa_all"
            },
            "deprecated": false,
            "digest": {
                "length": 781.0,
                "function_hash": "164942018493480490900114123545510316632"
            },
            "id": "CVE-2024-46678-51a6b914",
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@56354b0a2c24a7828eeed7de4b4dc9652d9affa3"
        },
        {
            "signature_version": "v1",
            "signature_type": "Function",
            "target": {
                "file": "drivers/net/bonding/bond_main.c",
                "function": "bond_ipsec_del_sa"
            },
            "deprecated": false,
            "digest": {
                "length": 848.0,
                "function_hash": "194868208867400252058758636142016395694"
            },
            "id": "CVE-2024-46678-58cd67c6",
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@56354b0a2c24a7828eeed7de4b4dc9652d9affa3"
        },
        {
            "signature_version": "v1",
            "signature_type": "Function",
            "target": {
                "file": "drivers/net/bonding/bond_main.c",
                "function": "bond_ipsec_add_sa"
            },
            "deprecated": false,
            "digest": {
                "length": 980.0,
                "function_hash": "244129659844457000418818814899668287957"
            },
            "id": "CVE-2024-46678-5c6d8bb0",
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@6b598069164ac1bb60996d6ff94e7f9169dbd2d3"
        },
        {
            "signature_version": "v1",
            "signature_type": "Function",
            "target": {
                "file": "drivers/net/bonding/bond_main.c",
                "function": "bond_ipsec_del_sa"
            },
            "deprecated": false,
            "digest": {
                "length": 848.0,
                "function_hash": "194868208867400252058758636142016395694"
            },
            "id": "CVE-2024-46678-62a5e2ec",
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@2aeeef906d5a526dc60cf4af92eda69836c39b1f"
        },
        {
            "signature_version": "v1",
            "signature_type": "Function",
            "target": {
                "file": "drivers/net/bonding/bond_main.c",
                "function": "bond_ipsec_del_sa_all"
            },
            "deprecated": false,
            "digest": {
                "length": 781.0,
                "function_hash": "164942018493480490900114123545510316632"
            },
            "id": "CVE-2024-46678-6ad4e1ea",
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@2aeeef906d5a526dc60cf4af92eda69836c39b1f"
        },
        {
            "signature_version": "v1",
            "signature_type": "Function",
            "target": {
                "file": "drivers/net/bonding/bond_main.c",
                "function": "bond_ipsec_add_sa_all"
            },
            "deprecated": false,
            "digest": {
                "length": 875.0,
                "function_hash": "72220186914272486990825094666672817021"
            },
            "id": "CVE-2024-46678-6d5de6db",
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@2aeeef906d5a526dc60cf4af92eda69836c39b1f"
        },
        {
            "signature_version": "v1",
            "signature_type": "Function",
            "target": {
                "file": "drivers/net/bonding/bond_main.c",
                "function": "bond_ipsec_add_sa_all"
            },
            "deprecated": false,
            "digest": {
                "length": 875.0,
                "function_hash": "72220186914272486990825094666672817021"
            },
            "id": "CVE-2024-46678-86c0229b",
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@6b598069164ac1bb60996d6ff94e7f9169dbd2d3"
        },
        {
            "signature_version": "v1",
            "signature_type": "Function",
            "target": {
                "file": "drivers/net/bonding/bond_main.c",
                "function": "bond_ipsec_del_sa_all"
            },
            "deprecated": false,
            "digest": {
                "length": 781.0,
                "function_hash": "164942018493480490900114123545510316632"
            },
            "id": "CVE-2024-46678-9b625a00",
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@6b598069164ac1bb60996d6ff94e7f9169dbd2d3"
        },
        {
            "signature_version": "v1",
            "signature_type": "Line",
            "target": {
                "file": "drivers/net/bonding/bond_main.c"
            },
            "deprecated": false,
            "digest": {
                "line_hashes": [
                    "163482465936904467107332995042450514571",
                    "64414500015769110128611119820598330475",
                    "253209949963840565951879162898043901594",
                    "166744726542585077385029133871422777798",
                    "316714577740949349101662776366387662188",
                    "25504425452309320281614721322392387009",
                    "117237245046752005225769001112617584073",
                    "24694954746311540922817965754968610887",
                    "137540140771168527108221870862254554006",
                    "24685219944789733809149942814670781631",
                    "330564237872877728333234494944364873601",
                    "213128942540270418282372206372237101035",
                    "160523660576899706400230476227322913976",
                    "115780314041032210500819222095193439764",
                    "100057024576420318782867536103207076586",
                    "92757968197317293587521795063426123564",
                    "215061669081550960043493072580953366103",
                    "51965300508085961177161193222757602387",
                    "275808192254485899183535312412419262638",
                    "278649526457687272843349846596175975814",
                    "72166105619486020256877756481596171988",
                    "281138956635363413106229209345544704115",
                    "153841456576654518103792032235219509177",
                    "219972242501073940435922310959762106344",
                    "47024273050928324641556441184758533214",
                    "169680650509392329047704152023575271116",
                    "290469397089993210139540366707733850937",
                    "69595566569884030775067231944054398979",
                    "30618631898907371568050691270827213705",
                    "239017728867424483339209674300448059741",
                    "206095639645102291039392997200997981412",
                    "97616702476705732788479363248693006919",
                    "107680112678896346882112381959504061328",
                    "85125784367392656181106503017931845127",
                    "24161950975540907373004562580429613662",
                    "20820837526976114385807465348752496383",
                    "121181417176207134418649065289976902320",
                    "298893289936822514846492538509975625486",
                    "252458340248782737435363766907798390044",
                    "133806073079968529334056520803693991293",
                    "213128942540270418282372206372237101035",
                    "57298852610691152805129955162702534377",
                    "275149514617421408801132079604565760236",
                    "168558683884527296420497499397221583474",
                    "333399980074741277931591488130704754695",
                    "30598791512160755756434491579504764683",
                    "169438721102927189078122900555950004039",
                    "107684369815990627621123168246616303702",
                    "115996283458703466979986452099160575312",
                    "209737639482525789286409705321772731733",
                    "141868385748307754836499005656562548071",
                    "86688456943243716098053501784921345240",
                    "133288845360298613315917868151251864480",
                    "81988178971126113279785688379620587254",
                    "41755469088531305707247392807392351079",
                    "336040627184803405150101750030855233313",
                    "208214048862664442357463500656393331374",
                    "178862651540277320655917143101565725387",
                    "60603105918137169317134513968902010810",
                    "25962595361291137122742635105880145355",
                    "14997101464432749150584045937879954249",
                    "203031823277226260466709722742663659870",
                    "92199646750663306825482143921425004500",
                    "283486448637378249331477608934258914978",
                    "64414500015769110128611119820598330475",
                    "253209949963840565951879162898043901594",
                    "166744726542585077385029133871422777798",
                    "277517457535854385134610868151978739474",
                    "2024086688536859333016431075202706393",
                    "233290728577767159989327761063571014927",
                    "249886056926896109851271906345376376551",
                    "129365581063915206719082480192214569751",
                    "125148792638339413409303604142989661789",
                    "143941197630162323416438351155331423262",
                    "206229018335926824471293711981992924489",
                    "229432487585745332809434314713549695125",
                    "10022079767131423013123487570925878739",
                    "46982164075915350681844969586477237831",
                    "18793571344502686957142466154840388917",
                    "195649589698911351709482174305752510096",
                    "89119096935669340981362405069358253596",
                    "199925384354917536592225404426707385541",
                    "20371085839641775327704898587820116078",
                    "79881940502583398772423459023134168600",
                    "85125784367392656181106503017931845127",
                    "24161950975540907373004562580429613662",
                    "165575989972794578336705055321782495683",
                    "242427413914625146027976742713090790937",
                    "300010631263276583949797999653398407883",
                    "71314369681005456522999718201574358929",
                    "292002753453060309158898440554131628575",
                    "181733257899408107019359109553252667003",
                    "228614360076972569661202102766305926986",
                    "86512956612700709556611072882905681897",
                    "170316151352743904693004120482873936813",
                    "275124416567411013362240606074679117096",
                    "89119096935669340981362405069358253596",
                    "199925384354917536592225404426707385541",
                    "165740718692048826854037769424300397388",
                    "133721917134797286885026742922833205254",
                    "105826599358565553023526261997449882557",
                    "35485200927816538310577667296505746265",
                    "148931229677929838897352663331991616295",
                    "200203661071042203057068126076690354522",
                    "313380790576351160641280927521092471384",
                    "176999863818730070731623807069748065584",
                    "184030709760166440985618761897249941817"
                ],
                "threshold": 0.9
            },
            "id": "CVE-2024-46678-a829e680",
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@2aeeef906d5a526dc60cf4af92eda69836c39b1f"
        },
        {
            "signature_version": "v1",
            "signature_type": "Function",
            "target": {
                "file": "drivers/net/bonding/bond_main.c",
                "function": "bond_uninit"
            },
            "deprecated": false,
            "digest": {
                "length": 348.0,
                "function_hash": "310530838423907955112552068703712480994"
            },
            "id": "CVE-2024-46678-ae0d47e3",
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@56354b0a2c24a7828eeed7de4b4dc9652d9affa3"
        },
        {
            "signature_version": "v1",
            "signature_type": "Line",
            "target": {
                "file": "include/net/bonding.h"
            },
            "deprecated": false,
            "digest": {
                "line_hashes": [
                    "131389781964170256706173779730043613076",
                    "213333545424447916799971098941091915988",
                    "182320529700887938257568641086176031109",
                    "69539523535792426342557044197721991372"
                ],
                "threshold": 0.9
            },
            "id": "CVE-2024-46678-b2239f02",
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@2aeeef906d5a526dc60cf4af92eda69836c39b1f"
        },
        {
            "signature_version": "v1",
            "signature_type": "Line",
            "target": {
                "file": "drivers/net/bonding/bond_main.c"
            },
            "deprecated": false,
            "digest": {
                "line_hashes": [
                    "163482465936904467107332995042450514571",
                    "64414500015769110128611119820598330475",
                    "253209949963840565951879162898043901594",
                    "166744726542585077385029133871422777798",
                    "316714577740949349101662776366387662188",
                    "25504425452309320281614721322392387009",
                    "117237245046752005225769001112617584073",
                    "24694954746311540922817965754968610887",
                    "137540140771168527108221870862254554006",
                    "24685219944789733809149942814670781631",
                    "330564237872877728333234494944364873601",
                    "213128942540270418282372206372237101035",
                    "160523660576899706400230476227322913976",
                    "115780314041032210500819222095193439764",
                    "100057024576420318782867536103207076586",
                    "92757968197317293587521795063426123564",
                    "215061669081550960043493072580953366103",
                    "51965300508085961177161193222757602387",
                    "275808192254485899183535312412419262638",
                    "278649526457687272843349846596175975814",
                    "72166105619486020256877756481596171988",
                    "281138956635363413106229209345544704115",
                    "153841456576654518103792032235219509177",
                    "219972242501073940435922310959762106344",
                    "47024273050928324641556441184758533214",
                    "169680650509392329047704152023575271116",
                    "290469397089993210139540366707733850937",
                    "69595566569884030775067231944054398979",
                    "30618631898907371568050691270827213705",
                    "239017728867424483339209674300448059741",
                    "206095639645102291039392997200997981412",
                    "97616702476705732788479363248693006919",
                    "107680112678896346882112381959504061328",
                    "85125784367392656181106503017931845127",
                    "24161950975540907373004562580429613662",
                    "20820837526976114385807465348752496383",
                    "121181417176207134418649065289976902320",
                    "298893289936822514846492538509975625486",
                    "252458340248782737435363766907798390044",
                    "133806073079968529334056520803693991293",
                    "213128942540270418282372206372237101035",
                    "57298852610691152805129955162702534377",
                    "275149514617421408801132079604565760236",
                    "168558683884527296420497499397221583474",
                    "333399980074741277931591488130704754695",
                    "30598791512160755756434491579504764683",
                    "169438721102927189078122900555950004039",
                    "107684369815990627621123168246616303702",
                    "115996283458703466979986452099160575312",
                    "209737639482525789286409705321772731733",
                    "141868385748307754836499005656562548071",
                    "86688456943243716098053501784921345240",
                    "133288845360298613315917868151251864480",
                    "81988178971126113279785688379620587254",
                    "41755469088531305707247392807392351079",
                    "336040627184803405150101750030855233313",
                    "208214048862664442357463500656393331374",
                    "178862651540277320655917143101565725387",
                    "60603105918137169317134513968902010810",
                    "25962595361291137122742635105880145355",
                    "14997101464432749150584045937879954249",
                    "203031823277226260466709722742663659870",
                    "92199646750663306825482143921425004500",
                    "283486448637378249331477608934258914978",
                    "64414500015769110128611119820598330475",
                    "253209949963840565951879162898043901594",
                    "166744726542585077385029133871422777798",
                    "277517457535854385134610868151978739474",
                    "2024086688536859333016431075202706393",
                    "233290728577767159989327761063571014927",
                    "249886056926896109851271906345376376551",
                    "129365581063915206719082480192214569751",
                    "125148792638339413409303604142989661789",
                    "143941197630162323416438351155331423262",
                    "206229018335926824471293711981992924489",
                    "229432487585745332809434314713549695125",
                    "10022079767131423013123487570925878739",
                    "46982164075915350681844969586477237831",
                    "18793571344502686957142466154840388917",
                    "195649589698911351709482174305752510096",
                    "89119096935669340981362405069358253596",
                    "199925384354917536592225404426707385541",
                    "20371085839641775327704898587820116078",
                    "79881940502583398772423459023134168600",
                    "85125784367392656181106503017931845127",
                    "24161950975540907373004562580429613662",
                    "165575989972794578336705055321782495683",
                    "242427413914625146027976742713090790937",
                    "300010631263276583949797999653398407883",
                    "71314369681005456522999718201574358929",
                    "292002753453060309158898440554131628575",
                    "181733257899408107019359109553252667003",
                    "228614360076972569661202102766305926986",
                    "86512956612700709556611072882905681897",
                    "170316151352743904693004120482873936813",
                    "275124416567411013362240606074679117096",
                    "89119096935669340981362405069358253596",
                    "199925384354917536592225404426707385541",
                    "165740718692048826854037769424300397388",
                    "133721917134797286885026742922833205254",
                    "105826599358565553023526261997449882557",
                    "35485200927816538310577667296505746265",
                    "148931229677929838897352663331991616295",
                    "200203661071042203057068126076690354522",
                    "313380790576351160641280927521092471384",
                    "176999863818730070731623807069748065584",
                    "184030709760166440985618761897249941817"
                ],
                "threshold": 0.9
            },
            "id": "CVE-2024-46678-b947f96a",
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@56354b0a2c24a7828eeed7de4b4dc9652d9affa3"
        },
        {
            "signature_version": "v1",
            "signature_type": "Line",
            "target": {
                "file": "drivers/net/bonding/bond_main.c"
            },
            "deprecated": false,
            "digest": {
                "line_hashes": [
                    "163482465936904467107332995042450514571",
                    "64414500015769110128611119820598330475",
                    "253209949963840565951879162898043901594",
                    "166744726542585077385029133871422777798",
                    "316714577740949349101662776366387662188",
                    "25504425452309320281614721322392387009",
                    "117237245046752005225769001112617584073",
                    "24694954746311540922817965754968610887",
                    "137540140771168527108221870862254554006",
                    "24685219944789733809149942814670781631",
                    "330564237872877728333234494944364873601",
                    "213128942540270418282372206372237101035",
                    "160523660576899706400230476227322913976",
                    "115780314041032210500819222095193439764",
                    "100057024576420318782867536103207076586",
                    "92757968197317293587521795063426123564",
                    "215061669081550960043493072580953366103",
                    "51965300508085961177161193222757602387",
                    "275808192254485899183535312412419262638",
                    "278649526457687272843349846596175975814",
                    "72166105619486020256877756481596171988",
                    "281138956635363413106229209345544704115",
                    "153841456576654518103792032235219509177",
                    "219972242501073940435922310959762106344",
                    "47024273050928324641556441184758533214",
                    "169680650509392329047704152023575271116",
                    "290469397089993210139540366707733850937",
                    "69595566569884030775067231944054398979",
                    "30618631898907371568050691270827213705",
                    "239017728867424483339209674300448059741",
                    "206095639645102291039392997200997981412",
                    "97616702476705732788479363248693006919",
                    "107680112678896346882112381959504061328",
                    "85125784367392656181106503017931845127",
                    "24161950975540907373004562580429613662",
                    "20820837526976114385807465348752496383",
                    "121181417176207134418649065289976902320",
                    "298893289936822514846492538509975625486",
                    "252458340248782737435363766907798390044",
                    "133806073079968529334056520803693991293",
                    "213128942540270418282372206372237101035",
                    "57298852610691152805129955162702534377",
                    "275149514617421408801132079604565760236",
                    "168558683884527296420497499397221583474",
                    "333399980074741277931591488130704754695",
                    "30598791512160755756434491579504764683",
                    "169438721102927189078122900555950004039",
                    "107684369815990627621123168246616303702",
                    "115996283458703466979986452099160575312",
                    "209737639482525789286409705321772731733",
                    "141868385748307754836499005656562548071",
                    "86688456943243716098053501784921345240",
                    "133288845360298613315917868151251864480",
                    "81988178971126113279785688379620587254",
                    "41755469088531305707247392807392351079",
                    "336040627184803405150101750030855233313",
                    "208214048862664442357463500656393331374",
                    "178862651540277320655917143101565725387",
                    "60603105918137169317134513968902010810",
                    "25962595361291137122742635105880145355",
                    "14997101464432749150584045937879954249",
                    "203031823277226260466709722742663659870",
                    "92199646750663306825482143921425004500",
                    "283486448637378249331477608934258914978",
                    "64414500015769110128611119820598330475",
                    "253209949963840565951879162898043901594",
                    "166744726542585077385029133871422777798",
                    "277517457535854385134610868151978739474",
                    "2024086688536859333016431075202706393",
                    "233290728577767159989327761063571014927",
                    "249886056926896109851271906345376376551",
                    "129365581063915206719082480192214569751",
                    "125148792638339413409303604142989661789",
                    "143941197630162323416438351155331423262",
                    "206229018335926824471293711981992924489",
                    "229432487585745332809434314713549695125",
                    "10022079767131423013123487570925878739",
                    "46982164075915350681844969586477237831",
                    "18793571344502686957142466154840388917",
                    "195649589698911351709482174305752510096",
                    "89119096935669340981362405069358253596",
                    "199925384354917536592225404426707385541",
                    "20371085839641775327704898587820116078",
                    "79881940502583398772423459023134168600",
                    "85125784367392656181106503017931845127",
                    "24161950975540907373004562580429613662",
                    "165575989972794578336705055321782495683",
                    "242427413914625146027976742713090790937",
                    "300010631263276583949797999653398407883",
                    "71314369681005456522999718201574358929",
                    "292002753453060309158898440554131628575",
                    "181733257899408107019359109553252667003",
                    "228614360076972569661202102766305926986",
                    "86512956612700709556611072882905681897",
                    "170316151352743904693004120482873936813",
                    "275124416567411013362240606074679117096",
                    "89119096935669340981362405069358253596",
                    "199925384354917536592225404426707385541",
                    "165740718692048826854037769424300397388",
                    "133721917134797286885026742922833205254",
                    "105826599358565553023526261997449882557",
                    "35485200927816538310577667296505746265",
                    "148931229677929838897352663331991616295",
                    "200203661071042203057068126076690354522",
                    "313380790576351160641280927521092471384",
                    "315614506578610942600749837112132891296",
                    "217902757524228534947571365328725730058"
                ],
                "threshold": 0.9
            },
            "id": "CVE-2024-46678-da0c3fdd",
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@6b598069164ac1bb60996d6ff94e7f9169dbd2d3"
        },
        {
            "signature_version": "v1",
            "signature_type": "Function",
            "target": {
                "file": "drivers/net/bonding/bond_main.c",
                "function": "bond_ipsec_del_sa"
            },
            "deprecated": false,
            "digest": {
                "length": 848.0,
                "function_hash": "194868208867400252058758636142016395694"
            },
            "id": "CVE-2024-46678-dab14791",
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@6b598069164ac1bb60996d6ff94e7f9169dbd2d3"
        },
        {
            "signature_version": "v1",
            "signature_type": "Line",
            "target": {
                "file": "include/net/bonding.h"
            },
            "deprecated": false,
            "digest": {
                "line_hashes": [
                    "131389781964170256706173779730043613076",
                    "213333545424447916799971098941091915988",
                    "182320529700887938257568641086176031109",
                    "69539523535792426342557044197721991372"
                ],
                "threshold": 0.9
            },
            "id": "CVE-2024-46678-e4610d4f",
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@56354b0a2c24a7828eeed7de4b4dc9652d9affa3"
        },
        {
            "signature_version": "v1",
            "signature_type": "Function",
            "target": {
                "file": "drivers/net/bonding/bond_main.c",
                "function": "bond_ipsec_add_sa"
            },
            "deprecated": false,
            "digest": {
                "length": 980.0,
                "function_hash": "244129659844457000418818814899668287957"
            },
            "id": "CVE-2024-46678-e4f96679",
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@56354b0a2c24a7828eeed7de4b4dc9652d9affa3"
        }
    ]
}

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.14.0
Fixed
6.6.49
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.10.8