CVE-2025-38371

Source
https://nvd.nist.gov/vuln/detail/CVE-2025-38371
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2025-38371.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2025-38371
Downstream
Related
Published
2025-07-25T12:53:14Z
Modified
2025-10-17T08:29:36.203419Z
Summary
drm/v3d: Disable interrupts before resetting the GPU
Details

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

drm/v3d: Disable interrupts before resetting the GPU

Currently, an interrupt can be triggered during a GPU reset, which can lead to GPU hangs and NULL pointer dereference in an interrupt context as shown in the following trace:

[ 314.035040] Unable to handle kernel NULL pointer dereference at virtual address 00000000000000c0 [ 314.043822] Mem abort info: [ 314.046606] ESR = 0x0000000096000005 [ 314.050347] EC = 0x25: DABT (current EL), IL = 32 bits [ 314.055651] SET = 0, FnV = 0 [ 314.058695] EA = 0, S1PTW = 0 [ 314.061826] FSC = 0x05: level 1 translation fault [ 314.066694] Data abort info: [ 314.069564] ISV = 0, ISS = 0x00000005, ISS2 = 0x00000000 [ 314.075039] CM = 0, WnR = 0, TnD = 0, TagAccess = 0 [ 314.080080] GCS = 0, Overlay = 0, DirtyBit = 0, Xs = 0 [ 314.085382] user pgtable: 4k pages, 39-bit VAs, pgdp=0000000102728000 [ 314.091814] [00000000000000c0] pgd=0000000000000000, p4d=0000000000000000, pud=0000000000000000 [ 314.100511] Internal error: Oops: 0000000096000005 [#1] PREEMPT SMP [ 314.106770] Modules linked in: v3d i2cbrcmstb vc4 sndsochdmicodec gpusched drmshmemhelper drmdisplayhelper cec drmdmahelper drmkmshelper drm drmpanelorientationquirks sndsoccore sndcompress sndpcmdmaengine sndpcm sndtimer snd backlight [ 314.129654] CPU: 0 UID: 0 PID: 0 Comm: swapper/0 Not tainted 6.12.25+rpt-rpi-v8 #1 Debian 1:6.12.25-1+rpt1 [ 314.139388] Hardware name: Raspberry Pi 4 Model B Rev 1.4 (DT) [ 314.145211] pstate: 600000c5 (nZCv daIF -PAN -UAO -TCO -DIT -SSBS BTYPE=--) [ 314.152165] pc : v3dirq+0xec/0x2e0 [v3d] [ 314.156187] lr : v3dirq+0xe0/0x2e0 [v3d] [ 314.160198] sp : ffffffc080003ea0 [ 314.163502] x29: ffffffc080003ea0 x28: ffffffec1f184980 x27: 021202b000000000 [ 314.170633] x26: ffffffec1f17f630 x25: ffffff8101372000 x24: ffffffec1f17d9f0 [ 314.177764] x23: 000000000000002a x22: 000000000000002a x21: ffffff8103252000 [ 314.184895] x20: 0000000000000001 x19: 00000000deadbeef x18: 0000000000000000 [ 314.192026] x17: ffffff94e51d2000 x16: ffffffec1dac3cb0 x15: c306000000000000 [ 314.199156] x14: 0000000000000000 x13: b2fc982e03cc5168 x12: 0000000000000001 [ 314.206286] x11: ffffff8103f8bcc0 x10: ffffffec1f196868 x9 : ffffffec1dac3874 [ 314.213416] x8 : 0000000000000000 x7 : 0000000000042a3a x6 : ffffff810017a180 [ 314.220547] x5 : ffffffec1ebad400 x4 : ffffffec1ebad320 x3 : 00000000000bebeb [ 314.227677] x2 : 0000000000000000 x1 : 0000000000000000 x0 : 0000000000000000 [ 314.234807] Call trace: [ 314.237243] v3dirq+0xec/0x2e0 [v3d] [ 314.240906] _handleirqeventpercpu+0x58/0x218 [ 314.245609] handleirqevent+0x54/0xb8 [ 314.249439] handlefasteoiirq+0xac/0x240 [ 314.253527] handleirqdesc+0x48/0x68 [ 314.257269] generichandledomainirq+0x24/0x38 [ 314.261879] gichandleirq+0x48/0xd8 [ 314.265533] callonirqstack+0x24/0x58 [ 314.269448] dointerrupthandler+0x88/0x98 [ 314.273624] el1interrupt+0x34/0x68 [ 314.277193] el1h64irqhandler+0x18/0x28 [ 314.281281] el1h64irq+0x64/0x68 [ 314.284673] defaultidlecall+0x3c/0x168 [ 314.288675] doidle+0x1fc/0x230 [ 314.291895] cpustartupentry+0x3c/0x50 [ 314.295810] restinit+0xe4/0xf0 [ 314.299030] startkernel+0x5e8/0x790 [ 314.302684] _primaryswitched+0x80/0x90 [ 314.306691] Code: 940029eb 360ffc13 f9442ea0 52800001 (f9406017) [ 314.312775] ---[ end trace 0000000000000000 ]--- [ 314.317384] Kernel panic - not syncing: Oops: Fatal exception in interrupt [ 314.324249] SMP: stopping secondary CPUs [ 314.328167] Kernel Offset: 0x2b9da00000 from 0xffffffc080000000 [ 314.334076] PHYSOFFSET: 0x0 [ 314.336946] CPU features: 0x08,00002013,c0200000,0200421b [ 314.342337] Memory Limit: none [ 314.345382] ---[ end Kernel panic - not syncing: Oops: Fatal exception in interrupt ]---

Before resetting the G ---truncated---

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
57692c94dcbe99a1e0444409a3da13fb3443562c
Fixed
b9c403d1236cecb10dd0246a30d81e4b265f8e8d
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
57692c94dcbe99a1e0444409a3da13fb3443562c
Fixed
2446e25e9246e0642a41d91cbf54c33b275da3c3
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
57692c94dcbe99a1e0444409a3da13fb3443562c
Fixed
576a6739e08ac06c67f2916f71204557232388b0
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
57692c94dcbe99a1e0444409a3da13fb3443562c
Fixed
c8851a6ab19d9f390677c42a3cc01ff9b2eb6241
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
57692c94dcbe99a1e0444409a3da13fb3443562c
Fixed
387da3b6d1a90e3210bc9a7fb56703bdad2ac18a
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
57692c94dcbe99a1e0444409a3da13fb3443562c
Fixed
9ff95ed0371aec4d9617e478e9c69cde86cd7c38
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
57692c94dcbe99a1e0444409a3da13fb3443562c
Fixed
dc805c927cd832bb8f790b756880ae6c769d5fbc
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
57692c94dcbe99a1e0444409a3da13fb3443562c
Fixed
226862f50a7a88e4e4de9abbf36c64d19acd6fd0

Affected versions

v4.*

v4.16
v4.17
v4.17-rc1
v4.17-rc2
v4.17-rc3
v4.17-rc4
v4.17-rc5
v4.17-rc6
v4.17-rc7
v4.18
v4.18-rc1
v4.18-rc2
v4.18-rc3
v4.18-rc4
v4.18-rc5
v4.18-rc6
v4.18-rc7
v4.18-rc8
v4.19
v4.19-rc1
v4.19-rc2
v4.19-rc3
v4.19-rc4
v4.19-rc5
v4.19-rc6
v4.19-rc7
v4.19-rc8
v4.20
v4.20-rc1
v4.20-rc2
v4.20-rc3
v4.20-rc4
v4.20-rc5
v4.20-rc6
v4.20-rc7

v5.*

v5.0
v5.0-rc1
v5.0-rc2
v5.0-rc3
v5.0-rc4
v5.0-rc5
v5.0-rc6
v5.0-rc7
v5.0-rc8
v5.1
v5.1-rc1
v5.1-rc2
v5.1-rc3
v5.1-rc4
v5.1-rc5
v5.1-rc6
v5.1-rc7
v5.10
v5.10-rc1
v5.10-rc2
v5.10-rc3
v5.10-rc4
v5.10-rc5
v5.10-rc6
v5.10-rc7
v5.10.1
v5.10.10
v5.10.100
v5.10.101
v5.10.102
v5.10.103
v5.10.104
v5.10.105
v5.10.106
v5.10.107
v5.10.108
v5.10.109
v5.10.11
v5.10.110
v5.10.111
v5.10.112
v5.10.113
v5.10.114
v5.10.115
v5.10.116
v5.10.117
v5.10.118
v5.10.119
v5.10.12
v5.10.120
v5.10.121
v5.10.122
v5.10.123
v5.10.124
v5.10.125
v5.10.126
v5.10.127
v5.10.128
v5.10.129
v5.10.13
v5.10.130
v5.10.131
v5.10.132
v5.10.133
v5.10.134
v5.10.135
v5.10.136
v5.10.137
v5.10.138
v5.10.139
v5.10.14
v5.10.140
v5.10.141
v5.10.142
v5.10.143
v5.10.144
v5.10.145
v5.10.146
v5.10.147
v5.10.148
v5.10.149
v5.10.15
v5.10.150
v5.10.151
v5.10.152
v5.10.153
v5.10.154
v5.10.155
v5.10.156
v5.10.157
v5.10.158
v5.10.159
v5.10.16
v5.10.160
v5.10.161
v5.10.162
v5.10.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.20
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.21
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.22
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.23
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.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.100
v5.15.101
v5.15.102
v5.15.103
v5.15.104
v5.15.105
v5.15.106
v5.15.107
v5.15.108
v5.15.109
v5.15.11
v5.15.110
v5.15.111
v5.15.112
v5.15.113
v5.15.114
v5.15.115
v5.15.116
v5.15.117
v5.15.118
v5.15.119
v5.15.12
v5.15.120
v5.15.121
v5.15.122
v5.15.123
v5.15.124
v5.15.125
v5.15.126
v5.15.127
v5.15.128
v5.15.129
v5.15.13
v5.15.130
v5.15.131
v5.15.132
v5.15.133
v5.15.134
v5.15.135
v5.15.136
v5.15.137
v5.15.138
v5.15.139
v5.15.14
v5.15.140
v5.15.141
v5.15.142
v5.15.143
v5.15.144
v5.15.145
v5.15.146
v5.15.147
v5.15.148
v5.15.149
v5.15.15
v5.15.150
v5.15.151
v5.15.152
v5.15.153
v5.15.154
v5.15.155
v5.15.156
v5.15.157
v5.15.158
v5.15.159
v5.15.16
v5.15.160
v5.15.161
v5.15.162
v5.15.163
v5.15.164
v5.15.165
v5.15.166
v5.15.167
v5.15.168
v5.15.169
v5.15.17
v5.15.170
v5.15.171
v5.15.172
v5.15.173
v5.15.174
v5.15.175
v5.15.176
v5.15.177
v5.15.178
v5.15.179
v5.15.18
v5.15.180
v5.15.181
v5.15.182
v5.15.183
v5.15.184
v5.15.185
v5.15.186
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.15.94
v5.15.95
v5.15.96
v5.15.97
v5.15.98
v5.15.99
v5.16
v5.16-rc1
v5.16-rc2
v5.16-rc3
v5.16-rc4
v5.16-rc5
v5.16-rc6
v5.16-rc7
v5.16-rc8
v5.17
v5.17-rc1
v5.17-rc2
v5.17-rc3
v5.17-rc4
v5.17-rc5
v5.17-rc6
v5.17-rc7
v5.17-rc8
v5.18
v5.18-rc1
v5.18-rc2
v5.18-rc3
v5.18-rc4
v5.18-rc5
v5.18-rc6
v5.18-rc7
v5.19
v5.19-rc1
v5.19-rc2
v5.19-rc3
v5.19-rc4
v5.19-rc5
v5.19-rc6
v5.19-rc7
v5.19-rc8
v5.2
v5.2-rc1
v5.2-rc2
v5.2-rc3
v5.2-rc4
v5.2-rc5
v5.2-rc6
v5.2-rc7
v5.3
v5.3-rc1
v5.3-rc2
v5.3-rc3
v5.3-rc4
v5.3-rc5
v5.3-rc6
v5.3-rc7
v5.3-rc8
v5.4
v5.4-rc1
v5.4-rc2
v5.4-rc3
v5.4-rc4
v5.4-rc5
v5.4-rc6
v5.4-rc7
v5.4-rc8
v5.4.1
v5.4.10
v5.4.100
v5.4.101
v5.4.102
v5.4.103
v5.4.104
v5.4.105
v5.4.106
v5.4.107
v5.4.108
v5.4.109
v5.4.11
v5.4.110
v5.4.111
v5.4.112
v5.4.113
v5.4.114
v5.4.115
v5.4.116
v5.4.117
v5.4.118
v5.4.119
v5.4.12
v5.4.120
v5.4.121
v5.4.122
v5.4.123
v5.4.124
v5.4.125
v5.4.126
v5.4.127
v5.4.128
v5.4.129
v5.4.13
v5.4.130
v5.4.131
v5.4.132
v5.4.133
v5.4.134
v5.4.135
v5.4.136
v5.4.137
v5.4.138
v5.4.139
v5.4.14
v5.4.140
v5.4.141
v5.4.142
v5.4.143
v5.4.144
v5.4.145
v5.4.146
v5.4.147
v5.4.148
v5.4.149
v5.4.15
v5.4.150
v5.4.151
v5.4.152
v5.4.153
v5.4.154
v5.4.155
v5.4.156
v5.4.157
v5.4.158
v5.4.159
v5.4.16
v5.4.160
v5.4.161
v5.4.162
v5.4.163
v5.4.164
v5.4.165
v5.4.166
v5.4.167
v5.4.168
v5.4.169
v5.4.17
v5.4.170
v5.4.171
v5.4.172
v5.4.173
v5.4.174
v5.4.175
v5.4.176
v5.4.177
v5.4.178
v5.4.179
v5.4.18
v5.4.180
v5.4.181
v5.4.182
v5.4.183
v5.4.184
v5.4.185
v5.4.186
v5.4.187
v5.4.188
v5.4.189
v5.4.19
v5.4.190
v5.4.191
v5.4.192
v5.4.193
v5.4.194
v5.4.195
v5.4.196
v5.4.197
v5.4.198
v5.4.199
v5.4.2
v5.4.20
v5.4.200
v5.4.201
v5.4.202
v5.4.203
v5.4.204
v5.4.205
v5.4.206
v5.4.207
v5.4.208
v5.4.209
v5.4.21
v5.4.210
v5.4.211
v5.4.212
v5.4.213
v5.4.214
v5.4.215
v5.4.216
v5.4.217
v5.4.218
v5.4.219
v5.4.22
v5.4.220
v5.4.221
v5.4.222
v5.4.223
v5.4.224
v5.4.225
v5.4.226
v5.4.227
v5.4.228
v5.4.229
v5.4.23
v5.4.230
v5.4.231
v5.4.232
v5.4.233
v5.4.234
v5.4.235
v5.4.236
v5.4.237
v5.4.238
v5.4.239
v5.4.24
v5.4.240
v5.4.241
v5.4.242
v5.4.243
v5.4.244
v5.4.245
v5.4.246
v5.4.247
v5.4.248
v5.4.249
v5.4.25
v5.4.250
v5.4.251
v5.4.252
v5.4.253
v5.4.254
v5.4.255
v5.4.256
v5.4.257
v5.4.258
v5.4.259
v5.4.26
v5.4.260
v5.4.261
v5.4.262
v5.4.263
v5.4.264
v5.4.265
v5.4.266
v5.4.267
v5.4.268
v5.4.269
v5.4.27
v5.4.270
v5.4.271
v5.4.272
v5.4.273
v5.4.274
v5.4.275
v5.4.276
v5.4.277
v5.4.278
v5.4.279
v5.4.28
v5.4.280
v5.4.281
v5.4.282
v5.4.283
v5.4.284
v5.4.285
v5.4.286
v5.4.287
v5.4.288
v5.4.289
v5.4.29
v5.4.290
v5.4.291
v5.4.292
v5.4.293
v5.4.294
v5.4.295
v5.4.3
v5.4.30
v5.4.31
v5.4.32
v5.4.33
v5.4.34
v5.4.35
v5.4.36
v5.4.37
v5.4.38
v5.4.39
v5.4.4
v5.4.40
v5.4.41
v5.4.42
v5.4.43
v5.4.44
v5.4.45
v5.4.46
v5.4.47
v5.4.48
v5.4.49
v5.4.5
v5.4.50
v5.4.51
v5.4.52
v5.4.53
v5.4.54
v5.4.55
v5.4.56
v5.4.57
v5.4.58
v5.4.59
v5.4.6
v5.4.60
v5.4.61
v5.4.62
v5.4.63
v5.4.64
v5.4.65
v5.4.66
v5.4.67
v5.4.68
v5.4.69
v5.4.7
v5.4.70
v5.4.71
v5.4.72
v5.4.73
v5.4.74
v5.4.75
v5.4.76
v5.4.77
v5.4.78
v5.4.79
v5.4.8
v5.4.80
v5.4.81
v5.4.82
v5.4.83
v5.4.84
v5.4.85
v5.4.86
v5.4.87
v5.4.88
v5.4.89
v5.4.9
v5.4.90
v5.4.91
v5.4.92
v5.4.93
v5.4.94
v5.4.95
v5.4.96
v5.4.97
v5.4.98
v5.4.99
v5.5
v5.5-rc1
v5.5-rc2
v5.5-rc3
v5.5-rc4
v5.5-rc5
v5.5-rc6
v5.5-rc7
v5.6
v5.6-rc1
v5.6-rc2
v5.6-rc3
v5.6-rc4
v5.6-rc5
v5.6-rc6
v5.6-rc7
v5.7
v5.7-rc1
v5.7-rc2
v5.7-rc3
v5.7-rc4
v5.7-rc5
v5.7-rc6
v5.7-rc7
v5.8
v5.8-rc1
v5.8-rc2
v5.8-rc3
v5.8-rc4
v5.8-rc5
v5.8-rc6
v5.8-rc7
v5.9
v5.9-rc1
v5.9-rc2
v5.9-rc3
v5.9-rc4
v5.9-rc5
v5.9-rc6
v5.9-rc7
v5.9-rc8

v6.*

v6.0
v6.0-rc1
v6.0-rc2
v6.0-rc3
v6.0-rc4
v6.0-rc5
v6.0-rc6
v6.0-rc7
v6.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.100
v6.1.101
v6.1.102
v6.1.103
v6.1.104
v6.1.105
v6.1.106
v6.1.107
v6.1.108
v6.1.109
v6.1.11
v6.1.110
v6.1.111
v6.1.112
v6.1.113
v6.1.114
v6.1.115
v6.1.116
v6.1.117
v6.1.118
v6.1.119
v6.1.12
v6.1.120
v6.1.121
v6.1.122
v6.1.123
v6.1.124
v6.1.125
v6.1.126
v6.1.127
v6.1.128
v6.1.129
v6.1.13
v6.1.130
v6.1.131
v6.1.132
v6.1.133
v6.1.134
v6.1.135
v6.1.136
v6.1.137
v6.1.138
v6.1.139
v6.1.14
v6.1.140
v6.1.141
v6.1.142
v6.1.143
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.76
v6.1.77
v6.1.78
v6.1.79
v6.1.8
v6.1.80
v6.1.81
v6.1.82
v6.1.83
v6.1.84
v6.1.85
v6.1.86
v6.1.87
v6.1.88
v6.1.89
v6.1.9
v6.1.90
v6.1.91
v6.1.92
v6.1.93
v6.1.94
v6.1.95
v6.1.96
v6.1.97
v6.1.98
v6.1.99
v6.10
v6.10-rc1
v6.10-rc2
v6.10-rc3
v6.10-rc4
v6.10-rc5
v6.10-rc6
v6.10-rc7
v6.11
v6.11-rc1
v6.11-rc2
v6.11-rc3
v6.11-rc4
v6.11-rc5
v6.11-rc6
v6.11-rc7
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.4
v6.12.5
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.14
v6.14-rc1
v6.14-rc2
v6.14-rc3
v6.14-rc4
v6.14-rc5
v6.14-rc6
v6.14-rc7
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.2
v6.15.3
v6.15.4
v6.15.5
v6.16-rc1
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.3
v6.3-rc1
v6.3-rc2
v6.3-rc3
v6.3-rc4
v6.3-rc5
v6.3-rc6
v6.3-rc7
v6.4
v6.4-rc1
v6.4-rc2
v6.4-rc3
v6.4-rc4
v6.4-rc5
v6.4-rc6
v6.4-rc7
v6.5
v6.5-rc1
v6.5-rc2
v6.5-rc3
v6.5-rc4
v6.5-rc5
v6.5-rc6
v6.5-rc7
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.74
v6.6.75
v6.6.76
v6.6.77
v6.6.78
v6.6.79
v6.6.8
v6.6.80
v6.6.81
v6.6.82
v6.6.83
v6.6.84
v6.6.85
v6.6.86
v6.6.87
v6.6.88
v6.6.89
v6.6.9
v6.6.90
v6.6.91
v6.6.92
v6.6.93
v6.6.94
v6.6.95
v6.6.96
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.8
v6.8-rc1
v6.8-rc2
v6.8-rc3
v6.8-rc4
v6.8-rc5
v6.8-rc6
v6.8-rc7
v6.9
v6.9-rc1
v6.9-rc2
v6.9-rc3
v6.9-rc4
v6.9-rc5
v6.9-rc6
v6.9-rc7

Database specific

vanir_signatures

[
    {
        "signature_type": "Line",
        "deprecated": false,
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@226862f50a7a88e4e4de9abbf36c64d19acd6fd0",
        "signature_version": "v1",
        "target": {
            "file": "drivers/gpu/drm/v3d/v3d_drv.h"
        },
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "262010677873486608122514397769745434830",
                "267746571686667317319547879164116066999",
                "14271562682024439411761421112954964296",
                "329953223091577375613322808706540688515",
                "41721961477673235651134008324398017375",
                "330120641955534212700774306609522893837"
            ]
        },
        "id": "CVE-2025-38371-00818825"
    },
    {
        "signature_type": "Function",
        "deprecated": false,
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c8851a6ab19d9f390677c42a3cc01ff9b2eb6241",
        "signature_version": "v1",
        "target": {
            "function": "v3d_irq_disable",
            "file": "drivers/gpu/drm/v3d/v3d_irq.c"
        },
        "digest": {
            "function_hash": "8650106899778845809239289869280442913",
            "length": 373.0
        },
        "id": "CVE-2025-38371-00ec4329"
    },
    {
        "signature_type": "Function",
        "deprecated": false,
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@576a6739e08ac06c67f2916f71204557232388b0",
        "signature_version": "v1",
        "target": {
            "function": "v3d_irq_disable",
            "file": "drivers/gpu/drm/v3d/v3d_irq.c"
        },
        "digest": {
            "function_hash": "8650106899778845809239289869280442913",
            "length": 373.0
        },
        "id": "CVE-2025-38371-02cd141e"
    },
    {
        "signature_type": "Function",
        "deprecated": false,
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@9ff95ed0371aec4d9617e478e9c69cde86cd7c38",
        "signature_version": "v1",
        "target": {
            "function": "v3d_irq_init",
            "file": "drivers/gpu/drm/v3d/v3d_irq.c"
        },
        "digest": {
            "function_hash": "226404155415823091855612270461755802445",
            "length": 1001.0
        },
        "id": "CVE-2025-38371-032602f1"
    },
    {
        "signature_type": "Function",
        "deprecated": false,
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@9ff95ed0371aec4d9617e478e9c69cde86cd7c38",
        "signature_version": "v1",
        "target": {
            "function": "v3d_reset",
            "file": "drivers/gpu/drm/v3d/v3d_gem.c"
        },
        "digest": {
            "function_hash": "167457341532330919034890246945187218556",
            "length": 423.0
        },
        "id": "CVE-2025-38371-0a73073f"
    },
    {
        "signature_type": "Line",
        "deprecated": false,
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b9c403d1236cecb10dd0246a30d81e4b265f8e8d",
        "signature_version": "v1",
        "target": {
            "file": "drivers/gpu/drm/v3d/v3d_gem.c"
        },
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "234812117526398158162858137146956544241",
                "157815482508997024780341402772985310541",
                "323040537156004523940756282201332752741"
            ]
        },
        "id": "CVE-2025-38371-104b991b"
    },
    {
        "signature_type": "Line",
        "deprecated": false,
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dc805c927cd832bb8f790b756880ae6c769d5fbc",
        "signature_version": "v1",
        "target": {
            "file": "drivers/gpu/drm/v3d/v3d_drv.h"
        },
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "262010677873486608122514397769745434830",
                "267746571686667317319547879164116066999",
                "14271562682024439411761421112954964296",
                "329953223091577375613322808706540688515",
                "41721961477673235651134008324398017375",
                "330120641955534212700774306609522893837"
            ]
        },
        "id": "CVE-2025-38371-1599a395"
    },
    {
        "signature_type": "Line",
        "deprecated": false,
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@576a6739e08ac06c67f2916f71204557232388b0",
        "signature_version": "v1",
        "target": {
            "file": "drivers/gpu/drm/v3d/v3d_gem.c"
        },
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "234812117526398158162858137146956544241",
                "157815482508997024780341402772985310541",
                "323040537156004523940756282201332752741"
            ]
        },
        "id": "CVE-2025-38371-1b7f693a"
    },
    {
        "signature_type": "Line",
        "deprecated": false,
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@387da3b6d1a90e3210bc9a7fb56703bdad2ac18a",
        "signature_version": "v1",
        "target": {
            "file": "drivers/gpu/drm/v3d/v3d_irq.c"
        },
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "242726360123904096190843293490813843520",
                "91657602116216000639864009739589328560",
                "166121985537959477230796024833092704813",
                "244258216376274424078141974090509299320",
                "166779215591150249148271451964573698181",
                "197704505203046347697390542623370676469",
                "140130560367619151515898931800268928083",
                "74779515534929873466423194792142735095",
                "248296002553754476704215714444965142006",
                "249250008638197817377022391299165020203",
                "28501841489083286208528610374423197521",
                "28112209978015108364092113724257439549",
                "162051390176990289605714474088869985610",
                "9214277194794414618812186638481117302",
                "153682327671510343491694905986593291822",
                "253073752195562345964742075908330038490",
                "104354187108161628217896796753218331410",
                "224387024842080629598760308973932083924",
                "149700113739250298294661600446389899555",
                "255786156159489289407926244006400078690",
                "155150918804295628640837371981558174157",
                "151986994459426182818478324363391723992",
                "36909175611796977687802464966942677487",
                "202987189075617661022150226432162486582",
                "2488831510386625203656301749234419334",
                "220540607638737039255336117171668197417"
            ]
        },
        "id": "CVE-2025-38371-1d7b7c62"
    },
    {
        "signature_type": "Line",
        "deprecated": false,
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@2446e25e9246e0642a41d91cbf54c33b275da3c3",
        "signature_version": "v1",
        "target": {
            "file": "drivers/gpu/drm/v3d/v3d_drv.h"
        },
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "278340829466503332759268938883181680409",
                "237355603699223566505402886588077024742",
                "192083137640466491617281132887522394493",
                "209381387393577892406590187749670840125",
                "253659680388782963849566238918297349570",
                "8439670327250771185917621438759558982"
            ]
        },
        "id": "CVE-2025-38371-221eb6d5"
    },
    {
        "signature_type": "Function",
        "deprecated": false,
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dc805c927cd832bb8f790b756880ae6c769d5fbc",
        "signature_version": "v1",
        "target": {
            "function": "v3d_irq_init",
            "file": "drivers/gpu/drm/v3d/v3d_irq.c"
        },
        "digest": {
            "function_hash": "226404155415823091855612270461755802445",
            "length": 1001.0
        },
        "id": "CVE-2025-38371-26baca1b"
    },
    {
        "signature_type": "Line",
        "deprecated": false,
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@387da3b6d1a90e3210bc9a7fb56703bdad2ac18a",
        "signature_version": "v1",
        "target": {
            "file": "drivers/gpu/drm/v3d/v3d_drv.h"
        },
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "64986660315365762283068278484352463111",
                "336263190142549156040421514558660809832",
                "192083137640466491617281132887522394493",
                "209381387393577892406590187749670840125",
                "253659680388782963849566238918297349570",
                "8439670327250771185917621438759558982"
            ]
        },
        "id": "CVE-2025-38371-2a3b4469"
    },
    {
        "signature_type": "Line",
        "deprecated": false,
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c8851a6ab19d9f390677c42a3cc01ff9b2eb6241",
        "signature_version": "v1",
        "target": {
            "file": "drivers/gpu/drm/v3d/v3d_gem.c"
        },
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "234812117526398158162858137146956544241",
                "157815482508997024780341402772985310541",
                "323040537156004523940756282201332752741"
            ]
        },
        "id": "CVE-2025-38371-2f63b260"
    },
    {
        "signature_type": "Function",
        "deprecated": false,
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@576a6739e08ac06c67f2916f71204557232388b0",
        "signature_version": "v1",
        "target": {
            "function": "v3d_irq_init",
            "file": "drivers/gpu/drm/v3d/v3d_irq.c"
        },
        "digest": {
            "function_hash": "182774860978442807323803841660935098282",
            "length": 976.0
        },
        "id": "CVE-2025-38371-334ccb6c"
    },
    {
        "signature_type": "Function",
        "deprecated": false,
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@2446e25e9246e0642a41d91cbf54c33b275da3c3",
        "signature_version": "v1",
        "target": {
            "function": "v3d_irq_disable",
            "file": "drivers/gpu/drm/v3d/v3d_irq.c"
        },
        "digest": {
            "function_hash": "8650106899778845809239289869280442913",
            "length": 373.0
        },
        "id": "CVE-2025-38371-4ca56d86"
    },
    {
        "signature_type": "Line",
        "deprecated": false,
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@9ff95ed0371aec4d9617e478e9c69cde86cd7c38",
        "signature_version": "v1",
        "target": {
            "file": "drivers/gpu/drm/v3d/v3d_drv.h"
        },
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "297538544013246513525658579245506601582",
                "311401528479661968852955066680702104175",
                "192083137640466491617281132887522394493",
                "240176259553069763415989136958783315015",
                "41721961477673235651134008324398017375",
                "330120641955534212700774306609522893837"
            ]
        },
        "id": "CVE-2025-38371-51fcd6e9"
    },
    {
        "signature_type": "Function",
        "deprecated": false,
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b9c403d1236cecb10dd0246a30d81e4b265f8e8d",
        "signature_version": "v1",
        "target": {
            "function": "v3d_irq_disable",
            "file": "drivers/gpu/drm/v3d/v3d_irq.c"
        },
        "digest": {
            "function_hash": "8650106899778845809239289869280442913",
            "length": 373.0
        },
        "id": "CVE-2025-38371-53d04f9c"
    },
    {
        "signature_type": "Line",
        "deprecated": false,
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@9ff95ed0371aec4d9617e478e9c69cde86cd7c38",
        "signature_version": "v1",
        "target": {
            "file": "drivers/gpu/drm/v3d/v3d_gem.c"
        },
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "234812117526398158162858137146956544241",
                "157815482508997024780341402772985310541",
                "323040537156004523940756282201332752741"
            ]
        },
        "id": "CVE-2025-38371-59ee7c5f"
    },
    {
        "signature_type": "Line",
        "deprecated": false,
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c8851a6ab19d9f390677c42a3cc01ff9b2eb6241",
        "signature_version": "v1",
        "target": {
            "file": "drivers/gpu/drm/v3d/v3d_drv.h"
        },
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "64986660315365762283068278484352463111",
                "336263190142549156040421514558660809832",
                "192083137640466491617281132887522394493",
                "209381387393577892406590187749670840125",
                "253659680388782963849566238918297349570",
                "8439670327250771185917621438759558982"
            ]
        },
        "id": "CVE-2025-38371-618e454b"
    },
    {
        "signature_type": "Line",
        "deprecated": false,
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@226862f50a7a88e4e4de9abbf36c64d19acd6fd0",
        "signature_version": "v1",
        "target": {
            "file": "drivers/gpu/drm/v3d/v3d_gem.c"
        },
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "234812117526398158162858137146956544241",
                "247766082773549645147541645391077214538",
                "62464797527785735556035707148750351100"
            ]
        },
        "id": "CVE-2025-38371-66b42c8f"
    },
    {
        "signature_type": "Line",
        "deprecated": false,
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@9ff95ed0371aec4d9617e478e9c69cde86cd7c38",
        "signature_version": "v1",
        "target": {
            "file": "drivers/gpu/drm/v3d/v3d_irq.c"
        },
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "242726360123904096190843293490813843520",
                "91657602116216000639864009739589328560",
                "166121985537959477230796024833092704813",
                "279917463635665030852663587096657783993",
                "106455232065211285214254261189867729863",
                "184233963401430367520634295903502324620",
                "240653945192411701644274990036483461881",
                "74779515534929873466423194792142735095",
                "248296002553754476704215714444965142006",
                "249250008638197817377022391299165020203",
                "28501841489083286208528610374423197521",
                "28112209978015108364092113724257439549",
                "162051390176990289605714474088869985610",
                "9214277194794414618812186638481117302",
                "153682327671510343491694905986593291822",
                "253073752195562345964742075908330038490",
                "104354187108161628217896796753218331410",
                "224387024842080629598760308973932083924",
                "149700113739250298294661600446389899555",
                "255786156159489289407926244006400078690",
                "155150918804295628640837371981558174157",
                "151986994459426182818478324363391723992",
                "36909175611796977687802464966942677487",
                "202987189075617661022150226432162486582",
                "170345116879539287562839403934426721383",
                "288197467677675184108926936519272468988"
            ]
        },
        "id": "CVE-2025-38371-693206cd"
    },
    {
        "signature_type": "Function",
        "deprecated": false,
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@2446e25e9246e0642a41d91cbf54c33b275da3c3",
        "signature_version": "v1",
        "target": {
            "function": "v3d_reset",
            "file": "drivers/gpu/drm/v3d/v3d_gem.c"
        },
        "digest": {
            "function_hash": "68558188843033722979110856928095838958",
            "length": 368.0
        },
        "id": "CVE-2025-38371-69e09733"
    },
    {
        "signature_type": "Line",
        "deprecated": false,
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c8851a6ab19d9f390677c42a3cc01ff9b2eb6241",
        "signature_version": "v1",
        "target": {
            "file": "drivers/gpu/drm/v3d/v3d_irq.c"
        },
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "242726360123904096190843293490813843520",
                "91657602116216000639864009739589328560",
                "166121985537959477230796024833092704813",
                "244258216376274424078141974090509299320",
                "166779215591150249148271451964573698181",
                "197704505203046347697390542623370676469",
                "140130560367619151515898931800268928083",
                "74779515534929873466423194792142735095",
                "248296002553754476704215714444965142006",
                "249250008638197817377022391299165020203",
                "28501841489083286208528610374423197521",
                "28112209978015108364092113724257439549",
                "162051390176990289605714474088869985610",
                "9214277194794414618812186638481117302",
                "153682327671510343491694905986593291822",
                "253073752195562345964742075908330038490",
                "104354187108161628217896796753218331410",
                "224387024842080629598760308973932083924",
                "149700113739250298294661600446389899555",
                "255786156159489289407926244006400078690",
                "155150918804295628640837371981558174157",
                "151986994459426182818478324363391723992",
                "36909175611796977687802464966942677487",
                "202987189075617661022150226432162486582",
                "2488831510386625203656301749234419334",
                "220540607638737039255336117171668197417"
            ]
        },
        "id": "CVE-2025-38371-780a4af6"
    },
    {
        "signature_type": "Function",
        "deprecated": false,
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dc805c927cd832bb8f790b756880ae6c769d5fbc",
        "signature_version": "v1",
        "target": {
            "function": "v3d_irq_disable",
            "file": "drivers/gpu/drm/v3d/v3d_irq.c"
        },
        "digest": {
            "function_hash": "318194422741398498144695210020904884246",
            "length": 398.0
        },
        "id": "CVE-2025-38371-81df18c9"
    },
    {
        "signature_type": "Line",
        "deprecated": false,
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@2446e25e9246e0642a41d91cbf54c33b275da3c3",
        "signature_version": "v1",
        "target": {
            "file": "drivers/gpu/drm/v3d/v3d_gem.c"
        },
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "234812117526398158162858137146956544241",
                "157815482508997024780341402772985310541",
                "323040537156004523940756282201332752741"
            ]
        },
        "id": "CVE-2025-38371-834a29f0"
    },
    {
        "signature_type": "Function",
        "deprecated": false,
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@387da3b6d1a90e3210bc9a7fb56703bdad2ac18a",
        "signature_version": "v1",
        "target": {
            "function": "v3d_irq_disable",
            "file": "drivers/gpu/drm/v3d/v3d_irq.c"
        },
        "digest": {
            "function_hash": "8650106899778845809239289869280442913",
            "length": 373.0
        },
        "id": "CVE-2025-38371-86d6df04"
    },
    {
        "signature_type": "Line",
        "deprecated": false,
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@387da3b6d1a90e3210bc9a7fb56703bdad2ac18a",
        "signature_version": "v1",
        "target": {
            "file": "drivers/gpu/drm/v3d/v3d_gem.c"
        },
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "234812117526398158162858137146956544241",
                "157815482508997024780341402772985310541",
                "323040537156004523940756282201332752741"
            ]
        },
        "id": "CVE-2025-38371-8f392fdd"
    },
    {
        "signature_type": "Function",
        "deprecated": false,
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@576a6739e08ac06c67f2916f71204557232388b0",
        "signature_version": "v1",
        "target": {
            "function": "v3d_reset",
            "file": "drivers/gpu/drm/v3d/v3d_gem.c"
        },
        "digest": {
            "function_hash": "167457341532330919034890246945187218556",
            "length": 423.0
        },
        "id": "CVE-2025-38371-90ba1f18"
    },
    {
        "signature_type": "Line",
        "deprecated": false,
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@576a6739e08ac06c67f2916f71204557232388b0",
        "signature_version": "v1",
        "target": {
            "file": "drivers/gpu/drm/v3d/v3d_drv.h"
        },
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "64986660315365762283068278484352463111",
                "336263190142549156040421514558660809832",
                "192083137640466491617281132887522394493",
                "209381387393577892406590187749670840125",
                "253659680388782963849566238918297349570",
                "8439670327250771185917621438759558982"
            ]
        },
        "id": "CVE-2025-38371-90f8fa5a"
    },
    {
        "signature_type": "Function",
        "deprecated": false,
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@387da3b6d1a90e3210bc9a7fb56703bdad2ac18a",
        "signature_version": "v1",
        "target": {
            "function": "v3d_irq_init",
            "file": "drivers/gpu/drm/v3d/v3d_irq.c"
        },
        "digest": {
            "function_hash": "182774860978442807323803841660935098282",
            "length": 976.0
        },
        "id": "CVE-2025-38371-91ce1801"
    },
    {
        "signature_type": "Function",
        "deprecated": false,
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@9ff95ed0371aec4d9617e478e9c69cde86cd7c38",
        "signature_version": "v1",
        "target": {
            "function": "v3d_irq_disable",
            "file": "drivers/gpu/drm/v3d/v3d_irq.c"
        },
        "digest": {
            "function_hash": "318194422741398498144695210020904884246",
            "length": 398.0
        },
        "id": "CVE-2025-38371-a1b96b42"
    },
    {
        "signature_type": "Line",
        "deprecated": false,
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dc805c927cd832bb8f790b756880ae6c769d5fbc",
        "signature_version": "v1",
        "target": {
            "file": "drivers/gpu/drm/v3d/v3d_irq.c"
        },
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "242726360123904096190843293490813843520",
                "91657602116216000639864009739589328560",
                "166121985537959477230796024833092704813",
                "279917463635665030852663587096657783993",
                "106455232065211285214254261189867729863",
                "184233963401430367520634295903502324620",
                "240653945192411701644274990036483461881",
                "74779515534929873466423194792142735095",
                "248296002553754476704215714444965142006",
                "249250008638197817377022391299165020203",
                "28501841489083286208528610374423197521",
                "28112209978015108364092113724257439549",
                "162051390176990289605714474088869985610",
                "9214277194794414618812186638481117302",
                "153682327671510343491694905986593291822",
                "253073752195562345964742075908330038490",
                "104354187108161628217896796753218331410",
                "224387024842080629598760308973932083924",
                "149700113739250298294661600446389899555",
                "255786156159489289407926244006400078690",
                "155150918804295628640837371981558174157",
                "151986994459426182818478324363391723992",
                "36909175611796977687802464966942677487",
                "202987189075617661022150226432162486582",
                "170345116879539287562839403934426721383",
                "288197467677675184108926936519272468988"
            ]
        },
        "id": "CVE-2025-38371-a4ffcb2d"
    },
    {
        "signature_type": "Function",
        "deprecated": false,
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dc805c927cd832bb8f790b756880ae6c769d5fbc",
        "signature_version": "v1",
        "target": {
            "function": "v3d_reset",
            "file": "drivers/gpu/drm/v3d/v3d_gem.c"
        },
        "digest": {
            "function_hash": "167457341532330919034890246945187218556",
            "length": 423.0
        },
        "id": "CVE-2025-38371-aa3d22f9"
    },
    {
        "signature_type": "Function",
        "deprecated": false,
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@226862f50a7a88e4e4de9abbf36c64d19acd6fd0",
        "signature_version": "v1",
        "target": {
            "function": "v3d_irq_init",
            "file": "drivers/gpu/drm/v3d/v3d_irq.c"
        },
        "digest": {
            "function_hash": "226404155415823091855612270461755802445",
            "length": 1001.0
        },
        "id": "CVE-2025-38371-aa726511"
    },
    {
        "signature_type": "Line",
        "deprecated": false,
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b9c403d1236cecb10dd0246a30d81e4b265f8e8d",
        "signature_version": "v1",
        "target": {
            "file": "drivers/gpu/drm/v3d/v3d_irq.c"
        },
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "242726360123904096190843293490813843520",
                "91657602116216000639864009739589328560",
                "166121985537959477230796024833092704813",
                "244258216376274424078141974090509299320",
                "218049957449483624476701200198196128975",
                "333764636490206434500777027996748406640",
                "326567571406048782489696186418721385299",
                "194951262835078510426724609278332512487",
                "295816948555436743052487312513978807321",
                "214525305238670715905652464266427946918",
                "44877251058686049835890596609821628831",
                "135842198536691023918749192473538637157",
                "162051390176990289605714474088869985610",
                "24015132389904528283123077409013236732",
                "315663762294212767337102050776885412415",
                "194688748017424901525265033320677127613",
                "214292329467054568790639267582630997852",
                "338566836685625992150454970555220394591",
                "136825998424444490233584793316288613871",
                "281636983029319438317611455682337245188",
                "12145537403970705132721586078422969561",
                "119069621363964106290521082752871763703",
                "199748279704517458497714142149749243942",
                "89042861816912871570283212253595566009",
                "259902778068960101774274702723192982566",
                "202987189075617661022150226432162486582",
                "2488831510386625203656301749234419334",
                "220540607638737039255336117171668197417"
            ]
        },
        "id": "CVE-2025-38371-ae601c77"
    },
    {
        "signature_type": "Line",
        "deprecated": false,
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@576a6739e08ac06c67f2916f71204557232388b0",
        "signature_version": "v1",
        "target": {
            "file": "drivers/gpu/drm/v3d/v3d_irq.c"
        },
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "242726360123904096190843293490813843520",
                "91657602116216000639864009739589328560",
                "166121985537959477230796024833092704813",
                "244258216376274424078141974090509299320",
                "166779215591150249148271451964573698181",
                "197704505203046347697390542623370676469",
                "140130560367619151515898931800268928083",
                "74779515534929873466423194792142735095",
                "248296002553754476704215714444965142006",
                "249250008638197817377022391299165020203",
                "28501841489083286208528610374423197521",
                "28112209978015108364092113724257439549",
                "162051390176990289605714474088869985610",
                "9214277194794414618812186638481117302",
                "153682327671510343491694905986593291822",
                "253073752195562345964742075908330038490",
                "104354187108161628217896796753218331410",
                "224387024842080629598760308973932083924",
                "149700113739250298294661600446389899555",
                "255786156159489289407926244006400078690",
                "155150918804295628640837371981558174157",
                "151986994459426182818478324363391723992",
                "36909175611796977687802464966942677487",
                "119069621363964106290521082752871763703",
                "199748279704517458497714142149749243942",
                "89042861816912871570283212253595566009",
                "259902778068960101774274702723192982566",
                "202987189075617661022150226432162486582",
                "2488831510386625203656301749234419334",
                "220540607638737039255336117171668197417"
            ]
        },
        "id": "CVE-2025-38371-bea023b4"
    },
    {
        "signature_type": "Function",
        "deprecated": false,
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@226862f50a7a88e4e4de9abbf36c64d19acd6fd0",
        "signature_version": "v1",
        "target": {
            "function": "v3d_irq_disable",
            "file": "drivers/gpu/drm/v3d/v3d_irq.c"
        },
        "digest": {
            "function_hash": "318194422741398498144695210020904884246",
            "length": 398.0
        },
        "id": "CVE-2025-38371-ca50d259"
    },
    {
        "signature_type": "Function",
        "deprecated": false,
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b9c403d1236cecb10dd0246a30d81e4b265f8e8d",
        "signature_version": "v1",
        "target": {
            "function": "v3d_irq_init",
            "file": "drivers/gpu/drm/v3d/v3d_irq.c"
        },
        "digest": {
            "function_hash": "204036926066802222730031808379101784068",
            "length": 937.0
        },
        "id": "CVE-2025-38371-cc9faf7e"
    },
    {
        "signature_type": "Function",
        "deprecated": false,
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@387da3b6d1a90e3210bc9a7fb56703bdad2ac18a",
        "signature_version": "v1",
        "target": {
            "function": "v3d_reset",
            "file": "drivers/gpu/drm/v3d/v3d_gem.c"
        },
        "digest": {
            "function_hash": "167457341532330919034890246945187218556",
            "length": 423.0
        },
        "id": "CVE-2025-38371-ce7cd275"
    },
    {
        "signature_type": "Function",
        "deprecated": false,
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b9c403d1236cecb10dd0246a30d81e4b265f8e8d",
        "signature_version": "v1",
        "target": {
            "function": "v3d_reset",
            "file": "drivers/gpu/drm/v3d/v3d_gem.c"
        },
        "digest": {
            "function_hash": "68558188843033722979110856928095838958",
            "length": 368.0
        },
        "id": "CVE-2025-38371-d1bdffd3"
    },
    {
        "signature_type": "Line",
        "deprecated": false,
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@226862f50a7a88e4e4de9abbf36c64d19acd6fd0",
        "signature_version": "v1",
        "target": {
            "file": "drivers/gpu/drm/v3d/v3d_irq.c"
        },
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "242726360123904096190843293490813843520",
                "91657602116216000639864009739589328560",
                "166121985537959477230796024833092704813",
                "279917463635665030852663587096657783993",
                "106455232065211285214254261189867729863",
                "184233963401430367520634295903502324620",
                "240653945192411701644274990036483461881",
                "74779515534929873466423194792142735095",
                "248296002553754476704215714444965142006",
                "249250008638197817377022391299165020203",
                "28501841489083286208528610374423197521",
                "28112209978015108364092113724257439549",
                "162051390176990289605714474088869985610",
                "9214277194794414618812186638481117302",
                "153682327671510343491694905986593291822",
                "253073752195562345964742075908330038490",
                "104354187108161628217896796753218331410",
                "224387024842080629598760308973932083924",
                "149700113739250298294661600446389899555",
                "255786156159489289407926244006400078690",
                "155150918804295628640837371981558174157",
                "151986994459426182818478324363391723992",
                "36909175611796977687802464966942677487",
                "202987189075617661022150226432162486582",
                "170345116879539287562839403934426721383",
                "288197467677675184108926936519272468988"
            ]
        },
        "id": "CVE-2025-38371-d434c5f0"
    },
    {
        "signature_type": "Line",
        "deprecated": false,
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@2446e25e9246e0642a41d91cbf54c33b275da3c3",
        "signature_version": "v1",
        "target": {
            "file": "drivers/gpu/drm/v3d/v3d_irq.c"
        },
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "242726360123904096190843293490813843520",
                "91657602116216000639864009739589328560",
                "166121985537959477230796024833092704813",
                "244258216376274424078141974090509299320",
                "244107883488649589785506884172184356758",
                "141946400100176365899374961625060820788",
                "206089127837734474050137956066554283987",
                "232170263685680946569052227950161189830",
                "248296002553754476704215714444965142006",
                "249250008638197817377022391299165020203",
                "28501841489083286208528610374423197521",
                "28112209978015108364092113724257439549",
                "162051390176990289605714474088869985610",
                "9214277194794414618812186638481117302",
                "153682327671510343491694905986593291822",
                "253073752195562345964742075908330038490",
                "104354187108161628217896796753218331410",
                "224387024842080629598760308973932083924",
                "149700113739250298294661600446389899555",
                "255786156159489289407926244006400078690",
                "155150918804295628640837371981558174157",
                "151986994459426182818478324363391723992",
                "36909175611796977687802464966942677487",
                "119069621363964106290521082752871763703",
                "199748279704517458497714142149749243942",
                "89042861816912871570283212253595566009",
                "259902778068960101774274702723192982566",
                "202987189075617661022150226432162486582",
                "2488831510386625203656301749234419334",
                "220540607638737039255336117171668197417"
            ]
        },
        "id": "CVE-2025-38371-d4d7052b"
    },
    {
        "signature_type": "Line",
        "deprecated": false,
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@dc805c927cd832bb8f790b756880ae6c769d5fbc",
        "signature_version": "v1",
        "target": {
            "file": "drivers/gpu/drm/v3d/v3d_gem.c"
        },
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "234812117526398158162858137146956544241",
                "157815482508997024780341402772985310541",
                "323040537156004523940756282201332752741"
            ]
        },
        "id": "CVE-2025-38371-e13995ff"
    },
    {
        "signature_type": "Line",
        "deprecated": false,
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b9c403d1236cecb10dd0246a30d81e4b265f8e8d",
        "signature_version": "v1",
        "target": {
            "file": "drivers/gpu/drm/v3d/v3d_drv.h"
        },
        "digest": {
            "threshold": 0.9,
            "line_hashes": [
                "278340829466503332759268938883181680409",
                "237355603699223566505402886588077024742",
                "192083137640466491617281132887522394493",
                "73937440961073407304105716520882419626",
                "56922695002986087772094512422839233727",
                "121431751917954459238370384294638008986",
                "226335021157679920265387757974226838945"
            ]
        },
        "id": "CVE-2025-38371-e3c9cb4b"
    },
    {
        "signature_type": "Function",
        "deprecated": false,
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@2446e25e9246e0642a41d91cbf54c33b275da3c3",
        "signature_version": "v1",
        "target": {
            "function": "v3d_irq_init",
            "file": "drivers/gpu/drm/v3d/v3d_irq.c"
        },
        "digest": {
            "function_hash": "182774860978442807323803841660935098282",
            "length": 976.0
        },
        "id": "CVE-2025-38371-e62d7d4d"
    },
    {
        "signature_type": "Function",
        "deprecated": false,
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c8851a6ab19d9f390677c42a3cc01ff9b2eb6241",
        "signature_version": "v1",
        "target": {
            "function": "v3d_reset",
            "file": "drivers/gpu/drm/v3d/v3d_gem.c"
        },
        "digest": {
            "function_hash": "167457341532330919034890246945187218556",
            "length": 423.0
        },
        "id": "CVE-2025-38371-ea6716c3"
    },
    {
        "signature_type": "Function",
        "deprecated": false,
        "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@c8851a6ab19d9f390677c42a3cc01ff9b2eb6241",
        "signature_version": "v1",
        "target": {
            "function": "v3d_irq_init",
            "file": "drivers/gpu/drm/v3d/v3d_irq.c"
        },
        "digest": {
            "function_hash": "182774860978442807323803841660935098282",
            "length": 976.0
        },
        "id": "CVE-2025-38371-ffeb6d72"
    }
]

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
4.18.0
Fixed
5.4.296
Type
ECOSYSTEM
Events
Introduced
5.5.0
Fixed
5.10.240
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.187
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.144
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.97
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.37
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.15.6