Skip to content

Commit b5a46a9

Browse files
committed
add sqlite cves
Signed-off-by: Weston Steimel <[email protected]>
1 parent a5e7916 commit b5a46a9

File tree

2 files changed

+91
-0
lines changed

2 files changed

+91
-0
lines changed

Diff for: data/anchore/2025/CVE-2025-29088.json

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"additionalMetadata": {
3+
"cna": "mitre",
4+
"cveId": "CVE-2025-29088",
5+
"description": "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.",
6+
"reason": "Added CPE configurations because not yet analyzed by NVD.",
7+
"references": [
8+
"https://gist.github.com/ylwango613/d3883fb9f6ba8a78086356779ce88248",
9+
"https://github.com/sqlite/sqlite/commit/56d2fd008b108109f489339f5fd55212bb50afd4",
10+
"https://sqlite.org/forum/forumpost/48f365daec",
11+
"https://sqlite.org/releaselog/3_49_1.html",
12+
"https://www.sqlite.org/cves.html"
13+
],
14+
"upstream": {
15+
"datePublished": "2025-04-10T00:00:00.000Z",
16+
"dateReserved": "2025-03-11T00:00:00.000Z",
17+
"dateUpdated": "2025-04-14T13:56:32.775Z",
18+
"digest": "a37214b85b201b2b9825db727a976e3c199215737b11f72e6ef7ed9b37002c99"
19+
}
20+
},
21+
"adp": {
22+
"affected": [
23+
{
24+
"cpes": [
25+
"cpe:2.3:a:sqlite:sqlite:*:*:*:*:*:*:*:*"
26+
],
27+
"product": "SQLite",
28+
"repo": "https://sqlite.org/src",
29+
"vendor": "SQLite",
30+
"versions": [
31+
{
32+
"lessThan": "3.49.1",
33+
"status": "affected",
34+
"version": "3.49.0",
35+
"versionType": "semver"
36+
}
37+
]
38+
}
39+
],
40+
"providerMetadata": {
41+
"orgId": "00000000-0000-4000-8000-000000000000",
42+
"shortName": "anchoreadp"
43+
}
44+
}
45+
}

Diff for: data/anchore/2025/CVE-2025-3277.json

+46
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"additionalMetadata": {
3+
"cna": "google",
4+
"cveId": "CVE-2025-3277",
5+
"description": "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 size ~4GB can be triggered. This can result in arbitrary code execution.",
6+
"reason": "Added CPE configurations because not yet analyzed by NVD.",
7+
"references": [
8+
"https://sqlite.org/src/info/498e3f1cf57f164f"
9+
],
10+
"upstream": {
11+
"datePublished": "2025-04-14T16:50:48.902Z",
12+
"dateReserved": "2025-04-04T14:24:39.857Z",
13+
"dateUpdated": "2025-04-14T18:07:24.569Z",
14+
"digest": "c6301342a581e109b3859701000aca03c75d5ae07cbb71da44f8ca23557863c0"
15+
}
16+
},
17+
"adp": {
18+
"affected": [
19+
{
20+
"cpes": [
21+
"cpe:2.3:a:sqlite:sqlite:*:*:*:*:*:*:*:*"
22+
],
23+
"product": "SQLite",
24+
"programRoutines": [
25+
{
26+
"name": "concat_ws"
27+
}
28+
],
29+
"repo": "https://sqlite.org/src",
30+
"vendor": "SQLite",
31+
"versions": [
32+
{
33+
"lessThan": "3.49.1",
34+
"status": "affected",
35+
"version": "0",
36+
"versionType": "custom"
37+
}
38+
]
39+
}
40+
],
41+
"providerMetadata": {
42+
"orgId": "00000000-0000-4000-8000-000000000000",
43+
"shortName": "anchoreadp"
44+
}
45+
}
46+
}

0 commit comments

Comments
 (0)