ArchLinux: 202006-11: sqlite: arbitrary code execution
Summary
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.
Resolution
Upgrade to 3.32.3-1.
# pacman -Syu "sqlite>=3.32.3-1"
The problem has been fixed upstream in version 3.32.3.
References
https://www.sqlite.org/src/info/c8d3b9f0a750a529 https://www.sqlite.org/src/info/cd708fa84d2aaaea https://www.sqlite.org/src/info/44a58d6cb135a104 https://security.archlinux.org/CVE-2020-13871
Workaround
None.