lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Sat, 25 Feb 2023 00:14:21 +0530
From:   Satyavani Namala <vani.namala@...il.com>
To:     netdev@...r.kernel.org
Subject: Issue with ipv6 icmp reply after dnat over ipsec

We are facing an issue while testing ICMP v6 (NAT) with ipsec tunnel,
where ping was not working , as policy is not matching (returning with
LINUX_MIB_XFRMINNOPOLS).

When we investigated and compared with IPv4 , it was found that,
nf_reset is happening before xfrm6_policy_check in case of IPV6
compared to IPV4 in which nf_reset is done after xfrm4_policy_check.

Due to nf_reset, skb->_nfct is  NULL and __xfrm_policy_check is returning error.

Can we know if there is any fix in this area, and why it’s different from IPv4.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ