当前位置:WooYun >> 漏洞信息

漏洞概要 关注数(24) 关注此漏洞

缺陷编号:wooyun-2012-04284

漏洞标题:程序漏洞或者错误导致敏感信息泄漏

相关厂商:广东雨林木风计算机科技有限公司

漏洞作者: Ambulong

提交时间:2012-02-07 01:35

修复时间:2012-02-12 01:36

公开时间:2012-02-12 01:36

漏洞类型:敏感信息泄露

危害等级:中

自评Rank:6

漏洞状态:漏洞已经通知厂商但是厂商忽略漏洞

漏洞来源: http://www.wooyun.org,如有疑问或需要帮助请联系 [email protected]

Tags标签:

4人收藏 收藏
分享漏洞:


漏洞详情

披露状态:

2012-02-07: 细节已通知厂商并且等待厂商处理中
2012-02-12: 厂商已经主动忽略漏洞,细节向公众公开

简要描述:

程序漏洞或者错误导致敏感信息泄漏
主要是显示出来的错误信息比较重要,如果再碰上SQL注入,刷库的同学就高兴了

详细说明:

地址:
1、http://www.ylmf.net/plus/feedback_ajax.php?dopost=getlist&aid=22668&page=a
不知是什么问题page参数不加内容没问题,加了就显示错误
2、http://www.769.com/plus/hotels_feedback_ajax.php?dopost=getlist&hid=557&page=
这里page参数加不加内容都出错
主要是显示出来的错误信息比较重要,如果再碰上SQL注入,刷库的同学就高兴了

漏洞证明:

http://www.ylmf.net/plus/feedback_ajax.php?dopost=getlist&aid=22668&page=a
http://www.769.com/plus/hotels_feedback_ajax.php?dopost=getlist&hid=557&page=a

YLMF Error Warning!
Technical Support: http://bbs.ylmf.com
Error page: /plus/feedback_ajax.php?dopost=getlist&aid=22668&page=a
Error infos: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-10, 10' at line 2
Error sql: select fb.*,mb.userid,mb.face as mface,mb.spacesta,mb.scores from `cms_feedback` fb left join `cms_member` mb on mb.mid = fb.mid where fb.aid='22668' and fb.ischeck='1' order by fb.id desc limit -10, 10
总: 2 页/15 条评论 1 2 下一页


Error page: /plus/hotels_feedback_ajax.php?dopost=getlist&hid=557&page=a
Error infos: Table 'web769.cms_hotel_feedback' doesn't exist
Error sql: select count(*) as dd from `cms_hotel_feedback` where hid='557' and ischeck='1' LIMIT 0,1;


DedeCMS Error Warning!
Technical Support: http://bbs.dedecms.com
Error page: /plus/hotels_feedback_ajax.php?dopost=getlist&hid=557&page=a
Error infos: Table 'web769.cms_hotel_feedback' doesn't exist
Error sql: select count(*) as dd from `cms_hotel_feedback` where hid='557' and ischeck='1' LIMIT 0,1;
DedeCMS Error Warning!
Technical Support: http://bbs.dedecms.com
Error page: /plus/hotels_feedback_ajax.php?dopost=getlist&hid=557&page=a
Error infos: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-5, 5' at line 2
Error sql: select fb.*,mb.userid,mb.spacesta,mb.scores from `cms_hotel_feedback` fb left join `cms_member` mb on mb.mid = fb.mid where fb.hid='557' and fb.ischeck='1' order by fb.id desc limit -5, 5
还没有评论,赶紧抢沙发~向下箭头


修复方案:

完善程序代码,个人觉得如果不是在调试阶段,不用显示错误信息,再说这里的错误信息也不用整句SQL查询语句出来

版权声明:转载请注明来源 Ambulong@乌云


漏洞回应

厂商回应:

危害等级:无影响厂商忽略

忽略时间:2012-02-12 01:36

厂商回复:

漏洞Rank:2 (WooYun评价)

最新状态:

暂无