CVE-2026-28766
Published: 03 April 2026
Summary
CVE-2026-28766 is a critical-severity Missing Authentication for Critical Function (CWE-306) vulnerability in Mygardyn Cloud Api. Its CVSS base score is 9.3 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 24.6th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 AC-14 (Permitted Actions Without Identification or Authentication) and AC-3 (Access Enforcement).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Directly requires organizations to explicitly identify and limit user actions performable without identification or authentication, preventing exposure of all user account information via unauthenticated endpoints.
Mandates verification of authorization prior to access on public interfaces, directly mitigating unauthenticated remote access to sensitive user account data.
Enforces approved authorizations for logical access to information and resources, addressing the failure to restrict endpoint access to authenticated users only.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Missing authentication on public endpoint directly enables remote exploitation of the web app (T1190) and provides unauthenticated access to all cloud user accounts and identity data (T1087.004, T1530).
NVD Description
A specific endpoint exposes all user account information for registered Gardyn users without requiring authentication.
Deeper analysisAI
CVE-2026-28766 is a vulnerability in the Gardyn service where a specific endpoint exposes all user account information for registered Gardyn users without requiring authentication. This affects the Gardyn platform and is classified under CWE-306 (Missing Authentication for Critical Function), with a CVSS v3.1 base score of 9.3 (AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:L/A:N). The vulnerability was published on 2026-04-03T21:17:10.387.
Unauthenticated attackers can exploit this vulnerability remotely over the network with low attack complexity and no user interaction required. Exploitation grants access to all registered user account information, enabling high confidentiality impact through data exposure and low integrity impact, all within the vulnerable component's scope.
Advisories providing details on mitigations include CISA ICSA-26-055-03 at https://www.cisa.gov/news-events/ics-advisories/icsa-26-055-03, the Gardyn security page at https://mygardyn.com/security/, and the related CSAF document at https://github.com/cisagov/CSAF/blob/develop/csaf_files/OT/white/2026/icsa-26-055-03.json.
Details
- CWE(s)