---
id: CVE-2026-85221
title: >-
  MISP contains an improper TLS certificate validation vulnerability in
  CurlClient
summary: >-
  MISP contains an improper TLS certificate validation vulnerability in
  CurlClient. The CurlClient::$verifyPeer property was not explicitly
  initialized and therefore defaulted to null. When passed to cURL, this value
  effectively disabled T…
severity: critical
cvss: 9.1
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N'
cwe:
  - CWE-295
vendor: misp-project
product: misp
affected:
  - misp < 2.5.46
patched:
  - misp 2.5.46
published: '2026-09-03'
updated: '2026-09-10'
sourceUpdated: '2026-09-10T19:40:05.193'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-85221'
references:
  - url: 'https://github.com/MISP/MISP/commit/e06f69858'
    label: 5a6e4751-2f3f-4070-9419-94fb35b644e8
tags:
  - nvd
  - cve.org
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: total
  timestamp: '2026-09-03T14:22:12.984760Z'
scores:
  nvd: 9.1
  cna: 7.6
ingestedAt: '2026-09-13T05:22:26.920Z'
epss: 0.00274
epssPercentile: 0.17656
---

## Overview

MISP contains an improper TLS certificate validation vulnerability in CurlClient. The CurlClient::$verifyPeer property was not explicitly initialized and therefore defaulted to null. When passed to cURL, this value effectively disabled TLS peer verification unless the calling code explicitly enabled it.


As a result, HTTPS connections made through affected CurlClient instances could accept certificates that were not issued by a trusted certificate authority. An attacker capable of intercepting or manipulating network traffic between a MISP instance and a remote HTTPS service could impersonate the remote endpoint and perform a man-in-the-middle attack.


Successful exploitation could allow an attacker to observe sensitive information transmitted by MISP, including authentication material or exchanged threat intelligence, and to modify responses returned to the MISP instance. The impact depends on the functionality using CurlClient and the data exchanged with the remote service.


The patch enables TLS peer verification by default while preserving explicit support for configured self-signed certificates. It also corrects the self-signed certificate handling in SyncTool so that peer verification is disabled only when no pinned CA certificate is configured.

## Affected

- `misp < 2.5.46`

## Remediation

Upgrade past the affected range:

- `misp 2.5.46`
