{ "schema_version": "1.4.0", "id": "GHSA-c5vj-f36q-p9vg", "modified": "2023-03-23T16:25:01Z", "published": "2023-03-13T20:51:07Z", "aliases": [ "CVE-2023-27580" ], "summary": "Password Shucking Vulnerability", "details": "### Impact\nAn improper implementation was found in the password storage process.\n\nAll hashed passwords stored in Shield v1.0.0-beta.3 or earlier are easier to crack than expected due to the vulnerability. Therefore, they should be removed as soon as possible.\n\nIf an attacker gets (1) the user's hashed password by Shield, and (2) the hashed password (SHA-384 hash without salt) from somewhere, the attacker may easily crack the user's password.\n\n### Patches\nUpgrade to Shield v1.0.0-beta.4 or later.\n\nAfter upgrading, all users’ hashed passwords should be updated (saved to the database).\nSee https://github.com/codeigniter4/shield/blob/develop/UPGRADING.md for details.\n\n### Workarounds\nNone.\n\n### References\n- https://cheatsheetseries.owasp.org/cheatsheets/Password_Storage_Cheat_Sheet.html#pre-hashing-passwords\n- https://blog.ircmaxell.com/2015/03/security-issue-combining-bcrypt-with.html\n- https://www.scottbrady91.com/authentication/beware-of-password-shucking\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue or discussion in [codeigniter4/shield](https://github.com/codeigniter4/shield)\n* Email us at [security@codeigniter.com](mailto:security@codeigniter.com)\n", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N" } ], "affected": [ { "package": { "ecosystem": "Packagist", "name": "codeigniter4/shield" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "0" }, { "fixed": "1.0.0-beta.4" } ] } ] } ], "references": [ { "type": "WEB", "url": "https://github.com/codeigniter4/shield/security/advisories/GHSA-c5vj-f36q-p9vg" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-27580" }, { "type": "WEB", "url": "https://github.com/codeigniter4/shield/commit/ea9688dd01d100193d834117dbfc2cfabcf9ea0b" }, { "type": "WEB", "url": "https://blog.ircmaxell.com/2015/03/security-issue-combining-bcrypt-with.html" }, { "type": "WEB", "url": "https://cheatsheetseries.owasp.org/cheatsheets/Password_Storage_Cheat_Sheet.html#pre-hashing-passwords" }, { "type": "PACKAGE", "url": "https://github.com/codeigniter4/shield" }, { "type": "WEB", "url": "https://github.com/codeigniter4/shield/blob/develop/UPGRADING.md" }, { "type": "WEB", "url": "https://www.scottbrady91.com/authentication/beware-of-password-shucking" } ], "database_specific": { "cwe_ids": [ "CWE-916" ], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2023-03-13T20:51:07Z", "nvd_published_at": "2023-03-13T18:15:00Z" } }