CVE-2024-5213

CVSS V2 None CVSS V3 None
Description
In mintplex-labs/anything-llm versions up to and including 1.5.3, an issue was discovered where the password hash of a user is returned in the response after login (`POST /api/request-token`) and after account creations (`POST /api/admin/users/new`). This exposure occurs because the entire User object, including the bcrypt password hash, is included in the response sent to the frontend. This practice could potentially lead to sensitive information exposure despite the use of bcrypt, a strong hashing algorithm. It is recommended not to expose any clues about passwords to the frontend.
Overview
  • CVE ID
  • CVE-2024-5213
  • Assigner
  • @huntr_ai
  • Vulnerability Status
  • PUBLISHED
  • Published Version
  • 2024-06-20T02:15:33.551Z
  • Last Modified Date
  • 2024-06-20T16:23:43.095Z
History
Created Old Value New Value Data Type Notes
2024-06-26 03:14:38 Added to TrackCVE