CVE-2019-14287 Linux sudo escalation of privileges

CVE-2019-14287 - Linux sudo escalation of privileges

Create User and make sure they're able to login

Setup for login and execute tasks:

First you would have created a user:

useradd -m bob -G sudo -s /bin/bash
passwd bob