CVE-2026-85689

Source
https://cve.org/CVERecord?id=CVE-2026-85689
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-85689.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-85689
Published
2026-09-04T14:32:33.799Z
Modified
2026-09-06T03:47:20.264029665Z
Severity
  • 7.1 (High) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N CVSS Calculator
Summary
llmware 0.4.6 SQL Injection via unescaped filter values
Details

llmware 0.4.6 contains an SQL injection vulnerability in the collection-database layer (llmware/resources.py) where filter and lookup values are directly string-interpolated into SQL WHERE clauses without parameterization or escaping, in both the SQLite and PostgreSQL backends. The filter validator only checks keys against an allow-list and never sanitizes values. Attacker-controlled filter values reaching the public API via Library.blocklookup and Query.textquerywithcustomfilter / textquerybyauthororspeaker can neutralize the intended filter to disclose rows the caller was scoped out of (cross-document/cross-collection disclosure); on PostgreSQL the flaw permits boolean- and UNION-based SQL injection.

Database specific
{
    "cwe_ids": [
        "CWE-89"
    ],
    "cna_assigner": "VulnCheck",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/85xxx/CVE-2026-85689.json"
}
References

Affected packages

Git / github.com/llmware-ai/llmware

Affected ranges

Type
GIT
Repo
https://github.com/llmware-ai/llmware
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Last affected
Database specific
Show details
{
    "source": "AFFECTED_FIELD",
    "extracted_events": [
        {
            "introduced": "0"
        },
        {
            "last_affected": "0.4.6"
        }
    ]
}

Affected versions

v0.*
v0.4.4
v0.4.5
v0.4.6

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-85689.json"