Menu

#21 vulnerbility in crashfix version 1.0.4

1.0
open
nobody
2018-12-26
2018-12-26
QQx
No

Hi
I found a vulnerbility in crashfix version 1.0.4.

code in function UserController.php:actionIndex will get parameter $_POST['User']

code in file \crashfix\protected\models\User.php search() function process model 'USER' with no filtered, and concat it into Sql query sentence to produce a SQL injection vulnerbility

        if(isset($this->status))
            $status = $this->status;

        if($status!=-1)
            $criteria->addCondition('t.status='.$status, 'AND');

hope you fix it.
thanks,
my email [ha@cker.in]

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.