CVE-2026-72563
HighCVSS 8.1Exploitation Probability (EPSS)
Low risk10th percentile - higher than 10% of all known CVEs
Summary
A vulnerability in BadChoice Handesk (as of 2026-07-10) allows any authenticated agent to overwrite lead records of other teams via LeadsController@update. No authorization check, and the Lead model is mass-assignable.
Risk Assessment
The organization is exposed to corruption of lead data and cross-team integrity issues, potentially impacting sales and customer relations.
Recommendation
Add authorization and team checks to LeadsController@update and protect the Lead model from mass assignment.
Original NVD description (English source)
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.

