Summary
CVE-2026-84148 is an Insecure Direct Object Reference (IDOR) vulnerability affecting the Manacle Technologies Multi-tenant ERP System. Flawed authorization controls in an API endpoint allow an unauthenticated attacker to manipulate request parameters and access sensitive information belonging to other tenants/users. The flaw has been rated CRITICAL, with a CVSS v4.0 base score of 9.2.
Technical details
- Root cause: Improper authentication and authorization checks on an API endpoint, allowing user-controlled identifiers/keys to be used to reference objects belonging to other users (CWE-639: Authorization Bypass Through User-Controlled Key).
- Trigger conditions: An attacker sends crafted requests to the vulnerable API endpoint, manipulating object reference parameters (e.g., record/user identifiers) without needing valid credentials.
- Attack vector: Network-based, requires no privileges and no user interaction (AV:N/AC:L/AT:N/PR:N/UI:N).
- Impact: Exposure of sensitive information belonging to other users/tenants on the affected system, which is especially severe in a multi-tenant ERP environment since it could allow cross-tenant data leakage.
Affected software
- Manacle Technologies Multi-tenant ERP System (specific affected version(s) not disclosed by the vendor or in the public advisory)
Severity
- CVSS v4.0 Base Score: 9.2 (Critical)
- Vector:
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:H/SI:N/SA:N - Note: This vulnerability was disclosed alongside two related issues in the same product — an unauthenticated file-upload Remote Code Execution flaw (CVE-2026-84147) and an exposed
.gitdirectory information disclosure issue (CVE-2026-84149) — per the CERT-In advisory (CIVN-2026-0430).
Mitigation and recommended actions
- Immediate: No specific patched version has been published in the public advisory. Organizations running Manacle Technologies’ Multi-tenant ERP System should contact the vendor directly to obtain a patched version or hotfix addressing CVE-2026-84148.
- If no patch is available:
- Restrict network access to the ERP application’s API endpoints to trusted/internal networks only, and place it behind a properly configured WAF or reverse proxy.
- Audit API endpoints for object-reference parameters and enforce server-side authorization checks that verify the requesting user/tenant owns the referenced resource.
- Monitor logs for anomalous or sequential parameter enumeration against API endpoints, which may indicate exploitation attempts.
- Given this issue was disclosed alongside a related RCE (CVE-2026-84147) and an exposed
.gitdirectory issue (CVE-2026-84149) in the same product, review the deployment for exposed.gitdirectories and unauthenticated file-upload functionality as well.

