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().
References
Link | Resource |
---|---|
https://sourceforge.net/p/freertos/bugs/199/ | Exploit Third Party Advisory |
Configurations
History
No history.
Information
Published : 2019-11-04 20:15
Updated : 2019-11-09 21:41
NVD link : CVE-2019-18178
Mitre link : CVE-2019-18178
CVE.ORG link : CVE-2019-18178
JSON object : View
Products Affected
amazon
- freertos\+fat
CWE
CWE-416
Use After Free