
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-69197 is an authorization bypass vulnerability in Umbraco CMS's Content Delivery API that allows unauthenticated callers to access member-gated (Public Access) content through property expansion of referenced nodes. The flaw affects Umbraco.Cms versions >= 12.0.0 < 13.15.1, >= 14.0.0-rc1 < 17.5.3, and >= 18.0.0 < 18.0.2. It was published on September 17, 2026, with the GitHub Security Advisory (GHSA-wr57-hqmp-fgvh) credited to finder "suryadina." It carries a CVSS v4.0 base score of 8.7 (High) (GitHub Advisory).
The root cause is a missing authorization check (CWE-862) combined with exposure of sensitive information to unauthorized actors (CWE-200) in the ElementOnlyOutputExpansionStrategy and RequestContextOutputExpansionStrategyV2 classes. The Content Delivery API enforces Public Access protection only at the controller layer for the directly requested node; when a public node references a protected node via a Content Picker or Multi-Node Tree Picker (including those nested in Block List, Block Grid, or Rich Text Editor blocks), the expansion logic serializes the protected node without invoking IRequestMemberAccessService.MemberHasAccessToAsync(). An attacker can retrieve a protected node's name, route, and ID without any expansion, and use the ?expand query parameter to retrieve full property values of the protected node through the unprotected referencing node. The same expansion path also bypasses content-type alias allow/deny restrictions for referenced content (GitHub Advisory, Patch Commit).
Confidential, member-gated content — such as pricing pages, internal documents, or gated articles — referenced by any publicly readable node is disclosed to unauthenticated clients when DeliveryApi:PublicAccess is enabled. Even when the Delivery API is gated by an organization-wide API key, any key holder can bypass per-node Public Access restrictions through the same expansion mechanism. There is no integrity or availability impact; exploitation is limited to confidentiality loss of protected content properties (GitHub Advisory).
There is no public proof-of-concept exploit and no evidence of in-the-wild exploitation at the time of disclosure. The EPSS score is 0.0, and the vulnerability is not listed in the CISA KEV catalog. However, the NVD SSVC assessment marks the vulnerability as automatable (yes), meaning it can be exploited programmatically at scale without user interaction, increasing the risk for unpatched internet-facing Umbraco instances (GitHub Advisory).
/umbraco/delivery/api/v2/content).GET /umbraco/delivery/api/v2/content?fetch=children:/).name, route, and id of referenced protected nodes embedded in picker property values — even without authentication.?expand=properties[pickerPropertyAlias] to the request for the unprotected node (e.g., GET /umbraco/delivery/api/v2/content/item/{id}?expand=properties[relatedContent]). The API will serialize the full property values of the referenced protected node without performing a Public Access check./umbraco/delivery/api/v1/content or /umbraco/delivery/api/v2/content) containing ?expand= query parameters from unauthenticated sources (no Authorization or Api-Key headers); high-volume automated scanning of content endpoints.expand parameters targeting picker-type properties from anonymous clients; patterns of sequential content ID enumeration in API requests.Upgrade Umbraco CMS to the patched versions: 13.15.1, 17.5.3, or 18.0.2, which add access control checks within ElementOnlyOutputExpansionStrategy and RequestContextOutputExpansionStrategyV2 to invoke IRequestMemberAccessService.MemberHasAccessToAsync() before serializing expanded referenced content (Release 13.15.1). If immediate patching is not possible, consider disabling the Content Delivery API entirely if it is not actively used, or restricting network-level access to the API endpoints. Organizations relying on API key gating should be aware that key holders can still exploit this bypass until patched (GitHub Advisory).
The advisory was published by Umbraco maintainer AndyButland on July 7, 2026, with credit to security researcher "suryadina" for discovery. Community coverage has been limited to automated vulnerability tracking platforms (VulnDB, CVEFeed, OSV) with no notable independent researcher commentary or significant social media discussion identified at the time of this report (GitHub Advisory).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."