You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
net: pktgen: fix access outside of user given buffer in pktgen_thread_write()
jira VULN-70912
cve CVE-2025-38061
commit-author Peter Seiderer <ps.report@gmx.net>
commit 425e644
Honour the user given buffer size for the strn_len() calls (otherwise
strn_len() will access memory outside of the user given buffer).
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20250219084527.20488-8-ps.report@gmx.net
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
(cherry picked from commit 425e644)
Signed-off-by: Marcin Wcisło <marcin.wcislo@conclusive.pl>
0 commit comments