CVE-2026-54394
Deferred Deferred - Pending Action

Path Traversal in MISP via Organisation Logo Handling

Vulnerability report for CVE-2026-54394, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-06-12

Last updated on: 2026-06-15

Assigner: 5a6e4751-2f3f-4070-9419-94fb35b644e8

Description

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-06-12
Last Modified
2026-06-15
Generated
2026-07-03
AI Q&A
2026-06-13
EPSS Evaluated
2026-07-01
NVD

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-22 The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a path traversal issue in the MISP application, specifically in the OrganisationsController::getOrgLogo function.

The problem arises because the code builds file paths for organisation logos using fields controlled by the organisation, such as id, name, and uuid, without properly ensuring that the resulting file path stays within the intended directory (APP/files/img/orgs/).

An attacker who can influence these organisation fields can use path traversal sequences (like ../) to trick the system into returning arbitrary readable .png or .svg files from outside the designated logo directory.

The vulnerability is fixed by using realpath() to resolve candidate paths and verifying that they remain under the expected base directory before serving the file.

Impact Analysis

This vulnerability can allow an attacker to read arbitrary image files (.png or .svg) from the server outside the intended organisation logo directory.

By exploiting this, an attacker could potentially access sensitive files if such files are accessible and readable by the application, leading to information disclosure.

Since the vulnerability does not require user interaction and can be exploited remotely with low complexity, it poses a moderate risk.

Mitigation Strategies

To mitigate this vulnerability, ensure that the application resolves candidate file paths using realpath() and verifies that the resolved paths remain under the intended base directory before serving any files.

Additionally, restrict the ability of attackers to influence organisation-controlled fields such as id, name, and uuid that are used to build file paths.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-54394. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart