CVE Catalog

CVE-2026-58174

MediumCVSS 6.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.27%

18th percentile - higher than 18% of all known CVEs

Summary

A vulnerability in Hermes WebUI before version 0.51.521 allows bypassing profile isolation. When importing a session via the /api/session/import handler, the session object is created without setting its profile, resulting in a null profile. Since a null profile is treated as the default profile, a user on the default profile can export the session transcript and use its session identifier to read files from the named profile's workspace.

Risk Assessment

The organization is at risk of profile isolation breach, potentially leading to unauthorized access to files and data stored in another profile's workspace. An attacker with access to the default profile can read sensitive information from the named profile.

Recommendation

Immediately upgrade Hermes WebUI to version 0.51.521 or later, which includes a fix for this vulnerability. Until the update is applied, restrict access to the /api/session/import endpoint and monitor session import activity.

Other vulnerabilities in Hermes WebUI

See all
Original NVD description (English source)

Hermes WebUI before 0.51.521 validates the workspace of an imported session under the active named profile but constructs the Session object without setting its profile in the /api/session/import handler, so the imported session is persisted with a null profile. Because a null profile is treated as the default profile by the profile authorization check, a user on the default profile can export the imported session transcript and use its session identifier to read files from the named profile's workspace, defeating the application's profile isolation.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS