Description
Buffer Overflow vulnerability in SQLite affected version source snapshots/builds containing Fossil check-in 8bdc0d485e3ad0c7a1e818da66f106951d496b05cbe61d12c2c448f2f24b6d5d (Git mirror 169f68ed88b34cb68f720191c64c058f2ccec508, 2026-03-11) and later snapshots/builds allows an attacker to cause a denial of service via the ext/misc/sqlar.c, sqlarUncompressFunc(), sqlar_uncompress(), sqlite3_value_int64(), sqlite3_malloc(int), uncompress() components
Published: 2026-08-25
Score: 4 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service
Action: Apply Patch
AI Analysis

Impact

A buffer overflow exists in the SQLite sqlar extension, specifically within sqlarUncompressFunc, sqlar_uncompress, sqlite3_value_int64, and the underlying uncompress routine. This flaw, classified as CWE-122, allows an attacker to supply a crafted SQLAR archive that triggers a memory overflow during decompression, causing the SQLite process to crash and resulting in a denial of service for any application using the vulnerable library.

Affected Systems

The vulnerability affects SQLite database engine builds that include Fossil check‑in 8bdc0d485e3ad0c7a1e818da66f106951d496b05cbe61d12c2c448f2f24b6d5d or any later snapshots that incorporate the same commit. Any deployment that loads the sqlar extension from ext/misc/sqlar.c is potentially impacted.

Risk and Exploitability

The CVSS score of 4 and an EPSS score below 1% indicate a moderate severity and a low likelihood that this flaw will be actively exploited in the wild. The flaw is listed in CISA KEV as not being a known exploited vulnerability. An attacker can cause denial of service by supplying a malicious SQLAR archive that triggers the uncompress routine, which may be possible remotely if an application accepts arbitrary SQLAR input; otherwise the attack vector is likely local. Despite the low exploitation probability, the impact of a denial of service can be significant, especially in mission‑critical environments.

Generated by OpenCVE AI on August 31, 2026 at 20:00 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade SQLite to a release that contains the patch commit 169f68ed or later
  • If the sqlar extension is not required, disable or remove it from the application
  • For applications that must use sqlar, validate and sanitize all SQLAR inputs and monitor for abnormal crashes

Generated by OpenCVE AI on August 31, 2026 at 20:00 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 31 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
Title SQLite sqlar Extension Buffer Overflow Causing Denial of Service

Mon, 31 Aug 2026 18:45:00 +0000

Type Values Removed Values Added
Title Buffer Overflow in SQLite Sqlar Extension Causes Denial of Service
Weaknesses CWE-119

Mon, 31 Aug 2026 16:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-122
Metrics cvssV3_1

{'score': 4, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 26 Aug 2026 04:30:00 +0000

Type Values Removed Values Added
First Time appeared Sqlite
Sqlite sqlite
Vendors & Products Sqlite
Sqlite sqlite

Wed, 26 Aug 2026 03:45:00 +0000

Type Values Removed Values Added
Title Buffer Overflow in SQLite Sqlar Extension Causes Denial of Service
Weaknesses CWE-119

Tue, 25 Aug 2026 21:15:00 +0000

Type Values Removed Values Added
Description Buffer Overflow vulnerability in SQLite affected version source snapshots/builds containing Fossil check-in 8bdc0d485e3ad0c7a1e818da66f106951d496b05cbe61d12c2c448f2f24b6d5d (Git mirror 169f68ed88b34cb68f720191c64c058f2ccec508, 2026-03-11) and later snapshots/builds allows an attacker to cause a denial of service via the ext/misc/sqlar.c, sqlarUncompressFunc(), sqlar_uncompress(), sqlite3_value_int64(), sqlite3_malloc(int), uncompress() components
References

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-08-31T15:11:27.506Z

Reserved: 2026-04-06T00:00:00.000Z

Link: CVE-2026-39113

cve-icon Vulnrichment

Updated: 2026-08-31T15:09:58.267Z

cve-icon NVD

Status : Deferred

Published: 2026-08-25T21:17:00.080

Modified: 2026-09-09T16:04:24.933

Link: CVE-2026-39113

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-31T20:15:05Z

Weaknesses
  • CWE-122

    Heap-based Buffer Overflow