CVE-2026-55739
8.3 HIGHpublic exploit availablePublished 2026-08-05 · Updated 2026-08-10
AI risk analysis
- Summary
- The flaw allows unauthorized access to customer data by bypassing company ownership checks in certain methods, enabling potential data exfiltration or modification.
- Exploitability
- Exploitation requires knowledge of the system and specific conditions, making it moderately difficult but feasible with proper reconnaissance.
- Blast radius
- If exploited, this could lead to significant data breaches affecting multiple companies' sensitive information.
- Prioritized remediation
- Implement company ownership checks in all CustomerPolicy methods and ensure that customer lookups are scoped by company_id.
Analysis generated locally by qwen2.5:7b-instruct (no data left the box). AI-assisted — verify against primary sources before acting.
NVD description
Crater isolates data per company_id, and its Invoice/Estimate/Payment/Expense policies enforce both a Bouncer ability check and ->hasCompany(->company_id). CustomerPolicy's view/update/delete methods omit the company-ownership check entirely, checking only the blanket ability. Route-model-bound customer lookups and the bulk Customer::deleteCustomers method are similarly unscoped (self::find with no company filter).
CVSS vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L
Weaknesses
CWE-639
Public exploit & PoC references
All references
Source data: NVD (nvd.nist.gov), public domain. Exploit-DB.ai adds local AI analysis for defensive use only.