Security Advisory

CVE-2019-18178

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2019-11-04 19:37:35
Last updated 2024-08-05 01:47:13
Assigner mitre
State PUBLISHED

Description

Real Time Engineers FreeRTOS+FAT 160919a has a use after free. The function FF_Close() is defined in ff_file.c. The file handler pxFile is freed by ffconfigFREE, which (by default) is a macro definition of vPortFree(), but it is reused to flush modified file content from the cache to disk by the function FF_FlushCache().