4.4
CVE-2024-42326
- EPSS 0.05%
- Published 27.11.2024 12:15:20
- Last modified 27.11.2024 12:15:20
- Source security@zabbix.com
- Teams watchlist Login
- Open Login
There was discovered a use after free bug in browser.c in the es_browser_get_variant function
Verknüpft mit AI von unstrukturierten Daten zu bestehenden CPE der NVD
This information is available to logged-in users. Login
Daten sind bereitgestellt durch das CVE Programm von einer CVE Numbering Authority (CNA) (Unstrukturiert).
VendorZabbix
≫
Product
Zabbix
Default Statusunaffected
Version <=
7.0.3
Version
7.0.0
Status
affected
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Type | Source | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 0.05% | 0.139 |
Source | Base Score | Exploit Score | Impact Score | Vector string |
---|---|---|---|---|
security@zabbix.com | 4.4 | 1.8 | 2.5 |
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L
|
CWE-416 Use After Free
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.