Ultralytics (YOLO) ACE PoC
ultralytics.utils.patches.torch_load() explicitly sets weights_only=False,
bypassing PyTorch 2.6+'s safety mechanism. Every YOLO model load is vulnerable.
torch_safe_load() defaults safe_only=False, routing through the unsafe path.