etwithin commited on
Commit
abac5cb
·
verified ·
1 Parent(s): 651253c

Add ultralytics ACE PoC

Browse files
Files changed (2) hide show
  1. README.md +6 -0
  2. malicious_yolo.pt +3 -0
README.md ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ # Ultralytics (YOLO) ACE PoC
2
+
3
+ ultralytics.utils.patches.torch_load() explicitly sets weights_only=False,
4
+ bypassing PyTorch 2.6+'s safety mechanism. Every YOLO model load is vulnerable.
5
+
6
+ torch_safe_load() defaults safe_only=False, routing through the unsafe path.
malicious_yolo.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27a6baa0d2595f9e6fd52b17a49ad9bff4307a0428ce8480718763d63676efe6
3
+ size 1495