rpm package
suse/sqlite3&distro=SUSE Linux Enterprise Micro 5.2
pkg:rpm/suse/sqlite3&distro=SUSE%20Linux%20Enterprise%20Micro%205.2
Vulnerabilities (10)
| CVE | Sev | CVSS | KEV | Affected versions | Fixed in | Published | Description |
|---|---|---|---|---|---|---|---|
| CVE-2025-70873 | Hig | 7.5 | < 3.51.3-150000.3.39.1 | 3.51.3-150000.3.39.1 | Mar 12, 2026 | An information disclosure issue in the zipfileInflate function in the zipfile extension in SQLite v3.51.1 and earlier allows attackers to obtain heap memory via supplying a crafted ZIP file. | |
| CVE-2025-7709 | Med | — | < 3.51.2-150000.3.36.1 | 3.51.2-150000.3.36.1 | Sep 8, 2025 | An integer overflow exists in the FTS5 https://sqlite.org/fts5.html extension. It occurs when the size of an array of tombstone pointers is calculated and truncated into a 32-bit integer. A pointer to partially controlled data can then be written out of bounds. | |
| CVE-2025-6965 | Cri | 9.8 | < 3.50.2-150000.3.33.1 | 3.50.2-150000.3.33.1 | Jul 15, 2025 | There exists a vulnerability in SQLite versions before 3.50.2 where the number of aggregate terms could exceed the number of columns available. This could lead to a memory corruption issue. We recommend upgrading to version 3.50.2 or above. | |
| CVE-2025-3277 | — | < 3.49.1-150000.3.27.1 | 3.49.1-150000.3.27.1 | Apr 14, 2025 | An integer overflow can be triggered in SQLite’s `concat_ws()` function. The resulting, truncated integer is then used to allocate a buffer. When SQLite then writes the resulting string to the buffer, it uses the original, untruncated size and thus a wild Heap Buffer overflow of | ||
| CVE-2025-29088 | — | < 3.49.1-150000.3.27.1 | 3.49.1-150000.3.27.1 | Apr 10, 2025 | In SQLite 3.49.0 before 3.49.1, certain argument values to sqlite3_db_config (in the C-language API) can cause a denial of service (application crash). An sz*nBig multiplication is not cast to a 64-bit integer, and consequently some memory allocations may be incorrect. | ||
| CVE-2025-29087 | — | < 3.49.1-150000.3.27.1 | 3.49.1-150000.3.27.1 | Apr 7, 2025 | In SQLite 3.44.0 through 3.49.0 before 3.49.1, the concat_ws() SQL function can cause memory to be written beyond the end of a malloc-allocated buffer. If the separator argument is attacker-controlled and has a large string (e.g., 2MB or more), an integer overflow occurs in calcu | ||
| CVE-2023-2137 | — | < 3.44.0-150000.3.23.1 | 3.44.0-150000.3.23.1 | Apr 19, 2023 | Heap buffer overflow in sqlite in Google Chrome prior to 112.0.5615.137 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page. (Chromium security severity: Medium) | ||
| CVE-2022-46908 | — | < 3.39.3-150000.3.20.1 | 3.39.3-150000.3.20.1 | Dec 12, 2022 | SQLite through 3.40.0, when relying on --safe for execution of an untrusted CLI script, does not properly implement the azProhibitedFunctions protection mechanism, and instead allows UDF functions such as WRITEFILE. | ||
| CVE-2022-35737 | — | < 3.39.3-150000.3.17.1 | 3.39.3-150000.3.17.1 | Aug 3, 2022 | SQLite 1.0.12 through 3.39.x before 3.39.2 sometimes allows an array-bounds overflow if billions of bytes are used in a string argument to a C API. | ||
| CVE-2021-36690 | — | < 3.39.3-150000.3.17.1 | 3.39.3-150000.3.17.1 | Aug 24, 2021 | A segmentation fault can occur in the sqlite3.exe command-line component of SQLite 3.36.0 via the idxGetTableInfo function when there is a crafted SQL query. NOTE: the vendor disputes the relevance of this report because a sqlite3.exe user already has full privileges (e.g., is in |
- affected < 3.51.3-150000.3.39.1fixed 3.51.3-150000.3.39.1
An information disclosure issue in the zipfileInflate function in the zipfile extension in SQLite v3.51.1 and earlier allows attackers to obtain heap memory via supplying a crafted ZIP file.
- affected < 3.51.2-150000.3.36.1fixed 3.51.2-150000.3.36.1
An integer overflow exists in the FTS5 https://sqlite.org/fts5.html extension. It occurs when the size of an array of tombstone pointers is calculated and truncated into a 32-bit integer. A pointer to partially controlled data can then be written out of bounds.
- affected < 3.50.2-150000.3.33.1fixed 3.50.2-150000.3.33.1
There exists a vulnerability in SQLite versions before 3.50.2 where the number of aggregate terms could exceed the number of columns available. This could lead to a memory corruption issue. We recommend upgrading to version 3.50.2 or above.
- CVE-2025-3277Apr 14, 2025affected < 3.49.1-150000.3.27.1fixed 3.49.1-150000.3.27.1
An integer overflow can be triggered in SQLite’s `concat_ws()` function. The resulting, truncated integer is then used to allocate a buffer. When SQLite then writes the resulting string to the buffer, it uses the original, untruncated size and thus a wild Heap Buffer overflow of
- CVE-2025-29088Apr 10, 2025affected < 3.49.1-150000.3.27.1fixed 3.49.1-150000.3.27.1
In SQLite 3.49.0 before 3.49.1, certain argument values to sqlite3_db_config (in the C-language API) can cause a denial of service (application crash). An sz*nBig multiplication is not cast to a 64-bit integer, and consequently some memory allocations may be incorrect.
- CVE-2025-29087Apr 7, 2025affected < 3.49.1-150000.3.27.1fixed 3.49.1-150000.3.27.1
In SQLite 3.44.0 through 3.49.0 before 3.49.1, the concat_ws() SQL function can cause memory to be written beyond the end of a malloc-allocated buffer. If the separator argument is attacker-controlled and has a large string (e.g., 2MB or more), an integer overflow occurs in calcu
- CVE-2023-2137Apr 19, 2023affected < 3.44.0-150000.3.23.1fixed 3.44.0-150000.3.23.1
Heap buffer overflow in sqlite in Google Chrome prior to 112.0.5615.137 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page. (Chromium security severity: Medium)
- CVE-2022-46908Dec 12, 2022affected < 3.39.3-150000.3.20.1fixed 3.39.3-150000.3.20.1
SQLite through 3.40.0, when relying on --safe for execution of an untrusted CLI script, does not properly implement the azProhibitedFunctions protection mechanism, and instead allows UDF functions such as WRITEFILE.
- CVE-2022-35737Aug 3, 2022affected < 3.39.3-150000.3.17.1fixed 3.39.3-150000.3.17.1
SQLite 1.0.12 through 3.39.x before 3.39.2 sometimes allows an array-bounds overflow if billions of bytes are used in a string argument to a C API.
- CVE-2021-36690Aug 24, 2021affected < 3.39.3-150000.3.17.1fixed 3.39.3-150000.3.17.1
A segmentation fault can occur in the sqlite3.exe command-line component of SQLite 3.36.0 via the idxGetTableInfo function when there is a crafted SQL query. NOTE: the vendor disputes the relevance of this report because a sqlite3.exe user already has full privileges (e.g., is in