Skip to content

[GHSA-q9cv-5mjc-7cjc] Add the missing affected package range for google-adk - #9436

Open
imran-siddique wants to merge 1 commit into
github:imran-siddique/advisory-improvement-9436from
imran-siddique:imran-siddique-GHSA-q9cv-5mjc-7cjc
Open

[GHSA-q9cv-5mjc-7cjc] Add the missing affected package range for google-adk#9436
imran-siddique wants to merge 1 commit into
github:imran-siddique/advisory-improvement-9436from
imran-siddique:imran-siddique-GHSA-q9cv-5mjc-7cjc

Conversation

@imran-siddique

Copy link
Copy Markdown

Updates

  • Affected products

Comments

This advisory has "affected": [], so no google-adk version matches it. GET /advisories?ecosystem=pip&affects=google-adk returns one record, GHSA-rg7c-g689-fr3x from April, and not this one. A CVSS 4.0 base 10.0 RCE published this morning currently has nothing for Dependabot to match against.

The range is already public in the CVE record. CVE-2026-79696 carries {"status": "affected", "version": "2.0.0", "lessThan": "2.7.0", "versionType": "custom"} with defaultStatus: unaffected, and names v2.7.0 and commit a16f6da3 as the fix.

On the upper bound, the CVE's prose and its structured range disagree, so it is worth saying which one I used. The description reads "versions 2.0.0 through 2.6.0"; the structured range is less than 2.7.0. 2.6.1, 2.6.2 and 2.6.3 were published between those two points (PyPI: 31 July, 4 August, 7 August 2026), and src/google/adk/agents/config_agent_utils.py is byte identical at v2.6.0 and v2.6.3, SHA-256 9c39ecfc30ceb4d06727a55e23bcc9188e2a3f425ed682ddc2ce8442d0c1d295, 9988 bytes. The fix commit lands in v2.7.0. I have used < 2.7.0.

The lower bound matches the code as well. src/google/adk/cli/agent_test_runner.py, which imports pytest and defines test_agent_replay, first appears at v2.0.0 and is absent from every 1.x tag, which is consistent with the 1.x line being unaffected.

The sibling advisory GHSA-gvpm-4jr8-mg34 (CVE-2026-79707, published 4 September) is in the same state, "affected": []. Happy to open a second PR for it if that is useful.

References:

🤖 Generated with Claude Code

https://claude.ai/code/session_01RNUAW6zjYjhbZaBGggTmLA

The advisory has an empty affected array, so no google-adk version
matches it and Dependabot has nothing to alert on. The range is
already public in the CVE-2026-79696 record: >= 2.0.0, < 2.7.0.
@github-actions
github-actions Bot changed the base branch from main to imran-siddique/advisory-improvement-9436 September 9, 2026 16:36
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