CVE-2026-58041

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**.
Configurations

No configuration.

History

No history.

Information

Published : 2026-08-04 01:16

Updated : 2026-09-03 17:02


NVD link : CVE-2026-58041

Mitre link : CVE-2026-58041

CVE.ORG link : CVE-2026-58041


JSON object : View

Products Affected

No product.

CWE
CWE-367

Time-of-check Time-of-use (TOCTOU) Race Condition