Re: [FD] Authorization bypass in PHPLiteAdmin since 1.9.5

2018-04-27 Thread Karsten König
Hello, wbowling from GitHub found out that this bug is even more serious and can be used to bypass the authorization for arbitary passwords. The bug is in Line 40 of classes/Authorization.php[0]. The salt is generated with every reload. You can create cookies again and again until you have a salt

[FD] Authorization bypass in PHPLiteAdmin since 1.9.5

2018-04-24 Thread Karsten König
Hello, I found a small issue in PHPLiteAdmin. It's an authorization bypass which works since version 1.9.5 from 2014 (current is 1.9.7.1) because PLA uses '==' instead of '===' for the password comparison in 'attemptGrant' of the 'Authorization' class. If the password is set to one which correspon