Security Advisory

CVE-2025-22064

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-04-16 14:12:18
Last updated 2026-05-23 15:57:47
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: dont unregister hook when table is dormant When nf_tables_updchain encounters an error, hook registration needs to be rolled back. This should only be done if the hook has been registered, which wont happen when the table is flagged as dormant (inactive). Just move the assignment into the registration block.