Skip to content

Commit

Permalink
Ads/llm06 word suggestion example attack scenario (#269)
Browse files Browse the repository at this point in the history
* feat: kickoff v2 0 dir and files

* docs: suggestion for issue 267
  • Loading branch information
GangGreenTemperTatum authored Feb 11, 2024
1 parent 4ee6198 commit 839121b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2_0_vulns/LLM06_SensitiveInformationDisclosure.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The consumer-LLM application interaction forms a two-way trust boundary, where w

1. Unsuspecting legitimate user A is exposed to certain other user data via the LLM when interacting with the LLM application in a non-malicious manner.
2. User A targets a well-crafted set of prompts to bypass input filters and sanitization from the LLM to cause it to reveal sensitive information (PII) about other users of the application.
3. Personal data such as PII is leaked into the model via training data due to either negligence from the user themselves, or the LLM application. This case could increase the risk and probability of scenario 1 or 2 above.
3. Personal data such as PII is leaked into the model via training data due to either negligence from the user themselves, or the LLM application. This case could increase the impact of scenario 1 or 2 above.

### Reference Links

Expand Down

0 comments on commit 839121b

Please sign in to comment.