Lucene search
+L

23915 matches found

ThreatPost
ThreatPost
added 2017/04/25 12:36 p.m.46 views

ColdFusion Hotfix Resolves XSS, Java Deserialization Bugs

Adobe today released an important security hotfix for several versions of its ColdFusion rapid web application development platform. The company said the update addresses an input validation vulnerability CVE-2017-3008 in the software that could be used in reflected cross-site scripting XSS...

4.3CVSS2.1AI score0.03094EPSS
SaveExploits0References8
OSV
OSV
added 2017/04/24 10:59 a.m.10 views

CVE-2017-7852

D-Link DCS cameras have a weak/insecure CrossDomain.XML file that allows sites hosting malicious Flash objects to access and/or change the device's settings via a CSRF attack. This is because of the 'allow-access-from domain' child element set to , thus accepting requests from any domain. If a...

8.8CVSS5.6AI score0.04294EPSS
SaveExploits5References1
Prion
Prion
added 2017/04/24 10:59 a.m.21 views

Cross site request forgery (csrf)

D-Link DCS cameras have a weak/insecure CrossDomain.XML file that allows sites hosting malicious Flash objects to access and/or change the device's settings via a CSRF attack. This is because of the 'allow-access-from domain' child element set to , thus accepting requests from any domain. If a...

6.8CVSS8.5AI score0.04294EPSS
SaveExploits5References1Affected Software26
NVD
NVD
added 2017/04/24 10:59 a.m.35 views

CVE-2017-7852

D-Link DCS cameras have a weak/insecure CrossDomain.XML file that allows sites hosting malicious Flash objects to access and/or change the device's settings via a CSRF attack. This is because of the 'allow-access-from domain' child element set to , thus accepting requests from any domain. If a...

8.8CVSS8.6AI score0.04294EPSS
SaveExploits5References1
CVE
CVE
added 2017/04/24 10:00 a.m.125 views

CVE-2017-7852

CVE-2017-7852 affects D-Link DCS series cameras (notably DCS-933L, DCS-5030L, DCS-5020L, DCS-2530L, DCS-2630L, DCS-930L, DCS-932L, DCS-932LB1). Root cause: weak CrossDomain.XML with allow-access-from set to * enables Cross-Site Request Forgery (CSRF) via malicious Flash hosted on attacker sites. ...

8.8CVSS8.5AI score0.04294EPSS
SaveExploits5References1Affected Software1
Cvelist
Cvelist
added 2017/04/24 10:00 a.m.54 views

CVE-2017-7852

D-Link DCS cameras have a weak/insecure CrossDomain.XML file that allows sites hosting malicious Flash objects to access and/or change the device's settings via a CSRF attack. This is because of the 'allow-access-from domain' child element set to , thus accepting requests from any domain. If a...

8.6AI score0.04294EPSS
SaveExploits5References1
seebug.org
seebug.org
added 2017/04/24 12:00 a.m.48 views

Chrome Universal XSS using Flash message loop (CVE-2016-1631)

VULNERABILITY DETAILS From /content/renderer/pepper/ppbflashmessageloopimpl. cc: int32t PPBFlashMessageLoopImpl::InternalRun const RunFromHostProxyCallback& callback ... // It is possible that the PPBFlashMessageLoopImpl object has been // destroyed when the nested message loop exits. scopedrefpt...

6.8CVSS9.3AI score0.01334EPSS
SaveExploits2
seebug.org
seebug.org
added 2017/04/24 12:00 a.m.45 views

Chrome Universal XSS using a FrameNavigationDisabler bypass (CVE-2016-1673)

VULNERABILITY DETAILS When a top-level navigation is triggered on a frame displaying the initial empty document, FrameLoader::load is invoked directly: void LocalFrame::navigateDocument& originDocument, const KURL& url, bool replaceCurrentItem, UserGestureStatus userGestureStatus ... if isMainFra...

6.8CVSS8.5AI score0.01593EPSS
SaveExploits1
BDU FSTEC
BDU FSTEC
added 2017/04/24 12:00 a.m.16 views

The vulnerability of the Flash Player software, which allows a violator to execute arbitrary code

The vulnerability of the ActionScript2 component of the Flash Player software platform is related to the use of memory after it is freed when method properties are set. Exploiting this vulnerability allows a remote attacker to execute arbitrary code...

10CVSS8.1AI score0.09511EPSS
SaveExploits0References4Affected Software1
seebug.org
seebug.org
added 2017/04/24 12:00 a.m.34 views

Chrome Universal XSS using a flaw in the load deferral logic

VULNERABILITY DETAILS This is a regression from https://crrev.com/f92a1f3b9 . Previously, ResourceLoader::start bailed out if ResourceLoader::mdefersLoading was true. Now, it calls setDefersLoading on the associated WebURLLoader instead: void ResourceLoader::startResourceRequest& request...

6.9AI score
SaveExploits0
Check Point Advisories
Check Point Advisories
added 2017/04/24 12:00 a.m.18 views

Adobe Flash Player Use After Free Code Execution (APSB17-10: CVE-2017-3059)

A remote code execution vulnerability exists in Adobe Flash Player. The vulnerability is due to a use-after-free error in Adobe Flash Player while handling a specially crafted SWF file. A remote attacker can exploit this vulnerability by enticing a target user to open a specially crafted SWF file...

10CVSS3.7AI score0.09511EPSS
SaveExploits0
seebug.org
seebug.org
added 2017/04/24 12:00 a.m.58 views

Chrome Universal XSS using widget updates in ContainerNode::parserRemoveChild (CVE-2016-1630)

VULNERABILITY DETAILS There are 3 methods where ContainerNode::removeBetween is invoked: 1. ContainerNode::removeChild 2. ContainerNode::parserRemoveChild 3. ContainerNode::removeChildren The calls in 1 and 3 are within the scope of HTMLFrameOwnerElement::UpdateSuspendScope, but 2 is unprotected...

6.8CVSS9AI score0.01068EPSS
SaveExploits1
Check Point Advisories
Check Point Advisories
added 2017/04/24 12:00 a.m.15 views

Adobe Flash Player Memory Corruption (APSB17-10: CVE-2017-3064)

A memory corruption vulnerability has been reported in Adobe Flash Player. The vulnerability is due to an error in Adobe Flash Player while parsing a specially crafted SWF file. A remote attacker can exploit this issue by enticing a victim to open a specially crafted SWF file...

9.3CVSS4.4AI score0.13454EPSS
SaveExploits2
seebug.org
seebug.org
added 2017/04/24 12:00 a.m.42 views

Chrome Universal XSS via the interception of |Binding| with Object.prototype.create (CVE-2016-1674)

VULNERABILITY DETAILS The fix for the issue 590118 is insufficient to protect against the bindings interception. While they can't be accessed by triggering accessors on the |modules| object anymore, it's still possible to trap the set operation for |Binding. create| using the Object. prototype...

6.8CVSS8.7AI score0.01645EPSS
SaveExploits1
BDU FSTEC
BDU FSTEC
added 2017/04/24 12:00 a.m.15 views

The vulnerability of the Flash Player software, which allows a violator to execute arbitrary code

The vulnerability of the ActionScript2 NetStream component in the Flash Player software platform is related to the use of memory after it is freed. Exploiting this vulnerability allows a malicious actor to execute arbitrary code remotely...

10CVSS8.1AI score0.08894EPSS
SaveExploits0References4Affected Software1
BDU FSTEC
BDU FSTEC
added 2017/04/24 12:00 a.m.10 views

The vulnerability of the Flash Player software, which allows a violator to execute arbitrary code

The vulnerability of the Flash Player parser on the Flash software platform arises from an operation that goes beyond the buffer boundaries in memory. Exploiting this vulnerability allows a remote attacker to execute arbitrary code memory corruption...

10CVSS8.5AI score0.24728EPSS
SaveExploits2References3Affected Software1
BDU FSTEC
BDU FSTEC
added 2017/04/24 12:00 a.m.13 views

The vulnerability of the Flash Player software, which allows a violator to execute arbitrary code

The vulnerability of the Flash Player software is related to the use of memory after it is freed during the execution of internal scripts. Exploiting this vulnerability allows a remote attacker to execute arbitrary code...

10CVSS8.3AI score0.09511EPSS
SaveExploits0References4Affected Software1
BDU FSTEC
BDU FSTEC
added 2017/04/24 12:00 a.m.12 views

The vulnerability of the Flash Player software, which allows a violator to execute arbitrary code

The vulnerability of the ActionScript2 parser in the Flash Player software arises from reading data beyond the buffer boundaries in memory. Exploiting this vulnerability allows a malicious actor to execute arbitrary code memory corruption remotely...

10CVSS8.4AI score0.0763EPSS
SaveExploits0References4Affected Software1
Openbugbounty
Openbugbounty
added 2017/04/23 7:30 p.m.10 views

emiratesagent.at XSS vulnerability

Vulnerable URL: http://www.emiratesagent.at/fileadmin/default/templates/flash/template.swf?banner=emiratesice185x500en02.swf=javascript:alert%27OPENBUGBOUNTY%27 Details: Description| Value ---|--- Patched:| No Latest check for patch:| 31.07.2017 Vulnerability type:| XSS Vulnerability status:|...

6.3AI score
SaveExploits0
Openbugbounty
Openbugbounty
added 2017/04/23 3:47 p.m.10 views

euroads.dk XSS vulnerability

Vulnerable URL: http://euroads.dk/mediafiles/ea/dk/flash/no-EuroAds-Annoncoer.swf?clickTag=javascript:alert%27OPENBUGBOUNTY%27 Details: Description| Value ---|--- Patched:| No Latest check for patch:| 31.07.2017 Vulnerability type:| XSS Vulnerability status:| Publicly disclosed Alexa Rank| 123505...

6.3AI score
SaveExploits0
Rows per page
Query Builder