Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 3.2 KB

File metadata and controls

46 lines (32 loc) · 3.2 KB

Attack Tree Analysis for fluxml/flux.jl

Objective: Exfiltrate Data or Manipulate Model Output

Attack Tree Visualization

                                 Exfiltrate Data or Manipulate Model Output
                                                /       |       \
                                               /        |        \
                                              /         |         \
                                             /          |          \

| | | | 1. Compromise Model Training/Inference | 2. Exploit Flux.jl Library Vulnerabilities | 3. Inject Malicious Model/Weights |

| / | \ | / \ | / | | / | \ | / \ | / | | / | \ | / \ | / |

| 1.1 | | 1.3 | | | 2.2 | 2.4 | 3.1 | | |Data | |Evasion | | |Deser- |Untrusted |Pre- | | |Pois-| |Attacks | | |ializ- |Input |trained| | |oning| | [CRIT] | | |ation |Handling |Model | | | [CRIT] | | | | [CRIT] | [CRIT] | [CRIT] | |

1 -> 1.1

1 -> 1.3

3 -> 3.1

2 -> 2.4 -> (Further exploitation)

2 -> 2.2 -> (Further exploitation)