Skip to content

Backport #2394 CVE fixes to release/v0.10.x - #2395

Merged
EItanya merged 1 commit into
release/v0.10.xfrom
iplay88keys/backport-2394-0.10.x
Aug 5, 2026
Merged

Backport #2394 CVE fixes to release/v0.10.x#2395
EItanya merged 1 commit into
release/v0.10.xfrom
iplay88keys/backport-2394-0.10.x

Conversation

@iplay88keys

Copy link
Copy Markdown
Contributor

Summary

Backports #2394 to release/v0.10.x.

Remediates two HIGH-severity vulnerabilities in the Python app image:

Dependency Previous Updated Advisory
aiohttp 3.13.5 3.14.3 CVE-2026-69244
cryptography 49.0.0 50.0.0 CVE-2026-69247

Also updates pyOpenSSL from 26.3.0 to 26.4.0 for compatibility with cryptography 50.

Cherry-picked from a88704072a188ef75c6a6e5944839c1e3d319aa7.

Validation

  • uv lock --check
  • pytest packages/kagent-adk/tests -q
    • 381 passed, 1 skipped
  • git diff --check HEAD^ HEAD

## Summary

Remediates two HIGH-severity vulnerabilities in the Python app image:

| Dependency | Previous | Updated | Advisory |
| --- | --- | --- | --- |
| `aiohttp` | 3.13.5 | 3.14.3 | CVE-2026-69244 |
| `cryptography` | 49.0.0 | 50.0.0 | CVE-2026-69247 |

Also updates `pyOpenSSL` from 26.3.0 to 26.4.0 for compatibility with
cryptography 50.

## Validation

- `uv lock --check`
- `pytest packages/kagent-adk/tests -q`
  - 381 passed, 1 skipped
- Verified installed versions:
  - `aiohttp==3.14.3`
  - `cryptography==50.0.0`
  - `pyOpenSSL==26.4.0`

Signed-off-by: Jeremy Alvis <jeremy.alvis@solo.io>
(cherry picked from commit a887040)
@iplay88keys
iplay88keys requested a review from a team as a code owner August 5, 2026 16:50
@EItanya
EItanya merged commit 8a2b904 into release/v0.10.x Aug 5, 2026
32 checks passed
@EItanya
EItanya deleted the iplay88keys/backport-2394-0.10.x branch August 5, 2026 17:50
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.

2 participants