---
id: CVE-2026-95697
title: >-
  MISP contains an authorization flaw in the Organisation model's captureOrg
  method
summary: >-
  MISP contains an authorization flaw in the Organisation model's captureOrg
  method. When the $force parameter is set to true, the method unconditionally
  overwrites organization metadata fields without verifying that the invoking
  user hold…
severity: medium
cvss: 5.3
cvssVector: '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'
cwe:
  - CWE-862
vendor: MISP
product: MISP
affected:
  - MISP < 2.5.47
published: '2026-09-22'
updated: '2026-09-22'
sourceUpdated: '2026-09-22T16:18:23.393'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-95697'
references:
  - url: 'https://github.com/MISP/MISP/commit/f3ec974ee'
    label: 5a6e4751-2f3f-4070-9419-94fb35b644e8
tags:
  - nvd
  - cve.org
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-09-22T15:06:23.172470Z'
cvssSource: cna
ingestedAt: '2026-09-22T15:05:01.085Z'
epss: 0.00381
epssPercentile: 0.32041
---

## Overview

MISP contains an authorization flaw in the Organisation model's captureOrg method. When the $force parameter is set to true, the method unconditionally overwrites organization metadata fields without verifying that the invoking user holds sufficient privileges. A user with a sharing group (SG) editor role can trigger this code path, allowing them to modify organization metadata that should be restricted to site administrators or users with sync permissions.

According to the commit message, this could lead to blueprint-based sharing group manipulation, meaning an attacker with SG editor access could alter organizational attributes in ways that influence how sharing groups and blueprints behave across the MISP instance. 

The vulnerability requires an authenticated user with at least SG editor privileges and network access to the MISP web interface. The impact is primarily on the integrity of organization records and, potentially, on the integrity of sharing group configurations derived from those records.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
