CVE-2024-42329
Severity CVSS v4.0:
Pending analysis
Type:
CWE-476
NULL Pointer Dereference
Publication date:
27/11/2024
Last modified:
27/11/2024
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.
Impact
Base Score 3.x
3.30
Severity 3.x
LOW