Skip to content
New issue

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

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

Already on GitHub? # to your account

Sqlite3.31.1 Security vulnerability resolution plan #503

Closed
g00229729 opened this issue Jun 20, 2020 · 3 comments
Closed

Sqlite3.31.1 Security vulnerability resolution plan #503

g00229729 opened this issue Jun 20, 2020 · 3 comments

Comments

@g00229729
Copy link

SQLite3 3.31.1 has security vulnerabilities, such as CVE-2020-13630, CVE-2020-13434,CVE-2020-13632,CVE-2020-13435. Do you have a detailed plan for fixing the vulnerabilities? What is the version in which the vulnerabilities are expected to be fixed?

@witmoca
Copy link
Contributor

witmoca commented Jun 20, 2020

You can update to the new version of SQLite JDBC, it's already available.

Version 3.32.3 of this JDBC driver was released specifically for this purpose. Considering these are problems within SQLite and not the JDBC driver, our only course of action was updating to the new SQLite version, as has been done.
Issue #501 has a more detailed list of relevant CVE's.

Please note that we are not the developers of SQLite . This project is only a library to access SQLite functionality through the java JDBC interface. Since we pre-compile the binaries, that means the only thing we control in this case is the version of JDBC included in this library.

Please visit sqlite.org if you wish more info on the actual 3.32.3. update.

@g00229729
Copy link
Author

Many Thanks for fast response!

@g00229729
Copy link
Author

I will download sqlite 3.32.3 as soon as possible to verify that the security vulnerability has been fixed.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants