CVE Catalog

CVE-2026-95703

MediumCVSS 5.1
Published: Updated: Translated: NVD NIST

Summary

In MISP, the __uploadLogo method in OrganisationsController processes a caller-supplied tmp_name with filesystem probes before verifying it is a real upload. An authenticated site-admin can supply an arbitrary server file path, allowing to check for file existence and determine image types.

Risk Assessment

The vulnerability discloses information about file existence and image types on the server, which may aid further attacks, but does not allow reading contents, code execution, or modification.

Recommendation

Upgrade MISP to a version that verifies is_uploaded_file before any path operations.

Other vulnerabilities in MISP

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS