Lucene search
+L

1995 matches found

CVE
CVE
added 2015/10/28 10:00 a.m.78 views

CVE-2015-6491

Rockwell Automation MicroLogix 1100 and 1400 PLCs are affected by CVE-2015-6491. Specifically, MicroLogix 1100 controllers (Series B) with firmware version 14.000 and earlier are mitigated by updating to 15.000, while MicroLogix 1400 controllers (Series B) with firmware 15.003 and earlier require...

4CVSS6.5AI score0.01604EPSS
SaveExploits0References1Affected Software2
OSV
OSV
added 2015/10/20 7:45 p.m.10 views

USN-2770-1 oxide-qt vulnerabilities

It was discovered that ContainerNode::parserInsertBefore in Blink would incorrectly proceed with a DOM tree insertion in some circumstances. If a user were tricked in to opening a specially crafted website, an attacker could potentially exploit this to bypass same origin restrictions. CVE-2015-67...

7.5CVSS7.6AI score0.06974EPSS
SaveExploits3References8
Ubuntu
Ubuntu
added 2015/10/20 7:45 p.m.64 views

USN-2770-1: Oxide vulnerabilities

It was discovered that ContainerNode::parserInsertBefore in Blink would incorrectly proceed with a DOM tree insertion in some circumstances. If a user were tricked in to opening a specially crafted website, an attacker could potentially exploit this to bypass same origin restrictions. CVE-2015-67...

7.5CVSS8.7AI score0.06974EPSS
SaveExploits3
Prion
Prion
added 2015/10/15 10:59 a.m.31 views

Code injection

The ContainerNode::parserInsertBefore function in core/dom/ContainerNode.cpp in Blink, as used in Google Chrome before 46.0.2490.71, proceeds with a DOM tree insertion in certain cases where a parent node no longer contains a child node, which allows remote attackers to bypass the Same Origin...

7.5CVSS6.5AI score0.02103EPSS
SaveExploits1References10Affected Software1
NVD
NVD
added 2015/10/15 10:59 a.m.31 views

CVE-2015-6755

The ContainerNode::parserInsertBefore function in core/dom/ContainerNode.cpp in Blink, as used in Google Chrome before 46.0.2490.71, proceeds with a DOM tree insertion in certain cases where a parent node no longer contains a child node, which allows remote attackers to bypass the Same Origin...

7.5CVSS9AI score0.02103EPSS
SaveExploits1References10
CVE
CVE
added 2015/10/15 10:00 a.m.125 views

CVE-2015-6755

CVE-2015-6755 affects Blink (ContainerNode::parserInsertBefore in core/dom/ContainerNode.cpp) used by Google Chrome prior to 46.0.2490.71. The issue allows bypassing the Same Origin Policy via crafted JavaScript that triggers a DOM tree insertion even when a parent node no longer contains a child...

7.5CVSS8.8AI score0.02103EPSS
SaveExploits1References10Affected Software1
Debian CVE
Debian CVE
added 2015/10/15 10:00 a.m.39 views

CVE-2015-6755

Removed by vendor...

7.5CVSS9.4AI score0.02103EPSS
SaveExploits1
UbuntuCve
UbuntuCve
added 2015/10/15 12:00 a.m.30 views

CVE-2015-6755

The ContainerNode::parserInsertBefore function in core/dom/ContainerNode.cpp in Blink, as used in Google Chrome before 46.0.2490.71, proceeds with a DOM tree insertion in certain cases where a parent node no longer contains a child node, which allows remote attackers to bypass the Same Origin...

7.5CVSS7.2AI score0.02103EPSS
SaveExploits1References6
OpenVAS
OpenVAS
added 2015/10/14 12:00 a.m.45 views

Cisco TelePresence Video Communication Server Expressway File Modification Vulnerability (cisco-sa-20151007-vcs)

A vulnerability in the symbolic link operation of the Cisco TelePresence Video Communication Server VCS Expressway could allow an authenticated, local attacker to perform a symbolic link attack on the affected system. SPDX-FileCopyrightText: 2015 Greenbone AG Some text descriptions might be...

6.9CVSS6.5AI score0.00355EPSS
SaveExploits0References1
seebug.org
seebug.org
added 2015/08/06 12:00 a.m.32 views

thinksaas最新版存储xss

简要描述: 过滤不当 详细说明: 最新版下载地址http://www.thinksaas.cn/service/down/ 跟前面thinksaas最新版xss2 WooYun: thinksaas最新版xss2 thinksaas最新版xss WooYun: thinksaas最新版xss 原理都一样 吐槽下 官网不让注册帐号 就在本地测试了 前人的我测试一个现在还可以 当然 漏洞文件肯定是不一样的 漏洞文件 在app/article/action/add.php 25行中没有过滤 48行插入数据库 isLogin; switch $ts case "" : if...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2015/07/27 12:00 a.m.62 views

DESTOON sql注入漏洞

简要描述: DESTOON sql注入漏洞 详细说明: 一枚二次注入,因为使用了dhtmlspecialchars导致防注入失效。可以任意数据。 先来看留言模块: \module\extend\comment.inc.php $item = $db-getone"SELECT title,linkurl,username,status FROM ".gettable$mid." WHERE itemid=$itemid"; //从数据库中取出对于模块的发布数据 $item or exit; $item'status' 2 or exit; $linkurl =...

7.1AI score
SaveExploits0
Packet Storm
Packet Storm
added 2015/06/19 12:00 a.m.81 views

eBay Magento Persistent Script Insertion

Document Title: =============== Ebay Magento Bug Bounty 10 - Persistent Filename Vulnerability References Source: ==================== http://www.vulnerability-lab.com/getcontent.php?id=1457 eBay Inc. Bug Bounty Program ID: EIBBP-31603 Video: https://www.youtube.com/watch?v=WffsHd8pibE Release...

7.4AI score
SaveExploits0
seebug.org
seebug.org
added 2015/05/27 12:00 a.m.23 views

thinkphp 某处缺陷可造成sql注射

简要描述: thinkphp 某处缺陷可造成sql注射 详细说明: 下载最新的版本: 强调一下和ph大神的漏洞 信息不一样 地方和函数都不一样 他那个已经被修复了 写一个demo: public function test $data = $GET'data'; $u = M'Data'-dataarray 'data' = $data -add; dump$u; 问题出在哪里: 先看看data函数: public function data$data='' if'' === $data && !empty$this-data return $this-data;...

7.1AI score
SaveExploits0
Packet Storm
Packet Storm
added 2015/05/25 12:00 a.m.29 views

Bashi 1.6 Script Insertion

Document Title: =============== Bashi v1.6 iOS - Persistent Mail Encoding Vulnerability References Source: ==================== http://www.vulnerability-lab.com/getcontent.php?id=1852 Release Date: ============= 2016-05-25 Vulnerability Laboratory ID VL-ID: ==================================== 18...

SaveExploits0
Packet Storm
Packet Storm
added 2015/05/18 12:00 a.m.43 views

iClassSchedule 1.6 Script Insertion

Document Title: =============== iClassSchedule 1.6 iOS & Android - Persistent UI Vulnerability References Source: ==================== http://www.vulnerability-lab.com/getcontent.php?id=1494 Release Date: ============= 2015-05-13 Vulnerability Laboratory ID VL-ID:...

7.4AI score
SaveExploits0
Patchstack
Patchstack
added 2015/05/15 12:00 a.m.11 views

WordPress Mac Photo Gallery Plugin <= 2.9 - Multiple Vulnerabilities

This plugin is prone to multiple script insertion vulnerabilities. Because of them, attackers can conduct script insertion attacks. Solution Upgrade plugin...

3.4AI score
SaveExploits0References1Affected Software1
myhack58
myhack58
added 2015/05/12 12:00 a.m.23 views

Analysis WordPress a js Backdoor-vulnerability warning-the black bar safety net

We were recently in a lot of WordPress sites to find a for a collection the administrator login credentials for the backdoor, the injured site is to insert a concealment code, when an administrator logs on, the code is triggered, the Administrator's login credentials are encrypted by the GET...

1.6AI score
SaveExploits0
Packet Storm
Packet Storm
added 2015/04/30 12:00 a.m.41 views

SevDesk 1.1 Persistent Script Insertion

Document Title: =============== SevDesk v1.1 iOS - Persistent Dashboard Vulnerability References Source: ==================== http://www.vulnerability-lab.com/getcontent.php?id=1311 Release Date: ============= 2015-04-23 Vulnerability Laboratory ID VL-ID: ==================================== 1311...

7.4AI score
SaveExploits0
Packet Storm
Packet Storm
added 2015/04/22 12:00 a.m.39 views

iPassword Manager 2.6 Script Insertion

Document Title: =============== iPassword Manager v2.6 iOS - Persistent Vulnerabilities References Source: ==================== http://www.vulnerability-lab.com/getcontent.php?id=1453 Release Date: ============= 2015-04-21 Vulnerability Laboratory ID VL-ID: ==================================== 14...

0.2AI score
SaveExploits0
myhack58
myhack58
added 2015/04/19 12:00 a.m.30 views

PHP arbitrary file upload vulnerability-vulnerability warning-the black bar safety net

Vulnerability details: This vulnerability exists in php in a very commonly used function: the moveuploadedfiles, the developer always use this function to move the uploaded file,this function will check is upload whether the file is a legitimate filewhether it is through the HTTP post mechanism t...

8AI score
SaveExploits0
Rows per page
Query Builder