• Mathias Krause's avatar
    sock_diag: Fix out-of-bounds access to sock_diag_handlers[] · 17a3bd59
    Mathias Krause authored
    Userland can send a netlink message requesting SOCK_DIAG_BY_FAMILY
    with a family greater or equal then AF_MAX -- the array size of
    sock_diag_handlers[]. The current code does not test for this
    condition therefore is vulnerable to an out-of-bound access opening
    doors for a privilege escalation.
    
    Signed-off-by: Mathias Krause <minipli <at> googlemail.com>
    17a3bd59
sock_diag.c 4.75 KB