CVE-2026-31150
Received Received - Intake
Improper Access Control in Kaleris YMS Allows Data Exposure

Publication date: 2026-04-06

Last updated on: 2026-04-10

Assigner: MITRE

Description
Incorrect access control in Kaleris YMS v7.2.2.1 allows authenticated attackers with only the shipping/receiving role to view the truck's dashboard resources.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-04-06
Last Modified
2026-04-10
Generated
2026-06-16
AI Q&A
2026-04-06
EPSS Evaluated
2026-06-15
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
kaleris yard_management_solutions 7.2.2.1
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-639 The system's authorization functionality does not prevent one user from gaining access to another user's data or record by modifying the key value identifying the data.
CWE-284 The product does not restrict or incorrectly restricts access to a resource from an unauthorized actor.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Compliance Impact

The vulnerability in Kaleris YMS v7.2.2.1 allows authenticated users with the shipping/receiving role to access truck dashboard resources that should be restricted to drivers. This broken access control issue could lead to unauthorized disclosure of potentially sensitive operational data.

Such unauthorized access may impact compliance with standards and regulations that require strict access controls and data confidentiality, such as GDPR or HIPAA, if the accessed data includes personal or protected information. However, the provided information does not specify the nature of the data exposed or whether it includes personal or protected health information.

Therefore, while the vulnerability represents a failure in enforcing role-based access control, the direct effect on compliance with GDPR, HIPAA, or similar regulations cannot be conclusively determined from the available information.

Mitigation Strategies

To mitigate the broken access control vulnerability in Kaleris YMS v7.2.2.1, immediately restrict or monitor the use of shipping/receiving role accounts to prevent unauthorized access to the truck dashboard resources.

Ensure that users with the shipping/receiving role do not have access to the internal truck display URL (https://<your-domain>/truck) by implementing stricter role-based access controls or temporarily disabling access to this endpoint for those roles.

Consider monitoring web traffic for suspicious access patterns, such as shipping/receiving users accessing truck dashboard URLs, and revoke or limit session tokens (_session_id) if misuse is detected.

Contact Kaleris support or check for patches or updates that address this access control issue.

Executive Summary

CVE-2026-31150 is a broken access control vulnerability in Kaleris YMS version 7.2.2.1. It allows an authenticated user with only the shipping/receiving role to access resources that should be restricted to the driver's truck dashboard.

Specifically, a user logged in with shipping/receiving credentials can open a new browser tab and navigate to the internal truck display URL, thereby gaining unauthorized access to the truck dashboard. This happens because the system does not properly enforce role-based access controls between the shipping/receiving and driver roles.

Impact Analysis

This vulnerability can lead to unauthorized access to sensitive truck dashboard resources by users who should not have such permissions. An attacker with shipping/receiving role credentials can view information intended only for drivers, potentially exposing operational details or sensitive data.

Such unauthorized access could disrupt normal operations, lead to data leakage, or be leveraged for further attacks within the system.

Detection Guidance

This vulnerability can be detected by verifying if a user with the shipping/receiving role can access the truck dashboard resources, which should be restricted. Specifically, after logging in with shipping/receiving credentials at the general home URL, an attempt can be made to access the truck dashboard URL.

A practical detection method involves using a curl command to send a GET request to the truck live display endpoint with parameters such as reader_id and screen_type, while including the session cookie (_session_id) of the shipping/receiving user. If the request succeeds and returns truck dashboard data, the vulnerability is present.

  • curl -X GET "https://<your-domain>/truck?reader_id=<id>&screen_type=<type>" -H "Cookie: _session_id=<shipping_receiving_user_session>"
Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-31150. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart