Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to sqlite 3.39.2 to resolve CVE-2022-35737 #895

Closed
NilSet opened this issue Oct 25, 2022 · 1 comment
Closed

Upgrade to sqlite 3.39.2 to resolve CVE-2022-35737 #895

NilSet opened this issue Oct 25, 2022 · 1 comment

Comments

@NilSet
Copy link

NilSet commented Oct 25, 2022

The current vendored version of sqlite, 3.39.1, has a vulnerability CVE-2022-35737 in its custom printf functions, described in detail in https://blog.trailofbits.com/2022/10/25/sqlite-vulnerability-july-2022-library-api/ .
better-sqlite3 currently uses the vulnerable sqlite3_mprintf function in some of its error handling code.

Version 3.39.2 resolves this vulnerability.

@mceachen
Copy link
Member

Thanks for the heads-up. See #896

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants