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 |
https://sourceforge.net/p/freertos/bugs/199/ | Exploit Third Party Advisory |
Configurations
History
21 Nov 2024, 04:32
Type | Values Removed | Values Added |
---|---|---|
References | () https://sourceforge.net/p/freertos/bugs/199/ - Exploit, Third Party Advisory |
Information
Published : 2019-11-04 20:15
Updated : 2024-11-21 04:32
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