CRITICAL🇵🇱 Wersja polska

CVE-2026-56447

CVSS 9.3v4.0pub. 2026-06-22upd. 2026-06-23

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.

🤖 AI Analysis
How it works

The vulnerability results from lack of validation of the INI file path set by the Kafka_rdkafka_config parameter — an attacker with server administrator privileges could specify any file in the file system. MISP parsed the specified INI file and passed its options directly to the rdkafka library. A crafted configuration file could contain the plugin.library.paths option pointing to a malicious dynamic library. An attacker could place such a library in a location writable by MISP, such as an uploaded file or administrative image, and then trigger its loading and code execution with the privileges of the MISP process.

Impact

An attacker can execute arbitrary code (RCE) with the privileges of the MISP process, which can lead to system takeover, leakage of sensitive intelligence data, and compromise of the integrity of the MISP instance and systems communicating with it.

Mitigation & patch

Apply the patch available in the MISP GitHub repository (commit 9600d486ccfc98388e13897fd954350cebac5fb0). The patch restricts the Kafka_rdkafka_config parameter exclusively to absolute paths of .ini files located in approved configuration directories outside the webroot and MISP upload directories. Until the update is applied, it is recommended to limit the number of accounts with server administrator privileges and monitor changes to Kafka configuration.

Who is affected

MISP (Misp-Project/MISP) — versions indicated in producer references; the vulnerability affects instances with enabled Kafka/rdkafka integration and server administrator access

Analysis generated by Claude AI (Anthropic) based on NVD data. Always verify with vendor.
CVSS Vector
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
  • Misp Project Misp

    APP
    Misp-Project
    < 2.5.42
🔵
CHECK WITH VENDOR
No clear patch data available. Check vendor references.
Tags
RCE
CWE
References

Related vulnerabilities

CVE-2026-56423CRITICAL9.4PL ✓same product

MISP: błędna kontrola dostępu w masowym usuwaniu obiektów (CWE-862)

CVE-2026-56425CRITICAL9.3PL ✓same product

MISP: Wielokrotne słabości implementacji OAuth 2.0 z AAD – session fixation i inne

CVE-2026-44381CRITICAL9.3PL ✓same product

SQL Injection w MISP — manipulacja parametrami sortowania zapytań

CVE-2024-29858CRITICAL9.8PL ✓same product

MISP: Nieprawidłowa weryfikacja przesyłanego logo organizacji

CVE-2024-29859CRITICAL9.8PL ✓same product

MISP: Nieprawidłowa walidacja uploadu pliku umożliwia RCE