]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
sqlite3: mark CVE-2025-29087 as patched
authorPeter Marko <peter.marko@siemens.com>
Sat, 3 May 2025 16:58:02 +0000 (18:58 +0200)
committerSteve Sakoman <steve@sakoman.com>
Mon, 5 May 2025 16:52:23 +0000 (09:52 -0700)
Description of CVE-2025-29087 and CVE-2025-3277 are very similar.
There is no lonk from NVD, but [1] and [2] from Debian mark these two
CVEs as duplicates with the same link for patch.

[1] https://security-tracker.debian.org/tracker/CVE-2025-29087
[2] https://security-tracker.debian.org/tracker/CVE-2025-3277

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-support/sqlite/sqlite3/CVE-2025-3277.patch

index 4e2ed5f1e0581ff63766e31a6dc9e0a14d0d8e44..b8225b50699aad96cfce8bf2264fd0ae1399566b 100644 (file)
@@ -7,6 +7,7 @@ Subject: [PATCH] Add a typecast to avoid 32-bit integer overflow in the
 FossilOrigin-Name: 498e3f1cf57f164fbd8380e92bf91b9f26d6aa05d092fcd135d754abf1e5b1b5
 
 CVE: CVE-2025-3277
+CVE: CVE-2025-29087
 Upstream-Status: Backport [https://sqlite.org/src/info/498e3f1cf57f164f]
 Signed-off-by: Peter Marko <peter.marko@siemens.com>
 ---