Description
In MISP, the CollectionsController add() method enforced the sharing-group usability authorization check and element capture only when the HTTP request method was POST. However, the underlying CRUDComponent::add() method persists data on both POST and PUT requests. As a result, an authenticated user could issue a PUT request to the collections/add endpoint, bypassing the sharing-group authorization check entirely. This allowed the creation of a collection with distribution=4 (shared with a specific sharing group) targeting a sharing group that the user was not authorized to use. The bypassed check would normally verify that the current user has access to the specified sharing group before allowing the collection to be associated with it.

The security impact is that an authenticated user can place collection data into a sharing group context they do not have legitimate access to, potentially exposing that data to all members of the unauthorized sharing group and violating the intended access-control boundaries of the MISP instance.

The vulnerability requires an authenticated session and knowledge of a valid sharing group identifier; no user interaction or special tooling is needed beyond sending a PUT request instead of a POST request to the same endpoint.
Published: 2026-09-22
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: Unauthorized Sharing Group Access
Action: Immediate Patch
AI Analysis

Impact

An authenticated MISP user can bypass the sharing‑group authorization check by sending a PUT request to the /collections/add endpoint instead of the intended POST method. The CRUDComponent::add() operation persists data for both POST and PUT, but the authorisation guard in CollectionsController::add() was only applied to POST requests prior to the fix. This omission permits the creation of a collection with distribution=4 (shared with a specific sharing group) referencing a group the attacker is not authorized to use, thereby exposing that information to all members of the unauthorized group. The flaw manifests as an improper authorization control (CWE‑285) compounded by an improper privilege check (CWE‑862).

Affected Systems

The vulnerability targets MISP, the open‑source threat intelligence platform. Any installation that has not applied the patch that extends the authorization guard in CollectionsController::add() to handle PUT requests remains vulnerable. No specific version numbers are listed in the CNA data, so the risk applies to all affected deployments until updated.

Risk and Exploitability

The CVSS score of 5.3 indicates medium severity. EPSS information is not available, so the statistical likelihood of exploitation is unquantified. The vulnerability is not listed in the CISA KEV catalog. Exploitation requires only an authenticated session and knowledge of a valid sharing‑group identifier. The likely attack vector is via the web API, where an attacker sends a crafted PUT request to the same endpoint used for normal collection creation, bypassing the sharing‑group usability check.

Generated by OpenCVE AI on September 22, 2026 at 16:08 UTC.

Remediation

Vendor Solution

The authorization guard in CollectionsController::add() was extended to cover PUT requests in addition to POST requests. The sharing-group usability check (which validates that the current user can use the target sharing group) and the element capture logic now execute regardless of whether the request arrives as POST or PUT, ensuring that CRUDComponent::add() cannot persist a collection with an unauthorized sharing group via either HTTP verb.


OpenCVE Recommended Actions

  • Apply the official patch that extends the authorization guard in CollectionsController::add() to handle PUT requests as well as POST requests.
  • If the patch cannot be applied immediately, restrict or block PUT requests to the /collections/add endpoint and enforce POST‑only access for creating collections.
  • Audit existing collections for unauthorized sharing‑group assignments and remove or re‑associate them to groups the owners are permitted to access.

Generated by OpenCVE AI on September 22, 2026 at 16:08 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 22 Sep 2026 16:00:00 +0000

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

Tue, 22 Sep 2026 13:30:00 +0000

Type Values Removed Values Added
Description In MISP, the CollectionsController add() method enforced the sharing-group usability authorization check and element capture only when the HTTP request method was POST. However, the underlying CRUDComponent::add() method persists data on both POST and PUT requests. As a result, an authenticated user could issue a PUT request to the collections/add endpoint, bypassing the sharing-group authorization check entirely. This allowed the creation of a collection with distribution=4 (shared with a specific sharing group) targeting a sharing group that the user was not authorized to use. The bypassed check would normally verify that the current user has access to the specified sharing group before allowing the collection to be associated with it. The security impact is that an authenticated user can place collection data into a sharing group context they do not have legitimate access to, potentially exposing that data to all members of the unauthorized sharing group and violating the intended access-control boundaries of the MISP instance. The vulnerability requires an authenticated session and knowledge of a valid sharing group identifier; no user interaction or special tooling is needed beyond sending a PUT request instead of a POST request to the same endpoint.
Title MISP Collections: Missing Authorization Check for Sharing Group on PUT Request in collections/add
Weaknesses CWE-285
CWE-862
References
Metrics cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/SC:N/SI:L/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: CIRCL

Published:

Updated: 2026-09-22T15:32:21.567Z

Reserved: 2026-09-22T13:20:20.466Z

Link: CVE-2026-95671

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Deferred

Published: 2026-09-22T14:17:21.747

Modified: 2026-09-22T16:18:22.057

Link: CVE-2026-95671

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-22T16:15:08Z

Weaknesses