Description
Local Deep Research is an AI-powered research assistant for deep, iterative research. Versions 0.2.0 through 0.6.7 stored confidential information, including API keys, in a local SQLite database without encryption. This behavior was not clearly documented outside of the database architecture page. Users were not given the ability to configure the database location, allowing anyone with access to the container or host filesystem to retrieve sensitive data in plaintext by accessing the .db file. This is fixed in version 1.0.0.
Problem types
CWE-312: Cleartext Storage of Sensitive Information
CWE-522: Insufficiently Protected Credentials
Product status
References
github.com/...search/security/advisories/GHSA-4h8c-qrcq-cv5c
github.com/LearningCircuit/local-deep-research/pull/578
github.com/...ircuit/local-deep-research/releases/tag/v1.0.0