diff options
author | Szymon Heidrich <szymon.heidrich@gmail.com> | 2023-03-13 23:00:45 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-03-15 08:52:53 +0000 |
commit | d8b228318935044dafe3a5bc07ee71a1f1424b8d (patch) | |
tree | c705010af6c28753981e5db7a8598b3625a0f309 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | fd6ad75f8c008925e279576dc749ad12aa3fb64b (diff) |
net: usb: smsc75xx: Limit packet length to skb->len
Packet length retrieved from skb data may be larger than
the actual socket buffer length (up to 9026 bytes). In such
case the cloned skb passed up the network stack will leak
kernel memory contents.
Fixes: d0cad871703b ("smsc75xx: SMSC LAN75xx USB gigabit ethernet adapter driver")
Signed-off-by: Szymon Heidrich <szymon.heidrich@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions