In the Linux kernel, the following vulnerability has been...
Moderate severity
Unreviewed
Published
Nov 9, 2024
to the GitHub Advisory Database
•
Updated Nov 14, 2024
Description
Published by the National Vulnerability Database
Nov 9, 2024
Published to the GitHub Advisory Database
Nov 9, 2024
Last updated
Nov 14, 2024
In the Linux kernel, the following vulnerability has been resolved:
netdevsim: Add trailing zero to terminate the string in nsim_nexthop_bucket_activity_write()
This was found by a static analyzer.
We should not forget the trailing zero after copy_from_user()
if we will further do some string operations, sscanf() in this
case. Adding a trailing zero will ensure that the function
performs properly.
References