Lucene search
+L

6380 matches found

Zero Day Initiative
Zero Day Initiative
added 2019/05/15 12:0 a.m.29 views

Microsoft Edge DownloadOperation Sandbox Escape Vulnerability

This vulnerability allows remote attackers to escalate privileges on vulnerable installations of Microsoft Edge. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the handling of...

8.4CVSS2.2AI score0.03442EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2019/05/07 5:6 p.m.7 views

chromium-browser: Use-after-free in IndexedDB

Use after free in IndexedDB in Google Chrome prior to 73.0.3683.86 allowed a remote attacker who had compromised the renderer process to potentially exploit heap corruption via a crafted HTML page...

6.5CVSS5.8AI score0.01047EPSS
SaveExploits0References5
GoogleProjectZero
GoogleProjectZero
added 2019/04/11 12:0 a.m.107 views

Virtually Unlimited Memory: Escaping the Chrome Sandbox

Posted by Mark Brand, Exploit Technique Archaeologist. Introduction After discovering a collection of possible sandbox escape vulnerabilities in Chrome, it seemed worthwhile to exploit one of these issues as a full-chain exploit together with a renderer vulnerability to get a better understanding...

8.8CVSS8.1AI score0.12748EPSS
SaveExploits0
Prion
Prion
added 2019/03/24 2:29 p.m.21 views

Design/Logic Flaw

The renderer process in the entertainment system on Tesla Model 3 vehicles mishandles JIT compilation, which allows attackers to trigger firmware code execution, and display a crafted message to vehicle occupants...

6.8CVSS8.5AI score0.03005EPSS
SaveExploits0References3
zdt
zdt
added 2019/03/19 12:0 a.m.65 views

Google Chrome < M73 - FileSystemOperationRunner Use-After-Free Exploit

Google Chrome operation OperationID id = nextoperationid++; // TODOhttps://crbug.com/864351: Diagnostic to determine whether OperationID // wrap-around is occurring in the wild. DCHECKoperations.findid == operations.end; // ! If id already in operations, this will free operation...

8.8CVSS0.4AI score0.09088EPSS
SaveExploits2
exploitpack
exploitpack
added 2019/03/19 12:0 a.m.21 views

Google Chrome M73 - FileSystemOperationRunner Use-After-Free

Google Chrome M73 - FileSystemOperationRunner Use-After-Free There's a comment in FileSystemOperationRunner::BeginOperation OperationID FileSystemOperationRunner::BeginOperation std::uniqueptr operation OperationID id = nextoperationid++; // TODOhttps://crbug.com/864351: Diagnostic to determine...

0.2AI score
SaveExploits0
Exploit DB
Exploit DB
added 2019/03/19 12:0 a.m.53 views

Google Chrome < M73 - MidiManagerWin Use-After-Free

MidiManagerWin uses a similar instanceid mechanism to the TaskService implementation to ensure that delayed tasks are only executed if the MidiManager instance that they were scheduled on is still alive. However, this instanceid is an int, and there is no check that it hasn't overflowed, unlike i...

9.3CVSS7.1AI score0.09259EPSS
SaveExploits2
Metasploit
Metasploit
added 2019/03/07 12:0 a.m.76 views

Google Chrome 72 and 73 Array.map exploit

This module exploits an issue in Chrome 73.0.3683.86 64 bit. The exploit corrupts the length of a float in order to modify the backing store of a typed array. The typed array can then be used to read and write arbitrary memory. The exploit then uses WebAssembly in order to allocate a region of RW...

6.5CVSS7.1AI score0.55925EPSS
SaveExploits6
zdt
zdt
added 2019/03/02 12:0 a.m.63 views

Google Chrome < M72 - FileWriterImpl Use-After-Free Exploit

Google Chrome GetBlobDataFromBlobPtr std::moveblob, base::BindOnce&FileWriterImpl::DoWrite, base::Unretainedthis, std::movecallback, position; Note that the last argument to GetBlobDataFromBlobPtr is a callback object bound to base::Unretainedthis. And the implementation of GetBlobDataFromBlobPtr...

0.4AI score
SaveExploits0
exploitpack
exploitpack
added 2019/03/01 12:0 a.m.15 views

Google Chrome M72 - FileWriterImpl Use-After-Free

Google Chrome M72 - FileWriterImpl Use-After-Free There's a use-after-free in the implementation of the FileWriter component of the mojo bindings for the filesystem API. The browser-process side of this API is defined in...

0.4AI score
SaveExploits0
Exploit DB
Exploit DB
added 2019/03/01 12:0 a.m.86 views

Google Chrome < M72 - RenderFrameHostImpl::CreateMediaStreamDispatcherHost Use-After-Free

There's a race-condition / object-lifetime issue in the browser process when the browser process shutdown races against the IO thread handling mojo messages from the renderer. It's at least possible to trigger this by closing the browser while running the attached poc; I'm not sure if there's a...

5.3AI score
SaveExploits0
Exploit DB
Exploit DB
added 2019/03/01 12:0 a.m.209 views

Google Chrome < M72 - FileWriterImpl Use-After-Free

There's a use-after-free in the implementation of the FileWriter component of the mojo bindings for the filesystem API. The browser-process side of this API is defined in https://cs.chromium.org/chromium/src/thirdparty/blink/public/mojom/filesystem/filewriter.mojom?type=cs&sq=package:chromium&g=0...

5.3AI score
SaveExploits0
exploitpack
exploitpack
added 2019/03/01 12:0 a.m.37 views

Google Chrome M72 - RenderFrameHostImpl::CreateMediaStreamDispatcherHost Use-After-Free

Google Chrome M72 - RenderFrameHostImpl::CreateMediaStreamDispatcherHost Use-After-Free There's a race-condition / object-lifetime issue in the browser process when the browser process shutdown races against the IO thread handling mojo messages from the renderer. It's at least possible to trigger...

0.1AI score
SaveExploits0
exploitpack
exploitpack
added 2019/02/20 12:0 a.m.28 views

Android Kernel 4.8 - ptrace seccomp Filter Bypass

Android Kernel 4.8 - ptrace seccomp Filter Bypass / The seccomp.2 manpage http://man7.org/linux/man-pages/man2/seccomp.2.html documents: Before kernel 4.8, the seccomp check will not be run again after the tracer is notified. This means that, on older ker‐ nels, seccomp-based sandboxes must not...

1.3AI score
SaveExploits0
zdt
zdt
added 2019/02/20 12:0 a.m.111 views

Android Kernel < 4.8 - ptrace seccomp Filter Bypass Exploit

/ The seccomp.2 manpage http://man7.org/linux/man-pages/man2/seccomp.2.html documents: Before kernel 4.8, the seccomp check will not be run again after the tracer is notified. This means that, on older ker‐ nels, seccomp-based sandboxes must not allow use of ptrace2—even of other sandboxed...

1AI score
SaveExploits0
OSV
OSV
added 2019/02/19 5:29 p.m.4 views

DEBIAN-CVE-2019-5773

Insufficient origin validation in IndexedDB in Google Chrome prior to 72.0.3626.81 allowed a remote attacker who had compromised the renderer process to bypass same origin policy via a crafted HTML page...

6.5CVSS8.5AI score0.01824EPSS
SaveExploits0References1
OSV
OSV
added 2019/02/19 5:29 p.m.5 views

UBUNTU-CVE-2019-5773

Insufficient origin validation in IndexedDB in Google Chrome prior to 72.0.3626.81 allowed a remote attacker who had compromised the renderer process to bypass same origin policy via a crafted HTML page...

6.5CVSS7AI score0.01824EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2019/02/12 2:46 a.m.8 views

chromium-browser: Insufficient data validation in IndexedDB

Insufficient origin validation in IndexedDB in Google Chrome prior to 72.0.3626.81 allowed a remote attacker who had compromised the renderer process to bypass same origin policy via a crafted HTML page...

6.5CVSS7.4AI score0.01824EPSS
SaveExploits0References5
OSV
OSV
added 2019/01/09 7:29 p.m.6 views

CVE-2018-6153

A precision error in Skia in Google Chrome prior to 68.0.3440.75 allowed a remote attacker who had compromised the renderer process to perform an out of bounds memory write via a crafted HTML page...

8.8CVSS7.3AI score0.01588EPSS
SaveExploits0References6
OSV
OSV
added 2019/01/09 7:29 p.m.4 views

CVE-2018-6127

Early free of object in use in IndexDB in Google Chrome prior to 67.0.3396.62 allowed a remote attacker who had compromised the renderer process to potentially perform a sandbox escape via a crafted HTML page...

9.6CVSS7.3AI score0.0179EPSS
SaveExploits0References6
Rows per page
Query Builder