← Back to feed
Vulnerabilities & PatchesEmerging1 sourceSep 22, 2026 · 14:22via CVEFeed

CVE-2026-95693 - MISP Information Disclosure via Forged Upload Path

Brief

CVE ID : CVE-2026-95693

Published : Sept. 22, 2026, 2:22 p. m.

  • 36 minutes ago

Description : In MISP, the EventReport::uploadPicture method in processed a caller-supplied tmp_name field by invoking file_exists(), mime_content_type(), and exif_imagetype() on the supplied path before verifying that the value was a genuine PHP upload via is_uploaded_file(). An authenticated user holding the perm_add permission could supply an arbitrary filesystem path as the tmp_name value.

The application would then probe that path and return distinct validation error messages depending on whether the file existed, its MIME type, or its image format. By observing the differing error responses, an attacker could enumerate the existence of files at arbitrary paths on the MISP server and determine their type.

Read more on CVEFeed→