All Craft CMS versions between 3.0.0 and 3.7.32 disclose password hashes of users who authenticate using their E-Mail address or username in Anti-CSRF-Tokens. Craft CMS uses a cookie called CRAFT_CSRF_TOKEN and a HTML hidden field called CRAFT_CSRF_TOKEN to avoid Cross Site Request Forgery attacks. The CRAFT_CSRF_TOKEN cookie discloses the password hash in without encoding it whereas the corresponding HTML hidden field discloses the users' password hash in a masked manner, which can be decoded by using public functions of the YII framework.
References
Link | Resource |
---|---|
http://www.openwall.com/lists/oss-security/2024/06/06/1 | |
https://at-trustit.tuv.at/tuev-trust-it-cves/cve-disclosure-of-password-hashes/ | Exploit Third Party Advisory |
https://cves.at/posts/cve-2022-37783/writeup/ |
Configurations
History
10 Jun 2024, 17:16
Type | Values Removed | Values Added |
---|---|---|
References |
|
08 Aug 2023, 14:21
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2022-12-05 21:15
Updated : 2024-06-10 17:16
NVD link : CVE-2022-37783
Mitre link : CVE-2022-37783
CVE.ORG link : CVE-2022-37783
JSON object : View
Products Affected
craftcms
- craft_cms
CWE
CWE-522
Insufficiently Protected Credentials