CVE-2026-51956
Received Received - Intake

Broken Object Level Authorization in Grashjs Atlas CMMS

Vulnerability report for CVE-2026-51956, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-01

Last updated on: 2026-09-01

Assigner: MITRE

Description

A Broken Object Level Authorization vulnerability exists in Grashjs Atlas CMMS prior to v1.6.0. An authenticated user from one tenant can read and modify another tenant's company record by changing only the numeric ID in the /company/{id} endpoint. The application does not enforce tenant-level ownership checks when accessing or updating company objects, allowing cross-tenant access and modification of company profile data.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-01
Last Modified
2026-09-01
Generated
2026-09-01
AI Q&A
2026-09-01
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
grashjs atlas_cmms to 1.6.0 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-51956 is a Broken Object Level Authorization (BOLA) vulnerability in Grashjs Atlas CMMS versions prior to 1.6.0. It allows authenticated users from one tenant to read or modify another tenant's company data by changing the numeric ID in the /company/{id} API endpoint. The application fails to enforce tenant-level ownership checks, enabling cross-tenant access.

Detection Guidance

To detect this vulnerability, monitor API requests to /company/{id} endpoints for unauthorized access attempts. Check for repeated requests with varying numeric IDs from the same authenticated user. Look for error responses like 403 Forbidden or 'Access denied' messages in logs. Use tools like Burp Suite or OWASP ZAP to intercept and analyze API traffic for improper authorization checks.

Impact Analysis

This vulnerability could allow unauthorized users to access or alter sensitive company data belonging to other tenants. Attackers could read confidential company profiles or modify critical business information, leading to data breaches, financial loss, or operational disruptions. The impact depends on the data exposed and the actions taken by the attacker.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR, HIPAA, and other data protection regulations. Unauthorized access to personal or sensitive data may violate privacy requirements, result in legal penalties, and damage trust. Organizations using affected versions must address this to maintain regulatory compliance.

Mitigation Strategies

Immediately upgrade Atlas CMMS to version 1.6.0 or later. If upgrading is not possible, implement server-side validation to ensure users can only access or modify data belonging to their own company by comparing the company ID with the user's associated company ID. Add role-based permission checks for update operations and improve error handling to provide clear feedback for unauthorized access attempts.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-51956. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart