๐Ÿ” CVE Alert

CVE-2026-95667

UNKNOWN 0.0

MISP Installer Log and FIFO Created World-Readable, Exposing Sensitive Credentials

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

The MISP installer scripts (for Debian 12, Debian 13, Ubuntu 24.04, and RHEL 9.4) create a log file at /var/log/misp_install.log and a named pipe (FIFO) at /var/log/misp_install.log.pipe to capture all installer output. The log captures highly sensitive data including the generated admin password, database passwords, GPG passphrase, and supervisor password. However, the log file was created by the tee command under the system default umask, resulting in world-readable permissions (typically 0644). Similarly, the FIFO was created with mkfifo without an explicit mode, also inheriting the default umask and remaining world-readable during the window before it was unlinked.ย  Any local unprivileged user on the system could read the log file or the FIFO to obtain these credentials.ย  Additionally, the log file was not removed before creation, meaning a pre-existing symlink in /var/log could have been used to redirect the write to an arbitrary location. Version affected: <2.5.47

CWE CWE-732 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/d5d72ab38

Credits

๐Ÿ” Niels Teusink of Eye Security iglocska Claude Opus 5 (1M context)