Lucene search
+L

2199 matches found

zdt
zdt
added 2018/08/17 12:00 a.m.20 views

Microsoft Edge Chakra JIT - InlineArrayPush Type Confusion Exploit

Exploit for windows platform in category dos / poc / This is similar to issue 1531 . The patch seems to prevent type confusion triggered from StElemIA instructions. But the SetItem method can also be invoked through the Array.prototype.push method which can be inlineed. We can achieve type...

SaveExploits0
Packet Storm
Packet Storm
added 2018/08/17 12:00 a.m.63 views

Microsoft Edge Chakra InitializeNumberFormat / InitializeDateTimeFormat Type Confusion

Microsoft Edge: Chakra: Bugs in InitializeNumberFormat and InitializeDateTimeFormat CVE-2018-8298 The InitializeNumberFormat function in Intl.js is used to initialize an Intl.NumberFormat object, and InitializeDateTimeFormat is used for an Intl.DateTimeFormat object. There are two versions of eac...

7.8AI score0.74521EPSS
SaveExploits4
exploitpack
exploitpack
added 2018/08/17 12:00 a.m.18 views

Microsoft Edge Chakra JIT - InlineArrayPush Type Confusion

Microsoft Edge Chakra JIT - InlineArrayPush Type Confusion / This is similar to issue 1531 . The patch seems to prevent type confusion triggered from StElemIA instructions. But the SetItem method can also be invoked through the Array.prototype.push method which can be inlineed. We can achieve typ...

0.2AI score
SaveExploits0
Exploit DB
Exploit DB
added 2018/08/17 12:00 a.m.49 views

Microsoft Edge Chakra JIT - Parameter Scope Parsing Type Confusion

// PoC: async function triggera = class b await 1 let spray = ; for let i = 0; i 0016 SetHomeObj R13 R14 001b NewScObjectSimple R9 001d ProfiledStFld R9.value = R2 1 0021 ProfiledStFld R9.done = R4 2 0025 Yield R9 R9 0037 InitClassMemberComputedName R14R15...

7.6CVSS7.8AI score0.70729EPSS
SaveExploits4
exploitpack
exploitpack
added 2018/08/17 12:00 a.m.16 views

Microsoft Edge Chakra JIT - ImplicitCallFlags Check Bypass with Intl

Microsoft Edge Chakra JIT - ImplicitCallFlags Check Bypass with Intl / If the Intl object hasn't been initialized, access to any property of it will trigger the initialization process which will run Intl.js. The problem is that it runs Intl.js without caring about the ImplicitCallFlags flag. In t...

0.6AI score
SaveExploits0
zdt
zdt
added 2018/08/17 12:00 a.m.73 views

Microsoft Edge Chakra JIT - InitializeNumberFormat and InitializeDateTimeFormat Type Confusion Explo

Exploit for windows platform in category dos / poc / The InitializeNumberFormat function in Intl.js is used to initialize an Intl.NumberFormat object, and InitializeDateTimeFormat is used for an Intl.DateTimeFormat object. There are two versions of each initializer. One is for WinGlob and the oth...

7.8AI score0.74521EPSS
SaveExploits4
zdt
zdt
added 2018/08/17 12:00 a.m.90 views

Microsoft Edge Chakra JIT - ImplicitCallFlags Check Bypass with Intl Exploit

Exploit for windows platform in category dos / poc / If the Intl object hasn't been initialized, access to any property of it will trigger the initialization process which will run Intl.js. The problem is that it runs Intl.js without caring about the ImplicitCallFlags flag. In the PoC, it redefin...

0.4AI score0.69009EPSS
SaveExploits4
Packet Storm
Packet Storm
added 2018/08/17 12:00 a.m.31 views

Microsoft Edge Chakra JIT InlineArrayPush Type Confusion

Microsoft Edge: Chakra: JIT: Type confusion with InlineArrayPush This is similar to issue 1531 . The patch seems to prevent type confusion triggered from StElemIA instructions. But the SetItem method can also be invoked through the Array.prototype.push method which can be inlineed. We can achieve...

0.3AI score
SaveExploits0
Exploit DB
Exploit DB
added 2018/08/17 12:00 a.m.36 views

Microsoft Edge Chakra JIT - 'InlineArrayPush' Type Confusion

/ This is similar to issue 1531 . The patch seems to prevent type confusion triggered from StElemIA instructions. But the SetItem method can also be invoked through the Array.prototype.push method which can be inlineed. We can achieve type confusion with the push method in the same way used for...

5.3AI score
SaveExploits0
Exploit DB
Exploit DB
added 2018/08/17 12:00 a.m.60 views

Microsoft Edge Chakra JIT - 'DictionaryPropertyDescriptor::CopyFrom' Type Confusion

/ Here's the method. template template void DictionaryPropertyDescriptor::CopyFromDictionaryPropertyDescriptor& descriptor this-Attributes = descriptor.Attributes; this-Data = descriptor.Data == DictionaryPropertyDescriptor::NoSlots ? NoSlots : descriptor.Data; this-Getter = descriptor.Getter ==...

7.6CVSS7.8AI score0.69009EPSS
SaveExploits4
exploitpack
exploitpack
added 2018/08/17 12:00 a.m.20 views

Microsoft Edge Chakra JIT - Parameter Scope Parsing Type Confusion

Microsoft Edge Chakra JIT - Parameter Scope Parsing Type Confusion // PoC: async function triggera = class b await 1 let spray = ; for let i = 0; i 0016 SetHomeObj R13 R14 001b NewScObjectSimple R9 001d ProfiledStFld R9.value = R2 1 0021 ProfiledStFld R9.done = R4 2 0025 Yield R9 R9...

0.5AI score
SaveExploits0
Packet Storm
Packet Storm
added 2018/08/17 12:00 a.m.42 views

Microsoft Edge Chakra JIT ImplicitCallFlags Check Bypass

Microsoft Edge: Chakra: JIT: ImplicitCallFlags check bypass with Intl CVE-2018-8288 If the Intl object hasn't been initialized, access to any property of it will trigger the initialization process which will run Intl.js. The problem is that it runs Intl.js without caring about the ImplicitCallFla...

0.6AI score0.69009EPSS
SaveExploits4
Packet Storm
Packet Storm
added 2018/08/17 12:00 a.m.46 views

Microsoft Edge Chakra Parameter Scope Parsing Bug

Microsoft Edge: Chakra: Parameter scope parsing bug CVE-2018-8279 PoC: async function triggera = class b await 1 let spray = ; for let i = 0; i 0016 SetHomeObj R13 R14 001b NewScObjectSimple R9 001d ProfiledStFld R9.value = R2 1 0021 ProfiledStFld R9.done = R4 2 0025 Yield R9 R9 0037...

7.6CVSS0.5AI score0.70729EPSS
SaveExploits4
Exploit DB
Exploit DB
added 2018/08/17 12:00 a.m.90 views

Microsoft Edge Chakra JIT - ImplicitCallFlags Check Bypass with Intl

/ If the Intl object hasn't been initialized, access to any property of it will trigger the initialization process which will run Intl.js. The problem is that it runs Intl.js without caring about the ImplicitCallFlags flag. In the PoC, it redefines Map.prototype.get to intercept the execution of...

7.6CVSS7.8AI score0.69009EPSS
SaveExploits4
Exploit DB
Exploit DB
added 2018/08/17 12:00 a.m.84 views

Microsoft Edge Chakra JIT - InitializeNumberFormat and InitializeDateTimeFormat Type Confusion

/ The InitializeNumberFormat function in Intl.js is used to initialize an Intl.NumberFormat object, and InitializeDateTimeFormat is used for an Intl.DateTimeFormat object. There are two versions of each initializer. One is for WinGlob and the other is for ICU. The problem is that the versions for...

7.6CVSS6.6AI score0.74521EPSS
SaveExploits4
OSV
OSV
added 2018/08/15 5:29 p.m.8 views

CVE-2018-8384

A remote code execution vulnerability exists in the way that the Chakra scripting engine handles objects in memory in Microsoft Edge, aka "Chakra Scripting Engine Memory Corruption Vulnerability." This affects ChakraCore. This CVE ID is unique from CVE-2018-8266, CVE-2018-8380, CVE-2018-8381...

7.5CVSS6.3AI score0.6211EPSS
SaveExploits3References3
NVD
NVD
added 2018/08/15 5:29 p.m.13 views

CVE-2018-8381

A remote code execution vulnerability exists in the way that the Chakra scripting engine handles objects in memory in Microsoft Edge, aka "Chakra Scripting Engine Memory Corruption Vulnerability." This affects Microsoft Edge, ChakraCore. This CVE ID is unique from CVE-2018-8266, CVE-2018-8380,...

7.6CVSS7.5AI score0.14443EPSS
SaveExploits0References3
OSV
OSV
added 2018/08/15 5:29 p.m.34 views

CVE-2018-8380

A remote code execution vulnerability exists in the way that the Chakra scripting engine handles objects in memory in Microsoft Edge, aka "Chakra Scripting Engine Memory Corruption Vulnerability." This affects Microsoft Edge, ChakraCore. This CVE ID is unique from CVE-2018-8266, CVE-2018-8381,...

7.5CVSS7.5AI score
SaveExploits0References3
NVD
NVD
added 2018/08/15 5:29 p.m.33 views

CVE-2018-8380

A remote code execution vulnerability exists in the way that the Chakra scripting engine handles objects in memory in Microsoft Edge, aka "Chakra Scripting Engine Memory Corruption Vulnerability." This affects Microsoft Edge, ChakraCore. This CVE ID is unique from CVE-2018-8266, CVE-2018-8381,...

7.6CVSS7.5AI score0.14443EPSS
SaveExploits0References3
NVD
NVD
added 2018/08/15 5:29 p.m.35 views

CVE-2018-8384

A remote code execution vulnerability exists in the way that the Chakra scripting engine handles objects in memory in Microsoft Edge, aka "Chakra Scripting Engine Memory Corruption Vulnerability." This affects ChakraCore. This CVE ID is unique from CVE-2018-8266, CVE-2018-8380, CVE-2018-8381...

7.6CVSS7.5AI score0.6211EPSS
SaveExploits3References3
Rows per page
Query Builder