Security Advisory

CVE-2024-42329

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2024-11-27 12:05:21
Last updated 2024-11-27 14:55:58
Assigner Zabbix
CVSS score 3.3
State PUBLISHED

Description

The webdriver for the Browser object expects an error object to be initialized when the webdriver_session_query function fails. But this function can fail for various reasons without an error description and then the wd->error will be NULL and trying to read from it will result in a crash.