πŸ” CVE Alert

CVE-2026-95698

UNKNOWN 0.0

MISP Path Traversal in OrgImgHelper findOrgImage via Crafted Organization Name

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

The findOrgImage method in MISP's OrgImgHelper constructs a filesystem path by concatenating a user-supplied organization identifier with a fixed image directory and a file extension, then calls file_exists() on the resulting path. The organization name field is attacker-controllable through event import, which sets Org.name. Because no validation was performed on the field value before path construction, an organization name containing directory traversal sequences (e.g., ../../etc/passwd) would cause the path to resolve outside the intended org-image directory.Β  This yields two security impacts:Β   - an arbitrary file existence oracle, since file_exists() returns a boolean for any path the process can access.  -Β an arbitrary file read limited to files with .png or .svg extensions, because the resolved filename is returned and subsequently rendered or served to the requesting user. The vulnerability requires an authenticated user with the ability to create or import events that set the organization name.

CWE CWE-22
Vendor misp
Product misp
Published Sep 22, 2026
Last Updated Sep 22, 2026
Stay Ahead of the Next One

Get instant alerts for misp misp

Be the first to know when new unknown vulnerabilities affecting misp misp are published β€” delivered to Slack, Telegram or Discord.

Get Free Alerts β†’ Free Β· No credit card Β· 60 sec setup

Affected Versions

MISP / MISP
0 < 2.5.47

References

NVD β†— CVE.org β†— EPSS Data β†—
github.com: https://github.com/MISP/MISP/commit/e00986075

Credits

πŸ” Jeroen Pinoy iglocska Claude Opus 4.8