MISP object edit authorization bypass allows unauthorized sharing group assignment
An authorization flaw in MISP’s object add/edit handling allowed an authenticated user with object editing permissions to assign a MISP object, or attributes contained within an object, to a sharing group that the user was not authorized to use or view. When editing objects, the sharing group validation was performed against the wrong request data structure after object fields had been merged to the top level, causing the check to be bypassed. In addition, attributes embedded in objects were not individually validated for authorized sharing group use.
An attacker could craft a request with distribution set to 4 and an arbitrary sharing_group_id, potentially disclosing the existence or name of otherwise non-visible sharing groups and improperly modifying the distribution metadata of objects or contained attributes.
Problem Types
| Type | CWE ID | Description |
|---|
| CWE | CWE-863 | CWE-863 Incorrect Authorization |
Type: CWE
Description: CWE-863 Incorrect Authorization
Metrics
| Version | Base score | Base severity | Vector |
|---|
| 4.0 | 5.3 | MEDIUM | CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N |
Version: 4.0
Base score: 5.3
Base severity: MEDIUM
Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N
Impacts
| CAPEC ID | Description |
|---|
| CAPEC-1 | CAPEC-1 Accessing Functionality Not Properly Constrained by ACLs |
| CAPEC-180 | CAPEC-180 Exploiting Incorrectly Configured Access Control Security Levels |
Description: CAPEC-1 Accessing Functionality Not Properly Constrained by ACLs
Description: CAPEC-180 Exploiting Incorrectly Configured Access Control Security Levels