Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,23 +1,64 @@
{
"schema_version": "1.4.0",
"id": "GHSA-2m69-gcr7-jv3q",
"modified": "2026-04-14T12:31:28Z",
"modified": "2026-04-14T12:32:35Z",
"published": "2025-07-15T15:31:00Z",
"aliases": [
"CVE-2025-6965"
],
"summary": "Add affected nuget packages",
"details": "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.",
"severity": [
"severity": [],
"affected": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
"package": {
"ecosystem": "NuGet",
"name": "SQLitePCLRaw.lib.e_sqlite3"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
}
]
}
]
},
{
"type": "CVSS_V4",
"score": "CVSS:4.0/AV:N/AC:H/AT:P/PR:L/UI:N/VC:L/VI:H/VA:L/SC:L/SI:H/SA:L/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:N/AU:N/R:U/V:D/RE:L/U:Green"
"package": {
"ecosystem": "NuGet",
"name": "SQLitePCLRaw.lib.e_sqlite3.android"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
}
]
}
]
},
{
"package": {
"ecosystem": "NuGet",
"name": "SQLitePCLRaw.lib.e_sqlite3.ios"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
}
]
}
]
}
],
"affected": [],
"references": [
{
"type": "ADVISORY",
Expand Down Expand Up @@ -64,7 +105,7 @@
"cwe_ids": [
"CWE-197"
],
"severity": "HIGH",
"severity": "CRITICAL",
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2025-07-15T14:15:31Z"
Expand Down