CVE-2026-90895
Received
Received - Intake
MISP CLI Authorization and Data Disclosure Flaws
Vulnerability report for CVE-2026-90895, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-09-14
Last updated on: 2026-09-14
Assigner: CIRCL
Description
Description
Affected versions of MISPβs interactive CLI shell implement access control independently from the normal web application, causing several authorization inconsistencies.
The patch shows that CLI access could differ from the web application in multiple security-sensitive areas:
β- feed listings did not enforce the same lookup_visible restrictions for non-host-organisation users;
β- feed detail access did not enforce the same host-organisation/site-admin authorization as FeedsController::view();
β- Feed.headers, which can contain HTTP authorization credentials, could be exposed instead of being hidden or masked;
β- server synchronization authkey values were not explicitly hidden from CLI detail output;
β- sharing-group detail access did not consistently use SharingGroup::checkIfAuthorised();
β- the use command could establish context for a record without first proving that the user was authorized to view that record
The commit additionally hardens pagination and terminal rendering, including neutralization of terminal control sequences found in database-backed values. Those are important hardening changes, but the main vulnerability is the CLI authorization/data-disclosure mismatch.
Version affected: β€2.5.45
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| misp | misp | to 2.5.45 (inc) |
| misp | misp | to 2.5.45 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-522 | The product transmits or stores authentication credentials, but it uses an insecure method that is susceptible to unauthorized interception and/or retrieval. |
| CWE-862 | The product does not perform an authorization check when an actor attempts to access a resource or perform an action. |
| CWE-150 | The product receives input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could be interpreted as escape, meta, or control character sequences when they are sent to a downstream component. |
| CWE-200 | The product exposes sensitive information to an actor that is not explicitly authorized to have access to that information. |