Description
DO NOT USE THIS CVE RECORD. ConsultIDs: none. Reason: This record was withdrawn by its CNA. Further investigation showed that it was not a security issue. Notes: none.
Published: 2026-07-27
Score: 7.5 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

SQLite 3.41 includes a use‑after‑free flaw within the JSON extraction routine. When a JsonParse object is freed, the library subsequently accesses memory belonging to the freed pointer, causing a program crash. This crash results in a denial‑of‑service condition for the affected process.

Affected Systems

Any application that uses SQLite 3.41 and invokes the JSON extraction functions is potentially impacted. The issue is specific to the 3.41 release; newer releases may address it.

Risk and Exploitability

The CVSS score of 6.2 indicates a moderate severity. No EPSS score is provided, and the vulnerability is not listed in CISA KEV, suggesting no widespread exploitation yet. The attack can be carried out by supplying crafted JSON to the vulnerable parsing API, so a local or remote attacker with the ability to influence input can trigger the crash.

Generated by OpenCVE AI on July 28, 2026 at 15:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the SQLite library to a version that contains the fix for the use‑after‑free flaw.
  • If a library upgrade is not feasible, remove or disable the JSON extraction calls in the application so the vulnerable code path is not exercised.
  • Validate all JSON inputs rigorously before handing them to the parser to mitigate the risk of malformed data triggering the crash.

Generated by OpenCVE AI on July 28, 2026 at 15:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 31 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416
Metrics ssvc

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

cvssV3_1

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

cvssV3_1

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


Fri, 31 Jul 2026 14:45:00 +0000

Type Values Removed Values Added
Description sqlite 3.41 is vulnerable to use after free in the JSON extraction function. After releasing JsonParse object memory via jsonParseFree(), the program still accesses internal member of the freed pointer, which can cause service crash and denial of service. DO NOT USE THIS CVE RECORD. ConsultIDs: none. Reason: This record was withdrawn by its CNA. Further investigation showed that it was not a security issue. Notes: none.

Tue, 28 Jul 2026 16:15:00 +0000

Type Values Removed Values Added
Title sqlite: SQLite: Denial of Service via use-after-free in JSON extraction
Weaknesses CWE-825
References
Metrics threat_severity

None

threat_severity

Moderate


Mon, 27 Jul 2026 20:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416
Metrics cvssV3_1

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

ssvc

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


Mon, 27 Jul 2026 17:15:00 +0000

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

Mon, 27 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Description sqlite 3.41 is vulnerable to use after free in the JSON extraction function. After releasing JsonParse object memory via jsonParseFree(), the program still accesses internal member of the freed pointer, which can cause service crash and denial of service.
References

cve-icon MITRE

Status: REJECTED

Assigner: mitre

Published:

Updated: 2026-07-31T14:34:34.844Z

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

Link: CVE-2026-51298

cve-icon Vulnrichment

Updated:

cve-icon NVD

Status : Rejected

Published: 2026-07-27T16:17:39.047

Modified: 2026-07-31T15:17:11.813

Link: CVE-2026-51298

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-07-27T00:00:00Z

Links: CVE-2026-51298 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-07-28T15:30:04Z

Weaknesses
  • CWE-825

    Expired Pointer Dereference