In the Linux kernel, the following vulnerability has been...
High severity
Unreviewed
Published
Oct 1, 2025
to the GitHub Advisory Database
•
Updated Jan 16, 2026
Description
Published by the National Vulnerability Database
Oct 1, 2025
Published to the GitHub Advisory Database
Oct 1, 2025
Last updated
Jan 16, 2026
In the Linux kernel, the following vulnerability has been resolved:
net: ethernet: mvpp2_main: fix possible OOB write in mvpp2_ethtool_get_rxnfc()
rules is allocated in ethtool_get_rxnfc and the size is determined by
rule_cnt from user space. So rule_cnt needs to be check before using
rules to avoid OOB writing or NULL pointer dereference.
References