In SQLite 3.31.1, there is an out of bounds access problem through ALTER TABLE for views that have a nested FROM clause.
The product performs operations on a memory buffer, but it reads from or writes to a memory location outside the buffer's intended boundary. This may result in read or write operations on unexpected memory locations that could be linked to other variables, data structures, or internal program data.
Link | Tags |
---|---|
https://www.sqlite.org/src/info/c431b3fd8fd0f6a6 | patch vendor advisory |
https://security.netapp.com/advisory/ntap-20221111-0007/ | third party advisory |