Lucene search
+L

1830 matches found

myhack58
myhack58
added 2014/03/06 12:0 a.m.31 views

HDWIKI tasteless 0day-vulnerability warning-the black bar safety net

model/user.class.php to: function addreferer if$SERVER'HTTPREFERER' $this-db-query"UPDATE". DBTABLEPRE."session SET referer='".$ SERVER'HTTPREFERER'."' WHERE sid='". base::hgetcookie'sid'."'"; //Problems then this functiongetreferer $session=$this-db-fetchfirst"SELECTreferer FROM "...

0.4AI score
SaveExploits0
OpenVAS
OpenVAS
added 2014/01/23 12:0 a.m.139 views

Allegro RomPager < 4.51 HTTP Referer Header XSS Vulnerability

Allegro RomPager is prone to a cross-site scripting XSS vulnerability. SPDX-FileCopyrightText: 2014 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only CPE =...

4.3CVSS7.9AI score0.02172EPSS
SaveExploits1References2
NVD
NVD
added 2014/01/16 7:55 p.m.31 views

CVE-2013-6786

Cross-site scripting XSS vulnerability in Allegro RomPager before 4.51, as used on the ZyXEL P660HW-D1, Huawei MT882, Sitecom WL-174, TP-LINK TD-8816, and D-Link DSL-2640R and DSL-2641R, when the "forbidden author header" protection mechanism is bypassed, allows remote attackers to inject arbitra...

4.3CVSS5.6AI score0.02172EPSS
SaveExploits1References3
CVE
CVE
added 2014/01/16 7:0 p.m.204 views

CVE-2013-6786

CVE-2013-6786 is an XSS vulnerability in Allegro RomPager prior to 4.51 used on ZyXEL P660HW-D1, Huawei MT882, Sitecom WL-174, TP-LINK TD-8816, and D‑Link DSL-2640R/2641R. The flaw arises when the forbidden author header protection is bypassed, allowing remote attackers to inject arbitrary web sc...

4.3CVSS7.6AI score0.02172EPSS
SaveExploits1References3Affected Software7
Positive Technologies
Positive Technologies
added 2014/01/16 12:0 a.m.10 views

PT-2014-3201 · D Link +5 · D-Link Dsl-2641R +6

Name of the Vulnerable Software and Affected Versions: Allegro RomPager versions prior to 4.51 ZyXEL P660HW-D1 affected versions not specified Huawei MT882 affected versions not specified Sitecom WL-174 affected versions not specified TP-LINK TD-8816 affected versions not specified D-Link DSL-264...

4.3CVSS7.3AI score0.02172EPSS
SaveExploits1References5
seebug.org
seebug.org
added 2014/01/13 12:0 a.m.18 views

MacCMS 全版本通杀SQL注射(包括最新7.x)

简要描述: 之前我发了个6.x的注射,没人认领,因此这次想找cncert了 本次针对官网最新7.7版本的maccms测试,和之前的6.x注射有一些差异(重构了代码,而且用了360给的防护脚本) 结合之前无人认领的旧版注射,可以达到全版本注射 危害不言而喻了吧 详细说明: /user/index.php line:615 function tg //推广功能,吐槽一下之前6.x版本用的英文popularize,这就变拼音了 global $db; $userid = be"get","uid"; $userid=chkSql$userid,true; //完全不可控 if...

7.1AI score
SaveExploits0
securityvulns
securityvulns
added 2014/01/09 12:0 a.m.75 views

FlashCanvas 1.5 proxy.php XSS Vulnerability

Advisory Information Title: FlashCanvas proxy.php XSS Vulnerability Date published: 11 December 2013 Reference: CVE-2013-6880 Advisory Summary Script does not adequately verify the Referer header before requesting via curl the remote URL specified in the ‘url’ GET parameter and rendering it. Vend...

0.1AI score0.0138EPSS
SaveExploits2
NVD
NVD
added 2014/01/08 3:30 p.m.17 views

CVE-2013-7277

Multiple cross-site scripting XSS vulnerabilities in Andy's PHP Knowledgebase Aphpkb before 0.95.8 allow remote attackers to inject arbitrary web script or HTML via the 1 HTTP Referer header to saa.php, 2 username parameter to login.php, or 3 keywordlist parameter to keysearch.php...

4.3CVSS5.9AI score0.01655EPSS
SaveExploits1References8
Prion
Prion
added 2014/01/08 3:30 p.m.14 views

Cross site scripting

Multiple cross-site scripting XSS vulnerabilities in Andy's PHP Knowledgebase Aphpkb before 0.95.8 allow remote attackers to inject arbitrary web script or HTML via the 1 HTTP Referer header to saa.php, 2 username parameter to login.php, or 3 keywordlist parameter to keysearch.php...

4.3CVSS6.1AI score0.01655EPSS
SaveExploits1References8Affected Software1
myhack58
myhack58
added 2014/01/03 12:0 a.m.19 views

MacCMS 6. x-referer improper handling of initiator injection-vulnerability warning-the black bar safety net

/user/service.php function Popularize global $db; $userid = safeData"userid","get"; if ! isNum$userid die"user illegal,please, from the new login!"; $Ip = getip; $Ly = $SERVER"HTTPREFERER"; $row = $db-getRow"select from tbluser where uid=" . $userid .""; if $row $sql="Select From tbluservisit whe...

0.2AI score
SaveExploits0
Kitploit
Kitploit
added 2013/12/31 4:40 p.m.38 views

[flunym0us] Vulnerability Scanner for Wordpress and Moodle

Flunym0us is a Vulnerability Scanner for Wordpress and Moodle designed by Flu Project Team. Flunym0us has been developed in Python. Flunym0us performs dictionary attacks against Web sites. By default, Flunym0us includes a dictionary for Wordpress and other for Moodle. Operation Flunym0us requires...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2013/12/18 12:0 a.m.15 views

Destoon全版本通杀SQL注入2

简要描述: 要过年了,加班加点的。个人觉得不应该仅仅只检测用户的输入,而应该在SQL查询前进行检测才能更好的起到防注入的效果吧,因为人总是有遗漏的。 详细说明: common.inc.php 0x00 if!empty$SERVER'REQUESTURI' stripuri$SERVER'REQUESTURI';//跟进0x01 if$POST $POST = stripsql$POST; stripkey$POST; if$GET $GET = stripsql$GET; stripkey$GET; ... if$POST extract$POST, EXTRSKIP; if$GET...

7.1AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2013/12/03 12:0 a.m.664 views

RomPager HTTP Referer Header XSS

The remote RomPager HTTP server is affected by a cross-site scripting vulnerability. The server does not properly sanitize the referer header value when generating a 404 error page. %NASLMINLEVEL 70300 C Tenable Network Security, Inc. include'deprecatednasllevel.inc'; include'compat.inc'; if...

4.3CVSS7.7AI score0.02172EPSS
SaveExploits1References2
seebug.org
seebug.org
added 2013/11/25 12:0 a.m.20 views

Destoon最新版本20131010补丁后,全版本继续注入

简要描述: Destoon最新版本20131010补丁后,全版本继续注入 详细说明: 问题出在api/js.php这个漏洞,这个星期工作忙,结果别人提交了,官方补丁都出来了。 下载补丁,发现官方的修复比较马虎,没有理解漏洞的本质,分分钟绕过再次注入。 建议官方好好思考一下这个漏洞产生的根本原因。 漏洞证明: stripsql过滤了union这个字符串,但是实际上是可以绕过的。 由于需要伪造referer,所以用php写的脚本进行漏洞利用,需要根据实际情况修改里面的路径。 POC里面host参数为域名,本机测试为localhost,ver参数为版本,里面写了3,4,5三个版本的利用代码。...

7.1AI score
SaveExploits0
Prion
Prion
added 2013/11/13 12:55 a.m.20 views

Design/Logic Flaw

security/MemberLoginForm.php in SilverStripe 3.0.3 supports credentials in a GET request, which allows remote or local attackers to obtain sensitive information by reading web-server access logs, web-server Referer logs, or the browser history, a similar vulnerability to CVE-2013-2653...

5CVSS6.4AI score0.04071EPSS
SaveExploits4References2Affected Software1
seebug.org
seebug.org
added 2013/10/03 12:0 a.m.13 views

MacCMS 6.x referer处理不当引发注射

简要描述: MacCMS 9月份新出7.x版本不受影响 因此这个漏洞成为历史漏洞了 不过还是发出来给大家一起讨论学习一下吧 详细说明: /user/service.php function Popularize global $db; $userid = safeData"userid","get"; if !isNum$userid die"用户非法,请从新登陆!"; $Ip = getip; $Ly = $SERVER"HTTPREFERER"; $row = $db-getRow"select from tbluser where uid=" . $userid .""; if...

7.1AI score
SaveExploits0
seebug.org
seebug.org
added 2013/09/09 12:0 a.m.25 views

V5SHOP网店系统 version &lt; 9.0 后台认证绕过

简要描述: V5SHOP网店系统 version 漏洞证明: 需要自己搭个环境测试...

7AI score
SaveExploits0
Nmap
Nmap
added 2013/07/18 2:55 p.m.308 views

http-referer-checker NSE Script

Informs about cross-domain include of scripts. Websites that include external javascript scripts are delegating part of their security to third-party entities. Script Arguments slaxml.debug See the documentation for the slaxml library. httpspider.doscraping, httpspider.maxdepth,...

10CVSS0.1AI score0.99448EPSS
SaveExploits33
Packet Storm
Packet Storm
added 2013/07/08 12:0 a.m.24 views

Google Chrome 25.0.1364.152 HTTP Referer Header Faking

Advisory: XMLHttpRequest HTTP Referer Header Faking Author: Liad Mizrachi Vendor URL: http://www.chromium.org/ Vulnerability Status: Fixed Application Version: Google Chrome v25.0.1364.152 ========================== Vulnerability Description ========================== Chromium is the open source...

0.7AI score
SaveExploits0
NVD
NVD
added 2013/05/08 12:9 p.m.23 views

CVE-2013-3499

GroundWork Monitor Enterprise 6.7.0 performs authentication on the basis of the HTTP Referer header, which allows remote attackers to obtain administrative privileges or access files via a crafted header...

7.5CVSS6.8AI score0.03211EPSS
SaveExploits0References4
Rows per page
Query Builder