SEPTEMBER 20, 2026
Live Feed
Back to database
Case File

CVE-2026-61474

MEDIUM · CVSS 5.3 EPSS 0.24% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-09 · Last synced 2026-08-08

CyberRota Analysis

AI-Generated

An improper authorization check in MISP's attribute creation endpoint allows authenticated users to associate attributes with unauthorized sharing groups, bypassing access controls. This vulnerability can compromise the integrity of attribute sharing metadata and potentially expose sensitive relationships within restricted sharing groups. Organizations using MISP should prioritize addressing this issue to prevent unauthorized access and maintain data integrity.

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-61474
Severity
MEDIUM
CVSS
5.3
EPSS
0.24%

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