SQLite 3.32.2 has a use-after-free in resetAccumulator in select.c because the parse tree rewrite for window functions is too late.
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://security.gentoo.org/glsa/202007-26 | mitigation third party advisory vendor advisory |
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/BN32AGQPMHZRNM6P6L5GZPETOWTGXOKP/ | vendor advisory |
https://lists.debian.org/debian-lts-announce/2020/08/msg00037.html | third party advisory mailing list |
https://www.oracle.com/security-alerts/cpujan2021.html | third party advisory |
https://www.sqlite.org/src/info/cd708fa84d2aaaea | exploit vendor advisory |
https://www.sqlite.org/src/info/c8d3b9f0a750a529 | exploit vendor advisory |
https://www.sqlite.org/src/info/79eff1d0383179c4 | patch vendor advisory |
https://security.netapp.com/advisory/ntap-20200619-0002/ | third party advisory |
https://www.oracle.com/security-alerts/cpuApr2021.html | third party advisory |
https://cert-portal.siemens.com/productcert/pdf/ssa-389290.pdf | third party advisory patch |