Unsafe Deserialization Vulnerability in openITCOCKPIT Monitoring Tool
CVE-2026-24891
What is CVE-2026-24891?
The openITCOCKPIT monitoring tool has a vulnerability in its Gearman worker implementation that allows for unsafe deserialization of job payloads. Specifically, the unsanitized use of PHP's unserialize() function poses risks when payloads are processed without enforcing class restrictions or validating data sources. This oversight can lead to PHP Object Injection, potentially allowing attackers from untrusted systems to submit malicious serialized data if Gearman service is exposed. The risk is amplified in misconfigured deployments where Gearman listens on non-local interfaces or allows open TCP access to port 4730. Upgrading to version 5.4.0 addresses this issue by enforcing necessary data validation within application code.
Affected Version(s)
openITCOCKPIT < 5.4.0
