CVE-2024-56655

Source
https://nvd.nist.gov/vuln/detail/CVE-2024-56655
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2024-56655.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2024-56655
Downstream
Related
Published
2024-12-27T15:06:19Z
Modified
2025-10-15T00:31:46.621843Z
Summary
netfilter: nf_tables: do not defer rule destruction via call_rcu
Details

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

netfilter: nftables: do not defer rule destruction via callrcu

nftableschaindestroy can sleep, it can't be used from callrcu callbacks.

Moreover, nftablesrulerelease() is only safe for error unwinding, while transaction mutex is held and the to-be-desroyed rule was not exposed to either dataplane or dumps, as it deactives+frees without the required synchronizercu() in-between.

nftruleexprdeactivate() callbacks will change ->use counters of other chains/sets, see e.g. nftlookup .deactivate callback, these must be serialized via transaction mutex.

Also add a few lockdep asserts to make this more explicit.

Calling synchronize_rcu() isn't ideal, but fixing this without is hard and way more intrusive. As-is, we can get:

WARNING: .. net/netfilter/nftablesapi.c:5515 nftsetdestroy+0x.. Workqueue: events nftablestransdestroywork RIP: 0010:nftsetdestroy+0x3fe/0x5c0 Call Trace: <TASK> nftablestransdestroywork+0x6b7/0xad0 processonework+0x64a/0xce0 worker_thread+0x613/0x10d0

In case the synchronize_rcu becomes an issue, we can explore alternatives.

One way would be to allocate nfttransrule objects + one nfttranschain object, deactivate the rules + the chain and then defer the freeing to the nft destroy workqueue. We'd still need to keep the synchronize_rcu path as a fallback to handle -ENOMEM corner cases though.

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
9eee6097ffb26cdd2adb988c0d378fa0d650c737
Fixed
5146c27b2780aac59876a887a5f4e793b8949862
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
558f503f707f481bbf40efa74a938b8021df841d
Fixed
2991dc357a28b61c13ed1f7b59e9251e2b4562fb
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
a394c160d57f4b083bd904a22802f6fb7f5b3cea
Fixed
b8d8f53e1858178882b881b8c09f94ef0e83bf76
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
e6c32a64d61184c2bdf89442b3d31ef530afba34
Fixed
b0f013bebf94fe7ae75e5a53be2f2bd1cc1841e3
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
bfd05c68e4c6320304e9f371ffa356b6e4b9cc53
Fixed
27f0574253f6c24c8ee4e3f0a685b75ed3a256ed
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
c03d278fdf35e73dd0ec543b9b556876b9d9a8dc
Fixed
7cf0bd232b565d9852cb25fd094f77254773e048
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
c03d278fdf35e73dd0ec543b9b556876b9d9a8dc
Fixed
b04df3da1b5c6f6dc7cdccc37941740c078c4043
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Last affected
cb401e5799e0acacb405f2128097e9c4ccf82f8a

Affected versions

v2.*

v2.6.12
v2.6.12-rc2
v2.6.12-rc3
v2.6.12-rc4
v2.6.12-rc5
v2.6.12-rc6
v2.6.13
v2.6.13-rc1
v2.6.13-rc2
v2.6.13-rc3
v2.6.13-rc4
v2.6.13-rc5
v2.6.13-rc6
v2.6.13-rc7
v2.6.14
v2.6.14-rc1
v2.6.14-rc2
v2.6.14-rc3
v2.6.14-rc4
v2.6.14-rc5
v2.6.15
v2.6.15-rc1
v2.6.15-rc2
v2.6.15-rc3
v2.6.15-rc4
v2.6.15-rc5
v2.6.15-rc6
v2.6.15-rc7
v2.6.16
v2.6.16-rc1
v2.6.16-rc2
v2.6.16-rc3
v2.6.16-rc4
v2.6.16-rc5
v2.6.16-rc6
v2.6.17
v2.6.17-rc1
v2.6.17-rc2
v2.6.17-rc3
v2.6.17-rc4
v2.6.17-rc5
v2.6.17-rc6
v2.6.18
v2.6.18-rc1
v2.6.18-rc2
v2.6.18-rc3
v2.6.18-rc4
v2.6.18-rc5
v2.6.18-rc6
v2.6.18-rc7
v2.6.19
v2.6.19-rc1
v2.6.19-rc2
v2.6.19-rc3
v2.6.19-rc4
v2.6.19-rc5
v2.6.19-rc6
v2.6.20
v2.6.20-rc1
v2.6.20-rc2
v2.6.20-rc3
v2.6.20-rc4
v2.6.20-rc5
v2.6.20-rc6
v2.6.20-rc7
v2.6.21
v2.6.21-rc1
v2.6.21-rc2
v2.6.21-rc3
v2.6.21-rc4
v2.6.21-rc5
v2.6.21-rc6
v2.6.21-rc7
v2.6.22
v2.6.22-rc1
v2.6.22-rc2
v2.6.22-rc3
v2.6.22-rc4
v2.6.22-rc5
v2.6.22-rc6
v2.6.22-rc7
v2.6.23
v2.6.23-rc1
v2.6.23-rc2
v2.6.23-rc3
v2.6.23-rc4
v2.6.23-rc5
v2.6.23-rc6
v2.6.23-rc7
v2.6.23-rc8
v2.6.23-rc9
v2.6.24
v2.6.24-rc1
v2.6.24-rc2
v2.6.24-rc3
v2.6.24-rc4
v2.6.24-rc5
v2.6.24-rc6
v2.6.24-rc7
v2.6.24-rc8
v2.6.25
v2.6.25-rc1
v2.6.25-rc2
v2.6.25-rc3
v2.6.25-rc4
v2.6.25-rc5
v2.6.25-rc6
v2.6.25-rc7
v2.6.25-rc8
v2.6.25-rc9
v2.6.26
v2.6.26-rc1
v2.6.26-rc2
v2.6.26-rc3
v2.6.26-rc4
v2.6.26-rc5
v2.6.26-rc6
v2.6.26-rc7
v2.6.26-rc8
v2.6.26-rc9
v2.6.27
v2.6.27-rc1
v2.6.27-rc2
v2.6.27-rc3
v2.6.27-rc4
v2.6.27-rc5
v2.6.27-rc6
v2.6.27-rc7
v2.6.27-rc8
v2.6.27-rc9
v2.6.28
v2.6.28-rc1
v2.6.28-rc2
v2.6.28-rc3
v2.6.28-rc4
v2.6.28-rc5
v2.6.28-rc6
v2.6.28-rc7
v2.6.28-rc8
v2.6.28-rc9
v2.6.29
v2.6.29-rc1
v2.6.29-rc2
v2.6.29-rc3
v2.6.29-rc4
v2.6.29-rc5
v2.6.29-rc6
v2.6.29-rc7
v2.6.29-rc8
v2.6.30
v2.6.30-rc1
v2.6.30-rc2
v2.6.30-rc3
v2.6.30-rc4
v2.6.30-rc5
v2.6.30-rc6
v2.6.30-rc7
v2.6.30-rc8
v2.6.31
v2.6.31-rc1
v2.6.31-rc2
v2.6.31-rc3
v2.6.31-rc4
v2.6.31-rc5
v2.6.31-rc6
v2.6.31-rc7
v2.6.31-rc8
v2.6.31-rc9
v2.6.32
v2.6.32-rc1
v2.6.32-rc2
v2.6.32-rc3
v2.6.32-rc4
v2.6.32-rc5
v2.6.32-rc6
v2.6.32-rc7
v2.6.32-rc8
v2.6.33
v2.6.33-rc1
v2.6.33-rc2
v2.6.33-rc3
v2.6.33-rc4
v2.6.33-rc5
v2.6.33-rc6
v2.6.33-rc7
v2.6.33-rc8
v2.6.34
v2.6.34-rc1
v2.6.34-rc2
v2.6.34-rc3
v2.6.34-rc4
v2.6.34-rc5
v2.6.34-rc6
v2.6.34-rc7
v2.6.35
v2.6.35-rc1
v2.6.35-rc2
v2.6.35-rc3
v2.6.35-rc4
v2.6.35-rc5
v2.6.35-rc6
v2.6.36
v2.6.36-rc1
v2.6.36-rc2
v2.6.36-rc3
v2.6.36-rc4
v2.6.36-rc5
v2.6.36-rc6
v2.6.36-rc7
v2.6.36-rc8
v2.6.37
v2.6.37-rc1
v2.6.37-rc2
v2.6.37-rc3
v2.6.37-rc4
v2.6.37-rc5
v2.6.37-rc6
v2.6.37-rc7
v2.6.37-rc8
v2.6.38
v2.6.38-rc1
v2.6.38-rc2
v2.6.38-rc3
v2.6.38-rc4
v2.6.38-rc5
v2.6.38-rc6
v2.6.38-rc7
v2.6.38-rc8
v2.6.39
v2.6.39-rc1
v2.6.39-rc2
v2.6.39-rc3
v2.6.39-rc4
v2.6.39-rc5
v2.6.39-rc6
v2.6.39-rc7

v3.*

v3.0
v3.0-rc1
v3.0-rc2
v3.0-rc3
v3.0-rc4
v3.0-rc5
v3.0-rc6
v3.0-rc7
v3.1
v3.1-rc1
v3.1-rc10
v3.1-rc2
v3.1-rc3
v3.1-rc4
v3.1-rc5
v3.1-rc6
v3.1-rc7
v3.1-rc8
v3.1-rc9
v3.10
v3.10-rc1
v3.10-rc2
v3.10-rc3
v3.10-rc4
v3.10-rc5
v3.10-rc6
v3.10-rc7
v3.11
v3.11-rc1
v3.11-rc2
v3.11-rc3
v3.11-rc4
v3.11-rc5
v3.11-rc6
v3.11-rc7
v3.12
v3.12-rc1
v3.12-rc2
v3.12-rc3
v3.12-rc4
v3.12-rc5
v3.12-rc6
v3.12-rc7
v3.13
v3.13-rc1
v3.13-rc2
v3.13-rc3
v3.13-rc4
v3.13-rc5
v3.13-rc6
v3.13-rc7
v3.13-rc8
v3.14
v3.14-rc1
v3.14-rc2
v3.14-rc3
v3.14-rc4
v3.14-rc5
v3.14-rc6
v3.14-rc7
v3.14-rc8
v3.15
v3.15-rc1
v3.15-rc2
v3.15-rc3
v3.15-rc4
v3.15-rc5
v3.15-rc6
v3.15-rc7
v3.15-rc8
v3.16
v3.16-rc1
v3.16-rc2
v3.16-rc3
v3.16-rc4
v3.16-rc5
v3.16-rc6
v3.16-rc7
v3.17
v3.17-rc1
v3.17-rc2
v3.17-rc3
v3.17-rc4
v3.17-rc5
v3.17-rc6
v3.17-rc7
v3.18
v3.18-rc1
v3.18-rc2
v3.18-rc3
v3.18-rc4
v3.18-rc5
v3.18-rc6
v3.18-rc7
v3.19
v3.19-rc1
v3.19-rc2
v3.19-rc3
v3.19-rc4
v3.19-rc5
v3.19-rc6
v3.19-rc7
v3.2
v3.2-rc1
v3.2-rc2
v3.2-rc3
v3.2-rc4
v3.2-rc5
v3.2-rc6
v3.2-rc7
v3.3
v3.3-rc1
v3.3-rc2
v3.3-rc3
v3.3-rc4
v3.3-rc5
v3.3-rc6
v3.3-rc7
v3.4
v3.4-rc1
v3.4-rc2
v3.4-rc3
v3.4-rc4
v3.4-rc5
v3.4-rc6
v3.4-rc7
v3.5
v3.5-rc1
v3.5-rc2
v3.5-rc3
v3.5-rc4
v3.5-rc5
v3.5-rc6
v3.5-rc7
v3.6
v3.6-rc1
v3.6-rc2
v3.6-rc3
v3.6-rc4
v3.6-rc5
v3.6-rc6
v3.6-rc7
v3.7
v3.7-rc1
v3.7-rc2
v3.7-rc3
v3.7-rc4
v3.7-rc5
v3.7-rc6
v3.7-rc7
v3.7-rc8
v3.8
v3.8-rc1
v3.8-rc2
v3.8-rc3
v3.8-rc4
v3.8-rc5
v3.8-rc6
v3.8-rc7
v3.9
v3.9-rc1
v3.9-rc2
v3.9-rc3
v3.9-rc4
v3.9-rc5
v3.9-rc6
v3.9-rc7
v3.9-rc8

v4.*

v4.0
v4.0-rc1
v4.0-rc2
v4.0-rc3
v4.0-rc4
v4.0-rc5
v4.0-rc6
v4.0-rc7
v4.1
v4.1-rc1
v4.1-rc2
v4.1-rc3
v4.1-rc4
v4.1-rc5
v4.1-rc6
v4.1-rc7
v4.1-rc8
v4.10
v4.10-rc1
v4.10-rc2
v4.10-rc3
v4.10-rc4
v4.10-rc5
v4.10-rc6
v4.10-rc7
v4.10-rc8
v4.11
v4.11-rc1
v4.11-rc2
v4.11-rc3
v4.11-rc4
v4.11-rc5
v4.11-rc6
v4.11-rc7
v4.11-rc8
v4.12
v4.12-rc1
v4.12-rc2
v4.12-rc3
v4.12-rc4
v4.12-rc5
v4.12-rc6
v4.12-rc7
v4.13
v4.13-rc1
v4.13-rc2
v4.13-rc3
v4.13-rc4
v4.13-rc5
v4.13-rc6
v4.13-rc7
v4.14
v4.14-rc1
v4.14-rc2
v4.14-rc3
v4.14-rc4
v4.14-rc5
v4.14-rc6
v4.14-rc7
v4.14-rc8
v4.15
v4.15-rc1
v4.15-rc2
v4.15-rc3
v4.15-rc4
v4.15-rc5
v4.15-rc6
v4.15-rc7
v4.15-rc8
v4.15-rc9
v4.16
v4.16-rc1
v4.16-rc2
v4.16-rc3
v4.16-rc4
v4.16-rc5
v4.16-rc6
v4.16-rc7
v4.17
v4.17-rc1
v4.17-rc2
v4.17-rc3
v4.17-rc4
v4.17-rc5
v4.17-rc6
v4.17-rc7
v4.18
v4.18-rc1
v4.18-rc2
v4.18-rc3
v4.18-rc4
v4.18-rc5
v4.18-rc6
v4.18-rc7
v4.18-rc8
v4.19
v4.19-rc1
v4.19-rc2
v4.19-rc3
v4.19-rc4
v4.19-rc5
v4.19-rc6
v4.19-rc7
v4.19-rc8
v4.2
v4.2-rc1
v4.2-rc2
v4.2-rc3
v4.2-rc4
v4.2-rc5
v4.2-rc6
v4.2-rc7
v4.2-rc8
v4.20
v4.20-rc1
v4.20-rc2
v4.20-rc3
v4.20-rc4
v4.20-rc5
v4.20-rc6
v4.20-rc7
v4.3
v4.3-rc1
v4.3-rc2
v4.3-rc3
v4.3-rc4
v4.3-rc5
v4.3-rc6
v4.3-rc7
v4.4
v4.4-rc1
v4.4-rc2
v4.4-rc3
v4.4-rc4
v4.4-rc5
v4.4-rc6
v4.4-rc7
v4.4-rc8
v4.5
v4.5-rc1
v4.5-rc2
v4.5-rc3
v4.5-rc4
v4.5-rc5
v4.5-rc6
v4.5-rc7
v4.6
v4.6-rc1
v4.6-rc2
v4.6-rc3
v4.6-rc4
v4.6-rc5
v4.6-rc6
v4.6-rc7
v4.7
v4.7-rc1
v4.7-rc2
v4.7-rc3
v4.7-rc4
v4.7-rc5
v4.7-rc6
v4.7-rc7
v4.8
v4.8-rc1
v4.8-rc2
v4.8-rc3
v4.8-rc4
v4.8-rc5
v4.8-rc6
v4.8-rc7
v4.8-rc8
v4.9
v4.9-rc1
v4.9-rc2
v4.9-rc3
v4.9-rc4
v4.9-rc5
v4.9-rc6
v4.9-rc7
v4.9-rc8

v5.*

v5.0
v5.0-rc1
v5.0-rc2
v5.0-rc3
v5.0-rc4
v5.0-rc5
v5.0-rc6
v5.0-rc7
v5.0-rc8
v5.1
v5.1-rc1
v5.1-rc2
v5.1-rc3
v5.1-rc4
v5.1-rc5
v5.1-rc6
v5.1-rc7
v5.10
v5.10-rc1
v5.10-rc2
v5.10-rc3
v5.10-rc4
v5.10-rc5
v5.10-rc6
v5.10-rc7
v5.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.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.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.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.11.1
v6.11.2
v6.11.3
v6.11.4
v6.11.5
v6.11.6
v6.11.7
v6.12
v6.12-rc5
v6.12-rc6
v6.12-rc7
v6.12.1
v6.12.2
v6.12.3
v6.12.4
v6.12.5
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.61
v6.6.62
v6.6.63
v6.6.64
v6.6.65
v6.6.66
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": [
        {
            "target": {
                "file": "net/netfilter/nf_tables_api.c",
                "function": "nf_tables_deactivate_set"
            },
            "id": "CVE-2024-56655-014b7773",
            "signature_version": "v1",
            "digest": {
                "length": 796.0,
                "function_hash": "58062093416808777897363177089339855071"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b0f013bebf94fe7ae75e5a53be2f2bd1cc1841e3",
            "signature_type": "Function"
        },
        {
            "target": {
                "file": "net/netfilter/nf_tables_api.c",
                "function": "__nft_release_basechain"
            },
            "id": "CVE-2024-56655-1a54c6fb",
            "signature_version": "v1",
            "digest": {
                "length": 495.0,
                "function_hash": "250472909207345825984220206147070222612"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7cf0bd232b565d9852cb25fd094f77254773e048",
            "signature_type": "Function"
        },
        {
            "target": {
                "file": "net/netfilter/nf_tables_api.c",
                "function": "nft_release_basechain_rcu"
            },
            "id": "CVE-2024-56655-2a4f1cdd",
            "signature_version": "v1",
            "digest": {
                "length": 292.0,
                "function_hash": "124195095067184910825024787766240872263"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5146c27b2780aac59876a887a5f4e793b8949862",
            "signature_type": "Function"
        },
        {
            "target": {
                "file": "net/netfilter/nf_tables_api.c",
                "function": "nf_tables_rule_release"
            },
            "id": "CVE-2024-56655-2c75eb0a",
            "signature_version": "v1",
            "digest": {
                "length": 143.0,
                "function_hash": "284304899288686065268980947528217775515"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@2991dc357a28b61c13ed1f7b59e9251e2b4562fb",
            "signature_type": "Function"
        },
        {
            "target": {
                "file": "net/netfilter/nf_tables_api.c",
                "function": "nft_release_basechain_rcu"
            },
            "id": "CVE-2024-56655-334a1c65",
            "signature_version": "v1",
            "digest": {
                "length": 292.0,
                "function_hash": "124195095067184910825024787766240872263"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b0f013bebf94fe7ae75e5a53be2f2bd1cc1841e3",
            "signature_type": "Function"
        },
        {
            "target": {
                "file": "net/netfilter/nf_tables_api.c",
                "function": "nf_tables_deactivate_set"
            },
            "id": "CVE-2024-56655-3485342a",
            "signature_version": "v1",
            "digest": {
                "length": 796.0,
                "function_hash": "58062093416808777897363177089339855071"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b8d8f53e1858178882b881b8c09f94ef0e83bf76",
            "signature_type": "Function"
        },
        {
            "target": {
                "file": "include/net/netfilter/nf_tables.h"
            },
            "id": "CVE-2024-56655-34b72aff",
            "signature_version": "v1",
            "digest": {
                "threshold": 0.9,
                "line_hashes": [
                    "123656555542263724085958814027993865141",
                    "273363564856853663435733929062221314841",
                    "122578833396545997839555350669039804450",
                    "269963360065794686296702709131467937222",
                    "179903893833450110735920806261827194025",
                    "278939166972522970546382326302296458905",
                    "17096592994196017974281977204073931400",
                    "59990617408768272502547209292952109316",
                    "239120332530624416012246903427945667627",
                    "55901828066873821376347685396052800879",
                    "4870713759330099550194795482081273599",
                    "336386893149348823663135939983859293749",
                    "169093262534579363666978042604587143426",
                    "294188687614261705875978785642108470734"
                ]
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b04df3da1b5c6f6dc7cdccc37941740c078c4043",
            "signature_type": "Line"
        },
        {
            "target": {
                "file": "net/netfilter/nf_tables_api.c",
                "function": "nf_tables_deactivate_set"
            },
            "id": "CVE-2024-56655-370adb5c",
            "signature_version": "v1",
            "digest": {
                "length": 796.0,
                "function_hash": "58062093416808777897363177089339855071"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@27f0574253f6c24c8ee4e3f0a685b75ed3a256ed",
            "signature_type": "Function"
        },
        {
            "target": {
                "file": "net/netfilter/nf_tables_api.c",
                "function": "__nft_release_basechain"
            },
            "id": "CVE-2024-56655-475629c5",
            "signature_version": "v1",
            "digest": {
                "length": 495.0,
                "function_hash": "250472909207345825984220206147070222612"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5146c27b2780aac59876a887a5f4e793b8949862",
            "signature_type": "Function"
        },
        {
            "target": {
                "file": "net/netfilter/nf_tables_api.c",
                "function": "nft_release_basechain_rcu"
            },
            "id": "CVE-2024-56655-4c51f8cb",
            "signature_version": "v1",
            "digest": {
                "length": 292.0,
                "function_hash": "124195095067184910825024787766240872263"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7cf0bd232b565d9852cb25fd094f77254773e048",
            "signature_type": "Function"
        },
        {
            "target": {
                "file": "net/netfilter/nf_tables_api.c",
                "function": "__nft_release_basechain"
            },
            "id": "CVE-2024-56655-5947f215",
            "signature_version": "v1",
            "digest": {
                "length": 495.0,
                "function_hash": "250472909207345825984220206147070222612"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b04df3da1b5c6f6dc7cdccc37941740c078c4043",
            "signature_type": "Function"
        },
        {
            "target": {
                "file": "net/netfilter/nf_tables_api.c",
                "function": "nf_tables_deactivate_set"
            },
            "id": "CVE-2024-56655-59ce45ef",
            "signature_version": "v1",
            "digest": {
                "length": 782.0,
                "function_hash": "159425857658854293461810954580294351245"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5146c27b2780aac59876a887a5f4e793b8949862",
            "signature_type": "Function"
        },
        {
            "target": {
                "file": "net/netfilter/nf_tables_api.c",
                "function": "nf_tables_rule_release"
            },
            "id": "CVE-2024-56655-5a52ba32",
            "signature_version": "v1",
            "digest": {
                "length": 143.0,
                "function_hash": "284304899288686065268980947528217775515"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b04df3da1b5c6f6dc7cdccc37941740c078c4043",
            "signature_type": "Function"
        },
        {
            "target": {
                "file": "net/netfilter/nf_tables_api.c"
            },
            "id": "CVE-2024-56655-5ea449e8",
            "signature_version": "v1",
            "digest": {
                "threshold": 0.9,
                "line_hashes": [
                    "52406798831249034605657372461205896965",
                    "321108354501734323475322641513867528096",
                    "218572727371677532168831596406036492977",
                    "329732343816231437194487918387315704435",
                    "314899792593679965403968063375833842941",
                    "313896647953449685336850552776041582524",
                    "27704813292231614195800743398505851567",
                    "223379006704289451406926268871222683766",
                    "321520053814714824168807307146187416995",
                    "117675707067085739469112169527070604754",
                    "332440699730513737737695324707135130294",
                    "120494707681717025646948723997776007226",
                    "94795260559170949538434461726082883871",
                    "78335275065957410634056665558099574834",
                    "300553542072646544790680618229113134188",
                    "101401628667189320353015141879466327551",
                    "182607065142963335258256663945557257563",
                    "162196525398974483869148880842360852210",
                    "141417512434365936128919629679731654138",
                    "175568739473185788754912992593484359941",
                    "134078567056960269972350917448934999023",
                    "189799065523441952458837486369763376019",
                    "318535004141185768118760270071327589446",
                    "52364435625609516066046454847205123108",
                    "155362949980990934420131990365083830985",
                    "319761102844646045482496609287095602986",
                    "65949466065408728842310486894100929091",
                    "262741019422917581553372103753746614023",
                    "14185005923845372111472456293710192755",
                    "285431062864621941694139087002696920239",
                    "211698840922933891344532990994108485313",
                    "173307191214505129898373649875476725787",
                    "101100681456993514427147901917584293083",
                    "329233171682136690454130720936347826648"
                ]
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b04df3da1b5c6f6dc7cdccc37941740c078c4043",
            "signature_type": "Line"
        },
        {
            "target": {
                "file": "net/netfilter/nf_tables_api.c",
                "function": "nf_tables_deactivate_set"
            },
            "id": "CVE-2024-56655-5ec26f8e",
            "signature_version": "v1",
            "digest": {
                "length": 796.0,
                "function_hash": "58062093416808777897363177089339855071"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b04df3da1b5c6f6dc7cdccc37941740c078c4043",
            "signature_type": "Function"
        },
        {
            "target": {
                "file": "include/net/netfilter/nf_tables.h"
            },
            "id": "CVE-2024-56655-5ec98293",
            "signature_version": "v1",
            "digest": {
                "threshold": 0.9,
                "line_hashes": [
                    "123656555542263724085958814027993865141",
                    "273363564856853663435733929062221314841",
                    "122578833396545997839555350669039804450",
                    "269963360065794686296702709131467937222",
                    "179903893833450110735920806261827194025",
                    "278939166972522970546382326302296458905",
                    "17096592994196017974281977204073931400",
                    "59990617408768272502547209292952109316",
                    "239120332530624416012246903427945667627",
                    "55901828066873821376347685396052800879",
                    "4870713759330099550194795482081273599",
                    "336386893149348823663135939983859293749",
                    "169093262534579363666978042604587143426",
                    "294188687614261705875978785642108470734"
                ]
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@27f0574253f6c24c8ee4e3f0a685b75ed3a256ed",
            "signature_type": "Line"
        },
        {
            "target": {
                "file": "net/netfilter/nf_tables_api.c"
            },
            "id": "CVE-2024-56655-62b8a262",
            "signature_version": "v1",
            "digest": {
                "threshold": 0.9,
                "line_hashes": [
                    "52406798831249034605657372461205896965",
                    "321108354501734323475322641513867528096",
                    "218572727371677532168831596406036492977",
                    "37198097376715911361551572996914531627",
                    "314899792593679965403968063375833842941",
                    "313896647953449685336850552776041582524",
                    "27704813292231614195800743398505851567",
                    "223379006704289451406926268871222683766",
                    "321520053814714824168807307146187416995",
                    "117675707067085739469112169527070604754",
                    "332440699730513737737695324707135130294",
                    "120494707681717025646948723997776007226",
                    "94795260559170949538434461726082883871",
                    "78335275065957410634056665558099574834",
                    "300553542072646544790680618229113134188",
                    "101401628667189320353015141879466327551",
                    "182607065142963335258256663945557257563",
                    "162196525398974483869148880842360852210",
                    "141417512434365936128919629679731654138",
                    "175568739473185788754912992593484359941",
                    "134078567056960269972350917448934999023",
                    "189799065523441952458837486369763376019",
                    "318535004141185768118760270071327589446",
                    "52364435625609516066046454847205123108",
                    "155362949980990934420131990365083830985",
                    "319761102844646045482496609287095602986",
                    "65949466065408728842310486894100929091",
                    "262741019422917581553372103753746614023",
                    "14185005923845372111472456293710192755",
                    "285431062864621941694139087002696920239",
                    "211698840922933891344532990994108485313",
                    "173307191214505129898373649875476725787",
                    "101100681456993514427147901917584293083",
                    "329233171682136690454130720936347826648"
                ]
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@2991dc357a28b61c13ed1f7b59e9251e2b4562fb",
            "signature_type": "Line"
        },
        {
            "target": {
                "file": "net/netfilter/nf_tables_api.c",
                "function": "nft_release_basechain_rcu"
            },
            "id": "CVE-2024-56655-676926e1",
            "signature_version": "v1",
            "digest": {
                "length": 292.0,
                "function_hash": "124195095067184910825024787766240872263"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b04df3da1b5c6f6dc7cdccc37941740c078c4043",
            "signature_type": "Function"
        },
        {
            "target": {
                "file": "net/netfilter/nf_tables_api.c",
                "function": "nft_release_basechain_rcu"
            },
            "id": "CVE-2024-56655-69325101",
            "signature_version": "v1",
            "digest": {
                "length": 292.0,
                "function_hash": "124195095067184910825024787766240872263"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b8d8f53e1858178882b881b8c09f94ef0e83bf76",
            "signature_type": "Function"
        },
        {
            "target": {
                "file": "net/netfilter/nf_tables_api.c",
                "function": "__nft_release_basechain"
            },
            "id": "CVE-2024-56655-71645ca6",
            "signature_version": "v1",
            "digest": {
                "length": 495.0,
                "function_hash": "250472909207345825984220206147070222612"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@27f0574253f6c24c8ee4e3f0a685b75ed3a256ed",
            "signature_type": "Function"
        },
        {
            "target": {
                "file": "net/netfilter/nf_tables_api.c",
                "function": "nft_release_basechain_rcu"
            },
            "id": "CVE-2024-56655-7c82da3c",
            "signature_version": "v1",
            "digest": {
                "length": 292.0,
                "function_hash": "124195095067184910825024787766240872263"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@27f0574253f6c24c8ee4e3f0a685b75ed3a256ed",
            "signature_type": "Function"
        },
        {
            "target": {
                "file": "net/netfilter/nf_tables_api.c"
            },
            "id": "CVE-2024-56655-7ee7847b",
            "signature_version": "v1",
            "digest": {
                "threshold": 0.9,
                "line_hashes": [
                    "52406798831249034605657372461205896965",
                    "321108354501734323475322641513867528096",
                    "218572727371677532168831596406036492977",
                    "329732343816231437194487918387315704435",
                    "314899792593679965403968063375833842941",
                    "313896647953449685336850552776041582524",
                    "27704813292231614195800743398505851567",
                    "223379006704289451406926268871222683766",
                    "321520053814714824168807307146187416995",
                    "117675707067085739469112169527070604754",
                    "332440699730513737737695324707135130294",
                    "120494707681717025646948723997776007226",
                    "94795260559170949538434461726082883871",
                    "78335275065957410634056665558099574834",
                    "300553542072646544790680618229113134188",
                    "101401628667189320353015141879466327551",
                    "182607065142963335258256663945557257563",
                    "162196525398974483869148880842360852210",
                    "141417512434365936128919629679731654138",
                    "175568739473185788754912992593484359941",
                    "134078567056960269972350917448934999023",
                    "189799065523441952458837486369763376019",
                    "318535004141185768118760270071327589446",
                    "52364435625609516066046454847205123108",
                    "155362949980990934420131990365083830985",
                    "319761102844646045482496609287095602986",
                    "65949466065408728842310486894100929091",
                    "262741019422917581553372103753746614023",
                    "14185005923845372111472456293710192755",
                    "285431062864621941694139087002696920239",
                    "211698840922933891344532990994108485313",
                    "173307191214505129898373649875476725787",
                    "101100681456993514427147901917584293083",
                    "329233171682136690454130720936347826648"
                ]
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b8d8f53e1858178882b881b8c09f94ef0e83bf76",
            "signature_type": "Line"
        },
        {
            "target": {
                "file": "net/netfilter/nf_tables_api.c",
                "function": "nf_tables_rule_release"
            },
            "id": "CVE-2024-56655-81c60960",
            "signature_version": "v1",
            "digest": {
                "length": 143.0,
                "function_hash": "284304899288686065268980947528217775515"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5146c27b2780aac59876a887a5f4e793b8949862",
            "signature_type": "Function"
        },
        {
            "target": {
                "file": "net/netfilter/nf_tables_api.c",
                "function": "__nft_release_basechain"
            },
            "id": "CVE-2024-56655-8785bec0",
            "signature_version": "v1",
            "digest": {
                "length": 495.0,
                "function_hash": "250472909207345825984220206147070222612"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b0f013bebf94fe7ae75e5a53be2f2bd1cc1841e3",
            "signature_type": "Function"
        },
        {
            "target": {
                "file": "net/netfilter/nf_tables_api.c"
            },
            "id": "CVE-2024-56655-907d133d",
            "signature_version": "v1",
            "digest": {
                "threshold": 0.9,
                "line_hashes": [
                    "52406798831249034605657372461205896965",
                    "321108354501734323475322641513867528096",
                    "218572727371677532168831596406036492977",
                    "329732343816231437194487918387315704435",
                    "314899792593679965403968063375833842941",
                    "313896647953449685336850552776041582524",
                    "27704813292231614195800743398505851567",
                    "223379006704289451406926268871222683766",
                    "321520053814714824168807307146187416995",
                    "117675707067085739469112169527070604754",
                    "332440699730513737737695324707135130294",
                    "120494707681717025646948723997776007226",
                    "94795260559170949538434461726082883871",
                    "78335275065957410634056665558099574834",
                    "300553542072646544790680618229113134188",
                    "101401628667189320353015141879466327551",
                    "182607065142963335258256663945557257563",
                    "162196525398974483869148880842360852210",
                    "141417512434365936128919629679731654138",
                    "175568739473185788754912992593484359941",
                    "134078567056960269972350917448934999023",
                    "189799065523441952458837486369763376019",
                    "318535004141185768118760270071327589446",
                    "52364435625609516066046454847205123108",
                    "155362949980990934420131990365083830985",
                    "319761102844646045482496609287095602986",
                    "65949466065408728842310486894100929091",
                    "262741019422917581553372103753746614023",
                    "14185005923845372111472456293710192755",
                    "285431062864621941694139087002696920239",
                    "211698840922933891344532990994108485313",
                    "173307191214505129898373649875476725787",
                    "101100681456993514427147901917584293083",
                    "329233171682136690454130720936347826648"
                ]
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b0f013bebf94fe7ae75e5a53be2f2bd1cc1841e3",
            "signature_type": "Line"
        },
        {
            "target": {
                "file": "include/net/netfilter/nf_tables.h"
            },
            "id": "CVE-2024-56655-949b394e",
            "signature_version": "v1",
            "digest": {
                "threshold": 0.9,
                "line_hashes": [
                    "269963360065794686296702709131467937222",
                    "179903893833450110735920806261827194025",
                    "278939166972522970546382326302296458905",
                    "17096592994196017974281977204073931400",
                    "59990617408768272502547209292952109316",
                    "239120332530624416012246903427945667627",
                    "55901828066873821376347685396052800879",
                    "4870713759330099550194795482081273599",
                    "336386893149348823663135939983859293749",
                    "169093262534579363666978042604587143426",
                    "294188687614261705875978785642108470734"
                ]
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b0f013bebf94fe7ae75e5a53be2f2bd1cc1841e3",
            "signature_type": "Line"
        },
        {
            "target": {
                "file": "include/net/netfilter/nf_tables.h"
            },
            "id": "CVE-2024-56655-972dd4cb",
            "signature_version": "v1",
            "digest": {
                "threshold": 0.9,
                "line_hashes": [
                    "269963360065794686296702709131467937222",
                    "150498357864209277026302609521669189180",
                    "6114811061827227593994324218899275418",
                    "114594612686224112714944060398158116251",
                    "59990617408768272502547209292952109316",
                    "239120332530624416012246903427945667627",
                    "55901828066873821376347685396052800879",
                    "4870713759330099550194795482081273599",
                    "336386893149348823663135939983859293749",
                    "169093262534579363666978042604587143426",
                    "294188687614261705875978785642108470734"
                ]
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@2991dc357a28b61c13ed1f7b59e9251e2b4562fb",
            "signature_type": "Line"
        },
        {
            "target": {
                "file": "include/net/netfilter/nf_tables.h"
            },
            "id": "CVE-2024-56655-9958e69e",
            "signature_version": "v1",
            "digest": {
                "threshold": 0.9,
                "line_hashes": [
                    "46546423754659426397356662660788400004",
                    "159917352393604276802215079920043383876",
                    "179363077164943807625374986440112112968",
                    "114594612686224112714944060398158116251",
                    "59990617408768272502547209292952109316",
                    "239120332530624416012246903427945667627",
                    "55901828066873821376347685396052800879",
                    "4870713759330099550194795482081273599",
                    "336386893149348823663135939983859293749",
                    "169093262534579363666978042604587143426",
                    "294188687614261705875978785642108470734"
                ]
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5146c27b2780aac59876a887a5f4e793b8949862",
            "signature_type": "Line"
        },
        {
            "target": {
                "file": "net/netfilter/nf_tables_api.c"
            },
            "id": "CVE-2024-56655-998ce6a6",
            "signature_version": "v1",
            "digest": {
                "threshold": 0.9,
                "line_hashes": [
                    "52406798831249034605657372461205896965",
                    "321108354501734323475322641513867528096",
                    "218572727371677532168831596406036492977",
                    "37198097376715911361551572996914531627",
                    "158550191547843472374521285206216541256",
                    "75609071697352611965074985054119874044",
                    "276048578277071645342013180492511332547",
                    "321520053814714824168807307146187416995",
                    "117675707067085739469112169527070604754",
                    "332440699730513737737695324707135130294",
                    "120494707681717025646948723997776007226",
                    "94795260559170949538434461726082883871",
                    "78335275065957410634056665558099574834",
                    "300553542072646544790680618229113134188",
                    "101401628667189320353015141879466327551",
                    "182607065142963335258256663945557257563",
                    "162196525398974483869148880842360852210",
                    "141417512434365936128919629679731654138",
                    "175568739473185788754912992593484359941",
                    "134078567056960269972350917448934999023",
                    "189799065523441952458837486369763376019",
                    "318535004141185768118760270071327589446",
                    "52364435625609516066046454847205123108",
                    "155362949980990934420131990365083830985",
                    "319761102844646045482496609287095602986",
                    "65949466065408728842310486894100929091",
                    "262741019422917581553372103753746614023",
                    "14185005923845372111472456293710192755",
                    "285431062864621941694139087002696920239",
                    "211698840922933891344532990994108485313",
                    "173307191214505129898373649875476725787",
                    "101100681456993514427147901917584293083",
                    "329233171682136690454130720936347826648"
                ]
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@5146c27b2780aac59876a887a5f4e793b8949862",
            "signature_type": "Line"
        },
        {
            "target": {
                "file": "net/netfilter/nf_tables_api.c",
                "function": "nft_release_basechain_rcu"
            },
            "id": "CVE-2024-56655-9deba63d",
            "signature_version": "v1",
            "digest": {
                "length": 292.0,
                "function_hash": "124195095067184910825024787766240872263"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@2991dc357a28b61c13ed1f7b59e9251e2b4562fb",
            "signature_type": "Function"
        },
        {
            "target": {
                "file": "net/netfilter/nf_tables_api.c",
                "function": "nf_tables_rule_release"
            },
            "id": "CVE-2024-56655-a1f88d52",
            "signature_version": "v1",
            "digest": {
                "length": 143.0,
                "function_hash": "284304899288686065268980947528217775515"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7cf0bd232b565d9852cb25fd094f77254773e048",
            "signature_type": "Function"
        },
        {
            "target": {
                "file": "net/netfilter/nf_tables_api.c",
                "function": "nf_tables_rule_release"
            },
            "id": "CVE-2024-56655-a4b36fd9",
            "signature_version": "v1",
            "digest": {
                "length": 143.0,
                "function_hash": "284304899288686065268980947528217775515"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b0f013bebf94fe7ae75e5a53be2f2bd1cc1841e3",
            "signature_type": "Function"
        },
        {
            "target": {
                "file": "net/netfilter/nf_tables_api.c",
                "function": "__nft_release_basechain"
            },
            "id": "CVE-2024-56655-a521beaf",
            "signature_version": "v1",
            "digest": {
                "length": 495.0,
                "function_hash": "250472909207345825984220206147070222612"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b8d8f53e1858178882b881b8c09f94ef0e83bf76",
            "signature_type": "Function"
        },
        {
            "target": {
                "file": "include/net/netfilter/nf_tables.h"
            },
            "id": "CVE-2024-56655-af3bf748",
            "signature_version": "v1",
            "digest": {
                "threshold": 0.9,
                "line_hashes": [
                    "123656555542263724085958814027993865141",
                    "273363564856853663435733929062221314841",
                    "122578833396545997839555350669039804450",
                    "269963360065794686296702709131467937222",
                    "179903893833450110735920806261827194025",
                    "278939166972522970546382326302296458905",
                    "17096592994196017974281977204073931400",
                    "59990617408768272502547209292952109316",
                    "239120332530624416012246903427945667627",
                    "55901828066873821376347685396052800879",
                    "4870713759330099550194795482081273599",
                    "336386893149348823663135939983859293749",
                    "169093262534579363666978042604587143426",
                    "294188687614261705875978785642108470734"
                ]
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7cf0bd232b565d9852cb25fd094f77254773e048",
            "signature_type": "Line"
        },
        {
            "target": {
                "file": "net/netfilter/nf_tables_api.c",
                "function": "__nft_release_basechain"
            },
            "id": "CVE-2024-56655-b986e02f",
            "signature_version": "v1",
            "digest": {
                "length": 495.0,
                "function_hash": "250472909207345825984220206147070222612"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@2991dc357a28b61c13ed1f7b59e9251e2b4562fb",
            "signature_type": "Function"
        },
        {
            "target": {
                "file": "include/net/netfilter/nf_tables.h"
            },
            "id": "CVE-2024-56655-bdbf1547",
            "signature_version": "v1",
            "digest": {
                "threshold": 0.9,
                "line_hashes": [
                    "269963360065794686296702709131467937222",
                    "150498357864209277026302609521669189180",
                    "6114811061827227593994324218899275418",
                    "114594612686224112714944060398158116251",
                    "59990617408768272502547209292952109316",
                    "239120332530624416012246903427945667627",
                    "55901828066873821376347685396052800879",
                    "4870713759330099550194795482081273599",
                    "336386893149348823663135939983859293749",
                    "169093262534579363666978042604587143426",
                    "294188687614261705875978785642108470734"
                ]
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b8d8f53e1858178882b881b8c09f94ef0e83bf76",
            "signature_type": "Line"
        },
        {
            "target": {
                "file": "net/netfilter/nf_tables_api.c",
                "function": "nf_tables_rule_release"
            },
            "id": "CVE-2024-56655-d5a7e385",
            "signature_version": "v1",
            "digest": {
                "length": 143.0,
                "function_hash": "284304899288686065268980947528217775515"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@27f0574253f6c24c8ee4e3f0a685b75ed3a256ed",
            "signature_type": "Function"
        },
        {
            "target": {
                "file": "net/netfilter/nf_tables_api.c",
                "function": "nf_tables_deactivate_set"
            },
            "id": "CVE-2024-56655-ddd463bf",
            "signature_version": "v1",
            "digest": {
                "length": 796.0,
                "function_hash": "58062093416808777897363177089339855071"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@2991dc357a28b61c13ed1f7b59e9251e2b4562fb",
            "signature_type": "Function"
        },
        {
            "target": {
                "file": "net/netfilter/nf_tables_api.c"
            },
            "id": "CVE-2024-56655-e1bfc319",
            "signature_version": "v1",
            "digest": {
                "threshold": 0.9,
                "line_hashes": [
                    "52406798831249034605657372461205896965",
                    "321108354501734323475322641513867528096",
                    "218572727371677532168831596406036492977",
                    "329732343816231437194487918387315704435",
                    "314899792593679965403968063375833842941",
                    "313896647953449685336850552776041582524",
                    "27704813292231614195800743398505851567",
                    "223379006704289451406926268871222683766",
                    "321520053814714824168807307146187416995",
                    "117675707067085739469112169527070604754",
                    "332440699730513737737695324707135130294",
                    "120494707681717025646948723997776007226",
                    "94795260559170949538434461726082883871",
                    "78335275065957410634056665558099574834",
                    "300553542072646544790680618229113134188",
                    "101401628667189320353015141879466327551",
                    "182607065142963335258256663945557257563",
                    "162196525398974483869148880842360852210",
                    "141417512434365936128919629679731654138",
                    "175568739473185788754912992593484359941",
                    "134078567056960269972350917448934999023",
                    "189799065523441952458837486369763376019",
                    "318535004141185768118760270071327589446",
                    "52364435625609516066046454847205123108",
                    "155362949980990934420131990365083830985",
                    "319761102844646045482496609287095602986",
                    "65949466065408728842310486894100929091",
                    "262741019422917581553372103753746614023",
                    "14185005923845372111472456293710192755",
                    "285431062864621941694139087002696920239",
                    "211698840922933891344532990994108485313",
                    "173307191214505129898373649875476725787",
                    "101100681456993514427147901917584293083",
                    "329233171682136690454130720936347826648"
                ]
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@27f0574253f6c24c8ee4e3f0a685b75ed3a256ed",
            "signature_type": "Line"
        },
        {
            "target": {
                "file": "net/netfilter/nf_tables_api.c",
                "function": "nf_tables_rule_release"
            },
            "id": "CVE-2024-56655-fc6f54a5",
            "signature_version": "v1",
            "digest": {
                "length": 143.0,
                "function_hash": "284304899288686065268980947528217775515"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@b8d8f53e1858178882b881b8c09f94ef0e83bf76",
            "signature_type": "Function"
        },
        {
            "target": {
                "file": "net/netfilter/nf_tables_api.c",
                "function": "nf_tables_deactivate_set"
            },
            "id": "CVE-2024-56655-fd9a854f",
            "signature_version": "v1",
            "digest": {
                "length": 796.0,
                "function_hash": "58062093416808777897363177089339855071"
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7cf0bd232b565d9852cb25fd094f77254773e048",
            "signature_type": "Function"
        },
        {
            "target": {
                "file": "net/netfilter/nf_tables_api.c"
            },
            "id": "CVE-2024-56655-ff5f1731",
            "signature_version": "v1",
            "digest": {
                "threshold": 0.9,
                "line_hashes": [
                    "52406798831249034605657372461205896965",
                    "321108354501734323475322641513867528096",
                    "218572727371677532168831596406036492977",
                    "329732343816231437194487918387315704435",
                    "314899792593679965403968063375833842941",
                    "313896647953449685336850552776041582524",
                    "27704813292231614195800743398505851567",
                    "223379006704289451406926268871222683766",
                    "321520053814714824168807307146187416995",
                    "117675707067085739469112169527070604754",
                    "332440699730513737737695324707135130294",
                    "120494707681717025646948723997776007226",
                    "94795260559170949538434461726082883871",
                    "78335275065957410634056665558099574834",
                    "300553542072646544790680618229113134188",
                    "101401628667189320353015141879466327551",
                    "182607065142963335258256663945557257563",
                    "162196525398974483869148880842360852210",
                    "141417512434365936128919629679731654138",
                    "175568739473185788754912992593484359941",
                    "134078567056960269972350917448934999023",
                    "189799065523441952458837486369763376019",
                    "318535004141185768118760270071327589446",
                    "52364435625609516066046454847205123108",
                    "155362949980990934420131990365083830985",
                    "319761102844646045482496609287095602986",
                    "65949466065408728842310486894100929091",
                    "262741019422917581553372103753746614023",
                    "14185005923845372111472456293710192755",
                    "285431062864621941694139087002696920239",
                    "211698840922933891344532990994108485313",
                    "173307191214505129898373649875476725787",
                    "101100681456993514427147901917584293083",
                    "329233171682136690454130720936347826648"
                ]
            },
            "deprecated": false,
            "source": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git@7cf0bd232b565d9852cb25fd094f77254773e048",
            "signature_type": "Line"
        }
    ]
}

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
6.6.67
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.6