GHSA-7fjp-g4m7-fx23

    Dashboard / Vulnerabilities / GHSA-7fjp-g4m7-fx23

    GHSA-7fjp-g4m7-fx23

    Published: 13 Apr 2021Last Modified: 2 Dec 2024

    Summary: User (Encrypted) Password Field Being Serialised

    Details: ### Impact 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. ### Patches Issue has been patched in version 0.3.7-beta and onwards. ### Workarounds Add the 'password' field to the Users model file in the hidden array: ```php /** * The attributes that should be hidden for arrays. * * @var array */ protected $hidden = [ 'remember_token', 'password', ]; ``` ### For more information If you have any questions or comments about this advisory: * Open an issue in [pwweb/laravel-core](https://github.com/pwweb/laravel-core) * Email us at [[email protected]](mailto:[email protected])

    Affected packages

    Package

    Name: pwweb/laravel-core

    Purl: pkg:composer/pwweb/laravel-core

    Affected ranges

    Type: ECOSYSTEM

    Events:

    Introduced- 0
    Fixed -0.3.7-beta

    Affected versions

    0.1.0-beta
    0.1.1-beta
    0.1.10-beta
    0.1.11-beta
    0.1.12-beta
    0.1.13-beta
    0.1.2-beta
    0.1.3-beta
    0.1.4-beta
    0.1.5-beta
    0.1.6-beta
    0.1.7-beta
    0.1.8-beta
    0.1.9-beta

    Common Vulnerability Scoring System

    Attack Vector
    Network
    Adjacent
    Local
    Physical
    Privileges Required
    None
    Low
    High
    User Interaction
    None
    Required
    Scope
    Unchanged
    Changed
    Confidentiality
    None
    Low
    High
    Integrity
    None
    Low
    High
    Availability
    None
    Low
    High
    GHSA-7fjp-g4m7-fx23 | CVE-DB