Skip to content

Correct GHSA-49f7-whx5-4256: fix commit reverted; no released version remediates CVE-2026-58473#8740

Open
randomnimbus wants to merge 1 commit into
github:randomnimbus/advisory-improvement-8740from
randomnimbus:randomnimbus-GHSA-49f7-whx5-4256
Open

Correct GHSA-49f7-whx5-4256: fix commit reverted; no released version remediates CVE-2026-58473#8740
randomnimbus wants to merge 1 commit into
github:randomnimbus/advisory-improvement-8740from
randomnimbus:randomnimbus-GHSA-49f7-whx5-4256

Conversation

@randomnimbus

Copy link
Copy Markdown

Summary

This advisory (CVE-2026-58473) currently states the issue is fixed in cognee 1.2.0 (details: "Cognee before 1.2.0 contains..."). That is not correct: the referenced fix was reverted six minutes after it merged, and no released version — up to and including current HEAD — contains it.

This PR appends a clearly-attributed correction note to details and adds the upstream tracking issue as a reference. It makes no change to affected, severity, or CWE data.

Public, referenceable evidence

Commit When (UTC) Effect
d10b1b77e215 (PR #3115) 2026-06-20 16:59 merged adds the is_superuser guard to the settings routes (already referenced by this advisory)
10971db1b0bd 2026-06-20 17:05 reverts it, 6 minutes after merge

v1.2.0 was tagged 2026-06-21, i.e. after the revert. Grepping the release trees of 1.2.0, 1.2.1, 1.2.2, 1.3.0, and 1.4.0, plus main/dev HEAD (as of 2026-07-19), the is_superuser guard is absent from all of them, and no later commit re-lands it. Commit ancestry is misleading here — d10b1b77e215 is an ancestor of the release tags, but its change was immediately reverted, so a commit-presence check gives a false "fixed" signal.

Upstream tracking issue (filed for maintainer confirmation of whether the revert was intentional): topoteretes/cognee#4146

Why this matters

Downstream consumers reading NVD / this advisory are told that upgrading to ≥ 1.2.0 remediates the issue. It does not — anyone who "remediated" by upgrading is running unpatched while believing otherwise.

Scope note

I've limited the change to the details prose correction plus the tracking-issue reference, since those are the fields the false "fixed in 1.2.0" claim lives in. I've deliberately left affected (currently empty) to the GitHub Security team, since asserting the precise version-range/ecosystem mapping (no fixed version) is a larger call than the public-source correction this PR makes. Reported in good faith; contains only already-public information.

@github-actions
github-actions Bot changed the base branch from main to randomnimbus/advisory-improvement-8740 July 20, 2026 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant