CyberRota Analysis
AI-GeneratedThe Grav API Plugin prior to version 1.0.10 is vulnerable due to insufficient validation of the groups field in the InvitationsController::create() function, enabling authenticated users with write access to escalate privileges. This flaw allows attackers to create invitation records that grant new accounts super-admin API access, bypassing the inviter's permissions. Organizations using this plugin should prioritize patching to mitigate the risk of unauthorized access and potential exploitation.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
Grav API Plugin versions before 1.0.10 fail to validate the groups field in InvitationsController::create(), allowing authenticated api.users.write callers to assign invited accounts to groups that grant api.super permissions. Attackers can create invitation records with elevated group membership, and when accepted, the new account gains full super-admin API access without the inviter holding those permissions.