Security Advisory

CVE-2024-42331

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2024-11-27 12:06:12
Last updated 2025-11-03 22:04:44
Assigner Zabbix
CVSS score 3.3
State PUBLISHED

Description

In the src/libs/zbxembed/browser.c file, the es_browser_ctor method retrieves a heap pointer from the Duktape JavaScript engine. This heap pointer is subsequently utilized by the browser_push_error method in the src/libs/zbxembed/browser_error.c file. A use-after-free bug can occur at this stage if the wd->browser heap pointer is freed by garbage collection.