In the Linux kernel, the following vulnerability has been...
High severity
Unreviewed
Published
May 1, 2025
to the GitHub Advisory Database
•
Updated Oct 1, 2025
Description
Published by the National Vulnerability Database
May 1, 2025
Published to the GitHub Advisory Database
May 1, 2025
Last updated
Oct 1, 2025
In the Linux kernel, the following vulnerability has been resolved:
netfilter: nf_tables: release flow rule object from commit path
No need to postpone this to the commit release path, since no packets
are walking over this object, this is accessed from control plane only.
This helped uncovered UAF triggered by races with the netlink notifier.
References