---
id: CVE-2026-95703
title: >-
  In MISP, the OrganisationsController::__uploadLogo method processed a
  caller-supplied tmp_name value with filesystem probes (file_exists, MIME type
  detection, EXIF reading) before verifying that the value corresponded to a
  genuine PHP fi…
summary: >-
  In MISP, the OrganisationsController::__uploadLogo method processed a
  caller-supplied tmp_name value with filesystem probes (file_exists, MIME type
  detection, EXIF reading) before verifying that the value corresponded to a
  genuine PHP fi…
severity: medium
cvss: 5.1
cvssVector: 'CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N'
cwe:
  - CWE-20
  - CWE-200
vendor: MISP
product: MISP
affected:
  - MISP < 2.5.47
published: '2026-09-22'
updated: '2026-09-22'
sourceUpdated: '2026-09-22T16:18:23.977'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-95703'
references:
  - url: 'https://github.com/MISP/MISP/commit/12eaadc9e'
    label: 5a6e4751-2f3f-4070-9419-94fb35b644e8
tags:
  - nvd
  - cve.org
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-09-22T14:59:43.387710Z'
cvssSource: cna
ingestedAt: '2026-09-22T15:05:01.080Z'
epss: 0.00508
epssPercentile: 0.40822
---

## Overview

In MISP, the OrganisationsController::__uploadLogo method processed a caller-supplied tmp_name value with filesystem probes (file_exists, MIME type detection, EXIF reading) before verifying that the value corresponded to a genuine PHP file upload via is_uploaded_file. An authenticated site-admin user could supply an arbitrary server file path as the tmp_name parameter. The application would then probe that path and return distinct validation error messages depending on whether the file existed and what its image type was, effectively creating a file-existence and image-type oracle against the server filesystem.

The vulnerability requires site-admin privileges and does not allow arbitrary file read, code execution, or modification; the impact is limited to disclosure of whether a given path exists on the server and, for image files, their type.

## Remediation

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