CVE-2026-54394 MEDIUM

CVE-2026-54394: MISP organisation logo path traversal allows retrieval of arbitrary PNG/SVG files

Vendor Misp
Product misp
Weakness CWE-22 · Path traversal
Published June 12, 2026
Last update June 15, 2026

CVSS base score

5.3/10
Attack vector Network
Attack complexity Low
Privileges required Low
User interaction None
Confidentiality
Integrity

CVSS vector

CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/U:Green

What the vulnerability does

01Description

MISP contains a path traversal vulnerability in OrganisationsController::getOrgLogo. The vulnerable code builds organisation logo file paths using organisation-controlled fields such as id, name, and uuid without ensuring that the resolved file remains inside the intended APP/files/img/orgs/ directory. An attacker able to influence an organisation field, for example the organisation name, could use path traversal sequences to cause MISP to return arbitrary readable .png or .svg files from outside the organisation logo directory. The issue is fixed by resolving candidate paths with realpath() and verifying that they remain under the expected base directory before serving the file.

Key dates

02Disclosure timeline

June 12, 2026 CVE published
June 15, 2026 Record updated