Skip to main content

TheHive EUVDEUVD-2026-45196

| CVE-2026-63098 MEDIUM
Missing Authentication for Critical Function (CWE-306)
2026-07-17 VulnCheck GHSA-f4pj-hh6r-99c8
6.9
CVSS 4.0 · Vendor: VulnCheck
Share

Severity by source

Vendor (VulnCheck) PRIMARY
6.9 MEDIUM
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/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
5.3 MEDIUM

Network-reachable endpoint requires no authentication (AV:N, PR:N, AC:L); confidentiality impact is low (C:L) as disclosure is configuration data, not full system access; no integrity or availability impact applies.

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

Primary rating from Vendor (VulnCheck).

CVSS VectorVendor: VulnCheck

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

Lifecycle Timeline

2
Analysis Generated
Jul 17, 2026 - 16:19 vuln.today
CVE Published
Jul 17, 2026 - 15:38 cve.org
MEDIUM 6.9

DescriptionCVE.org

TheHive through 4.1.24 contains an unauthenticated information disclosure vulnerability that allows unauthenticated attackers to retrieve sensitive configuration data by sending a GET request to the /api/status endpoint, which lacks authentication enforcement in the StatusCtrl.scala handler. Attackers can obtain the datastore attachment protection password, configured authentication providers, SSO settings, MFA capabilities, and clustered node addresses and roles without any credentials.

AnalysisAI

Unauthenticated information disclosure in TheHive through 4.1.24 exposes sensitive configuration data - including the datastore attachment protection password, SSO settings, MFA capabilities, and clustered node addresses - to any network-reachable attacker via a single GET request to /api/status. The root cause is a missing authentication gate in the StatusCtrl.scala handler, a CWE-306 class defect. A public proof-of-concept is available on GitHub demonstrating trivial exploitation; no CISA KEV listing at time of analysis, though the exposed credentials materially increase lateral movement risk beyond the moderate CVSS score suggests.

Technical ContextAI

TheHive is a Scala-based open-source Security Incident Response Platform (SIRP) used by SOC and IR teams. The vulnerable component is StatusCtrl.scala, the controller backing the /api/status REST endpoint. CWE-306 (Missing Authentication for Critical Function) is the root cause class: the endpoint is designed for health and status checks but returns a JSON payload containing security-sensitive configuration fields - including the datastore attachment protection password, configured identity providers, SSO parameters, MFA feature flags, and cluster topology - without enforcing any authentication middleware. The affected product is identified by CPE cpe:2.3:a:thehive-project:thehive:*:*:*:*:*:*:*:*, covering all releases through version 4.1.24.

RemediationAI

No vendor-released patched version has been identified in the available data - the fix version is unconfirmed and should be verified directly with the TheHive project at their official repository. As an immediate compensating control, restrict unauthenticated access to the /api/status endpoint at the reverse-proxy or firewall layer (for example, block the path /api/status for unauthenticated external requests in nginx via a location block with allow/deny directives, or apply a WAF rule), accepting the trade-off that health monitoring integrations relying on unauthenticated status polling will break and require reconfiguration. If TheHive is not required to be internet-facing, enforce network perimeter controls to limit access to trusted internal subnets or VPN egress only. Regardless of patching status, treat the datastore attachment protection password and any SSO/identity provider credentials previously exposed by this endpoint as compromised - rotate them immediately. Consult https://www.vulncheck.com/advisories/thehive-unauthenticated-information-disclosure-via-api-status-endpoint for updated vendor guidance.

Share

EUVD-2026-45196 vulnerability details – vuln.today

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