]> www.infradead.org Git - users/hch/xfs.git/commit
tcp_metrics: validate source addr length
authorJakub Kicinski <kuba@kernel.org>
Thu, 27 Jun 2024 21:25:00 +0000 (14:25 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 1 Jul 2024 08:40:36 +0000 (09:40 +0100)
commit66be40e622e177316ae81717aa30057ba9e61dff
tree0c19a8b90b55ff90c0b5ddedea3372acc7176e17
parent134061163ee5ca4759de5c24ca3bd71608891ba7
tcp_metrics: validate source addr length

I don't see anything checking that TCP_METRICS_ATTR_SADDR_IPV4
is at least 4 bytes long, and the policy doesn't have an entry
for this attribute at all (neither does it for IPv6 but v6 is
manually validated).

Reviewed-by: Eric Dumazet <edumazet@google.com>
Fixes: 3e7013ddf55a ("tcp: metrics: Allow selective get/del of tcp-metrics based on src IP")
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_metrics.c