CyberRota Analysis
AI-GeneratedA broken access control vulnerability in BadChoice Handesk allows authenticated agents to overwrite lead records belonging to other teams through the LeadsController@update endpoint, which lacks proper authorization checks. This flaw enables attackers to corrupt lead data across team boundaries, posing a significant risk to data integrity. Organizations using this software should prioritize remediation to prevent unauthorized data manipulation.
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
A broken access control vulnerability in BadChoice Handesk as of 2026-07-10 allows any authenticated agent to overwrite lead records belonging to other teams via the LeadsController@update endpoint. The endpoint performs no authorization check, and the Lead model has guarded set to an empty array making all columns mass-assignable. An attacker with any agent account can corrupt lead data across team boundaries.