A heap use-after-free in the component CDataFileReader::GetItem of teeworlds v0.7.5 allows attackers to cause a Denial of Service (DoS) via a crafted map 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://mmmds.pl/fuzzing-map-parser-part-1-teeworlds/ | third party advisory exploit |
https://github.com/teeworlds/teeworlds/issues/2970 | issue tracking exploit |
https://gist.github.com/manba-bryant/9ca95d69c65f4d2c55946932c946fb9b | third party advisory |