You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
scio is vunerable to Remote Command Execution through PyTorch
Critical severity
GitHub Reviewed
Published
Oct 8, 2025
in
ThalesGroup/scio
•
Updated Oct 9, 2025
Impact
PyTorch reported a critical vulnerability when using
torch.load
, even with optionweights_only=True
, fortorch <= 2.5.1
.In
scio <= 1.0.0
, the lower bound fortorch
is2.3
.Patches
The lower bound was changed to
torch >= 2.6
, starting fromscio >= 1.0.1
(currently in dev state).Workarounds
You can manually check that you are using
torch >= 2.6
.References