The CVSS 5.8 assigned to CVE-2026-72788 materially understates operational risk. The vulnerability exposes four categories of administrator workspace state — open documents, search queries, notebook topology, and private asset locations — through an unauthenticated endpoint (getConf). Treating each as an isolated 'partial' confidentiality disclosure misses the compounding intelligence value of their aggregation.

The critical insight is that this isn't merely information disclosure — it's cognitive map exposure. An administrator's search terms reveal what they were actively investigating. Notebook paths expose how they organize infrastructure thinking. Private asset locations can include references to local files, cloud resources, or credential-adjacent data that contextualize the other disclosures. In aggregate, an attacker reconstructs not just data but the operator's filtered understanding of their environment — often revealing shadow IT, development instances, or patterns that formal documentation doesn't capture. This turns one application disclosure into a force multiplier for adjacent system targeting.

The EPSS score of 0.00292 reflects low opportunistic exploitation probability, but the endpoint is trivially scriptable for patient, targeted reconnaissance where speed is irrelevant. A motivated adversary can enumerate administrator workspace state over weeks without triggering anomaly detection.

Prioritize this as a high-severity remediation regardless of the CVSS score. The architectural root cause is straightforward: the getConf endpoint returns user-specific private state without authentication, treating 'configuration' as a public concept without modeling workspace state as sensitive. Verify whether 'private asset locations' includes external cloud credentials or credential-adjacent paths in your deployment — this is the highest-impact disclosure vector. If the application supports asset linking to local files or cloud storage, treat this as credential-adjacent exposure until proven otherwise. Patch immediately; the gap between a 5.8 and an 8.5 is the gap between a backlog ticket and an emergency hotfix, and the remediation timeline is where patient adversaries accumulate intelligence value.