Documentation Source Text

Check-in [2706ba81b8]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Add an entry for CVE 2021-20227 to the vulnerabilities page.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | branch-3.35
Files: files | file ages | folders
SHA3-256: 2706ba81b89c976c86e381e047e7c467bbd40d8ea30705e647e6354f340c54f3
User & Date: drh 2021-03-23 20:08:04
Context
2021-03-26
12:19
Version 3.35.3 (check-in: 62dcfe1803 user: drh tags: release, branch-3.35, version-3.35.3)
2021-03-23
20:08
Add an entry for CVE 2021-20227 to the vulnerabilities page. (check-in: 2706ba81b8 user: drh tags: branch-3.35)
19:57
Changes associated with 3.35 patches. (check-in: 0e56b31f8c user: drh tags: branch-3.35)
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to pages/cves.in.

258
259
260
261
262
263
264






265
266
267
268
269
270
271
<th valign="bottom">Fix</th>
<th valign="bottom">Comments</th>
</tr>
</thead>
<tbody>

<tcl>






CVE 2020-15358 3.32.3 {
  Malicious SQL statement causes an read past the end of a heap buffer.
} {https://sqlite.org/src/info/8f157e8010b22af0}

CVE 2020-13871 3.32.3 {
  Malicious SQL statement causes a read-only use-after-free memory error.
} {https://sqlite.org/src/info/c8d3b9f0a750a529}







>
>
>
>
>
>







258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
<th valign="bottom">Fix</th>
<th valign="bottom">Comments</th>
</tr>
</thead>
<tbody>

<tcl>
CVE 2021-20227 3.34.1 {
  Malicious SQL statement causes read-after-free, which is harmless as far
  as anyone has been able to determine, but nobody has been able to prove
  that it would never cause trouble.
} {https://sqlite.org/src/info/30a4c323650cc949}

CVE 2020-15358 3.32.3 {
  Malicious SQL statement causes an read past the end of a heap buffer.
} {https://sqlite.org/src/info/8f157e8010b22af0}

CVE 2020-13871 3.32.3 {
  Malicious SQL statement causes a read-only use-after-free memory error.
} {https://sqlite.org/src/info/c8d3b9f0a750a529}