diff --git a/advisories/unreviewed/2026/07/GHSA-49f7-whx5-4256/GHSA-49f7-whx5-4256.json b/advisories/unreviewed/2026/07/GHSA-49f7-whx5-4256/GHSA-49f7-whx5-4256.json index 7b04e6d89946a..3672cb50eaefe 100644 --- a/advisories/unreviewed/2026/07/GHSA-49f7-whx5-4256/GHSA-49f7-whx5-4256.json +++ b/advisories/unreviewed/2026/07/GHSA-49f7-whx5-4256/GHSA-49f7-whx5-4256.json @@ -6,7 +6,7 @@ "aliases": [ "CVE-2026-58473" ], - "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.", + "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. NOTE (community correction, 2026-07-20): the referenced fix commit d10b1b77e2157c6238fd4d1acb1923a048991699 (PR #3115, merged 2026-06-20 16:59 UTC) was reverted by commit 10971db1b0bd at 2026-06-20 17:05 UTC — six minutes after merge — and v1.2.0 was tagged 2026-06-21, after the revert. The is_superuser access-control guard the fix introduced is therefore absent from the 1.2.0, 1.2.1, 1.2.2, 1.3.0, and 1.4.0 release trees and from main/dev HEAD as of 2026-07-19, and no later commit re-lands it. Consequently no released version currently remediates this issue; upgrading to >= 1.2.0 does not fix it. Tracking issue: https://github.com/topoteretes/cognee/issues/4146.", "severity": [ { "type": "CVSS_V3", @@ -38,6 +38,10 @@ { "type": "WEB", "url": "https://www.vulncheck.com/advisories/cognee-unauthorized-llm-configuration-overwrite-via-api-v1-settings" + }, + { + "type": "WEB", + "url": "https://github.com/topoteretes/cognee/issues/4146" } ], "database_specific": { @@ -49,4 +53,4 @@ "github_reviewed_at": null, "nvd_published_at": "2026-07-07T21:17:29Z" } -} \ No newline at end of file +}