VYPR

Freertos\+fat

by Amazon

CVEs (1)

  • CVE-2019-18178HigNov 4, 2019
    risk 0.49cvss 7.5epss 0.01

    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…