| tiêu đề | DaveGamble cJSON v1.7.19 Use After Free |
|---|
| Mô tả | A heap-use-after-free (UAF) exists in cJSON's RFC 7386 MergePatch implementation. When cJSONUtils_MergePatch() is called with a non-object patch (e.g., an array), the merge_patch() function in cJSON_Utils.c frees the arget object at line 1328, then calls cJSON_Duplicate(patch, 1) which internally calls cJSON_Duplicate_rec() at line 2808 of cJSON.c. The cJSON_Duplicate_rec() function dereferences item->type on the already-freed object: the freed heap memory gets reallocated for the duplicate tree, and the original freed memory region is then read, triggering a heap-use-after-free.(CWE-416 Use After Free) |
|---|
| Nguồn | ⚠️ https://github.com/DaveGamble/cJSON/issues/1060 |
|---|
| Người dùng | lrrh (UID 100159) |
|---|
| Đệ trình | 30/07/2026 18:13 (cách đây 1 tháng) |
|---|
| Kiểm duyệt | 09/09/2026 18:21 (1 month later) |
|---|
| Trạng thái | được chấp nhận |
|---|
| Mục VulDB | 401815 [DaveGamble cJSON đến 1.7.19 cJSON_Utils.c cJSONUtils_MergePatch tràn bộ đệm] |
|---|
| điểm | 20 |
|---|