Skip to main content

Hermes WebUI CVE-2026-53871

HIGH
Reliance on Cookies without Validation and Integrity Checking (CWE-565)
2026-06-17 VulnCheck
8.6
CVSS 4.0 · Vendor: VulnCheck
Share

Severity by source

Vendor (VulnCheck) PRIMARY
8.6 HIGH
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
vuln.today AI
8.1 HIGH

Network-reachable web UI, trivial cookie edit (AC:L), requires a valid account so PR:L; cross-profile read/write yields C:H/I:H but no availability impact.

3.1 AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
4.0 AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N

Primary rating from Vendor (VulnCheck).

CVSS VectorVendor: VulnCheck

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
X

Lifecycle Timeline

2
Source Code Evidence Fetched
Jun 17, 2026 - 18:46 vuln.today
Analysis Generated
Jun 17, 2026 - 18:46 vuln.today

DescriptionCVE.org

Hermes WebUI before 0.51.368 contains an authorization bypass vulnerability in the get_profile_cookie() function that accepts unauthenticated profile names from the hermes_profile cookie. An authenticated attacker can forge the hermes_profile cookie value to bypass profile-scoped authorization checks and access sessions, files, and resources across different profiles.

AnalysisAI

Cross-profile authorization bypass in Hermes WebUI before 0.51.368 allows authenticated users to access sessions, files, and resources belonging to other profiles by forging the hermes_profile cookie. The flaw lives in get_profile_cookie(), which trusted attacker-supplied profile names without binding them to the authenticated session. VulnCheck reported the issue and an upstream patch is available; no public exploit identified at time of analysis.

Technical ContextAI

Hermes WebUI (cpe:2.3:a:nesquena:hermes-webui) is a multi-profile web management interface where each user account can hold multiple isolated 'profiles' that scope access to sessions, files, and resources. The vulnerability is a CWE-565 issue (Reliance on Cookies without Validation and Integrity Checking): get_profile_cookie() reads the hermes_profile cookie and treats its value as an authoritative selector for which profile context to load, without verifying that the requesting session is actually authorized for the requested profile. Because the cookie is set client-side and never cross-checked against the server-side auth session, any logged-in user can swap in another profile's identifier and inherit that profile's authorization scope. The fix in PR #4023/#4036 (commit 9e96f5f) binds the active-profile cookie to the auth session, transforming the trust model from cookie-asserted to server-validated.

RemediationAI

Vendor-released patch: upgrade to Hermes WebUI 0.51.368 or later, which binds the active-profile cookie to the authenticated session (PRs https://github.com/nesquena/hermes-webui/pull/4023 and https://github.com/nesquena/hermes-webui/pull/4036, commit https://github.com/nesquena/hermes-webui/commit/9e96f5f6adf93b6d1e27ebddfb4d2833ca06ff3b). If immediate upgrade is not possible, restrict Hermes WebUI to single-profile users (so cross-profile escalation has no target) or front the application with a reverse proxy that strips or signs the hermes_profile cookie before it reaches the backend, accepting the trade-off that legitimate profile switching will break until proxy logic is taught to validate against the user's session. Revoke all existing sessions after patching, since attackers with prior access may have planted cookies or harvested cross-profile credentials, and audit access logs for anomalous profile transitions to detect prior exploitation.

CVE-2026-58123 CRITICAL
9.3 Jul 09

Unauthenticated remote code execution in Hermes WebUI before version 0.51.788 lets remote attackers run arbitrary shell

CVE-2026-58122 CRITICAL
9.3 Jul 09

Authentication bypass in Hermes WebUI before 0.51.307 lets unauthenticated remote attackers reach onboarding endpoints t

CVE-2026-55196 CRITICAL
9.1 Jun 17

Authentication bypass in Hermes WebUI before 0.51.409 allows unauthenticated remote attackers to register the first pass

CVE-2026-49973 CRITICAL
9.2 Jun 11

Unauthenticated initial-setup hijack in Hermes WebUI before 0.51.358 allows any remote attacker who can reach the settin

CVE-2026-6832 HIGH
7.2 Apr 21

Arbitrary file deletion in Hermes WebUI (nesquena/hermes-webui, all versions prior to the PR #409 fix) allows an authent

CVE-2026-11322 HIGH
7.1 Jun 04

Information disclosure in Hermes WebUI before v0.51.221 allows authenticated remote attackers to read arbitrary files ou

CVE-2026-49956 HIGH
7.1 Jun 09

Cross-profile data disclosure in Hermes WebUI before 0.51.269 allows authenticated users to read session titles and tran

CVE-2026-55198 HIGH
7.1 Jun 17

Cross-profile session data exfiltration in Hermes WebUI before 0.51.443 lets any authenticated user retrieve session tra

CVE-2026-55197 HIGH
7.1 Jun 17

Cross-profile session disclosure in Hermes WebUI before 0.51.443 lets any authenticated user retrieve conversation trans

CVE-2026-49955 MEDIUM
6.9 Jun 09

Resource exhaustion in Hermes WebUI before v0.51.270 allows unauthenticated remote attackers to degrade service availabi

CVE-2026-55205 MEDIUM
6.9 Jun 18

Resource exhaustion in Hermes WebUI before 0.51.468 exposes an unauthenticated POST /api/onboarding/oauth/start endpoint

CVE-2026-58174 MEDIUM
6.0 Jun 30

Cross-profile workspace isolation bypass in Hermes WebUI before 0.51.521 allows an authenticated low-privilege user oper

Share

CVE-2026-53871 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy