CVE-2024-42331 LOW

CVE-2024-42331: Use after free in browser_push_error

Vendor Zabbix
Product Zabbix
Weakness CWE-416
Published November 27, 2024
Last update November 3, 2025

CVSS base score

3.3/10
Attack vector Local
Attack complexity Low
Privileges required Low
User interaction None
Confidentiality None
Integrity None

CVSS vector

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L

What the vulnerability does

01Description

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.

Key dates

02Disclosure timeline

November 27, 2024 CVE published
November 3, 2025 Record updated