漏洞信息
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
Vulnerability Title
JS - Crash on empty HTTP server response
Vulnerability Description
When the webdriver for the Browser object downloads data from a HTTP server, the data pointer is set to NULL and is allocated only in curl_write_cb when receiving data. If the server's response is an empty document, then wd->data in the code below will remain NULL and an attempt to read from it will result in a crash.
CVSS Information
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L
Vulnerability Type
未检查返回值导致空指针解引用
Vulnerability Title
Zabbix 安全漏洞
Vulnerability Description
Zabbix是Zabbix公司的一套开源的监控系统。该系统支持网络监控、服务器监控、云监控和应用监控等。 Zabbix 7.0.0至7.0.3版本存在安全漏洞,该漏洞源于使用webdriver for the Browser object从HTTP服务器下载数据时,数据指针初始设为NULL,会导致后续读取该指针数据时程序崩溃。
CVSS Information
N/A
Vulnerability Type
N/A