Bug 2329136 (CVE-2024-42328) - CVE-2024-42328 zabbix: JS - Crash on empty HTTP server response
Summary: CVE-2024-42328 zabbix: JS - Crash on empty HTTP server response
Keywords:
Status: NEW
Alias: CVE-2024-42328
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-11-27 13:01 UTC by OSIDB Bzimport
Modified: 2024-11-27 19:55 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2024-11-27 13:01:31 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.