Skip to main content

MISP CVE-2026-56446

| EUVDEUVD-2026-38229 HIGH
Code Injection (CWE-94)
2026-06-22 CIRCL GHSA-7v9f-64q7-x2jg
8.7
CVSS 4.0 · Vendor: CIRCL
Share

Severity by source

Vendor (CIRCL) PRIMARY
8.7 HIGH
CVSS:4.0/AV:N/AC:H/AT:N/PR:H/UI:N/VC:H/VI:H/VA:N/SC:H/SI:H/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
vuln.today AI
8.0 HIGH

Network-reachable admin UI but PR:H because only site_admin can change the setting, AC:H because the attacker must also force valid PHP into a log line, and S:C as code executes as a different OS principal (web server) than the application.

3.1 AV:N/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H
4.0 AV:N/AC:H/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:N

Primary rating from Vendor (CIRCL).

CVSS VectorVendor: CIRCL

Attack Vector
Network
Attack Complexity
High
Privileges Required
High
User Interaction
None
Scope
X

Lifecycle Timeline

2
Source Code Evidence Fetched
Jun 22, 2026 - 14:01 vuln.today
Analysis Generated
Jun 22, 2026 - 14:01 vuln.today

DescriptionCVE.org

MISP allowed a site administrator to configure an arbitrary filesystem path for the NDJSON error log used by JsonLogTool. Because log entries can include attacker-controlled content, an authenticated attacker with site administrator privileges could direct log output to a PHP file in a web-accessible directory and inject PHP code through logged data. Accessing the resulting file could lead to remote code execution with the privileges of the web server process.

The fix restricts log destinations to existing directories beneath APP/tmp/logs or /var/log, requires absolute paths, rejects stream wrappers and traversal-related input, and limits filenames to .log or .ndjson extensions while disallowing executable extension segments.

AnalysisAI

Remote code execution in MISP allows authenticated site administrators to abuse the JsonLogTool NDJSON error log configuration to write attacker-controlled content to a PHP file under the webroot, yielding code execution as the web server user. No public exploit identified at time of analysis, but a vendor patch is available via the MISP GitHub repository.

Technical ContextAI

MISP (Malware Information Sharing Platform) is a PHP/CakePHP threat-intelligence platform. The flaw lives in Server.php where the configuration setting that points JsonLogTool at its NDJSON error log accepted any filesystem path with no validation. Because JsonLogTool appends untrusted, attacker-influenced strings into the log, the path itself becomes a write primitive. The root cause aligns with CWE-94 Improper Control of Generation of Code: the program treats a controllable file name (including its extension and location) as data, when in fact PHP's mod_php / FPM handlers will treat any *.php file under the document root as executable code. The fix introduces a new testLogPath validator that forces absolute paths, resolves symlinks/'..' via realpath, restricts the parent directory to APP/tmp/logs or /var/log, rejects stream wrappers (phar://, php://) and CR/LF/NUL, and restricts file names to .log or .ndjson while blocking dotted segments matching php/phar/phtml/cgi/pl/py/sh/asp/aspx/jsp/exe.

RemediationAI

Upstream fix available (commit 9600d486ccfc98388e13897fd954350cebac5fb0); a released patched version is not independently confirmed in the supplied data, so upgrade to the first MISP release that includes that commit, available from https://github.com/MISP/MISP. Until that upgrade is in place, the practical compensating controls are to leave the JsonLogTool error-log path setting at its default (the built-in path under APP/tmp/logs) and audit Server.settings for any custom value that resolves outside APP/tmp/logs or /var/log, treating any path pointing to a webroot-served directory as an active compromise indicator; additionally, restrict who holds the site_admin role and review the audit log for recent changes to log-path settings. As a deeper defence, configure the web server (Apache/Nginx) to refuse to execute PHP from APP/tmp/logs and /var/log so that even a future log-path bug cannot pivot to RCE - the trade-off is purely operational hardening with no functional side effect on MISP itself.

More in PHP

View all
CVE-2019-11043 CRITICAL POC
9.8 Oct 28

In PHP versions 7.1.x below 7.1.33, 7.2.x below 7.2.24 and 7.3.x below 7.3.11 in certain configurations of FPM setup it

CVE-2012-1823 CRITICAL POC
9.8 May 11

sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not

CVE-2016-1555 CRITICAL POC
9.8 Apr 21

(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear

CVE-2018-11138 CRITICAL POC
9.8 May 31

The '/common/download_agent_installer.php' script in the Quest KACE System Management Appliance 8.0.318 is accessible by

CVE-2024-11680 CRITICAL POC
9.8 Nov 26

ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C

CVE-2025-49113 CRITICAL POC
9.9 Jun 02

Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au

CVE-2017-9841 CRITICAL POC
9.8 Jun 27

Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c

CVE-2025-0108 HIGH POC
8.8 Feb 12

Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers

CVE-2021-25298 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2021-25296 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2013-4983 CRITICAL POC
10.0 Sep 10

The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

Share

CVE-2026-56446 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy