CVE Catalog

CVE-2026-95805

MediumCVSS 5.3
Published: Updated: Translated: NVD NIST

Summary

A typo in the MISP ACLComponent access control configuration caused the ACL rule for the previewEventAttributes action to reference the permission string 'theming_enabled*' (with a trailing asterisk) instead of the correct 'theming_enabled'. The malformed key does not match any valid permission identifier, causing the access control check for previewEventAttributes to malfunction — potentially resulting in either an authorization bypass or denial of access for legitimate users.

Risk Assessment

An authorization bypass on the previewEventAttributes endpoint could expose sensitive MISP indicator and attribute data to users who should not have access. Alternatively, legitimate users may be denied access.

Recommendation

Fix the MISP ACLComponent configuration by changing 'theming_enabled*' to 'theming_enabled' for the previewEventAttributes action. Verify that access control behaves as intended.

Other vulnerabilities in MISP

See all
Original NVD description (English source)

A typo in the MISP ACLComponent access control configuration caused the ACL rule for the previewEventAttributes action to reference the permission string 'theming_enabled*' (with a trailing asterisk) instead of the correct 'theming_enabled'. In the MISP ACL system, the array values define which role or permission grants access to a given controller action. The adjacent entry previewEventObjects correctly uses ['theming_enabled'], confirming the intended restriction. The malformed key 'theming_enabled*' does not match any valid permission identifier, causing the access control check for previewEventAttributes to malfunction. Depending on the ACL evaluation logic, this could result in either unauthorized users gaining access to the previewEventAttributes endpoint (authorization bypass) or legitimate users being denied access (availability impact).  The previewEventAttributes endpoint exposes event attribute data within MISP so an authorization bypass could expose sensitive indicator and attribute data to users who should not have access.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS