CVE-2026-86408
Last modified
CVE-2026-86408 is a high-severity vulnerability rated 7.1/10 on the CVSS scale. Affected versions of MISP do not enforce parent-event visibility when serving cryptographic keys through CryptographicKeysController::view(). The vulnerable handler queried CryptographicKey directly using the supplied key ID and selected sensitive fields such as: * type * key_data * fingerprint but did not fetch or authorize the associated parent event first. The upstream commit explicitly states that cryptographicKeys/view could return a protected event’s signing key to any authenticated user. The fix adds parent_id and parent_type to the lookup and then enforces authorization through the associated event using fetchSimpleEvent($user, parent_id). If the parent is not an Event, access is limited to site administrators. Version affected: ≤2.5.45. EPSS estimates a 0.21% chance of exploitation in the next 30 days.
Description
Affected versions of MISP do not enforce parent-event visibility when serving cryptographic keys through CryptographicKeysController::view(). The vulnerable handler queried CryptographicKey directly using the supplied key ID and selected sensitive fields such as: * type * key_data * fingerprint but did not fetch or authorize the associated parent event first. The upstream commit explicitly states that cryptographicKeys/view could return a protected event’s signing key to any authenticated user. The fix adds parent_id and parent_type to the lookup and then enforces authorization through the associated event using fetchSimpleEvent($user, parent_id). If the parent is not an Event, access is limited to site administrators. Version affected: ≤2.5.45
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| MISP | MISP | <= 2.5.45 |
References
Timeline
- Published
- Last Modified
- Status
- Undergoing Analysis
Frequently Asked Questions
What is CVE-2026-86408?
How severe is CVE-2026-86408?
How do I fix CVE-2026-86408?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-86347Affected versions of MISP allow any authenticated user to ac…7.1
- CVE-2026-8635IBM Langflow OSS 1.0.0 through 1.10.0 allows authenticated u…9.9
- CVE-2026-86351Affected versions of MISP validate the user-configurable hom…5.1
- CVE-2026-8636IBM Datacap 9.1.7, 9.1.8, and 9.1.9 and IBM Datacap Navigato…7.5
- CVE-2026-8637A potential uncontrolled search path vulnerability was repor…8.5
- CVE-2026-86404EAP's Artemis deserialization configuration permits deserial…8.8
- CVE-2026-86416ILIAS versions before 9.23, 10.11, and 11.4 contain an autho…5.4
- CVE-2026-86417Affected versions of MISP inconsistently enforced email-addr…5.3
- CVE-2026-86418Affected versions of MISP expose organisation metadata throu…2.3
- CVE-2026-86419Affected versions of MISP contain insufficient validation of…7
- CVE-2026-86420ImageMagick before 7.1.2-30 and 6.9.13-55 fails to properly …3.7
- CVE-2026-86421ImageMagick before 7.1.2-30 and 6.9.13-55 contains a memory …3.7
Are you affected by CVE-2026-86408?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
