VYPR

Stanza

by Stanford NLP

CVEs (1)

  • CVE-2026-54499higJun 19, 2026
    risk 0.38cvss epss

    ### Summary Stanza 1.12.0 attempts to safely load PyTorch checkpoint files using `torch.load(..., weights_only=True)`, but automatically falls back to the fully unsafe `torch.load(..., weights_only=False)` when the safe load raises `pickle.UnpicklingError`. Because the…