Lucene search
+L

14220 matches found

Exploit DB
Exploit DB
added 2017/04/08 12:00 a.m.50 views

Sony Playstation 4 (PS4) 3.50 < 4.07 - WebKit Code Execution (PoC)

PS4 4.0x Code Execution ============== This repo is my edit of the 4.0x webkit exploit released by qwertyoruiopz. The edit re-organizes, comments, and adds portability across 3.50 - 4.07 3.50, 3.55, 3.70, 4.00, and of course 4.06/4.07. The commenting and reorganization was mostly for my own...

5.3AI score
SaveExploits0
CNVD
CNVD
added 2017/04/08 12:00 a.m.5 views

Apple iOS webkit memory corruption vulnerability (CNVD-2017-05605)

Apple iOS is an operating system for Apple smart devices. A memory corruption vulnerability exists in Webkit used by Apple iOS, which allows attackers to exploit the vulnerability to build malicious web pages that can be clicked on by users, which can crash the application or execute arbitrary co...

8.8CVSS7.2AI score0.075EPSS
SaveExploits4References1
CNVD
CNVD
added 2017/04/08 12:00 a.m.7 views

Apple iOS webkit memory corruption vulnerability (CNVD-2017-05602)

Apple iOS is an operating system for Apple smart devices. A memory corruption vulnerability exists in Webkit used by Apple iOS, which allows attackers to exploit the vulnerability to build malicious web pages that can be clicked on by users, which can crash the application or execute arbitrary co...

8.8CVSS7.2AI score0.07534EPSS
SaveExploits4References1
exploitpack
exploitpack
added 2017/04/08 12:00 a.m.32 views

Sony Playstation 4 (PS4) 3.50 4.07 - WebKit Code Execution (PoC)

Sony Playstation 4 PS4 3.50 4.07 - WebKit Code Execution PoC PS4 4.0x Code Execution ============== This repo is my edit of the 4.0x webkit exploit released by qwertyoruiopz. The edit re-organizes, comments, and adds portability across 3.50 - 4.07 3.50, 3.55, 3.70, 4.00, and of course 4.06/4.07...

7.8AI score
SaveExploits0
CNVD
CNVD
added 2017/04/08 12:00 a.m.6 views

Apple iOS webkit memory corruption vulnerability (CNVD-2017-05603)

Apple iOS is an operating system for Apple smart devices. A memory corruption vulnerability exists in Webkit used by Apple iOS, which allows attackers to exploit the vulnerability to build malicious web pages that can be clicked on by users, which can crash the application or execute arbitrary co...

8.8CVSS7.2AI score0.07534EPSS
SaveExploits4References1
CNVD
CNVD
added 2017/04/07 12:00 a.m.6 views

WebKit memory corruption vulnerability in multiple Apple products (CNVD-2017-04673)

Apple iOS, Safari, and tvOS are products of Apple Inc. Apple iOS is an operating system developed for mobile devices; Safari is a web browser that is the default browser that comes with Mac OS X and iOS operating systems; and tvOS is an operating system for smart TVs. webKit is an open source web...

8.8CVSS7.7AI score0.0698EPSS
SaveExploits4References1
CNVD
CNVD
added 2017/04/07 12:00 a.m.3 views

WebKit memory corruption vulnerability in multiple Apple products (CNVD-2017-04674)

Apple iOS, Safari, and tvOS are products of Apple Inc. Apple iOS is an operating system developed for mobile devices; Safari is a web browser that is the default browser that comes with Mac OS X and iOS operating systems; and tvOS is an operating system for smart TVs. webKit is an open source web...

8.8CVSS7.7AI score0.0698EPSS
SaveExploits4References1
seebug.org
seebug.org
added 2017/04/07 12:00 a.m.45 views

WebKit: Use-After-Free via Document::adoptNode (CVE-2017-2468)

This is a regression test from: https://crbug.com/541206. But I think it seems not possible to turn it into an UXSS in WebKit. PoC: var s = document.body.appendChilddocument.createElement'script'; s.type = '0'; s.textContent = 'document.body.appendChildparent.i0'; var i0 =...

6.8CVSS8AI score0.09037EPSS
SaveExploits4
CNVD
CNVD
added 2017/04/07 12:00 a.m.6 views

Multiple Apple Products WebKit Cross-Site Scripting Vulnerability

Apple iOS, Safari, and tvOS are products of Apple Inc. Apple iOS is an operating system developed for mobile devices; Safari is a web browser that is the default browser that comes with Mac OS X and iOS operating systems; and tvOS is an operating system for smart TVs. webKit is an open source web...

6.1CVSS5.8AI score0.02167EPSS
SaveExploits0References1
seebug.org
seebug.org
added 2017/04/07 12:00 a.m.43 views

WebKit: UXSS via a synchronous page load(CVE-2017-2480)

Here's a snippet of the method SubframeLoader::requestFrame which is invoked when the |src| of an iframe object is changed. bool SubframeLoader::requestFrameHTMLFrameOwnerElement& ownerElement, const String& urlString, const AtomicString& frameName, LockHistory lockHistory, LockBackForwardList...

4.3CVSS7.6AI score0.03821EPSS
SaveExploits4
seebug.org
seebug.org
added 2017/04/07 12:00 a.m.44 views

WebKit: UXSS via a focus event and a link element (CVE-2017-2479)

This is somewhat similar to https://crbug.com/663476. Here's a snippet of Container::replaceAllChildren. while RefPtr child = mfirstChild removeBetweennullptr, child-nextSibling, child; notifyChildNodeRemovedthis, child; If the location hash value is set, the page will give focus to the associate...

4.3CVSS7.6AI score0.05647EPSS
SaveExploits4
seebug.org
seebug.org
added 2017/04/07 12:00 a.m.38 views

WebKit: Use-after-free in JSC::B3::Procedure::resetReachability(CVE-2017-2470)

Note: It seems it doesn't crash the JSC compiled without Address Sanitizer. PoC: function for var i = 0; i 1000000; ++i const v = Array & 1 ? v : 1; typeof o = 'object'; ; Asan Log: ==32191==ERROR: AddressSanitizer: heap-use-after-free on address 0x607000099738 at pc 0x000106c7af16 bp...

6.8CVSS8AI score0.0698EPSS
SaveExploits4
seebug.org
seebug.org
added 2017/04/07 12:00 a.m.34 views

WebKit: heap-buffer-overflow in JSC::SymbolTableEntry::isWatchable (CVE-2017-2469)

I confirmed the PoC crashes the release version of Safari 10.0.312602.4.8. It might need to refresh the page several times. PoC: function x = 0 var a; function arguments function b var g = 1; a5; f; g; ; Asan Log: ==55079==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x60c0000c8e88 at...

6.8CVSS8.1AI score0.0698EPSS
SaveExploits4
CNVD
CNVD
added 2017/04/07 12:00 a.m.6 views

WebKit memory corruption vulnerability in multiple Apple products (CNVD-2017-04675)

Apple iOS, Safari, and tvOS are products of Apple Inc. Apple iOS is an operating system developed for mobile devices; Safari is a web browser that is the default browser that comes with Mac OS X and iOS operating systems; and tvOS is an operating system for smart TVs. webKit is an open source web...

8.8CVSS7.7AI score0.09037EPSS
SaveExploits4References1
CNVD
CNVD
added 2017/04/06 12:00 a.m.6 views

Multiple Apple Products WebKit Security Bypass Vulnerability

Apple iOS, Safari, and tvOS are products of Apple Inc. Apple iOS is an operating system developed for mobile devices; Safari is a web browser that is the default browser that comes with Mac OS X and iOS operating systems; and tvOS is an operating system for smart TVs. webKit is an open source web...

6.5CVSS6.2AI score0.01757EPSS
SaveExploits0References1
CNVD
CNVD
added 2017/04/06 12:00 a.m.4 views

Multiple Apple Products WebKit Security Bypass Vulnerability

Apple iOS, Safari, and tvOS are products of Apple Inc. Apple iOS is an operating system developed for mobile devices; Safari is a web browser that is the default browser that comes with Mac OS X and iOS operating systems; and tvOS is an operating system for smart TVs. webKit is an open source web...

6.5CVSS6.2AI score0.05863EPSS
SaveExploits4References1
CNVD
CNVD
added 2017/04/06 12:00 a.m.6 views

Multiple Apple Products WebKit Denial of Service Vulnerability (CNVD-2017-05144)

Apple iOS, Safari and tvOS are all products of Apple Inc. Apple iOS is a set of operating systems developed for mobile devices; Apple Safari is a web browser that comes with Mac OS X and iOS operating systems as the default browser; WebKit is a set of open source web browser engines developed by...

8.8CVSS7.6AI score0.0223EPSS
SaveExploits0References1
CNVD
CNVD
added 2017/04/06 12:00 a.m.6 views

Multiple Apple Products WebKit Denial of Service Vulnerability (CNVD-2017-05145)

Apple iOS, Safari, and tvOS are products of Apple Inc. Apple iOS is an operating system developed for mobile devices; Safari is a web browser that is the default browser that comes with Mac OS X and iOS operating systems; and tvOS is an operating system for smart TVs. webKit is an open source web...

8.8CVSS7.7AI score0.0223EPSS
SaveExploits0References1
CNVD
CNVD
added 2017/04/06 12:00 a.m.5 views

Multiple Apple Products WebKit Component Denial of Service Vulnerability

Apple iOS, Safari, and tvOS are products of Apple Inc. Apple iOS is an operating system developed for mobile devices; Safari is a web browser that is the default browser that comes with Mac OS X and iOS operating systems; and tvOS is an operating system for smart TVs. webKit is an open source web...

8.8CVSS7.7AI score0.0224EPSS
SaveExploits0References1
CNVD
CNVD
added 2017/04/06 12:00 a.m.8 views

Apple Safari WebKit memory corruption vulnerability (CNVD-2017-05133)

Apple Safari is a web browser from Apple, and is the default browser that comes with the Mac OS X and iOS operating systems.WebKit is a set of open-source web browser engines developed by KDE, Apple, and Google, and is currently used by Apple Safari and Google Chrome, among other browsers. Google...

7.8CVSS7.5AI score0.02083EPSS
SaveExploits0References1
Rows per page
Query Builder