Description
NextCRM is open-source customer relationship management (CRM) software. Versions prior to 0.12.0 have a Broken Object Level Authorization (BOLA/IDOR) vulnerability exists in the CRM contact and target update endpoints. The application fails to verify if the authenticated user has ownership of the specific resource being modified. This allows any authenticated user (even with a standard `member` role) to arbitrarily modify sensitive CRM contacts and targets belonging to other users or organizations (cross-tenant data tampering). Version 0.12.0 fixes the issue.
Published: 2026-07-20
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A bug in NextCRM allows an authenticated user, even with a standard member role, to alter any contact or target records belonging to other users or organizations. The application does not verify resource ownership before update operations, enabling an attacker to change sensitive CRM data across tenants. This flaw aligns with CWE‑639, exposing data integrity and confidentiality across multiple customers.

Affected Systems

Users of the open‑source NextCRM platform using versions earlier than 0.12.0 are affected. The vulnerability resides in the PATCH /api/crm/contacts/[id] endpoint and its associated target update functionality within the NextCRM codebase. All tenants and organizations that rely on the unpatched application are at risk.

Risk and Exploitability

The CVSS score of 7.1 indicates a high severity level, while an EPSS score of less than 1% suggests that exploitation is unlikely to be widespread at present. The flaw is not listed in the CISA KEV catalog. Attacks require only authentication to the application; any authenticated session can exploit the issue, making this a broad threat across all users with access rights. The vulnerability’s impact is limited to data tampering and does not extend to code execution or system compromise.

Generated by OpenCVE AI on July 30, 2026 at 18:27 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade NextCRM to version 0.12.0 or later, which implements proper ownership checks on contact and target updates.
  • Review and tighten member role permissions so that users cannot modify other tenants' CRM records unless explicitly granted.
  • Audit current data modifications to detect any unauthorized changes and remediate affected records.

Generated by OpenCVE AI on July 30, 2026 at 18:27 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 23 Jul 2026 21:45:00 +0000

Type Values Removed Values Added
First Time appeared Pdovhomilja
Pdovhomilja nextcrm-app
Vendors & Products Pdovhomilja
Pdovhomilja nextcrm-app

Tue, 21 Jul 2026 17:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 20 Jul 2026 21:00:00 +0000

Type Values Removed Values Added
Description NextCRM is open-source customer relationship management (CRM) software. Versions prior to 0.12.0 have a Broken Object Level Authorization (BOLA/IDOR) vulnerability exists in the CRM contact and target update endpoints. The application fails to verify if the authenticated user has ownership of the specific resource being modified. This allows any authenticated user (even with a standard `member` role) to arbitrarily modify sensitive CRM contacts and targets belonging to other users or organizations (cross-tenant data tampering). Version 0.12.0 fixes the issue.
Title NextCRM has a BOLA/IDOR in PATCH /api/crm/contacts/[id] that allows Cross-Tenant CRM Data Tampering
Weaknesses CWE-639
References
Metrics cvssV3_1

{'score': 7.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:N'}


Subscriptions

Pdovhomilja Nextcrm-app
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-21T16:33:28.425Z

Reserved: 2026-05-18T19:50:18.695Z

Link: CVE-2026-47130

cve-icon Vulnrichment

Updated: 2026-07-21T16:32:56.426Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-30T18:30:05Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key