CVE-2026-56447 PUBLISHED

MISP remote code execution via arbitrary rdkafka configuration path

Assigner: CIRCL
Reserved: 22.06.2026 Published: 22.06.2026 Updated: 22.06.2026

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.

Metrics

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
CVSS Score: 9.3

Product Status

Vendor misp
Product misp
Versions Default: unaffected
  • affected from 0 to 2.5.41 (incl.)

Credits

  • Andras Iklody remediation developer
  • Jeroen Pinoy finder
  • Jakub Chyliński finder

References

Problem Types

  • CWE-829 Inclusion of Functionality from Untrusted Control Sphere CWE

Impacts

  • CAPEC-159 Redirect Access to Libraries