Severity by source
CVSS:4.0/AV:N/AC:L/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
Network-reachable admin UI (AV:N/AC:L), requires site_admin (PR:H), no user interaction, code execution as MISP user breaks out of the application sandbox to the OS (S:C) with full CIA impact.
Primary rating from Vendor (CIRCL).
CVSS VectorVendor: CIRCL
Lifecycle Timeline
2DescriptionCVE.org
MISP allowed an authenticated site administrator to set the Kafka_rdkafka_config setting to an arbitrary filesystem path. MISP subsequently parsed the referenced INI file and passed its options to rdkafka. A crafted attacker-controlled configuration file could use rdkafka options such as plugin.library.paths to load an external library, resulting in arbitrary code execution with the privileges of the MISP process. An attacker could leverage a MISP-writable location, such as an uploaded file or administrative image, to host the malicious configuration file.
The issue is fixed by restricting the setting to absolute .ini files located only in approved configuration directories outside the webroot and MISP upload targets.
AnalysisAI
Authenticated arbitrary code execution in MISP allows a site administrator to abuse the Kafka_rdkafka_config setting to load an attacker-controlled INI file, which is parsed and passed to rdkafka with options such as plugin.library.paths to load an arbitrary shared library. The flaw (CWE-829, inclusion of functionality from untrusted control sphere) yields code execution as the MISP process user; no public exploit identified at time of analysis, but a vendor patch is available.
Technical ContextAI
MISP is an open-source Threat Intelligence Platform written in PHP (CakePHP). The vulnerable code path is in app/Model/Server.php, where the Kafka_rdkafka_config server setting accepted any filesystem path. MISP then read that INI file and passed every key/value pair to the librdkafka client via rdkafka. librdkafka exposes powerful tunables - most notably plugin.library.paths, which causes the library loader to dlopen() arbitrary shared objects whose constructors execute attacker code in-process. Combined with MISP's own writable locations (uploaded attachments, organisation logos under the webroot, tmp directories), an admin can stage both the malicious .so payload and the INI pointer file entirely through the application. The fix mirrors the new testLogPath() validator shown in the commit: the path must be absolute, free of stream wrappers and NUL/CRLF, resolved via realpath(), and confined to an allow-list of approved configuration directories outside the webroot and upload targets, with a strict filename grammar rejecting executable extensions.
RemediationAI
Upstream fix is available as commit 9600d486ccfc98388e13897fd954350cebac5fb0 (https://github.com/MISP/MISP/commit/9600d486ccfc98388e13897fd954350cebac5fb0); upgrade to the first MISP release that incorporates this commit and verify that Server::testKafkaRdkafkaConfig (or the equivalent path validator) restricts the setting to absolute .ini files in approved configuration directories. As compensating controls until upgrade: unset or blank the Kafka_rdkafka_config value if Kafka publishing is not used (this disables Kafka enrichment output, which is acceptable for most deployments); audit and rotate site_admin credentials, enforce MFA on admin accounts, and restrict /servers/serverSettings* to trusted source IPs via web-server ACLs (side effect: legitimate remote admin from other networks breaks); run MISP under a dedicated low-privilege user with no shell and mount the webroot and Attachments/img/orgs directories noexec (side effect: any feature that depends on executing uploads - there should be none - will fail); and monitor file changes under app/files/, app/webroot/img/orgs/ and the tmp upload paths for *.so/*.ini drops.
An issue was discovered in MISP 2.4.9x before 2.4.99. Rated high severity (CVSS 8.8), this vulnerability is remotely exp
An issue was discovered in MISP before 2.4.158. Rated critical severity (CVSS 9.8), this vulnerability is remotely explo
app/Controller/Component/IndexFilterComponent.php in MISP before 2.4.167 mishandles ordered_url_params and additional_de
SQL injection in MISP threat intelligence platform versions prior to 2.5.37 allows remote unauthenticated attackers to m
An issue was discovered in MISP before 2.4.158. Rated high severity (CVSS 7.5), this vulnerability is remotely exploitab
MISP 2.4.172 mishandles different certificate file extensions in server sync. Rated high severity (CVSS 7.5), this vulne
In MISP before 2.4.148, app/Lib/Export/OpendataExport.php mishandles parameter data that is used in a shell_exec call. R
An issue was discovered in app/Controller/UsersController.php in MISP 2.4.92. Rated critical severity (CVSS 9.8), this v
An issue was discovered in MISP 2.4.128. Rated critical severity (CVSS 9.8), this vulnerability is remotely exploitable,
MISP before 2.4.135 lacks an ACL check, related to app/Controller/GalaxyElementsController.php and app/Model/GalaxyEleme
app/View/Elements/genericElements/IndexTable/Fields/generic_field.ctp in MISP 2.4.144 does not sanitize certain data rel
MISP 2.4.148, in certain configurations, allows SQL injection via the app/Model/Log.php $conditions['org'] value. Rated
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-38231
GHSA-834x-pvxg-xh58