Junglewise Threat Intelligence

CVE-2026-49956: nesquena Hermes WebUI profile isolation bypass in session search

CVE-2026-49956 · Severity: medium · CVSS 6.5 · Published 2026-06-09

Technologies: Nesquena Hermes WebUI. Vendors: Nesquena.

Executive brief

Hermes WebUI, a web interface for managing sessions and projects, contains a security flaw where users can view data they are not authorized to see. By using the search feature, a logged-in user can bypass profile restrictions to access session titles and chat transcripts belonging to other users or profiles. This could lead to the exposure of sensitive information contained within private sessions.

Technical details

A missing authorization check (CWE-862) in the '_handle_sessions_search' handler in 'api/routes.py' allows authenticated users to bypass profile isolation. The vulnerable component queried 'all_sessions()' directly without applying the '_profiles_match' filtering logic used by other endpoints. An attacker can send crafted requests to the '/api/sessions/search' endpoint to retrieve session metadata and transcript message content from profiles other than their own active profile. The vulnerability is resolved in version 0.51.269 by enforcing active-profile scoping by default unless an explicit aggregate opt-in is requested.

Affected products

  • nesquena Hermes WebUI < 0.51.269

Timeline

  • 2026-06-05: patched: Fix merged in PR #3646 and released in v0.51.269
  • 2026-06-09: disclosed: CVE published to NVD

References

Related threats