CVE-2025-22064

Source
https://nvd.nist.gov/vuln/detail/CVE-2025-22064
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2025-22064.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2025-22064
Downstream
Related
Published
2025-04-16T15:16:00Z
Modified
2025-08-09T20:01:27Z
Summary
[none]
Details

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

netfilter: nf_tables: don't unregister hook when table is dormant

When nftablesupdchain encounters an error, hook registration needs to be rolled back.

This should only be done if the hook has been registered, which won't happen when the table is flagged as dormant (inactive).

Just move the assignment into the registration block.

References

Affected packages