CVE-2026-61474 PUBLISHED

MISP: Improper sharing group authorization check when adding attributes

Assigner: CIRCL
Reserved: 09.07.2026 Published: 09.07.2026 Updated: 09.07.2026

An improper authorization check in MISP’s attribute creation endpoint allowed an authenticated user with permission to add attributes to submit a sharing_group_id without triggering the corresponding sharing group authorization check, as long as the attribute distribution value was not explicitly set to 4 — “sharing group”.

As a result, a user could reference or associate an attribute with a sharing group they were not authorized to use. This could lead to an access-control bypass affecting the integrity of attribute sharing metadata and potentially expose or misuse restricted sharing group relationships.

The patch changes the authorization logic so that the sharing group permission check is performed whenever a non-empty sharing_group_id is provided, regardless of the selected distribution value.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:N/SC:N/SI:L/SA:N
CVSS Score: 5.3

Product Status

Vendor misp
Product misp
Versions Default: unaffected
  • affected from 0 to 2.5.42 (incl.)

Credits

  • Jeroen Pinoy finder
  • Andras Iklody remediation developer

References

Problem Types

  • CWE-863 Incorrect Authorization CWE

Impacts

  • CAPEC-115 Authentication Bypass