Description
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.
Published: 2026-07-09
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in MISP’s attribute creation endpoint. An authenticated user with permission to add attributes could specify a sharing_group_id without the required authorization check when the distribution value is not set to 4, allowing the user to attach an attribute to a sharing group they do not own. This provides an access‑control bypass that compromises the integrity of attribute sharing data and could expose or misuse restricted sharing group relationships.

Affected Systems

The affected product is the MISP open‑source cyber‑threat‑intelligence platform. No specific version numbers are listed, so any deployment that has not applied the commit that fixes the authorization logic remains vulnerable.

Risk and Exploitability

The CVSS score of 5.3 indicates moderate severity. The EPSS score of < 1% shows a very low but non‑zero likelihood of exploitation, and the issue is not listed in CISA’s KEV catalog. The attack vector requires the attacker to have valid credentials for a user who can create attributes, a common condition in MISP environments. Once authenticated, the flaw can be exploited simply by submitting the sharing_group_id, resulting in unauthorized access to group metadata.

Generated by OpenCVE AI on July 29, 2026 at 12:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest MISP release that incorporates the authorization fix (commit df612166538e2979fae9f7eda88345ccc8fee761).
  • Review and tighten sharing group permissions so that only authorized users can grant or associate sharing_group_id values.
  • Audit existing attributes to identify and correct any that were previously linked to sharing groups without proper authorization.

Generated by OpenCVE AI on July 29, 2026 at 12:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 09 Jul 2026 16:45:00 +0000

Type Values Removed Values Added
First Time appeared Misp
Misp misp
Vendors & Products Misp
Misp misp

Thu, 09 Jul 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 09 Jul 2026 15:45:00 +0000

Type Values Removed Values Added
Description 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.
Title MISP: Improper sharing group authorization check when adding attributes
Weaknesses CWE-863
References
Metrics cvssV4_0

{'score': 5.3, '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'}


cve-icon MITRE

Status: PUBLISHED

Assigner: CIRCL

Published:

Updated: 2026-07-09T16:08:18.550Z

Reserved: 2026-07-09T15:05:55.590Z

Link: CVE-2026-61474

cve-icon Vulnrichment

Updated: 2026-07-09T16:08:15.255Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-29T12:30:03Z

Weaknesses