The CI pip_audit job currently ignores the following vulnerabilities in .github/workflows/ci-build.yaml:
- PYSEC-2025-203 — torch 2.8.0
torch.linalg.lu slice DoS (fixed in 2.9.0)
- PYSEC-2025-204 — torch 2.8.0
rot90 + randn_like interaction (fixed in 2.9.0)
- PYSEC-2025-206 — torch 2.8.0
nan_to_num().long() integer overflow (fixed in 2.9.0)
- PYSEC-2026-139 — torch pt2 loading handler deserialization (no fix released yet)
Action items
The CI
pip_auditjob currently ignores the following vulnerabilities in.github/workflows/ci-build.yaml:torch.linalg.luslice DoS (fixed in 2.9.0)rot90+randn_likeinteraction (fixed in 2.9.0)nan_to_num().long()integer overflow (fixed in 2.9.0)Action items
>=2.9.0, removePYSEC-2025-203,PYSEC-2025-204,PYSEC-2025-206from theignore-vulnslist.PYSEC-2026-139and remove it once a patched torch release is available.torch.load/ pt2 load sites and addweights_only=True(or equivalent) where checkpoints could come from untrusted sources, sincePYSEC-2026-139will remain unpatched for a while.