Skip to content

Commit 77a690f

Browse files
mergify[bot]cdoernclaude
authored
fix: bump pyasn1 for CVE-2026-59885 (backport #6330) (#6331)
bump to >=0.6.4 for CVE-2026-59885 as outlined in GHSA-8ppf-4f7h-5ppj<hr>This is an automatic backport of pull request #6330 done by [Mergify](https://mergify.com). --------- Signed-off-by: Charlie Doern <cdoern@redhat.com> Co-authored-by: Charlie Doern <cdoern@redhat.com> Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent effd871 commit 77a690f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ constraint-dependencies = [
1919
"lxml>=6.1.0", # CVE-2026-41066: XML entity expansion with default resolve_entities=True
2020
"pillow>=12.2.0", # CVE-2026-40192 + 4 more: heap overflow, OOB write, DoS
2121
"protobuf>=5.29.6", # CVE-2025-4565 + CVE-2026-0994: parsing vulnerabilities
22-
"pyasn1>=0.6.3", # CVE-2026-30922: DoS via unbounded recursion
22+
"pyasn1>=0.6.4", # CVE-2026-30922: DoS via unbounded recursion
2323
"python-multipart>=0.0.27", # CVE-2026-40347: header injection; CVE-2026-42561: DoS via oversized headers
2424
"python-socketio>=5.14.0", # CVE-2025-61765: RCE via pickle deserialization
2525
"requests>=2.34.2",

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)