---
id: CVE-2026-95679
title: >-
  MISP's RequestHandlerComponent automatically decodes XML request bodies on all
  write requests
summary: >-
  MISP's RequestHandlerComponent automatically decodes XML request bodies on all
  write requests. The underlying Xml::build() library contains a logic error in
  its readFile guard condition (readFile && http || https), where PHP operator
  pre…
severity: medium
cvss: 6.9
cvssVector: 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N'
cwe:
  - CWE-20
  - CWE-918
vendor: MISP
product: MISP
affected:
  - MISP < 2.5.47
published: '2026-09-22'
updated: '2026-09-22'
sourceUpdated: '2026-09-22T16:18:22.457'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-95679'
references:
  - url: 'https://github.com/MISP/MISP/commit/716fc49d3'
    label: 5a6e4751-2f3f-4070-9419-94fb35b644e8
tags:
  - nvd
  - cve.org
ssvc:
  exploitation: none
  automatable: 'yes'
  technicalImpact: partial
  timestamp: '2026-09-22T15:36:14.509188Z'
cvssSource: cna
ingestedAt: '2026-09-22T14:04:19.586Z'
epss: 0.00601
epssPercentile: 0.46437
---

## Overview

MISP's RequestHandlerComponent automatically decodes XML request bodies on all write requests. The underlying Xml::build() library contains a logic error in its readFile guard condition (readFile && http || https), where PHP operator precedence causes the https branch to bypass the readFile check entirely. As a result, a request body containing a bare HTTPS URL is treated as a locator and fetched by the server. Because the cspReport endpoint accepts XML content type and is unauthenticated by design, an unauthenticated remote attacker can send a POST request with a crafted XML body to cause the MISP server to issue an outbound HTTPS request to an arbitrary target reachable from the server.

The attacker does not receive the response body, but can use the vulnerability to probe internal services, trigger actions on internal HTTPS endpoints, or perform timing-based reconnaissance of the server's network environment. 

The vulnerability affects any MISP deployment where the cspReport endpoint is reachable and the server has network access to internal or external HTTPS services.

## Remediation

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