Lucene search
+L

443 matches found

seebug.org
seebug.org
added 2017/05/26 12:00 a.m.22 views

WebKit: UXSS via ContainerNode::parserRemoveChild

Here's a snippet of ContainerNode::parserRemoveChild. void ContainerNode::parserRemoveChildNode& oldChild disconnectSubframesIfNeededthis, DescendantsOnly; let xml = let p = document.querySelector'p'; let link = p.appendChilddocument.createElement'link'; link.rel = 'stylesheet'; link.href =...

7AI score
SaveExploits0
Packet Storm
Packet Storm
added 2017/05/25 12:00 a.m.73 views

WebKit enqueuePageshowEvent / enqueuePopstateEvent Universal XSS

WebKit: UXSS: enqueuePageshowEvent and enqueuePopstateEvent don't enqueue, but dispatch CVE-2017-2510 Here is a snippet of CachedFrameBase::restore which is invoked when cached frames are restored. void CachedFrameBase::restore ... for auto& childFrame : mchildFrames...

7.4AI score0.03918EPSS
SaveExploits4
Packet Storm
Packet Storm
added 2017/05/25 12:00 a.m.29 views

WebKit Patch #1110 Universal Cross Site Scripting

WebKit: UXSS: the patch of 1110 made another bug Here's the patch of 1110. https://trac.webkit.org/changeset/212218/trunk/Source/WebCore/dom/ContainerNode.cpp void ContainerNode::parserRemoveChildNode& oldChild disconnectSubframesIfNeededthis, DescendantsOnly; d = document.querySelector'div'; p =...

7.4AI score
SaveExploits0
OSV
OSV
added 2017/05/22 5:29 a.m.21 views

DEBIAN-CVE-2017-2528

An issue was discovered in certain Apple products. iOS before 10.3.2 is affected. Safari before 10.1.1 is affected. The issue involves the "WebKit" component. It allows remote attackers to conduct Universal XSS UXSS attacks via a crafted web site that improperly interacts with cached frames...

6.1CVSS6AI score0.02025EPSS
SaveExploits4References1
Cvelist
Cvelist
added 2017/05/22 4:54 a.m.31 views

CVE-2017-2510

An issue was discovered in certain Apple products. iOS before 10.3.2 is affected. Safari before 10.1.1 is affected. The issue involves the "WebKit" component. It allows remote attackers to conduct Universal XSS UXSS attacks via a crafted web site that improperly interacts with pageshow events...

5.8AI score0.03918EPSS
SaveExploits4References6
CVE
CVE
added 2017/05/22 4:54 a.m.75 views

CVE-2017-2549

CVE-2017-2549 affects WebKit-based components in Apple products: iOS <10.3.2, Safari <10.1.1, and tvOS

6.1CVSS5.8AI score0.01152EPSS
SaveExploits0References6Affected Software3
CVE
CVE
added 2017/05/22 4:54 a.m.93 views

CVE-2017-2504

CVE-2017-2504 affects Apple WebKit components in iOS prior to 10.3.2, Safari prior to 10.1.1, and tvOS prior to 10.2.1. The issue is a logic/handling flaw in WebKit Editor commands that enables remote, universal cross‑site scripting (UXSS) via crafted web content. The vulnerability is tied to a W...

6.1CVSS5.8AI score0.03347EPSS
SaveExploits5References7Affected Software3
Tenable Nessus
Tenable Nessus
added 2017/05/18 12:00 a.m.22 views

Safari < 10.1.1 Multiple Vulnerabilities

Binary data 700117.prm...

8.8CVSS8.4AI score0.14349EPSS
SaveExploits48References26
Tenable Nessus
Tenable Nessus
added 2017/05/18 12:00 a.m.29 views

Apple TV < 10.2.1 Multiple Vulnerabilities

Binary data 700118.prm...

9.8CVSS8.4AI score0.11484EPSS
SaveExploits46References32
Tenable Nessus
Tenable Nessus
added 2017/05/17 12:00 a.m.34 views

iTunes < 12.6 Multiple Vulnerabilities

Binary data 700114.prm...

8.8CVSS7.8AI score0.06334EPSS
SaveExploits8References4
Lenovo
Lenovo
added 2017/05/08 12:00 a.m.42 views

SHAREit for Android Vulnerabilities - Lenovo Support US

No description provided...

6.1CVSS7.2AI score0.00773EPSS
SaveExploits0
Lenovo
Lenovo
added 2017/05/08 12:00 a.m.167 views

SHAREit for Android Vulnerabilities

Lenovo Security Advisory: LEN-6421 Potential Impact: Users with older Android versions may be vulnerable to remote code execution, or a UXSS attack and users with any Android version may be vulnerable to an intent scheme attack. Severity: High Lenovo SHAREit Application: End of Lenovo Support...

9.3CVSS8AI score0.4136EPSS
SaveExploits9
exploitpack
exploitpack
added 2017/04/20 12:00 a.m.17 views

Apple WebKit Safari 10.0.2(12602.3.12.0.1) - PrototypeMap::createEmptyStructure Universal Cross-Site Scripting

Apple WebKit Safari 10.0.212602.3.12.0.1 - PrototypeMap::createEmptyStructure Universal Cross-Site Scripting jsCallee // newTarget may be an InternalFunction if we were called from Reflect.construct. JSFunction targetFunction = jsDynamicCastnewTarget; if LIKELYtargetFunction ... return...

SaveExploits0
seebug.org
seebug.org
added 2017/04/19 12:00 a.m.15 views

Apple WebKit: UXSS via PrototypeMap::createEmptyStructure

When creating an object in Javascript, its |Structure| is created with the constructor's prototype's |VM|. Here's some snippets of that routine. Structure InternalFunction::createSubclassStructureExecState exec, JSValue newTarget, Structure baseClass ... if newTarget && newTarget != exec-jsCallee...

6.9AI score
SaveExploits0
Packet Storm
Packet Storm
added 2017/04/19 12:00 a.m.49 views

WebKit operationSpreadGeneric Universal Cross Site Scripting

WebKit: UXSS via operationSpreadGeneric Once a spread operation is optimized, the function |operationSpreadGeneric| will be called from then on. But operationSpreadGeneric's trying to get a JSGlobalObject from the argument of a spread operation. It seems that that optimization is not implemented ...

0.3AI score
SaveExploits0
seebug.org
seebug.org
added 2017/04/19 12:00 a.m.12 views

WebKit: UXSS via operationSpreadGeneric

Once a spread operation is optimized, the function |operationSpreadGeneric| will be called from then on. But operationSpreadGeneric's trying to get a JSGlobalObject from the argument of a spread operation. It seems that that optimization is not implemented to the release version of Safari yet...

6.9AI score
SaveExploits0
zdt
zdt
added 2017/04/19 12:00 a.m.26 views

WebKit operationSpreadGeneric Universal Cross Site Scripting Vulnerability

WebKit suffers from a universal cross site scripting vulnerability in operationSpreadGeneric. WebKit: UXSS via operationSpreadGeneric Once a spread operation is optimized, the function |operationSpreadGeneric| will be called from then on. But operationSpreadGeneric's trying to get a JSGlobalObjec...

6.5AI score
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2017/04/13 12:00 a.m.17 views

The vulnerability of the iOS operating system and the Safari browser allows a perpetrator to carry out a UXSS attack.

The vulnerability of the WebKit component of the iOS operating system and the Safari browser exists due to the lack of measures taken to protect the website structure. Exploiting this vulnerability allows a malicious actor to carry out a UXSS attack by utilizing the website structure...

4.3CVSS6.9AI score0.01731EPSS
SaveExploits0References5Affected Software2
BDU FSTEC
BDU FSTEC
added 2017/04/13 12:00 a.m.23 views

The vulnerability of the iOS operating system and the Safari browser allows attackers to obtain information about the integration platform and the operating system, enabling them to carry out UXSS attacks.

The vulnerability of the WebKit component of the iOS operating system and the Safari browser exists due to the lack of measures taken to protect the web page structure. Exploiting this vulnerability allows a malicious actor to obtain information about the integration platform and the operating...

4.3CVSS6.9AI score0.04237EPSS
SaveExploits4References5Affected Software2
Packet Storm
Packet Storm
added 2017/04/10 12:00 a.m.483 views

WebKit Synchronous Page Load UXSS

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&...

4.3CVSS7.5AI score0.04314EPSS
SaveExploits4
Rows per page
Query Builder