CVE-2026-54394 PUBLISHED

MISP organisation logo path traversal allows retrieval of arbitrary PNG/SVG files

Assigner: CIRCL
Reserved: 12.06.2026 Published: 12.06.2026 Updated: 12.06.2026

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.

Metrics

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
CVSS Score: 5.3

Product Status

Vendor misp
Product misp
Versions Default: unaffected
  • affected from 0 to 2.5.40 (excl.)

Credits

  • Jeroen Pinoy finder
  • Andras Iklody remediation developer

References

Problem Types

  • CWE-22 Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') CWE

Impacts

  • CAPEC-126 Path Traversal