323 matches found
CVE-2016-8981
CVE-2016-8981 affects IBM License Metric Tool v9.x and IBM BigFix Inventory v9.x. The issue stems from cache-control/header usage that allows web pages containing sensitive information to be cached locally by a browser, potentially readable by other users on the same system. Impact described as a...
CEH® v9 Exam Prep 2017 Edition - BSD license, Customized SSL, Dangerous filesystem permissions vulnerabilities
HackApp vulnerability scanner discovered that application CEH® v9 Exam Prep 2017 Edition published at the 'play' market has multiple vulnerabilities...
PHPCMS V9 member_group.php file SQL injection vulnerability
PHPCMS is a web content management system based on PHP and Mysql architecture. The system includes modules such as news, pictures, downloads, information and products. A SQL injection vulnerability exists in the PHPCMS V9 membergroup.php file, which allows attackers to exploit the vulnerability t...
PHPCMS V9 role.php file SQL injection vulnerability
PHPCMS is a web content management system based on PHP and Mysql architecture. The system includes modules such as news, pictures, downloads, information and products. A SQL injection vulnerability exists in the PHPCMS V9 role.php file, which allows attackers to exploit the vulnerability to obtai...
PHPCMS V9 version of the background design flaws lead to arbitrary code execution vulnerability
Source link: http://www.cnbraid.com/ 0x01 background Since the default after installation requires Super administrator privileges, so the vulnerability is very tasteless, but the feeling should be in other cms, there are also, so the main share under the mining idea PS: using the test environment...
KingCms v9 /user/manage.php username参数等2处SQL注入
No description provided by source...
SureBackup Fails After MS Update KB3139914
Challenge SureBackup script tests fail as seen below: Info SureBackup VMNAME ScriptTests Begin 'Predefined script 1: name DNS Server, starting...' Error Failed to create process with net logon ERRORENVVARNOTFOUND System.Exception This is the DNS Script test specifically. The various script tests...
Nfdump Nfcapd 1.6.14 - Multiple Vulnerabilities
Nfdump Nfcapd 1.6.14 - Multiple Vulnerabilities , , . '.' '. ', . , '. , .', , / / / \ \ ==/ /\ \ / / \ / \ / / | \ \ Y Y \ / /| / \ /||| / / /.-. / /:wq x.0 '=.|w|.=' =''"''=. presents.. Nfdump Nfcapd Multiple Vulnerabilities Affected Versions: Nfdump = 1.6.14 PDF:...
Nfdump Nfcapd 1.6.14 - Multiple Vulnerabilities
Exploit for linux platform in category dos / poc Nfdump Nfcapd Multiple Vulnerabilities Affected Versions: Nfdump = 1.6.14 PDF: http://www.security-assessment.com/files/documents/advisory/Nfdump%20nfcapd%201.6.14%20-%20Multiple%20Vulnerabilities.pdf +-------------+ | Description | +-------------+...
Nfdump Nfcapd 1.6.14 - Multiple Vulnerabilities
, , . '.' '. ', . , '. , .', , / / / \ \ ==/ /\ \ / / \ / \ / / | \ \ Y Y \ / /| / \ /||| / / /.-. / /:wq x.0 '=.|w|.=' =''"''=. presents.. Nfdump Nfcapd Multiple Vulnerabilities Affected Versions: Nfdump = 1.6.14 PDF:...
phpcms v9 后台任意文件读取(可获取authkey)
No description provided by source...
phpcms v9 逻辑缺陷导致可重置任意用户密码
No description provided by source...
PHPCMS V9 phpsso/index.php authkey 泄露漏洞
No description provided by source...
KingCms v9 /api/conn.php 目录遍历及任意文件读取漏洞(无需截断)
No description provided by source...
KingCms v9 /api/conn.php 信息泄漏漏洞
No description provided by source...
Apple iOS v9.x - Application Update Loop Pass Code Bypass
Document Title: =============== Apple iOS v9.x - Application Update Loop Pass Code Bypass References: =========== http://www.vulnerability-lab.com/getcontent.php?id=1711 View Video: https://www.youtube.com/watch?v=V-9lE1L3nq0 Apple Follow-up ID: 631627909 Advisory:...
Apple iOS v9.x - Application Update Loop Pass Code Bypass
Document Title: =============== Apple iOS v9.x - Application Update Loop Pass Code Bypass References: =========== http://www.vulnerability-lab.com/getcontent.php?id=1711 View Video: https://www.youtube.com/watch?v=V-9lE1L3nq0 Apple Follow-up ID: 631627909 Advisory:...
KingCMS V9 manage.php 任意用户密码重置漏洞
No description provided by source...
PHPCMS V9 /api.php Authkey 信息泄漏
No description provided by source...
phpcms v9用户登录处存在sql注入漏洞
password字段如果存在特殊字符,在传入到程序时仍然会被转义,而且在phpsso的login中使用的是username做数据库查询,而不是password。针对第一个问题我们可以使用二次url编码的方法来搞定,在解码之后程序还是用了parsestr对字符串进行了拆解,而这个函数还附带了解url编码的功能。所以,我们只需要在传password内容时传递%2527就可以让单引号出现在phpsso的变量中了。第二个问题也用到parsestr的功能,parsestr在解析“username=123&password=456”这样的字符串,会把它解析为:Array username=123,...