CVE-2026-55739: Crater: Missing Tenant-Ownership Check in CustomerPolicy Allows Cross-Company Customer Data Theft and Deletion

Published Aug 5, 2026
·
Updated

Crater isolates data per companyid, and its Invoice/Estimate/Payment/Expense policies enforce both a Bouncer ability check and $user->hasCompany($model->companyid). 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($id) with no company filter). Any authenticated user of one company can read, reassign (steal), or delete another company's customer records, with deletion cascading to that customer's invoices and payments.

Affected Software

1 affected component
Crater Crater

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    In CustomerPolicy, update view/update/delete methods to include a company-ownership check (e.g., verify $user->hasCompany($model->company_id) before allowing access or modifications), not only the blanket ability check.

    Crater (CustomerPolicy) Tenant-ownership check in view/update/delete = Add company-ownership validation using company_id
  2. Configuration

    Ensure route-model-bound customer lookups are scoped to the authenticated user's company (rather than using self::find($id) with no company filter), so a user cannot load a customer record from another company.

    Crater (Customer lookups via route model binding) Customer lookup scoping = Scope lookups by company_id
  3. Configuration

    Modify Customer::deleteCustomers() so it only deletes customers belonging to the authenticated user's company_id, rather than operating on unscoped customer records.

    Crater (Customer::deleteCustomers() bulk delete) Deletion scoping = Bulk delete limited to authenticated user's company

Event History

Aug 5, 2026
CVE Published
via MITRE·06:58 AM
Data Sourced
via MITRE·06:58 AM
DescriptionSeverityWeakness
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203