网站地图    收藏   

主页 > 后端 > 网站安全 >

Cannonbolt Portfolio Manager v1.0存储型XSS及注射 - 网站

来源:自学PHP网    时间:2015-04-17 11:59 作者: 阅读:

[导读] Cannonbolt Portfolio Manager v1.0 Stored XSS and SQL Injection Vulnerabilities作者: IWCn Systems Inc.官方网站: http://www.iwcn.ws影响版本: 1.0摘要:Cannonbolt Portfolio Manager is ......

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

自学PHP网专注网站建设学习,PHP程序学习,平面设计学习,以及操作系统学习

京ICP备14009008号-1@版权所有www.zixuephp.com

网站声明:本站所有视频,教程都由网友上传,站长收集和分享给大家学习使用,如由牵扯版权问题请联系站长邮箱904561283@qq.com

添加评论