Hi ucreate.it,
Assuming you are using Laravel's built in authentication; Potential security vulnerabilities really should not be discussed in the public domain in the first instance.
As per Laravel's Documentation
If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell at [email protected]. All security vulnerabilities will be promptly addressed.
Immediate course of action would be to ensure you are using the latest version of Laravel 5.3 by using composer update (done so at your own risk!) Keep in mind that Laravel 5.3 no longer receives bug fixes, and depending on how you read the release cycle, might no longer be receiving security fixes either. Consider upgrading to the latest major version of Laravel which is currently 5.5.
Neil