CVE-2026-72798 is a transitive information disclosure vulnerability in SiYuan's database linking feature. If you publish any database—even a trivial one like a reading list—you may be inadvertently exposing content from every database it references through Relation or Rollup cells. The attack requires no authentication: an anonymous reader requests the published database and receives related content from hidden, password-protected databases that should be inaccessible to them. This is not a missing patch; it's a fundamental mismatch between how SiYuan's permission model was designed and how its linking features actually work. The permission system gates access at the database level. The related-database feature creates information flows that cross those gates. These two systems were never designed to account for each other, and no amount of per-database access control stops a published database from acting as a relay to everything it touches. The vulnerability earned a CVSS 8.6 because the blast radius scales with the interconnectedness of your knowledge graph. One public database referencing a sensitive internal database is enough. In knowledge management tools, this is the norm, not the edge case. The fix in v3.7.4 likely addresses the specific Relation/Rollup render path, but you should assume other transitive paths exist. Audit every database marked for public or anonymous access. Remove Relation and Rollup cells that point to protected databases, or accept that any database you publish becomes a map of everything it references. If your threat model includes sensitive internal research, interview notes, or client data, treat published databases as externally visible graph nodes—assume an attacker who obtains one will enumerate what it touches. The underlying architectural problem won't be solved by one patch; it requires treating information flow as a first-class security concern in a product designed around linking.