← Back to CVE List

CVE-2025-22064

Published: 2025-04-16T15:16:00.620
Last Modified: 2025-04-16T15:16:00.620
Source: MITRE CVE List
License: MITRE-CVE-TOS
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: don't 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 won't happen when the table is flagged as dormant (inactive). Just move the assignment into the registration block. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt