A mass assignment vulnerability exists in the `/api...
Critical severity
Unreviewed
Published
Apr 16, 2024
to the GitHub Advisory Database
Description
Published by the National Vulnerability Database
Apr 16, 2024
Published to the GitHub Advisory Database
Apr 16, 2024
A mass assignment vulnerability exists in the
/api/invite/:code
endpoint of the mintplex-labs/anything-llm repository, allowing unauthorized creation of high-privileged accounts. By intercepting and modifying the HTTP request during the account creation process via an invitation link, an attacker can add arole
property withadmin
value, thereby gaining administrative access. This issue arises due to the lack of property allowlisting and blocklisting, enabling the attacker to exploit the system and perform actions as an administrator.References