mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-31 10:09:29 +02:00
21 lines
769 B
Markdown
21 lines
769 B
Markdown
### [CVE-2020-13871](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-13871)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
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.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://www.oracle.com/security-alerts/cpuApr2021.html
|
|
- https://www.oracle.com/security-alerts/cpujan2021.html
|
|
- https://www.sqlite.org/src/info/c8d3b9f0a750a529
|
|
- https://www.sqlite.org/src/info/cd708fa84d2aaaea
|
|
|
|
#### Github
|
|
- https://github.com/garethr/snykout
|
|
|