Leaking Password field during serialisation of the User model. Password is in the encrypted form but if User model is requested in json or array form the value is printed.
Issue has been patched in version 0.3.7-beta and onwards.
Add the 'password' field to the Users model file in the hidden array:
/**
* The attributes that should be hidden for arrays.
*
* @var array
*/
protected $hidden = [
'remember_token',
'password',
];
If you have any questions or comments about this advisory: * Open an issue in pwweb/laravel-core * Email us at security@pw-websolutions.com
{ "nvd_published_at": null, "cwe_ids": [ "CWE-200" ], "severity": "LOW", "github_reviewed": true, "github_reviewed_at": "2021-04-12T20:05:57Z" }