CVE-2026-95703: MISP OrganisationsController File Existence and Image-Type Oracle via Forged Upload tmp_name

Published Sep 22, 2026
·
Updated

In MISP, the OrganisationsController::uploadLogo method processed a caller-supplied tmpname value with filesystem probes (fileexists, MIME type detection, EXIF reading) before verifying that the value corresponded to a genuine PHP file upload via isuploadedfile. An authenticated site-admin user could supply an arbitrary server file path as the tmpname 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.

Affected Software

1 affected component
Misp Misp

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Compensating control

    In MISP OrganisationsController::__uploadLogo, reject an empty tmp_name or a value that fails is_uploaded_file() immediately after the basic size/error check, before any filesystem probes such as file_exists, MIME detection, or EXIF reading.

Event History

Sep 22, 2026
CVE Published
via MITRE·02:49 PM
Data Sourced
via MITRE·02:49 PM
RemedyDescriptionWeakness
Data Sourced
via NVD·03:17 PM
DescriptionSeverityWeakness

Frequently Asked Questions

1

Who can exploit this issue?

Exploitation requires an authenticated MISP user with site-admin privileges. Unauthenticated users and lower-privileged authenticated users are not described as able to trigger it.

2

What information can an attacker obtain?

A site administrator can test arbitrary server paths and distinguish whether they exist. For existing image files, the responses can also reveal the image type; the issue does not provide arbitrary file-content reading, modification, or code execution.

3

How can I determine whether an instance is affected?

Review whether the installed MISP code includes the fix from commit 12eaadc9e. The vulnerable behavior occurs when OrganisationsController::__uploadLogo performs file existence, MIME-type, or EXIF checks on a supplied tmp_name before confirming it with is_uploaded_file.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203