Skip to content

Update onnx upper bound to allow 1.21.0 (CVE-2026-27489)#29

Open
wjhrdy wants to merge 1 commit into
amd:release/0.11from
wjhrdy:fix/update-onnx-for-cve-2026-27489
Open

Update onnx upper bound to allow 1.21.0 (CVE-2026-27489)#29
wjhrdy wants to merge 1 commit into
amd:release/0.11from
wjhrdy:fix/update-onnx-for-cve-2026-27489

Conversation

@wjhrdy
Copy link
Copy Markdown

@wjhrdy wjhrdy commented Apr 17, 2026

Summary

Relax the onnx version constraint in requirements.txt from <=1.19.0 to <=1.21.0 to allow installation of onnx 1.21.0, which fixes CVE-2026-27489 (CVSS 8.7 HIGH — path traversal via symlink in external data loading).

Changes

-onnx>=1.16.0,<=1.19.0
+onnx>=1.16.0,<=1.21.0

Context

Downstream projects that depend on Quark inherit this constraint and are currently unable to upgrade to the patched onnx version.

Fixes #28

onnx < 1.21.0 is affected by CVE-2026-27489 (CVSS 8.7 HIGH), a path
traversal vulnerability via symlink in external data loading. Relax
the upper bound from <=1.19.0 to <=1.21.0 so downstream users can
install the patched version.

Fixes amd#28

Signed-off-by: Will Hardy <whardy@redhat.com>
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.

Update onnx dependency upper bound to allow 1.21.0 (CVE-2026-27489 fix)

1 participant