Vulnerability  ·  2026-06-11

CVE-2026-8335 — Aix-DB LLM Endpoint Allows Unauthenticated SQL Query Execution Against the Application Database

VulnerabilityHigh impactGlobalCVE-2026-8335
The Aix-DB application's '/llm/process_llm_out' endpoint — designed to process LLM output and write it to a database — lacks the token validation present on all other application endpoints. Unauthenticated clients can submit arbitrary SELECT SQL queries to this endpoint and retrieve data directly from the database. All releases up to and including version 1.2.4 are affected. CVSS 7.1 (High). Disclosed by CERT.pl on June 10, 2026.
Unauthenticated HTTP POST to the /llm/process_llm_out endpoint with a crafted SQL SELECT payload; no credentials or session token required. The endpoint was designed to accept post-processed LLM output and assumes all callers are internal, but is network-accessible.
Aix-DB versions ≤ 1.2.4; AI-augmented database applications built on the Aix-DB platform.
Apply token validation to the /llm/process_llm_out endpoint immediately (equivalent to the authentication controls on all other endpoints); restrict network access to the endpoint to trusted internal callers only pending a patch; review database access logs for unauthorised SELECT queries via this endpoint.
Sources
NVD: CVE-2026-8335 DetailCERT.pl Advisory: CVE-2026-8335
See this in the live feed Explore related AI security and governance findings — updated every morning.
Open the feed →