cve/2023/CVE-2023-49275.md

18 lines
1.1 KiB
Markdown
Raw Normal View History

2024-06-07 17:53:02 +00:00
### [CVE-2023-49275](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-49275)
![](https://img.shields.io/static/v1?label=Product&message=wazuh&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3D%20%3E%3D%203.2.0%2C%20%3C%204.7.1%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-476%3A%20NULL%20Pointer%20Dereference&color=brighgreen)
### Description
Wazuh is a free and open source platform used for threat prevention, detection, and response. A NULL pointer dereference was detected during fuzzing of the analysis engine, allowing malicious clients to DoS the analysis engine. The bug occurs when `analysisd` receives a syscollector message with the `hotfix` `msg_type` but lacking a `timestamp`. It uses `cJSON_GetObjectItem()` to get the `timestamp` object item and dereferences it without checking for a `NULL` value. A malicious client can DoS the analysis engine. This vulnerability is fixed in 4.7.1.
### POC
#### Reference
- https://github.com/wazuh/wazuh/security/advisories/GHSA-4mq7-w9r6-9975
#### Github
No PoCs found on GitHub currently.