Lucene search
+L

14092 matches found

BDU FSTEC
BDU FSTEC
added 2017/07/28 12:0 a.m.9 views

The vulnerability of the WebKit component of the Safari browser, the iOS operating system, and the multimedia player iTunes allows a malicious actor to trigger a service failure or execute arbitrary code in a privileged context.

The vulnerability of the WebKit component in the Safari browser, the iOS operating system, and the multimedia player iTunes arises from an operation that goes beyond the buffer limits in memory. Exploiting this vulnerability allows a malicious actor to execute arbitrary code in a privileged conte...

9.3CVSS8.2AI score0.095EPSS
SaveExploits5References8Affected Software3
BDU FSTEC
BDU FSTEC
added 2017/07/28 12:0 a.m.12 views

The vulnerability of the WebKit component of the Safari browser, the iOS operating system, and the multimedia player iTunes allows a malicious actor to trigger a service failure or execute arbitrary code in a privileged context.

The vulnerability of the WebKit component in the Safari browser, the iOS operating system, and the multimedia player iTunes arises from an operation that goes beyond the buffer limits in memory. Exploiting this vulnerability allows a malicious actor to execute arbitrary code in a privileged conte...

7.5CVSS8.3AI score0.01534EPSS
SaveExploits0References8Affected Software3
BDU FSTEC
BDU FSTEC
added 2017/07/28 12:0 a.m.11 views

The vulnerability of the WebKit component in the Safari browser, the iOS operating system, and the multimedia player iTunes allows a malicious actor to trigger a service failure or execute arbitrary code in a privileged context.

The vulnerability of the WebKit component in the Safari browser, the iOS operating system, and the multimedia player iTunes arises from an operation that goes beyond the buffer limits in memory. Exploiting this vulnerability allows a malicious actor to execute arbitrary code in a privileged conte...

9.3CVSS8.2AI score0.08884EPSS
SaveExploits5References8Affected Software3
seebug.org
seebug.org
added 2017/07/27 12:0 a.m.62 views

WebKit: heap-buffer-overflow in WebCore::RenderSearchField::addSearchResult(CVE-2017-7049)

There is a heap buffer overflow in WebKit. The vulnerability was confirmed on ASan build of WebKit nightly. PoC: ================================================================= function go i.value = "1"; i.type = "search"; f.submit;...

7.5CVSS8.6AI score0.06217EPSS
SaveExploits5
seebug.org
seebug.org
added 2017/07/27 12:0 a.m.35 views

WebKit: use-after-free in WebCore::InputType::element(CVE-2017-7042)

There is a use-after-free security vulnerability in WebKit. The vulnerability was confirmed on ASan build of WebKit nightly. PoC: ================================================================= var runcount = 0; function go runcount++; ifruncount 2 return; i.type = "foo"; i.select; i.type =...

9.3CVSS8.2AI score0.08884EPSS
SaveExploits5
Tenable Nessus
Tenable Nessus
added 2017/07/27 12:0 a.m.57 views

Safari < 10.1.2 Multiple Vulnerabilities

Binary data 700166.prm...

9.3CVSS7.5AI score0.095EPSS
SaveExploits63References27
Tenable Nessus
Tenable Nessus
added 2017/07/27 12:0 a.m.51 views

Apple iOS < 10.3.3 Multiple Vulnerabilities

Binary data 700167.prm...

10CVSS7.2AI score0.47537EPSS
SaveExploits71References49
seebug.org
seebug.org
added 2017/07/27 12:0 a.m.38 views

WebKit: use-after-free in WebCore::Node::getFlag(CVE-2017-7041)

There is a use-after-free security vulnerability in WebKit. The vulnerability was confirmed on ASan build of WebKit nightly. PoC note that you might need to refresh a page a couple of times to trigger the bug: ================================================================= -webkit-flow-into:...

9.3CVSS8.2AI score0.095EPSS
SaveExploits5
seebug.org
seebug.org
added 2017/07/27 12:0 a.m.44 views

WebKit: use-after-free in WebCore::AccessibilityNodeObject::textUnderElement(CVE-2017-7048)

There is a use-after-free security vulnerability in WebKit. The vulnerability was confirmed on ASan build of WebKit nightly. Note that accessibility features need to be enabled in order to trigger this bug. On Safari on Mac this can be accomplished by opening the inspector simply opening the...

6.8CVSS8.3AI score0.07249EPSS
SaveExploits5
seebug.org
seebug.org
added 2017/07/27 12:0 a.m.41 views

WebKit: use-after-free in WebCore::Node::nextSibling(CVE-2017-7039)

There is a use-after-free security vulnerability in WebKit. The vulnerability was confirmed on ASan build of WebKit nightly. PoC: ================================================================= function freememory var a; forvar i=0;i...

6.8CVSS8.2AI score0.06313EPSS
SaveExploits5
seebug.org
seebug.org
added 2017/07/27 12:0 a.m.48 views

WebKit: JSC: Incorrect LoadVarargs handling in ArgumentsEliminationPhase::transform(CVE-2017-7056)

Here is a snippet of ArgumentsEliminationPhase::transform case LoadVarargs: ... if candidate-op == PhantomNewArrayWithSpread || candidate-op == PhantomSpread ... if argumentCountIncludingThis limit storeArgumentCountIncludingThisargumentCountIncludingThis; // store arguments ... node-remove;...

7.5CVSS8.1AI score0.08059EPSS
SaveExploits5
seebug.org
seebug.org
added 2017/07/27 12:0 a.m.45 views

WebKit: use-after-free in WebCore::AccessibilityRenderObject::handleAriaExpandedChanged(CVE-2017-7043)

There is a use-after-free security vulnerability in WebKit. The vulnerability was confirmed on ASan build of WebKit nightly. Note that accessibility features need to be enabled in order to trigger this bug. On Safari on Mac this can be accomplished by opening the inspector simply opening the...

6.8CVSS8.3AI score0.06313EPSS
SaveExploits5
seebug.org
seebug.org
added 2017/07/27 12:0 a.m.46 views

WebKit: use-after-free in WebCore::RenderObject with accessibility enabled(CVE-2017-7046)

There is a use-after-free security vulnerability in WebKit. The vulnerability was confirmed on ASan build of WebKit nightly. Note that accessibility features need to be enabled in order to trigger this bug. On Safari on Mac this can be accomplished by opening the inspector simply opening the...

6.8CVSS8.3AI score0.07209EPSS
SaveExploits5
seebug.org
seebug.org
added 2017/07/27 12:0 a.m.27 views

WebKit: JSC: Incorrect scope register handling in DFG::ByteCodeParser::flush(InlineStackEntry* inlineStackEntry)

Here's a snippet of DFG::ByteCodeParser::flushInlineStackEntry inlineStackEntry. void flushInlineStackEntry inlineStackEntry ... if mgraph.needsScopeRegister flushmcodeBlock-scopeRegister; mcodeBlock| instead of |mcodeBlock|. But it doesn't. As a result, the scope register of...

7AI score
SaveExploits0
seebug.org
seebug.org
added 2017/07/27 12:0 a.m.16 views

WebKit: JSC: Stack-Use-After-Free in ObjectPatternNode::appendEntry

Here's a snippet of ObjectPatternNode::appendEntry. void appendEntryconst JSTokenLocation&, ExpressionNode propertyExpression, DestructuringPatternNode pattern, ExpressionNode defaultValue, BindingType bindingType mtargetPatterns.appendEntry Identifier, propertyExpression, false, pattern,...

6.9AI score
SaveExploits0
seebug.org
seebug.org
added 2017/07/27 12:0 a.m.46 views

WebKit: JSC: JSArray::appendMemcpy uninitialized memory copy(CVE-2017-7064)

WebKit: JSC: JSArray::appendMemcpy uninitialized memory copy Here's a snippet of JSArray::appendMemcpy. bool JSArray::appendMemcpyExecState exec, VM& vm, unsigned startIndex, JSC::JSArray otherArray auto scope = DECLARETHROWSCOPEvm; if !canFastCopyvm, otherArray return false; IndexingType type =...

4.3CVSS7.1AI score0.04123EPSS
SaveExploits5
seebug.org
seebug.org
added 2017/07/27 12:0 a.m.48 views

WebKit: JSC: UXSS via JSObject::putInlineSlow and JSValue::putToPrimitive(CVE-2017-7037)

JSObject::putInlineSlow and JSValue::putToPrimitive use getPrototypeDirect instead of getPrototype to get an object's prototype. So JSDOMWindow::getPrototype which checks the Same Origin Policy is not called. The PoC shows to call a setter of another origin's object. PoC 1 -...

6.8CVSS8.2AI score0.07516EPSS
SaveExploits4
seebug.org
seebug.org
added 2017/07/27 12:0 a.m.41 views

WebKit: use-after-free in WebCore::getCachedWrapper(CVE-2017-7040)

There is a use-after-free security vulnerability in WebKit. The vulnerability was confirmed on ASan build of WebKit nightly. PoC: ================================================================= function freememory var a; forvar i=0;i...

6.8CVSS8.2AI score0.06313EPSS
SaveExploits5
Tenable Nessus
Tenable Nessus
added 2017/07/27 12:0 a.m.38 views

iTunes < 12.6.2 Multiple Vulnerabilities

Binary data 700168.prm...

9.3CVSS7.6AI score0.095EPSS
SaveExploits62References24
Packet Storm
Packet Storm
added 2017/07/25 12:0 a.m.52 views

WebKit JSC JSObject::putInlineSlow / JSValue::putToPrimitive XSS

WebKit: JSC: UXSS via JSObject::putInlineSlow and JSValue::putToPrimitive CVE-2017-7037 JSObject::putInlineSlow and JSValue::putToPrimitive use getPrototypeDirect instead of getPrototype to get an object's prototype. So JSDOMWindow::getPrototype which checks the Same Origin Policy is not called...

6.8CVSS7.6AI score0.07516EPSS
SaveExploits4
Rows per page
Query Builder