CyberRota Analysis
AI-GeneratedMISP versions up to 2.5.45 have a vulnerability that allows authenticated users to access organization metadata through the dashboard organization picker, bypassing visibility restrictions meant to protect sensitive information. This exposure could lead to unauthorized discovery of organizations that should remain hidden, potentially compromising confidentiality. Organizations using affected versions, especially those with sensitive data, should prioritize applying the fix to mitigate the risk of unauthorized information disclosure.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
Affected versions of MISP expose organisation metadata through the dashboard organisation picker without applying the same visibility restrictions enforced by the normal organisation index and per-organisation view. The affected endpoint returned fields including: * organisation ID; * UUID; * name. When Security.hide_organisation_index_from_users was enabled, normal organisation enumeration was restricted, but the dashboard picker still queried all organisations. This allowed authenticated users to discover organisations that should have remained hidden from them. The fix calls Organisation::createConditions($this->Auth->user()) and appends the resulting ACL conditions to the picker query. Ordinary users are thereby limited to organisations associated with events or proposals they can already see, plus their own organisation, while users with the appropriate sharing-group privilege retain broader visibility. Version affected: ≤2.5.45
Related CVEs
Other vulnerabilities affecting the same vendor(s)