← Back to search

CVE-2026-71242

8.3 HIGHpublic exploit available

Published 2026-08-05 · Updated 2026-08-10

AI risk analysis

Summary
The flaw allows any authenticated user to manipulate notes from other companies due to missing company-ownership checks, posing a significant security risk.
Exploitability
Exploitation is relatively easy as it requires only basic authentication, making it accessible to attackers with minimal credentials.
Blast radius
If exploited, this could lead to data breaches and unauthorized access across multiple company notes, impacting privacy and operational integrity.
Prioritized remediation
Implement company-ownership verification checks in NotePolicy similar to InvoicePolicy to prevent unauthorized note manipulation.
auth-bypassdata-leakageapi-securitycompany-ownership

Analysis generated locally by qwen2.5:7b-instruct (no data left the box). AI-assisted — verify against primary sources before acting.

NVD description

Crater's NotePolicy checks only a blanket Bouncer ability (manage-all-notes / view-all-notes) with no company-ownership comparison, unlike InvoicePolicy and other sibling policies which additionally verify ->hasCompany(->company_id). Any authenticated user of one company can read, edit, or delete another company's notes by ID.

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.