Linux Netfilter development
 help / color / mirror / Atom feed
* [PATCH nf v2 0/2] ipvs: csum validations, part 2
@ 2026-07-28 20:25 Julian Anastasov
  2026-07-28 20:25 ` [PATCH nf v2 1/2] ipvs: avoid out-of-bounds write in ip_vs_nat_icmp Julian Anastasov
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Julian Anastasov @ 2026-07-28 20:25 UTC (permalink / raw)
  To: Simon Horman
  Cc: Pablo Neira Ayuso, Florian Westphal, lvs-devel, netfilter-devel

	Hello,

        This patchset contains more fixes after the
previous batch of fixes for checksum validations.

        The first patch avoids reading the IPv4 ihl field
multiple times to prevent local attacker to cause
out-of-bounds write in ip_vs_nat_icmp.

        The second patch returns the checksum validations
which can be needed for the FORWARD hook.

Julian Anastasov (2):
  ipvs: avoid out-of-bounds write in ip_vs_nat_icmp
  ipvs: return the csum validation for forward hook

 include/net/ip_vs.h                   | 32 +--------
 net/netfilter/ipvs/ip_vs_core.c       | 94 +++++++++++++++++----------
 net/netfilter/ipvs/ip_vs_proto_sctp.c |  2 +-
 net/netfilter/ipvs/ip_vs_xmit.c       |  2 +-
 4 files changed, 66 insertions(+), 64 deletions(-)

-- 
2.55.0



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-07-28 21:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-28 20:25 [PATCH nf v2 0/2] ipvs: csum validations, part 2 Julian Anastasov
2026-07-28 20:25 ` [PATCH nf v2 1/2] ipvs: avoid out-of-bounds write in ip_vs_nat_icmp Julian Anastasov
2026-07-28 20:25 ` [PATCH nf v2 2/2] ipvs: return the csum validation for forward hook Julian Anastasov
2026-07-28 21:39 ` [PATCH nf v2 0/2] ipvs: csum validations, part 2 Julian Anastasov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox