In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade pwweb/laravel-core
to version 0.3.7-beta or higher.
pwweb/laravel-core is a library that adds additional core functionalities for Laravel.
Affected versions of this package are vulnerable to Information Exposure. Password field can leak during serialisation of the User
model. Passwords are in the encrypted form, but if User
model is requested in json
or array
form the value is printed.