VDB
Sign up
CRITICAL9.1

GHSA-49f7-whx5-4256

Cognee allows non-superusers to overwrite global LLM configuration

Quick fix

GHSA-49f7-whx5-4256 — cognee: upgrade to the fixed version with the command below.

pip install --upgrade 'cognee>=1.5.0'

Details

Cognee before 1.2.0 contains an improper access control vulnerability that allows unauthenticated attackers to overwrite the global LLM provider configuration by self-registering an account and calling the settings endpoint, which performs no admin or superuser check. Attackers can redirect all LLM operations instance-wide to an attacker-controlled endpoint by exploiting the process-wide singleton configuration cache, enabling exfiltration of prompts, uploaded documents, extracted entities, and knowledge graph content from all users.

Are you affected?

Enter the version of the package you're using.

Affected packages

PyPI/cognee
Introduced in: 0Fixed in: 1.5.0
Fixpip install --upgrade 'cognee>=1.5.0'

References