Lucene search
+L

14108 matches found

seebug.org
seebug.org
•added 2017/06/05 12:0 a.m.•50 views

Exploiting an integer overflow with array spreading (WebKit)

This article is about CVE-2017-2536 / ZDI-17-358, a classic integer overflow while computing an allocation size, leading to a heap-based buffer overflow. It was introduced in 99ed479, which improved the way JavaScriptCore handled ECMAScript 6 spreading operations, and discovered by saelo in...

6.8CVSS8.6AI score0.10478EPSS
SaveExploits3
Fedora
Fedora
•added 2017/06/03 2:25 a.m.•34 views

[SECURITY] Fedora 24 Update: chromium-58.0.3029.110-2.fc24

Chromium is an open-source web browser, powered by WebKit Blink...

9.6CVSS1.8AI score0.03362EPSS
SaveExploits1
exploitpack
exploitpack
•added 2017/06/01 12:0 a.m.•22 views

WebKit - Document::prepareForDestruction CachedFrame Universal Cross-Site Scripting

WebKit - Document::prepareForDestruction CachedFrame Universal Cross-Site Scripting Click anywhere. function createURLdata, type = 'text/html' return URL.createObjectURLnew Blobdata, type: type; function waitForcheck, cb let it = setInterval = if check clearIntervalit; cb; , 10; window.onclick = ...

6.8AI score
SaveExploits0
exploitpack
exploitpack
•added 2017/06/01 12:0 a.m.•17 views

WebKit JSC - JSObject::ensureLength ensureLengthSlow Check Failure

WebKit JSC - JSObject::ensureLength ensureLengthSlow Check Failure / Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=1165 Here's a snippet of JSObject::ensureLength. bool WARNUNUSEDRETURN ensureLengthVM& vm, unsigned length ASSERTlength vectorLength publicLength...

7.4AI score
SaveExploits0
CNVD
CNVD
•added 2017/06/01 12:0 a.m.•4 views

Apple WebKit CachedFrameBase::restore cross-site scripting vulnerability

Apple WebKit is the open source web browser engine. A cross-site scripting vulnerability in Apple WebKit CachedFrameBase::restore allows an attacker to construct a malicious web page that can be tricked into parsing and executing arbitrary code...

6.1AI score
SaveExploits0References1
CNVD
CNVD
•added 2017/06/01 12:0 a.m.•6 views

Apple WebKit Document::prepareForDestruction/CachedFrame Cross-Site Scripting Vulnerability

Apple WebKit is the open source web browser engine. A cross-site scripting vulnerability in Apple WebKit Document::prepareForDestruction/CachedFrame allows an attacker to construct a malicious web page that can be tricked into parsing and executing arbitrary code...

6.1AI score
SaveExploits0References1
exploitpack
exploitpack
•added 2017/06/01 12:0 a.m.•21 views

WebKit - Element::setAttributeNodeNS Use-After-Free

WebKit - Element::setAttributeNodeNS Use-After-Free Element::setAttributeNodeNSAttr& attrNode ... setAttributeInternalindex, attrNode.qualifiedName, attrNode.value, NotInSynchronizationOfLazyAttribute; attrNode.attachToElementthis; treeScope.adoptIfNeededattrNode;...

7.4AI score
SaveExploits0
Packet Storm
Packet Storm
•added 2017/06/01 12:0 a.m.•81 views

WebKit CachedFrame Universal Cross Site Scripting

WebKit: UXSS: CachedFrame doesn't detach openers CVE-2017-2528 When a document loads "about:blank" or "about:srcdoc", it tries to inherit the security origin from its parent frame, or its opener frame if the parent frame doesn't exist. Normally, it doesn't happen that a subframe's document inheri...

4.3CVSS6.6AI score0.02025EPSS
SaveExploits4
zdt
zdt
•added 2017/06/01 12:0 a.m.•60 views

WebKit JSC JSObject::ensureLength Failure Check Vulnerability

WebKit JSC JSObject::ensureLength does not check if ensureLengthSlow fails. WebKit: JSC: JSObject::ensureLength doesn't check if ensureLengthSlow failed. CVE-2017-2521 Here's a snippet of JSObject::ensureLength. bool WARNUNUSEDRETURN ensureLengthVM& vm, unsigned length ASSERTlength vectorLength...

6.8CVSS0.1AI score0.05903EPSS
SaveExploits5
Exploit DB
Exploit DB
•added 2017/06/01 12:0 a.m.•50 views

WebKit - 'CachedFrameBase::restore' Universal Cross-Site Scripting

Click anywhere... function createURLdata, type = 'text/html' return URL.createObjectURLnew Blobdata, type: type; function navigatew, url let a = w.document.createElement'a'; a.href = url; a.click; window.onclick = = window.w = open'about:blank', 'w', 'width=500, height=500'; let i0 =...

5.3AI score
SaveExploits0
Exploit DB
Exploit DB
•added 2017/06/01 12:0 a.m.•57 views

WebKit - 'Document::prepareForDestruction' / 'CachedFrame' Universal Cross-Site Scripting

Click anywhere. function createURLdata, type = 'text/html' return URL.createObjectURLnew Blobdata, type: type; function waitForcheck, cb let it = setInterval = if check clearIntervalit; cb; , 10; window.onclick = = window.onclick = null; w = opencreateURL'', '', 'width=500, height=500'; w.onload ...

5.3AI score
SaveExploits0
Exploit DB
Exploit DB
•added 2017/06/01 12:0 a.m.•54 views

WebKit JSC - Incorrect Check in emitPutDerivedConstructorToArrowFunctionContextScope

/ Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=1173 When a super expression is used in an arrow function, the following code, which generates bytecode, is called. if needsToUpdateArrowFunctionContext && !codeBlock-isArrowFunction bool canReuseLexicalEnvironment =...

8.8CVSS7.8AI score0.06566EPSS
SaveExploits4
Exploit DB
Exploit DB
•added 2017/06/01 12:0 a.m.•58 views

WebKit JSC - 'JSObject::ensureLength' ensureLengthSlow Check Failure

/ Source: https://bugs.chromium.org/p/project-zero/issues/detail?id=1165 Here's a snippet of JSObject::ensureLength. bool WARNUNUSEDRETURN ensureLengthVM& vm, unsigned length ASSERTlength vectorLength publicLength setPublicLengthlength; return result; |setPublicLength| is called whether...

8.8CVSS7.8AI score0.05903EPSS
SaveExploits5
Exploit DB
Exploit DB
•added 2017/06/01 12:0 a.m.•67 views

WebKit - CachedFrame does not Detach Openers Universal Cross-Site Scripting

tree.parent; Frame openerFrame = mframe-loader.opener; Frame ownerFrame = parentFrame; if !ownerFrame ownerFrame = openerFrame; if !ownerFrame didFailToInitializeSecurityOrigin; return; ... setCookieURLownerFrame-document-cookieURL; // We alias the SecurityOrigins to match Firefox, see Bug 15313 ...

6.1CVSS6.9AI score0.02025EPSS
SaveExploits4
zdt
zdt
•added 2017/06/01 12:0 a.m.•52 views

WebKit JSC emitPutDerivedConstructorToArrowFunctionContextScope Incorrect Check Vulnerability

Exploit for multiple platform in category dos / poc WebKit: JSC: incorrect check in emitPutDerivedConstructorToArrowFunctionContextScope CVE-2017-2531 When a super expression is used in an arrow function, the following code, which generates bytecode, is called. if needsToUpdateArrowFunctionContex...

6.8CVSS8.3AI score0.06566EPSS
SaveExploits4
Packet Storm
Packet Storm
•added 2017/06/01 12:0 a.m.•88 views

WebKit JSC JSObject::ensureLength Failure Check

WebKit: JSC: JSObject::ensureLength doesn't check if ensureLengthSlow failed. CVE-2017-2521 Here's a snippet of JSObject::ensureLength. bool WARNUNUSEDRETURN ensureLengthVM& vm, unsigned length ASSERTlength vectorLength publicLength setPublicLengthlength; return result; |setPublicLength| is calle...

0.3AI score0.05903EPSS
SaveExploits5
Packet Storm
Packet Storm
•added 2017/06/01 12:0 a.m.•69 views

WebKit JSC emitPutDerivedConstructorToArrowFunctionContextScope Incorrect Check

WebKit: JSC: incorrect check in emitPutDerivedConstructorToArrowFunctionContextScope CVE-2017-2531 When a super expression is used in an arrow function, the following code, which generates bytecode, is called. if needsToUpdateArrowFunctionContext && !codeBlock-isArrowFunction bool...

0.3AI score0.06566EPSS
SaveExploits4
Packet Storm
Packet Storm
•added 2017/06/01 12:0 a.m.•48 views

WebKit CachedFrameBase::restore Universal Cross Site Scripting

WebKit: UXSS via CachedFrameBase::restore This is similar to the case https://bugs.chromium.org/p/project-zero/issues/detail?id=1151. But this time, javascript handlers may be fired in FrameLoader::open. void FrameLoader::openCachedFrameBase& cachedFrame ... cleardocument, true, true,...

7.4AI score
SaveExploits0
Packet Storm
Packet Storm
•added 2017/06/01 12:0 a.m.•52 views

WebKit Element::setAttributeNodeNS Use-After-Free

WebKit: Element::setAttributeNodeNS UAF Here's a snippet of Element::setAttributeNodeNS. ExceptionOr Element::setAttributeNodeNSAttr& attrNode ... setAttributeInternalindex, attrNode.qualifiedName, attrNode.value, NotInSynchronizationOfLazyAttribute; attrNode.attachToElementthis;...

7.4AI score
SaveExploits0
Exploit DB
Exploit DB
•added 2017/06/01 12:0 a.m.•51 views

WebKit - 'Element::setAttributeNodeNS' Use-After-Free

Element::setAttributeNodeNSAttr& attrNode ... setAttributeInternalindex, attrNode.qualifiedName, attrNode.value, NotInSynchronizationOfLazyAttribute; attrNode.attachToElementthis; treeScope.adoptIfNeededattrNode; ensureAttrNodeListForElementthis.append&attrNode; return WTFMoveoldAttrNode;...

5.3AI score
SaveExploits0
Rows per page
Query Builder