• M
    [XFRM] IPV6: Restrict bundle reusing · e53820de
    Masahide NAKAMURA 提交于
    For outbound transformation, bundle is checked whether it is
    suitable for current flow to be reused or not. In such IPv6 case
    as below, transformation may apply incorrect bundle for the flow instead
    of creating another bundle:
    
    - The policy selector has destination prefix length < 128
      (Two or more addresses can be matched it)
    - Its bundle holds dst entry of default route whose prefix length < 128
      (Previous traffic was used such route as next hop)
    - The policy and the bundle were used a transport mode state and
      this time flow address is not matched the bundled state.
    
    This issue is found by Mobile IPv6 usage to protect mobility signaling
    by IPsec, but it is not a Mobile IPv6 specific.
    This patch adds strict check to xfrm_bundle_ok() for each
    state mode and address when prefix length is less than 128.
    Signed-off-by: NMasahide NAKAMURA <nakam@linux-ipv6.org>
    Signed-off-by: NYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
    Signed-off-by: NDavid S. Miller <davem@davemloft.net>
    e53820de
xfrm6_policy.c 9.2 KB