Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/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
Authenticated network access (PR:L, AV:N/AC:L) leaks another organization's data across a tenant boundary, so scope changes (S:C) with confidentiality-only impact (C:H, I/A:N).
Primary rating from Vendor (VulnCheck).
CVSS VectorVendor: VulnCheck
Lifecycle Timeline
2DescriptionCVE.org
TheHive through 4.1.24 contains a broken object-level authorization vulnerability in the attachment download endpoints that allows any authenticated user to access attachments belonging to other organizations by supplying a content-hash identifier. Attackers can exploit the missing organization-scoped authorization check in AttachmentSrv.visible, which is implemented as a pass-through traversal, to download arbitrary attachments.
AnalysisAI
Cross-organization data disclosure in TheHive through 4.1.24 allows any authenticated user to download attachments belonging to other organizations by supplying a known content-hash identifier. The flaw is a broken object-level authorization (BOLA/IDOR) in the attachment download endpoints, where AttachmentSrv.visible acts as a pass-through datastore traversal without enforcing organization scoping. Publicly available exploit code exists (published by VulnCheck / geo-chen), though there is no public exploit identified as actively exploited in the wild (not in CISA KEV).
Technical ContextAI
TheHive is an open-source Security Incident Response Platform (SIRP) used by SOC and CSIRT teams to collaboratively manage cases, alerts, observables, and their attached evidence files. Attachments in TheHive are stored in a content-addressable datastore keyed by a content hash rather than by a per-record, per-organization identifier. The vulnerability class is CWE-639 (Authorization Bypass Through User-Controlled Key): the download endpoint accepts an attacker-controllable hash and resolves it directly against the datastore. Because AttachmentSrv.visible is implemented as a pass-through traversal rather than a genuine tenant-aware authorization check, TheHive's multi-tenant organization isolation model is not applied at the object level, so ownership of the referenced attachment is never verified against the requesting user's organization membership. Affected component per CPE is cpe:2.3:a:thehive-project:thehive across all versions up to and including 4.1.24.
RemediationAI
No vendor-released patch version is identified in the available data, so upgrade to the vendor's fixed release once published and monitor the VulnCheck advisory (https://www.vulncheck.com/advisories/thehive-broken-object-level-authorization-via-attachment-download-endpoints) and TheHive project releases for a version beyond 4.1.24 that adds an organization-scoped authorization check to AttachmentSrv.visible. As compensating controls until a fix is available: restrict or segment tenants by running separate single-organization TheHive instances rather than a shared multi-organization deployment (trade-off: higher operational overhead and loss of cross-org collaboration features); tighten account provisioning and promptly deprovision accounts to minimize the pool of authenticated users who could abuse the flaw; and place the attachment download endpoints behind a reverse proxy or WAF with logging to detect and alert on anomalous or high-volume hash-based attachment requests (trade-off: hash-based access is hard to distinguish from legitimate downloads, so this is detective rather than fully preventive). Review datastore access logs for unexpected cross-organization attachment retrievals.
Unauthenticated information disclosure in TheHive through 4.1.24 exposes sensitive configuration data - including the da
An issue in StrangeBee TheHive v.5.0.8, v.4.1.21 and Cortex v.3.1.6 allows a remote attacker to gain privileges via Acti
StrangeBee TheHive 5.2.0 to 5.2.8 is vulnerable to Cross Site Scripting (XSS) in the case reporting functionality. Rated
StrangeBee TheHive 5.1.0 to 5.1.9 and 5.2.0 to 5.2.8 is vulnerable to Cross Site Scripting (XSS) in the case attachment
Same technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-45197
GHSA-6392-9v2x-r546