Advisory Database
  • Advisories
  • Dependency Scanning
  1. nuget
  2. ›
  3. Umbraco.Cms
  4. ›
  5. CVE-2026-69197

CVE-2026-69197: Umbraco: Delivery API leaks protected (Public Access) content through Content Picker / Multi-Node Tree Picker expansion

September 17, 2026

The Content Delivery API enforces member / Public Access protection only at the controller layer, against the node that is directly requested. When a public (unprotected) node references a protected node through a Content Picker or Multi-Node Tree Picker (including those nested inside Block List, Block Grid, or Rich Text Editor blocks), the Delivery API expands and serializes the protected node with no access check applied.

Similarly, configuration based restrictions based on aliases of allowed or disallowed content types are by-passed for referenced content items that are retrieved via property expansion.

As a result, an anonymous / unauthorized caller can retrieve a protected node’s:

  • Name, route, and id — always, even without expansion, and
  • Full property values — when the request uses ?expand on the picker property. A direct request for the same protected node correctly returns 401 Unauthorized, which makes the leak easy to miss: the protection appears to work, but is bypassed via reference expansion.

References

  • github.com/advisories/GHSA-wr57-hqmp-fgvh
  • github.com/umbraco/Umbraco-CMS/commit/26312a3f717a0f33bb3d7d28b14bef3592bdb0fe
  • github.com/umbraco/Umbraco-CMS/commit/5360e2a9681ce2d0024be374e80339260bcc2511
  • github.com/umbraco/Umbraco-CMS/commit/a9649da4e5a0786db7688bd6b5036a21df26b015
  • github.com/umbraco/Umbraco-CMS/releases/tag/release-13.15.1
  • github.com/umbraco/Umbraco-CMS/releases/tag/release-17.5.3
  • github.com/umbraco/Umbraco-CMS/releases/tag/release-18.0.2
  • github.com/umbraco/Umbraco-CMS/security/advisories/GHSA-wr57-hqmp-fgvh
  • nvd.nist.gov/vuln/detail/CVE-2026-69197

Code Behaviors & Features

Detect and mitigate CVE-2026-69197 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions starting from 12.0.0 before 13.15.1, all versions starting from 14.0.0-rc1 before 17.5.3, all versions starting from 18.0.0 before 18.0.2

Fixed versions

  • 13.15.1
  • 17.5.3
  • 18.0.2

Solution

Upgrade to versions 13.15.1, 17.5.3, 18.0.2 or above.

Impact 7.5 HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Learn more about CVSS

Weakness

  • CWE-200: Exposure of Sensitive Information to an Unauthorized Actor
  • CWE-862: Missing Authorization

Source file

nuget/Umbraco.Cms/CVE-2026-69197.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Fri, 18 Sep 2026 00:18:04 +0000.