Your RSA-2048 keys break in 2030. Find every one of them before attackers do.
.NET
.NET NuGet
Not in CISA KEV
CRITICAL severity

GHSA-2m69-gcr7-jv3q SQLitePCLRaw.lib.e_sqlite3

CRITICALFix: github/advisory-database#7675

GHSA-2m69-gcr7-jv3q is a critical-severity (CVSS 9.8) CWE-197 vulnerability in SQLitePCLRaw.lib.e_sqlite3. 1 public exploit reference exists, so weaponization risk is real. No vendor fix is recorded yet; mitigation options are listed below.

SQLitePCLRaw.lib.e_sqlite3 has a vulnerable dependency on SQLite

Also known asBIT-sqlite-2025-6965CVE-2025-6965
Published
Jul 15, 2025
Updated
Jun 18, 2026
Affected
3 pkgs
Patched
See advisory
Exploits
1 known
Exploitation data as of Sep 18, 2026 · OSV.dev, NVD, FIRST.org (EPSS)

Exploitation Status

No confirmed exploitation observed yet

  • CISA’s own triage has not observed active exploitation or public proof-of-concept code for this CVE as of its last assessment.

Exploitation and automatability from CISA’s SSVC triage for GHSA-2m69-gcr7-jv3q.

EPSS Exploitation Probability

via FIRST.org ↗
72.5%probability of exploitation in next 30 days
Very High Risk0.00%
Lower risk than most CVEs99th percentile — riskier than 99% of all scored CVEsHighest risk

EPSS (Exploit Prediction Scoring System) is a daily probability model maintained by FIRST.org. It estimates the likelihood a CVE will be exploited in production environments within the next 30 days, derived from real-world threat intelligence signals.

How urgent is this, really

GHSA-2m69-gcr7-jv3q plotted by exploitation likelihood (EPSS) against impact (CVSS). The shaded corner — EPSS 50%+ and CVSS 7.0+ — is where this CVE sits: patch-first territory.

Where this sits among everything scored

Of 377,166 CVEs with a current EPSS score, this one falls in the 50–90% band (highlighted). Real counts from FIRST.org, not a sample — log-scaled since the landscape is heavily right-skewed.

Real-World Exposure

3 pkgs affected
.NETSQLitePCLRaw.lib.e_sqlite3.NETSQLitePCLRaw.lib.e_sqlite3.android.NETSQLitePCLRaw.lib.e_sqlite3.ios

Real-time download stats are indexed for npm and PyPI packages. This vulnerability affects NuGet packages — download data is not available via public APIs for these ecosystems.

Description

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.

Affected Packages

3 total
EcosystemPackageVulnerable rangeFix
.NETNuGetSQLitePCLRaw.lib.e_sqlite3all versionsNo fix
.NETNuGetSQLitePCLRaw.lib.e_sqlite3.androidall versionsNo fix
.NETNuGetSQLitePCLRaw.lib.e_sqlite3.iosall versionsNo fix
Exploits & PoCs
1

Research use only. For defensive security, authorized penetration testing, and academic research only. Never execute exploit code against systems without explicit written authorization.

EDB-52499localwindows

SQLite 3.50.1 - Heap Overflow

by Mohammed Idrees Banyamer · Apr 8, 2026

Detection & mitigation playbook

Open-source dependency
  1. Detect

    Scan your dependency tree (package-lock.json, pnpm-lock.yaml, requirements.txt, go.sum, etc.) for SQLitePCLRaw.lib.e_sqlite3, including transitive dependencies — a direct dependency you never call can still pull in a vulnerable version.

  2. Remediation status

    No patched version of SQLitePCLRaw.lib.e_sqlite3 has shipped for GHSA-2m69-gcr7-jv3q yet. Where your build allows, override or pin the dependency away from the vulnerable range, and apply any maintainer-recommended mitigation.

  3. Mitigate without a patch

    If you can't upgrade right away: gate or disable the affected feature, validate untrusted input at the boundary, and avoid passing attacker-controlled data into the vulnerable path. O3's runtime protection blocks exploitation in production as an interim safeguard until the upgrade lands.

  4. How O3 protects you

    O3 Security's impact-aware SCA analyses which vulnerable code paths your application actually calls, so a match like GHSA-2m69-gcr7-jv3q can be triaged on real exposure rather than presence alone.

Tailored to GHSA-2m69-gcr7-jv3q. Runtime protection reduces exposure until a permanent patch is applied and verified — it complements patching, it doesn't replace it.

Fixing This On Your OS

If you run this on a Linux distribution, patch through your package manager against the distro's own security advisory below — it tracks the exact backported fix for your release, which can ship on a different timeline (and sometimes a different severity) than the upstream project.

Red HatImportant

This vulnerability in SQLite is categorized as Important rather than Critical because, although it involves memory corruption, the conditions required to trigger it are relatively constrained. The flaw arises when a query causes the number of aggregate terms to exceed internal limits, leading to potential buffer…

ProductFixed inAdvisory
Red Hat Enterprise Linux 10sqlite-0:3.46.1-5.el10_0RHSA-2025:11933
Red Hat Enterprise Linux 7 Extended Lifecycle Supportsqlite-0:3.7.17-9.el7_9.1RHSA-2025:12349
Red Hat Enterprise Linux 8nodejs:22-8100020250717142920.6d880403RHSA-2025:11803
Red Hat Enterprise Linux 8sqlite-0:3.26.0-20.el8_10RHSA-2025:12010
Red Hat Enterprise Linux 8mingw-sqlite-0:3.26.0.0-2.el8_10RHSA-2025:14101
Red Hat Enterprise Linux 8.2 Advanced Update Supportsqlite-0:3.26.0-6.el8_2.1RHSA-2025:12901
Red Hat Enterprise Linux 8.2 Advanced Update Supportspice-client-win-0:8.10-3.el8_2.1RHSA-2026:0078
Red Hat Enterprise Linux 8.4 Advanced Mission Critical Update Supportsqlite-0:3.26.0-13.el8_4.1RHSA-2025:12905

Frequently Asked Questions

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.
O3 Security · Impact-Aware SCA

Is GHSA-2m69-gcr7-jv3q in your dependencies?

O3 Security finds GHSA-2m69-gcr7-jv3q across NuGet dependencies, including transitive ones, and its impact-aware SCA ranks findings by whether your code actually calls the vulnerable path.

GHSA-2m69-gcr7-jv3q: Critical 9.8 severity | O3 Security