Cannonbolt Portfolio Manager v1.0 Stored XSS and SQL Injection Vulnerabilities 作者: IWCn Systems Inc. 官方网站: http://www.iwcn.ws 影响版本: 1.0 摘要: Cannonbolt Portfolio Manager is a sleek and AJAX based PHP script to manage projects and showcase. 概述: The application suffers from a stored cross-site scripting and a SQL Injection vulnerability when input is passed to the 'cname' POST parameter in 'add-category.php' and 'cdel' GET parameter in 'del.php' script which is not properly sanitised before being returned to the user or used in SQL queries. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code or execute arbitrary HTML and script code in a user's browser session in context of an affected site. 测试平台: Apache, PHP XSS: POST http://www.2cto.com /admin/add-category.php HTTP/1.1 cname="><script>alert("ZSL");</script> SQLi: POST http://localhost/admin/add-category.php HTTP/1.1 cname=' SQLi: - GET http://localhost/admin/del.php?cdel=%27 HTTP/1.1
查看更多关于Cannonbolt Portfolio Manager v1.0存储型XSS及注射 - 网站的详细内容...