jpalanco/alienvault-ossim

A memory leak Vulnerability

Opened this issue · 0 comments

I discovered the memory leak vulnerability on 1132th lines in file sim-organizer.c. The memory allocated the function sim_uuid_new() is not freed,before the function sim_event_unref (event) is called. As well as event->backlog_id is the member of the structure event. So when lots of alarm events occurs, increasing memory usage can cause system crash.