fluidsynth is a software synthesizer based on the SoundFont 2 specifications. A use after free violation was discovered in fluidsynth, that can be triggered when loading an invalid SoundFont file.
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.
Link | Tags |
---|---|
https://github.com/FluidSynth/fluidsynth/issues/808 | third party advisory exploit |
https://github.com/FluidSynth/fluidsynth/pull/810 | issue tracking patch exploit third party advisory |
https://github.com/FluidSynth/fluidsynth/security/advisories/GHSA-6fcq-pxhc-jxc9 | third party advisory |
https://lists.debian.org/debian-lts-announce/2021/06/msg00027.html | third party advisory mailing list |