Our scan tool reports vulnerabilies [CVE-2024-5535] in openssl 1. 1.1q used by SQLCipher 4.5.2.Does these vulnerabilities affect the library net.zetetic:androidx-database-sqlcipher? Thaniks
lierliang12345 opened this issue · 2 comments
lierliang12345 commented
Our scan tool reports vulnerabilies [CVE-2024-5535] in openssl 1. 1.1q used by SQLCipher 4.5.2.Does these vulnerabilities affect the library net.zetetic:androidx-database-sqlcipher?
Thaniks
developernotes commented
Hi @lierliang12345,
SQLCipher is not impacted by CVE-2024-5535 as it does not utilize SSL_select_next_proto
or TLS in general.
lierliang12345 commented
We only use SQLCipher 4.5.2 to encrypt and decrypt Android local database information. Check whether OpenSSL 1.1.1q capabilities are not used and whether OpenSSL 1.1.1q is not affected by all OpenSSL vulnerabilities.
Thaniks