Views
No views yet
joblib library when using the loky parallel backend.loky backend serializes task arguments for worker processes. If these arguments are untrusted, RCE occurs during deserialization.1import joblib
2# Loading this file triggers the RCE
3joblib.load("loky_poc.joblib")