Отправить #919199: dvidelabs flatcc v0.6.3 Memory LeakИнформация

Названиеdvidelabs flatcc v0.6.3 Memory Leak
Описаниеdefine_fb_name() inserts reserved keywords into a dedicated keyword_index hash table (src/compiler/semantics.c:260). The parser's teardown (fb_clear_parser) frees the attribute_index and include_index tables but omits keyword_index, so every schema parse leaks the keyword table (~1024 bytes). For any persistent process (fuzz harness, daemon, IDE language server) that parses schemas repeatedly, memory grows without bound. Affected versions: flatcc HEAD v0.6.3 Severity: Medium (deterministic per-parse memory leak; DoS by resource exhaustion in persistent processes) CWE: CWE-401 (Improper Release of Memory Before Removing Last Reference)
Источник⚠️ https://github.com/dvidelabs/flatcc/issues/389
Пользователь
 lrrh (UID 100159)
Представление08.08.2026 10:37 (1 месяц назад)
Модерация13.09.2026 15:01 (1 month later)
Статуспринято
Запись VulDB403290 [Dvidelabs flatcc до 0.6.3 src/Compiler/semantics.c fb_clear_parser отказ в обслуживании]
Баллы20

Do you want to use VulDB in your project?

Use the official API to access entries easily!