Bug 2359553 (CVE-2025-3277) - CVE-2025-3277 SQLite: integer overflow in SQLite
Summary: CVE-2025-3277 SQLite: integer overflow in SQLite
Keywords:
Status: NEW
Alias: CVE-2025-3277
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2359637 2359638 2359639 2359640 2359641 2359642 2359643 2359644 2359645 2359646 2359647 2359648 2359649 2359650
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-04-14 17:01 UTC by OSIDB Bzimport
Modified: 2025-04-23 13:34 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-04-14 17:01:13 UTC
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.

Comment 3 vidhyadharan 2025-04-21 06:30:33 UTC
When do we fix this issue. ?


Note You need to log in before you can comment on or make changes to this bug.