Skip to content

Commit 680d3db

Browse files
authored
Merge pull request #2831 from MrMartiniMo/add-llm-cards
Add descriptions for all LLM companion cards (LLM2-LLMK, LLMA)
2 parents 4f9c48a + 63a91b5 commit 680d3db

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

source/companion-cards-1.0-en.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,67 +13,67 @@ suits:
1313
id: LLM2
1414
value: 2
1515
url: https://cornucopia.owasp.org/cards/LLM2
16-
desc:
16+
desc: "Dave can exploit overreliance on LLM outputs where critical human oversight is missing, leading to security failures or incorrect decisions based on hallucinations or flawed reasoning"
1717
-
1818
id: LLM3
1919
value: 3
2020
url: https://cornucopia.owasp.org/cards/LLM3
21-
desc:
21+
desc: "Sarah can override or manipulate system prompts or safety instructions through crafted input, causing the model to ignore its intended constraints or perform unauthorized actions"
2222
-
2323
id: LLM4
2424
value: 4
2525
url: https://cornucopia.owasp.org/cards/LLM4
26-
desc:
26+
desc: "David can cause the model to disclose sensitive information from its training data, system prompts, configuration, or other users' context due to insufficient output filtering or prompt leakage"
2727
-
2828
id: LLM5
2929
value: 5
3030
url: https://cornucopia.owasp.org/cards/LLM5
31-
desc:
31+
desc: "Roy can escalate privileges or access other users' data and sessions due to weak authentication, authorization, or improper session isolation in multi-tenant LLM systems"
3232
-
3333
id: LLM6
3434
value: 6
3535
url: https://cornucopia.owasp.org/cards/LLM6
36-
desc:
36+
desc: "Tyrell can poison training or fine-tuning datasets or the fine-tuning process itself, introducing backdoors or malicious behavior that can later be triggered"
3737
-
3838
id: LLM7
3939
value: 7
4040
url: https://cornucopia.owasp.org/cards/LLM7
41-
desc:
41+
desc: "Andersen can manipulate retrieval knowledge bases, vector databases, or RAG sources so the model retrieves and presents false, biased, or malicious information as facts"
4242
-
4343
id: LLM8
4444
value: 8
4545
url: https://cornucopia.owasp.org/cards/LLM8
46-
desc:
46+
desc: "Samantha can exhaust computational resources or increase operational costs by submitting resource-intensive or recursive LLM queries, leading to model DoS"
4747
-
4848
id: LLM9
4949
value: 9
5050
url: https://cornucopia.owasp.org/cards/LLM9
51-
desc:
51+
desc: "Rossum can abuse insecure plugin or integration designs to access sensitive data, bypass authentication, or execute unauthorized operations via the LLM's interface"
5252
-
5353
id: LLMX
5454
value: X
5555
url: https://cornucopia.owasp.org/cards/LLMX
56-
desc:
56+
desc: "Deckard can embed malicious instructions in external content like documents, emails, or web pages which are processed by the model, leading to unintended behavior or data exfiltration"
5757
-
5858
id: LLMJ
5959
value: J
6060
url: https://cornucopia.owasp.org/cards/LLMJ
61-
desc:
61+
desc: "Kyle can exploit insecure handling of model outputs that are used directly in downstream systems, enabling injection attacks, remote code execution, or unauthorized actions"
6262
-
6363
id: LLMQ
6464
value: Q
6565
url: https://cornucopia.owasp.org/cards/LLMQ
66-
desc:
66+
desc: "Ripley can introduce compromised third-party models, embeddings, or malicious ML components into the supply chain, leading to hidden vulnerabilities or data theft"
6767
-
6868
id: LLMK
6969
value: K
7070
url: https://cornucopia.owasp.org/cards/LLMK
71-
desc:
71+
desc: "Ava can exploit excessive agency or autonomy in AI agents with tool access to perform unauthorized or high-risk actions because of missing human-in-the-loop approval"
7272
-
7373
id: LLMA
7474
value: A
7575
url: https://cornucopia.owasp.org/cards/LLMA
76-
desc: You have invented a new attack against LLM
76+
desc: "You have invented a new attack against AI & LLM Security"
7777
misc:
7878
-
7979
id: CLD

0 commit comments

Comments
 (0)