You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WARNING: using debugbar at TEST or PRODUCTION environment will lead to SECURITY BREACH...
im using (i was using) DEBUGBAR at several pages.
But we were recently hacked - Debugbar has log of all requests INCLUDING LOGIN REQUESTS with PASSWORDS!!!!
Can you share this as ATTENTION
Or at least add some warning to README.MD , i have not clue that it can be ABUSED like this..
DETAILS:
attacker found debugbar enabled on our TEST environment, but we are using same credentials on PROD
so attacker had access to our ADMIN account .
(/_debugbar/open?method=POST&uri=*%2Flogin&max=20&offset=0)
I found this:
"password" => {plaintext-password!}
"email" => {adminEmail}
The text was updated successfully, but these errors were encountered:
This should already be fixed in the latest version. Browsing is disabled by default.
Note that you should still not show it on public sites, which was already mentioned in the config.
WARNING: using debugbar at TEST or PRODUCTION environment will lead to SECURITY BREACH...
im using (i was using) DEBUGBAR at several pages.
But we were recently hacked - Debugbar has log of all requests INCLUDING LOGIN REQUESTS with PASSWORDS!!!!
Can you share this as ATTENTION
Or at least add some warning to README.MD , i have not clue that it can be ABUSED like this..
DETAILS:
attacker found debugbar enabled on our TEST environment, but we are using same credentials on PROD
so attacker had access to our ADMIN account .
The text was updated successfully, but these errors were encountered: