Skip to content

Commit 687d3d9

Browse files
authored
Merge pull request #2833 from MrMartiniMo/add-llm-card-mappings
Add security mappings (STRIDE, CIA, MITRE ATLAS, OWASP LLM Top 10, CWE) for all LLM companion cards (LLM2-LLMK)
2 parents 680d3db + 58e39a3 commit 687d3d9

1 file changed

Lines changed: 108 additions & 24 deletions

File tree

source/companion-mappings-1.0.yaml

Lines changed: 108 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -16,74 +16,158 @@ suits:
1616
id: LLM2
1717
value: 2
1818
url: https://cornucopia.owasp.org/cards/LLM2
19-
stride: [ ]
20-
stride_print: [ ]
19+
stride: [ T ]
20+
stride_print: [ "Tampering" ]
21+
cia: [ I ]
22+
cia_print: [ "Integrity" ]
23+
mitre_atlas: [ AML.T0048 ]
24+
mitre_atlas_print: [ "AML.T0048: External Harms" ]
25+
owasp_llm_top10: [ LLM09:2025 ]
26+
owasp_llm_top10_print: [ "LLM09:2025: Misinformation" ]
27+
cwe: [ CWE-1426 ]
2128
-
2229
id: LLM3
2330
value: 3
2431
url: https://cornucopia.owasp.org/cards/LLM3
25-
stride: [ ]
26-
stride_print: [ ]
32+
stride: [ T, E ]
33+
stride_print: [ "Tampering", "Elevation of Privilege" ]
34+
cia: [ I ]
35+
cia_print: [ "Integrity" ]
36+
mitre_atlas: [ AML.T0051.000 ]
37+
mitre_atlas_print: [ "AML.T0051.000: LLM Prompt Injection: Direct" ]
38+
owasp_llm_top10: [ LLM01:2025 ]
39+
owasp_llm_top10_print: [ "LLM01:2025: Prompt Injection" ]
40+
cwe: [ CWE-1427 ]
2741
-
2842
id: LLM4
2943
value: 4
3044
url: https://cornucopia.owasp.org/cards/LLM4
31-
stride: [ ]
32-
stride_print: [ ]
45+
stride: [ I ]
46+
stride_print: [ "Information Disclosure" ]
47+
cia: [ C ]
48+
cia_print: [ "Confidentiality" ]
49+
mitre_atlas: [ AML.T0057 ]
50+
mitre_atlas_print: [ "AML.T0057: LLM Data Leakage" ]
51+
owasp_llm_top10: [ LLM02:2025, LLM07:2025 ]
52+
owasp_llm_top10_print: [ "LLM02:2025: Sensitive Information Disclosure", "LLM07:2025: System Prompt Leakage" ]
53+
cwe: [ CWE-200 ]
3354
-
3455
id: LLM5
3556
value: 5
3657
url: https://cornucopia.owasp.org/cards/LLM5
37-
stride: [ ]
38-
stride_print: [ ]
58+
stride: [ E, S ]
59+
stride_print: [ "Elevation of Privilege", "Spoofing" ]
60+
cia: [ C, I ]
61+
cia_print: [ "Confidentiality", "Integrity" ]
62+
mitre_atlas: [ AML.T0012 ]
63+
mitre_atlas_print: [ "AML.T0012: Valid Accounts" ]
64+
owasp_llm_top10: [ LLM02:2025 ]
65+
owasp_llm_top10_print: [ "LLM02:2025: Sensitive Information Disclosure" ]
66+
cwe: [ CWE-285, CWE-863 ]
3967
-
4068
id: LLM6
4169
value: 6
4270
url: https://cornucopia.owasp.org/cards/LLM6
43-
stride: [ ]
44-
stride_print: [ ]
71+
stride: [ T ]
72+
stride_print: [ "Tampering" ]
73+
cia: [ I ]
74+
cia_print: [ "Integrity" ]
75+
mitre_atlas: [ AML.T0020 ]
76+
mitre_atlas_print: [ "AML.T0020: Poison Training Data" ]
77+
owasp_llm_top10: [ LLM04:2025 ]
78+
owasp_llm_top10_print: [ "LLM04:2025: Data and Model Poisoning" ]
79+
cwe: [ CWE-345 ]
4580
-
4681
id: LLM7
4782
value: 7
4883
url: https://cornucopia.owasp.org/cards/LLM7
49-
stride: [ ]
50-
stride_print: [ ]
84+
stride: [ T ]
85+
stride_print: [ "Tampering" ]
86+
cia: [ I ]
87+
cia_print: [ "Integrity" ]
88+
mitre_atlas: [ AML.T0059 ]
89+
mitre_atlas_print: [ "AML.T0059: Erode Dataset Integrity" ]
90+
owasp_llm_top10: [ LLM08:2025 ]
91+
owasp_llm_top10_print: [ "LLM08:2025: Vector and Embedding Weaknesses" ]
92+
cwe: [ CWE-345, CWE-20 ]
5193
-
5294
id: LLM8
5395
value: 8
5496
url: https://cornucopia.owasp.org/cards/LLM8
55-
stride: [ ]
56-
stride_print: [ ]
97+
stride: [ D ]
98+
stride_print: [ "Denial of Service" ]
99+
cia: [ A ]
100+
cia_print: [ "Availability" ]
101+
mitre_atlas: [ AML.T0029, AML.T0034 ]
102+
mitre_atlas_print: [ "AML.T0029: Denial of ML Service", "AML.T0034: Cost Harvesting" ]
103+
owasp_llm_top10: [ LLM10:2025 ]
104+
owasp_llm_top10_print: [ "LLM10:2025: Unbounded Consumption" ]
105+
cwe: [ CWE-400, CWE-770 ]
57106
-
58107
id: LLM9
59108
value: 9
60109
url: https://cornucopia.owasp.org/cards/LLM9
61-
stride: [ ]
62-
stride_print: [ ]
110+
stride: [ E, I ]
111+
stride_print: [ "Elevation of Privilege", "Information Disclosure" ]
112+
cia: [ C, I ]
113+
cia_print: [ "Confidentiality", "Integrity" ]
114+
mitre_atlas: [ AML.T0053 ]
115+
mitre_atlas_print: [ "AML.T0053: AI Agent Tool Invocation" ]
116+
owasp_llm_top10: [ LLM06:2025 ]
117+
owasp_llm_top10_print: [ "LLM06:2025: Excessive Agency" ]
118+
cwe: [ CWE-862, CWE-285 ]
63119
-
64120
id: LLMX
65121
value: X
66122
url: https://cornucopia.owasp.org/cards/LLMX
67-
stride: [ ]
68-
stride_print: [ ]
123+
stride: [ T, R ]
124+
stride_print: [ "Tampering", "Repudiation" ]
125+
cia: [ I ]
126+
cia_print: [ "Integrity" ]
127+
mitre_atlas: [ AML.T0051.001 ]
128+
mitre_atlas_print: [ "AML.T0051.001: LLM Prompt Injection: Indirect" ]
129+
owasp_llm_top10: [ LLM01:2025 ]
130+
owasp_llm_top10_print: [ "LLM01:2025: Prompt Injection" ]
131+
cwe: [ CWE-1427 ]
69132
-
70133
id: LLMJ
71134
value: J
72135
url: https://cornucopia.owasp.org/cards/LLMJ
73-
stride: [ ]
74-
stride_print: [ ]
136+
stride: [ T, E ]
137+
stride_print: [ "Tampering", "Elevation of Privilege" ]
138+
cia: [ I ]
139+
cia_print: [ "Integrity" ]
140+
mitre_atlas: [ AML.T0050 ]
141+
mitre_atlas_print: [ "AML.T0050: Command and Scripting Interpreter" ]
142+
owasp_llm_top10: [ LLM05:2025 ]
143+
owasp_llm_top10_print: [ "LLM05:2025: Improper Output Handling" ]
144+
cwe: [ CWE-1426, CWE-94, CWE-77 ]
75145
-
76146
id: LLMQ
77147
value: Q
78148
url: https://cornucopia.owasp.org/cards/LLMQ
79-
stride: [ ]
80-
stride_print: [ ]
149+
stride: [ T ]
150+
stride_print: [ "Tampering" ]
151+
cia: [ I ]
152+
cia_print: [ "Integrity" ]
153+
mitre_atlas: [ AML.T0010 ]
154+
mitre_atlas_print: [ "AML.T0010: ML Supply Chain Compromise" ]
155+
owasp_llm_top10: [ LLM03:2025 ]
156+
owasp_llm_top10_print: [ "LLM03:2025: Supply Chain" ]
157+
cwe: [ CWE-1357 ]
81158
-
82159
id: LLMK
83160
value: K
84161
url: https://cornucopia.owasp.org/cards/LLMK
85-
stride: [ ]
86-
stride_print: [ ]
162+
stride: [ E ]
163+
stride_print: [ "Elevation of Privilege" ]
164+
cia: [ I ]
165+
cia_print: [ "Integrity" ]
166+
mitre_atlas: [ AML.T0053 ]
167+
mitre_atlas_print: [ "AML.T0053: AI Agent Tool Invocation" ]
168+
owasp_llm_top10: [ LLM06:2025 ]
169+
owasp_llm_top10_print: [ "LLM06:2025: Excessive Agency" ]
170+
cwe: [ CWE-269, CWE-840 ]
87171
-
88172
id: CLD
89173
name: Cloud

0 commit comments

Comments
 (0)