In PyTorch before trunk/89695, torch.jit.annotations.parse_type_line can cause arbitrary code execution because eval is used unsafely. The fix for this issue is available in version 1.13.1. There is a release checker in issue #89855.
References
- https://nvd.nist.gov/vuln/detail/CVE-2022-45907
- https://github.com/pytorch/pytorch/issues/88868
- https://github.com/pytorch/pytorch/commit/767f6aa49fe20a2766b9843d01e3b7f7793df6a3
- https://github.com/pytorch/pytorch/issues/89855
- https://github.com/pytorch/pytorch/pull/89189
- https://github.com/pytorch/pytorch/releases/tag/v1.13.1
- https://github.com/advisories/GHSA-47fc-vmwq-366v