Bump pillow 12.3.0 and aiohttp 3.14.0 for CVEs - #369
Merged
Conversation
pillow 12.2.0 -> 12.3.0 fixes: - CVE-2026-59197 (AAP-83304) native heap OOB write in RankFilter - CVE-2026-54058 (AAP-83285) OOB read via crafted McIdas AREA image - CVE-2026-54060 (AAP-82211) DoS via font-file memory allocation - CVE-2026-55380 (AAP-82197) DoS via crafted GD 2.x image - CVE-2026-55379 (AAP-82155) DoS via crafted BDF font aiohttp 3.13.4 -> 3.14.0 fixes: - CVE-2026-34993 (AAP-82294) arbitrary code execution via CookieJar.load() Regenerated uv.lock (uv lock --check passes) and requirements.txt (uv pip compile per the file header). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #369 +/- ##
=======================================
Coverage 79.46% 79.46%
=======================================
Files 11 11
Lines 896 896
=======================================
Hits 712 712
Misses 184 184
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
de1987
approved these changes
Jul 17, 2026
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bumps two transitively-pinned dependencies to clear open CVEs.
CookieJar.load())All fixed versions confirmed against Red Hat Product Security. Regenerated
uv.lock(uv lock --checkpasses) andrequirements.txt(via theuv pip compilecommand recorded in its header).Cross-stack consistency
aap-rag-content is co-packaged with ansible-chatbot-stack into the ansible-lightspeed-chatbot container's single resolved environment. The aiohttp bump is coupled:
litellm==1.83.14in chatbot-stack hard-pinnedaiohttp==3.13.4, so this must land together with the litellm→1.84.0 bump in ansible-chatbot-stack#cve/litellm-aiohttp-pillow-bump (which also fixes the critical CVE-2026-49468 / AAP-80316). The unified container resolve (aap-rag-content + ansible-chatbot-stack + lightspeed-stack) was validated with aiohttp 3.14.0 + litellm 1.84.0 + pillow 12.3.0.Test plan
uv lock --checkpassesrequirements.txtregenerated and idempotent🤖 Generated with Claude Code