Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CWE-639 key manipulation realistically needs an authenticated session (PR:L) and yields integrity tampering (I:H) with only incidental data exposure (C:L) and no availability impact.
Primary rating from Vendor (TR-CERT).
CVSS VectorVendor: TR-CERT
Lifecycle Timeline
2DescriptionCVE.org
Authorization bypass through User-Controlled key vulnerability in Menulux Software Inc. Mobile App allows Software Integrity Attack.
This issue affects Mobile App: through 12.05.2026.
AnalysisAI
Authorization bypass in Menulux Software Inc. Mobile App (all versions through the 12.05.2026 build) lets remote attackers manipulate a user-controlled key (an Insecure Direct Object Reference, CWE-639) to reach or alter resources belonging to other users, enabling a software integrity attack. TR-CERT rates it CVSS 9.8 with full CIA impact, though the primary documented effect is integrity tampering. There is no public exploit identified at time of analysis and the CVE is not listed in CISA KEV.
Technical ContextAI
Menulux is a Turkish restaurant/hospitality platform (digital menu, ordering and POS integration) and this flaw resides in its companion Mobile App, identified by CPE cpe:2.3:a:menulux_software_inc.:mobile_app. The root cause is CWE-639, Authorization Bypass Through User-Controlled Key: the application uses a client-supplied identifier (such as a user, order, or object ID passed in an API request) to select a backend record without verifying that the requesting principal is authorized to act on that record. Because the object reference is direct and trusted, changing the key value in a request causes the server to operate on another tenant's or user's object, which the advisory characterizes as a software integrity attack.
RemediationAI
Upgrade the Menulux Mobile App to a build newer than the 12.05.2026 version once the vendor publishes a fixed release; the input data provides no exact fixed version number, so this is a patch-available-per-advisory situation rather than a confirmed tagged release - track the TR-CERT bulletin at https://siberguvenlik.gov.tr/guvenlik-bildirimleri/detay/tr-26-0729 and contact Menulux to confirm the corrected build. Until a fix is deployed, apply server-side authorization enforcement so that every request validating a user-supplied object key checks ownership/tenancy (do not rely on the client-provided ID alone); where feasible, replace direct sequential object references with unguessable/opaque tokens or per-session mappings, and add server-side access-control logging and rate limiting on the affected API endpoints to detect key-enumeration attempts. These controls are backend changes and may require vendor cooperation since the flaw is in a packaged mobile product; the trade-off is added request-validation overhead and potential integration testing against existing clients.
Same technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-52263
GHSA-vhg6-8gp7-pg76