Lucene search
+L

14220 matches found

BDU FSTEC
BDU FSTEC
added 2017/04/20 12:00 a.m.10 views

The vulnerability of the iOS operating system and the Safari browser allows a perpetrator to obtain confidential information from the process’s memory.

The vulnerability of the WebKit component of the iOS operating system and the Safari browser is related to the lack of protection for service data. Exploiting this vulnerability can allow a malicious actor, operating remotely, to obtain confidential information from the process’s memory through a...

4.3CVSS6.9AI score0.01643EPSS
SaveExploits0References4Affected Software2
BDU FSTEC
BDU FSTEC
added 2017/04/20 12:00 a.m.10 views

The vulnerability of Safari browser and iOS operating system allows attackers to bypass security policy mechanisms.

The vulnerability of the WebKit component in the Safari browser and the iOS operating system is related to deficiencies in access control. Exploiting this vulnerability can allow a malicious actor to bypass security policy mechanisms using uncertain vectors...

5CVSS7.3AI score0.02418EPSS
SaveExploits1References4Affected Software2
exploitpack
exploitpack
added 2017/04/20 12:00 a.m.20 views

Apple WebKit Safari 10.0.2(12602.3.12.0.1) - operationSpreadGeneric Universal Cross-Site Scripting

Apple WebKit Safari 10.0.212602.3.12.0.1 - operationSpreadGeneric Universal Cross-Site Scripting 'use strict'; function spreada return ...a; let arr = Object.create1, 2, 3, 4; for let i = 0; i f.onload = null; try spreadf.contentWindow; catch e e.constructor.constructor'alertlocation'; ; f.src =...

0.2AI score
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2017/04/20 12:00 a.m.11 views

The vulnerability of the iOS operating system and the Safari browser allows a perpetrator to trigger a service failure or execute arbitrary code.

The vulnerability of the WebKit component of the iOS operating system and the Safari browser arises from an operation that goes beyond the buffer boundaries in memory. Exploiting this vulnerability allows a malicious actor to execute arbitrary code or cause a service failure memory corruption,...

6.8CVSS8.2AI score0.0223EPSS
SaveExploits0References5Affected Software2
BDU FSTEC
BDU FSTEC
added 2017/04/20 12:00 a.m.11 views

The vulnerability of the Safari browser, which allows a hacker to trigger a service failure or execute arbitrary code.

The vulnerability of the WebKit component of the Safari browser is caused by an operation that goes beyond the buffer boundaries in memory. Exploiting this vulnerability allows a malicious actor to execute arbitrary code or cause a service failure memory corruption through a specially created...

6.8CVSS8AI score0.02083EPSS
SaveExploits0References3Affected Software1
BDU FSTEC
BDU FSTEC
added 2017/04/20 12:00 a.m.13 views

The vulnerability of the iOS operating system and the Safari browser allows a perpetrator to trigger a service failure or execute arbitrary code.

The vulnerability of the WebKit component of the iOS operating system and the Safari browser arises from an operation that goes beyond the buffer boundaries in memory. Exploiting this vulnerability allows a malicious actor to execute arbitrary code or cause a service failure memory corruption,...

6.8CVSS8.2AI score0.0223EPSS
SaveExploits0References5Affected Software2
BDU FSTEC
BDU FSTEC
added 2017/04/20 12:00 a.m.13 views

The vulnerability of Safari browser and iOS operating system allows a hacker to execute arbitrary code or perform page replacement attacks.

The vulnerability of the WebKit component in the Safari browser and the iOS operating system exists due to insufficient validation of input data. Exploiting this vulnerability allows a malicious actor to execute arbitrary code or replace the default browser tab by making incorrect references to...

6.8CVSS8AI score0.03365EPSS
SaveExploits0References4Affected Software2
Exploit DB
Exploit DB
added 2017/04/20 12:00 a.m.21 views

Apple WebKit / Safari 10.0.2(12602.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 targetFunction-rareDatavm-createInternalFunctionAllocationStructureFromBasevm, prototype, baseClass; ... else ... retur...

5.3AI score
SaveExploits0
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
BDU FSTEC
BDU FSTEC
added 2017/04/20 12:00 a.m.11 views

The vulnerability of Safari browser and iOS operating system allows a perpetrator to trigger a service failure or execute arbitrary code.

The vulnerability of the WebKit Web Inspector component in the Safari browser and the iOS operating system arises from an operation that goes beyond the buffer boundaries in memory. Exploiting this vulnerability allows a malicious actor to execute arbitrary code or cause a service failure memory...

6.8CVSS8.2AI score0.02166EPSS
SaveExploits0References4Affected Software2
Exploit DB
Exploit DB
added 2017/04/20 12:00 a.m.20 views

Apple WebKit / Safari 10.0.2(12602.3.12.0.1) - 'operationSpreadGeneric' Universal Cross-Site Scripting

'use strict'; function spreada return ...a; let arr = Object.create1, 2, 3, 4; for let i = 0; i f.onload = null; try spreadf.contentWindow; catch e e.constructor.constructor'alertlocation'; ; f.src = 'https://abc.xyz/';...

5.3AI 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.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
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
Fedora
Fedora
added 2017/04/14 5:22 p.m.51 views

[SECURITY] Fedora 26 Update: chromium-57.0.2987.133-1.fc26

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

9.6CVSS1.8AI score0.03123EPSS
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2017/04/13 12:00 a.m.16 views

The vulnerability of the iOS operating system and the Safari browser allows a perpetrator to trigger a service failure or execute arbitrary code.

The vulnerability of the WebKit component of the iOS operating system and the Safari browser arises from an operation that goes beyond the buffer boundaries in memory. Exploiting this vulnerability allows a malicious actor to execute arbitrary code or cause a service failure memory corruption,...

6.8CVSS8.2AI score0.0698EPSS
SaveExploits4References5Affected Software2
BDU FSTEC
BDU FSTEC
added 2017/04/13 12:00 a.m.20 views

The vulnerability of the iOS operating system and the Safari browser allows attackers to trigger a service failure or execute arbitrary code.

The vulnerability of the WebKit component of the iOS operating system and the Safari browser arises from an operation that goes beyond the buffer boundaries in memory. Exploiting this vulnerability allows a malicious actor to execute arbitrary code or cause a service failure memory corruption,...

6.8CVSS8.2AI score0.09037EPSS
SaveExploits4References5Affected Software2
BDU FSTEC
BDU FSTEC
added 2017/04/13 12:00 a.m.19 views

The vulnerability of the iOS operating system and the Safari browser allows attackers to trigger a service failure or execute arbitrary code.

The vulnerability of the WebKit component of the iOS operating system and the Safari browser arises from an operation that goes beyond the buffer boundaries in memory. Exploiting this vulnerability allows a malicious actor to execute arbitrary code or cause a service failure memory corruption,...

6.8CVSS8.2AI score0.07767EPSS
SaveExploits4References5Affected Software2
BDU FSTEC
BDU FSTEC
added 2017/04/13 12:00 a.m.14 views

The vulnerability of the iOS operating system and the Safari browser allows attackers to trigger a service failure or execute arbitrary code.

The vulnerability of the WebKit component of the iOS operating system and the Safari browser arises from an operation that goes beyond the buffer boundaries in memory. Exploiting this vulnerability allows a malicious actor to execute arbitrary code or cause a service failure memory corruption,...

6.8CVSS8.2AI score0.0224EPSS
SaveExploits0References5Affected Software2
Rows per page
Query Builder