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-prev] [day] [month] [year] [list]
Date:   Sun, 5 Jul 2020 17:09:37 -0600
From:   David Ahern <dsahern@...il.com>
To:     Brian Rak <brak@...opa.com>, netdev@...r.kernel.org
Subject: Re: Crash/hang in 5.4.47 with nexthop objects

[ sorry for the delay; was on PTO for a couple weeks ]

On 6/24/20 10:32 AM, Brian Rak wrote:
> Hi,
> 
> We're hitting an issue where the kernel with either hang indefinitely or
> immediately crash when IPv6 nexthops are used along with the `rpfilter`
> ip6tables module.  The following commands trigger this issue 100% of the
> time for us:
> 
> ip -6 route del default; ip -6 route del default; # repeat as necessary
> to remove all existing default routes
> ip6tables -t mangle -I PREROUTING 1 -m rpfilter --invert -j DROP
> ip nexthop add id 999 via 2001:19f0:1000:8080::1 dev eno1
> ip -6 route add default nhid 999

Thanks for the steps to reproduce; very helpful.

I think I found the problem; do you build your kernels to test a patch?

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ