Lucene search
+L

443 matches found

Packet Storm
Packet Storm
added 2017/04/09 12:00 a.m.60 views

Apple WebKit Frame::setDocument UXSS

Apple WebKit: UXSS via Frame::setDocument 1. CVE-2017-2364 void Frame::setDocumentRefPtr&& newDocument ASSERT!newDocument || newDocument-frame == this; if mdoc && mdoc-pageCacheState != Document::InPageCache mdoc-prepareForDestruction; mdoc = newDocument.copyRef; ... The function...

4.3CVSS6.8AI score0.06653EPSS
SaveExploits4
Packet Storm
Packet Storm
added 2017/04/09 12:00 a.m.82 views

Apple Webkit Named Property UXSS

Apple Webkit: UXSS by accessing a named property from an unloaded window CVE-2017-2367 The frame is not detached from an unloaded window. We can access to the new document's named properties via the following function. static bool...

4.3CVSS7.5AI score0.06166EPSS
SaveExploits4
Packet Storm
Packet Storm
added 2017/04/09 12:00 a.m.69 views

Apple WebKit JSCallbackData UXSS

Apple Webkit: UXSS with JSCallbackData CVE-2017-2442 Here is the definition of |JSCallbackData| class. This class is used to call a javascript function from a DOM object. class JSCallbackDataStrong : public JSCallbackData public: JSCallbackDataStrongJSC::JSObject callback, void :...

4.3CVSS0.1AI score0.06166EPSS
SaveExploits4
Packet Storm
Packet Storm
added 2017/04/09 12:00 a.m.60 views

Apple WebKit disconnectSubframes UXSS

Apple WebKit: UXSS via disconnectSubframes CVE-2017-2445 When an element is removed from a document, the function |disconnectSubframes| is called to detach its subframesiframe tag, object tag, etc.. Here is a snippet of |disconnectSubframes|. void disconnectSubframesContainerNode& root,...

4.3CVSS0.04237EPSS
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.06334EPSS
SaveExploits4
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.04314EPSS
SaveExploits4
seebug.org
seebug.org
added 2017/04/04 12:00 a.m.35 views

Apple Webkit: UXSS by accessing a named property from an unloaded window (CVE-2017-2367)

The frame is not detached from an unloaded window. We can access to the new document's named properties via the following function. static bool jsDOMWindowPropertiesGetOwnPropertySlotNamedItemGetterJSDOMWindowProperties thisObject, Frame& frame, ExecState exec, PropertyName propertyName,...

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

Apple Webkit: UXSS with JSCallbackData(CVE-2017-2442)

Here is the definition of |JSCallbackData| class. This class is used to call a javascript function from a DOM object. class JSCallbackDataStrong : public JSCallbackData public: JSCallbackDataStrongJSC::JSObject callback, void : mcallbackcallback-globalObject-vm, callback JSC::JSObject callback...

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

Apple WebKit: UXSS via disconnectSubframes (CVE-2017-2445)

When an element is removed from a document, the function |disconnectSubframes| is called to detach its subframesiframe tag, object tag, etc.. Here is a snippet of |disconnectSubframes|. void disconnectSubframesContainerNode& root, SubframeDisconnectPolicy policy ... Vector frameOwners; if policy ...

4.3CVSS7.4AI score0.04237EPSS
SaveExploits4
seebug.org
seebug.org
added 2017/04/04 12:00 a.m.29 views

Apple WebKit: UXSS via Frame::setDocument (1)(CVE-2017-2364)

void Frame::setDocumentRefPtr&& newDocument ASSERT!newDocument || newDocument-frame == this; if mdoc && mdoc-pageCacheState != Document::InPageCache mdoc-prepareForDestruction; mdoc = newDocument.copyRef; ... The function |prepareForDestruction| only called when the cache state is not...

4.3CVSS7.6AI score0.06653EPSS
SaveExploits4
CVE
CVE
added 2017/04/02 1:36 a.m.136 views

CVE-2017-2445

CVE-2017-2445 is a UXSS/ cross-site scripting issue in WebKit used by Safari on iOS (and Safari/tvOS WebKit variants). The root cause is a validation/memory handling weakness in frame objects that can be triggered by crafted web content, enabling remote UXSS attacks. Affected platforms include iO...

6.1CVSS5.8AI score0.04237EPSS
SaveExploits4References7Affected Software3
seebug.org
seebug.org
added 2017/03/23 12:00 a.m.12 views

LastPass: FireFox error pages still load Content Scripts, allowing access to ExtensionProxyService

The fix for issue 1209 was to prevent loading the special domain 1min-ui-prod.service.lastpass.com. This works in Chrome, but FireFox loads content scripts into error pages, allowing a similar vulnerability to be exploited. The list of procedure calls available is completely different, but I...

6.9AI score
SaveExploits0
seebug.org
seebug.org
added 2017/03/20 12:00 a.m.63 views

Microsoft Internet Explorer Elevation of Privilege Vulnerability (CVE-2017-0154)

Original link: a Broken Browser Original author: Manuel Caballero Translation: Holic know Chong Yu 404 security lab Today we know from Internet Explorer since the birth there has been function. This feature allows the Web Developer instance of the external object, and therefore be the attacker to...

5.8CVSS6.5AI score0.10565EPSS
SaveExploits1
seebug.org
seebug.org
added 2017/03/20 12:00 a.m.66 views

Microsoft Edge allows remote attackers to bypass the Same Origin Policy(CVE-2017-0002)

Original link: UXSS on Microsoft Edge – Adventures in a Domainless World without domain big World Adventure Original author: Manuel Caballero Translation: Holic know Chong Yu 404 security lab Note: the associated file can be downloaded here in. Today, we discuss the design of problems, with these...

6.8CVSS8.3AI score0.1489EPSS
SaveExploits1
BDU FSTEC
BDU FSTEC
added 2017/03/02 12:00 a.m.14 views

The vulnerability of Safari browser and iOS operating system allows attackers to carry out UXSS attacks.

The vulnerability of the Safari Reader component in the Safari browser, operating system iOS, exists due to the lack of measures taken to protect the structure of web pages. Exploiting this vulnerability allows a malicious actor to carry out UXSS attacks using a specially crafted website...

2.6CVSS6.6AI score0.01011EPSS
SaveExploits0References4Affected Software2
zdt
zdt
added 2017/02/24 12:00 a.m.48 views

Apple WebKit Frame::setDocument UXSS Exploit

Apple WebKit suffers from a UXSS via Frame::setDocument. Apple WebKit: UXSS via Frame::setDocument CVE-2017-2365 Here's a snippet of Frame::setDocument. void Frame::setDocumentRefPtr&& newDocument ASSERT!newDocument || newDocument-frame == this; if mdoc && mdoc-pageCacheState !=...

4.3CVSS0.1AI score0.07043EPSS
SaveExploits4
seebug.org
seebug.org
added 2017/02/23 12:00 a.m.31 views

Apple WebKit: UXSS via FrameLoader::clear (CVE-2017-2363)

When the new page is loading, FrameLoader::clear is called to clear the old document and window. Here's a snippet of FrameLoader::clear. void FrameLoader::clearDocument newDocument, bool clearWindowProperties, bool clearScriptObjects, bool clearFrameView ... // Do this after detaching the documen...

4.3CVSS8AI score0.06961EPSS
SaveExploits4
seebug.org
seebug.org
added 2017/02/23 12:00 a.m.38 views

Apple WebKit: UXSS via Frame::setDocument (CVE-2017-2365)

Here's a snippet of Frame::setDocument. void Frame::setDocumentRefPtr&& newDocument ASSERT!newDocument || newDocument-frame == this; if mdoc && mdoc-pageCacheState != Document::InPageCache mdoc-prepareForDestruction; mdoc = newDocument.copyRef; ... Before setting |mdoc| to |newDocument|, it calls...

4.3CVSS7.5AI score0.07043EPSS
SaveExploits4
OpenVAS
OpenVAS
added 2017/02/22 12:00 a.m.36 views

Apple Safari Multiple Vulnerabilities-02 (Feb 2017)

Apple Safari is prone to multiple vulnerabilities. SPDX-FileCopyrightText: 2017 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only CPE = "cpe:/a:apple:safari"; ifdescription...

8.8CVSS6.4AI score0.02039EPSS
SaveExploits0References1
NVD
NVD
added 2017/02/20 8:59 a.m.21 views

CVE-2016-7650

An issue was discovered in certain Apple products. iOS before 10.2 is affected. Safari before 10.0.2 is affected. The issue involves the "Safari Reader" component, which allows remote attackers to conduct UXSS attacks via a crafted web site...

4.7CVSS3.8AI score0.01011EPSS
SaveExploits0References4
Rows per page
Query Builder