Skip to content

Commit 7985a4c

Browse files
cdoernmergify[bot]
authored andcommitted
fix: bump pyasn1 for CVE-2026-59885 (#6330)
bump to >=0.6.4 for CVE-2026-59885 as outlined in GHSA-8ppf-4f7h-5ppj Signed-off-by: Charlie Doern <cdoern@redhat.com> (cherry picked from commit d6e9242) # Conflicts: # pyproject.toml # uv.lock
1 parent f7095ab commit 7985a4c

2 files changed

Lines changed: 64 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,25 @@ 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+
<<<<<<< HEAD
2223
"pyasn1>=0.6.3", # CVE-2026-30922: DoS via unbounded recursion
2324
"python-multipart>=0.0.27", # CVE-2026-40347: header injection; CVE-2026-42561: DoS via oversized headers
2425
"python-socketio>=5.14.0", # CVE-2025-61765: RCE via pickle deserialization
2526
"starlette>=0.49.1",
2627
"tornado>=6.5.5",
2728
"urllib3>=2.6.3",
29+
=======
30+
"pyasn1>=0.6.4", # CVE-2026-30922: DoS via unbounded recursion
31+
"pydantic-settings>=2.14.2",
32+
"python-engineio>=4.13.2",
33+
"python-multipart>=0.0.31", # CVE-2026-40347: header injection; CVE-2026-42561: DoS via oversized headers
34+
"python-socketio>=5.16.2", # CVE-2025-61765: RCE via pickle deserialization
35+
"requests>=2.34.2",
36+
"setuptools<81", # milvus-lite imports pkg_resources; setuptools 81+ removes it
37+
"starlette>=1.3.1", # CVE-2026-48710
38+
"tornado>=6.5.6",
39+
"urllib3>=2.7.0", # CVE-2026-44432: DoS via excessive decompression; CVE-2026-44431: cross-origin redirect header leak
40+
>>>>>>> d6e92423 (fix: bump pyasn1 for CVE-2026-59885 (#6330))
2841
"transformers>=4.57.2,<5.0.0", # CVE-2026-1839 fix only in 5.x; ogx doesn't use Trainer; 5.x breaks HybridCache imports
2942
"werkzeug>=3.1.6", # CVE-2025-66221 + 2 more: safe_join() device name bypass
3043
]

uv.lock

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

0 commit comments

Comments
 (0)