SEPTEMBER 15, 2026
Live Feed
Back to database
Case File

CVE-2026-90895

HIGH · CVSS 8.4 Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-14 · Last synced 2026-09-15

CyberRota Analysis

AI-Generated

The interactive CLI shell of MISP versions up to 2.5.45 has critical authorization inconsistencies, allowing unauthorized users to access sensitive data and perform actions that should be restricted. This vulnerability can lead to exposure of HTTP authorization credentials and server synchronization keys, posing significant risks to data integrity and confidentiality. Organizations using affected versions should prioritize patching to mitigate potential exploitation and safeguard sensitive information.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-90895
Severity
HIGH
CVSS
8.4
EPSS
N/A

Original NVD 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