CyberRota Analysis
AI-GeneratedAxelor Open Platform versions 8.x prior to 8.2.2 are vulnerable to an authorization bypass that enables authenticated non-admin users to escalate their privileges. By exploiting unenforced field restrictions during nested relational save operations, attackers can manipulate sensitive User record fields, including roles and groups, potentially granting themselves administrative access. Organizations using affected versions should prioritize patching to mitigate the risk of unauthorized privilege escalation.
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
Axelor Open Platform versions 8.x prior to 8.2.2 contains an authorization bypass vulnerability that allows authenticated non-admin users to escalate privileges by exploiting unenforced field restrictions on nested relational save operations. Attackers can modify sensitive User record fields such as roles and group by submitting changes through a related entity's save path, bypassing the USER_RESTRICTED_FIELDS control and causing the JPA persistence layer to flush attacker-supplied admin role and group assignments on commit.