In the Linux kernel, the following vulnerability has been...
Moderate severity
Unreviewed
Published
Sep 23, 2025
to the GitHub Advisory Database
•
Updated Dec 12, 2025
Description
Published by the National Vulnerability Database
Sep 23, 2025
Published to the GitHub Advisory Database
Sep 23, 2025
Last updated
Dec 12, 2025
In the Linux kernel, the following vulnerability has been resolved:
hsr: hold rcu and dev lock for hsr_get_port_ndev
hsr_get_port_ndev calls hsr_for_each_port, which need to hold rcu lock.
On the other hand, before return the port device, we need to hold the
device reference to avoid UaF in the caller function.
References