Use After Free in GitHub repository vim/vim prior to 9.0.0490.
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://huntr.dev/bounties/96d5f7a0-a834-4571-b73b-0fe523b941af | exploit third party advisory patch |
https://github.com/vim/vim/commit/1c3dd8ddcba63c1af5112e567215b3cec2de11d0 | third party advisory patch |
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/LSSEWQLK55MCNT4Z2IIJEJYEI5HLCODI/ | vendor advisory |
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/4QI7AETXBHPC7SGA77Q7O5IEGULWYET7/ | vendor advisory |
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/GTBVD4J2SKVSWK4VBN5JP5OEVK6GDS3N/ | vendor advisory |
https://lists.debian.org/debian-lts-announce/2022/11/msg00032.html | third party advisory mailing list |
https://security.gentoo.org/glsa/202305-16 | vendor advisory |