As described in: https://bugzilla.redhat.com/show_bug.cgi?id=822754Are you able to reproduce this issue on mainline kernel ?
Attempting an RDS connection from the IP address of an IPoIB interface
to itself causes a kernel panic due to a BUG_ON() being triggered.
Making the test less strict allows rds-ping to work without crashing
the machine.
A local unprivileged user could use this flaw to crash the sytem.
I think this fix was written by Jay Fenlason <fenlason@xxxxxxxxxx>,It was part of redhat patched kernel but not carried in shipping
and extracted from the RedHat kernel patches here:
https://oss.oracle.com/git/gitweb.cgi?p=redpatch.git;a=commitdiff;h=c7b6a0a1d8d636852be130fa15fa8be10d4704e8
This fix appears to have been carried by at least RedHat, Oracle, andAm not sure if its applicable anymore. Infact the issue with
Ubuntu for several years.
CVE-2012-2372
Reported-by: Honggang Li <honli@xxxxxxxxxx>
Cc: stable@xxxxxxxxxxxxxxx
Signed-off-by: Kees Cook <keescook@xxxxxxxxxxxx>
---
This is what I get for researching CVE lifetimes...