Bug 2510858 (CVE-2026-58041) - CVE-2026-58041 nodejs: Node.js node:sqlite: Unintended data modification due to stale statement iterator
Summary: CVE-2026-58041 nodejs: Node.js node:sqlite: Unintended data modification due ...
Keywords:
Status: NEW
Alias: CVE-2026-58041
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-04 01:01 UTC by OSIDB Bzimport
Modified: 2026-08-10 13:04 UTC (History)
5 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-04 01:01:42 UTC
A flaw in Node.js node:sqlite allows a stale StatementSyncIterator created through DatabaseSync#createTagStore() to continue executing a cached prepared statement after it has been reset and rebound with new parameters. SQLTagStore resets cached statements using sqlite3_reset() directly, bypassing the iterator invalidation mechanism introduced for StatementSync in recent releases

This vulnerability affects Node.js **22.x**, **24.x**, and **26.x**.


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