Lucene search
+L

6912 matches found

Cvelist
Cvelist
added 2018/05/31 8:00 p.m.32 views

CVE-2016-10544

uws is a WebSocket server library. By sending a 256mb websocket message to a uws server instance with permessage-deflate enabled, there is a possibility used compression will shrink said 256mb down to less than 16mb of websocket payload which passes the length check of 16mb payload. This data wil...

5.6AI score0.0134EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2018/05/30 9:07 a.m.32 views

CVE-2018-6142

Array bounds check failure in V8 in Google Chrome prior to 67.0.3396.62 allowed a remote attacker to perform an out of bounds memory read via a crafted PDF file...

6.5CVSS4.4AI score0.00833EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2018/05/30 9:06 a.m.21 views

CVE-2018-6143

Insufficient validation in V8 in Google Chrome prior to 67.0.3396.62 allowed a remote attacker to perform an out of bounds memory read via a crafted HTML page...

6.5CVSS3.7AI score0.01597EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2018/05/30 9:02 a.m.24 views

CVE-2018-6136

Missing type check in V8 in Google Chrome prior to 67.0.3396.62 allowed a remote attacker to perform an out of bounds memory read via a crafted HTML page...

6.5CVSS2.9AI score0.00757EPSS
SaveExploits0References2
NVD
NVD
added 2018/05/29 8:29 p.m.31 views

CVE-2015-9242

Certain input strings when passed to new Date or Date.parse in ecstatic node module before 1.4.0 will cause v8 to raise an exception. This leads to a crash and denial of service in ecstatic when this input is passed into the server via the If-Modified-Since header...

7.5CVSS7.9AI score0.02093EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2018/05/29 8:00 p.m.40 views

CVE-2015-9242

Certain input strings when passed to new Date or Date.parse in ecstatic node module before 1.4.0 will cause v8 to raise an exception. This leads to a crash and denial of service in ecstatic when this input is passed into the server via the If-Modified-Since header...

7.5AI score0.02093EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2018/05/14 10:19 a.m.46 views

CVE-2017-15406

A stack buffer overflow in V8 in Google Chrome prior to 62.0.3202.75 allowed a remote attacker to perform an out of bounds memory read via a crafted HTML page...

8.8CVSS3.8AI score0.02203EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2018/05/11 12:00 a.m.48 views

openSUSE Security Update : nodejs6 (openSUSE-2018-444)

This update for nodejs6 fixes the following issues : - Fix some node-gyp permissions - New upstream LTS release 6.14.1 : - Security fixes : + CVE-2018-7160: Fix for inspector DNS rebinding vulnerability bsc1087463 + CVE-2018-7158: Fix for 'path' module regular expression denial of service...

8.8CVSS7.2AI score0.09872EPSS
SaveExploits0References6
Kaspersky
Kaspersky
added 2018/05/10 12:00 a.m.534 views

KLA11249 Multiple vulnerabilities in Google Chrome

Multiple serious vulnerabilities have been found in Google Chrome. Malicious users can exploit these vulnerabilities to execute arbitrary code, cause denial of service and gain privileges. Below is a complete list of vulnerabilities: 1. A chain leading to sandbox escape can be exploited remotely ...

8.8CVSS10AI score0.02422EPSS
SaveExploits0References3
exploitpack
exploitpack
added 2018/05/04 12:00 a.m.24 views

Google Chrome V8 - Object Allocation Size Integer Overflow

Google Chrome V8 - Object Allocation Size Integer Overflow There's an integer overflow in computing the required allocation size when instantiating a new javascript object. See the following code in objects.cc // static bool JSFunction::CalculateInstanceSizeForDerivedClass Handle function,...

0.6AI score
SaveExploits0
Exploit DB
Exploit DB
added 2018/05/04 12:00 a.m.102 views

Google Chrome V8 - Object Allocation Size Integer Overflow

There's an integer overflow in computing the required allocation size when instantiating a new javascript object. See the following code in objects.cc // static bool JSFunction::CalculateInstanceSizeForDerivedClass Handle function, InstanceType instancetype, int requestedembedderfields, int...

8.8CVSS7.8AI score0.60304EPSS
SaveExploits3
Packet Storm
Packet Storm
added 2018/04/26 12:00 a.m.29 views

Google Chrome V8 Arrow Function Scope Fixing Bug

Chrome: V8: Arrow function scope fixing bug When the parser parses the parameter list of an arrow function contaning destructuring assignments, it can't distinguish whether the assignments will be actually in the parameter list or just assignments until it meets a "=" token. So it first assigns t...

0.3AI score
SaveExploits0
Packet Storm
Packet Storm
added 2018/04/26 12:00 a.m.47 views

Google Chrome V8 AwaitedPromise Update Bug

Chrome: V8: AwaitedPromise update bug CVE-2018-6106 Here's a snippet of AsyncGeneratorReturn. https://cs.chromium.org/chromium/src/v8/src/builtins/builtins-async-generator-gen.cc?rcl=bcd1365cf7fac0d7897c43b377c143aae2d22f92&l=650 Node const context = ParameterDescriptor::kContext; Node const...

8.8AI score0.01716EPSS
SaveExploits1
exploitpack
exploitpack
added 2018/04/25 12:00 a.m.25 views

Chrome V8 JIT - AwaitedPromise Update Bug

Chrome V8 JIT - AwaitedPromise Update Bug / Here's a snippet of AsyncGeneratorReturn. https://cs.chromium.org/chromium/src/v8/src/builtins/builtins-async-generator-gen.cc?rcl=bcd1365cf7fac0d7897c43b377c143aae2d22f92&l=650 Node const context = ParameterDescriptor::kContext; Node const outerpromise...

7.4AI score
SaveExploits0
Exploit DB
Exploit DB
added 2018/04/25 12:00 a.m.42 views

Chrome V8 JIT - Arrow Function Scope Fixing Bug

/ When the parser parses the parameter list of an arrow function contaning destructuring assignments, it can't distinguish whether the assignments will be actually in the parameter list or just assignments until it meets a "=" token. So it first assigns the destructuring assignments to the outer...

5.3AI score
SaveExploits0
zdt
zdt
added 2018/04/25 12:00 a.m.35 views

Chrome V8 JIT - Arrow Function Scope Fixing Bug Exploit

Exploit for multiple platform in category dos / poc / When the parser parses the parameter list of an arrow function contaning destructuring assignments, it can't distinguish whether the assignments will be actually in the parameter list or just assignments until it meets a "=" token. So it first...

7.4AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2018/04/25 12:00 a.m.36 views

FreeBSD : chromium -- vulnerability (36ff7a74-47b1-11e8-a7d6-54e1ad544088)

Google Chrome Releases reports : 62 security fixes in this release : - 826626 Critical CVE-2018-6085: Use after free in Disk Cache. Reported by Ned Williamson on 2018-03-28 - 827492 Critical CVE-2018-6086: Use after free in Disk Cache. Reported by Ned Williamson on 2018-03-30 - 813876 High...

8.8CVSS7AI score0.09186EPSS
SaveExploits6References36
Exploit DB
Exploit DB
added 2018/04/25 12:00 a.m.33 views

Chrome V8 JIT - 'AwaitedPromise' Update Bug

/ Here's a snippet of AsyncGeneratorReturn. https://cs.chromium.org/chromium/src/v8/src/builtins/builtins-async-generator-gen.cc?rcl=bcd1365cf7fac0d7897c43b377c143aae2d22f92&l=650 Node const context = ParameterDescriptor::kContext; Node const outerpromise = LoadPromiseFromAsyncGeneratorRequestreq...

5.3AI score
SaveExploits0
exploitpack
exploitpack
added 2018/04/25 12:00 a.m.22 views

Chrome V8 JIT - Arrow Function Scope Fixing Bug

Chrome V8 JIT - Arrow Function Scope Fixing Bug / When the parser parses the parameter list of an arrow function contaning destructuring assignments, it can't distinguish whether the assignments will be actually in the parameter list or just assignments until it meets a "=" token. So it first...

0.2AI score
SaveExploits0
zdt
zdt
added 2018/04/25 12:00 a.m.62 views

Chrome V8 JIT - AwaitedPromise Update Bug Exploit

Exploit for multiple platform in category dos / poc / Here's a snippet of AsyncGeneratorReturn. https://cs.chromium.org/chromium/src/v8/src/builtins/builtins-async-generator-gen.cc?rcl=bcd1365cf7fac0d7897c43b377c143aae2d22f92&l=650 Node const context = ParameterDescriptor::kContext; Node const...

7.4AI score
SaveExploits0
Rows per page
Query Builder