-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from avidml/v02
V02
- Loading branch information
Showing
40 changed files
with
1,582 additions
and
170 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
{ | ||
"data_type": "AVID", | ||
"data_version": "0.2", | ||
"metadata": { | ||
"report_id": "AVID-2023-R0003" | ||
}, | ||
"affects": { | ||
"developer": ["OpenAI"], | ||
"deployer": ["OpenAI","boxcars.ai"], | ||
"artifacts": [ | ||
{ | ||
"type": "System", | ||
"name": "ChatGPT" | ||
}, | ||
{ | ||
"type": "System", | ||
"name": "boxcars.ai" | ||
} | ||
] | ||
}, | ||
"problemtype": { | ||
"classof": "LLM Evaluation", | ||
"type": "Advisory", | ||
"description": { | ||
"lang": "eng", | ||
"value": "It is possible to make ChatGPT perform remote code execution just by asking politely" | ||
} | ||
}, | ||
"metrics": [], | ||
"references": [ | ||
{ | ||
"type": "source", | ||
"label": "InjectGPT: the most polite exploit ever", | ||
"url": "https://blog.luitjes.it/posts/injectgpt-most-polite-exploit-ever/" | ||
}, | ||
{ | ||
"type": "source", | ||
"label": "Reddit thread on InjectGPT", | ||
"url": "https://www.reddit.com/r/netsec/comments/121gpay/injectgpt_remote_code_execution_by_asking_nicely/" | ||
} | ||
], | ||
"description": { | ||
"lang": "eng", | ||
"value": "Frameworks like langchain (Python) and boxcars.ai (Ruby) offer apps and scripts to directly execute queries through LLMs as a built-in feature. In the context of boxcars.ai, this makes it really easy to perform remote code execution or SQL injection. All you have to do is ask politely! \nSee the references for more details." | ||
}, | ||
"impact": { | ||
"avid": { | ||
"vuln_id": "AVID-2023-V003", | ||
"risk_domain": [ | ||
"Ethics" | ||
], | ||
"sep_view": [ | ||
"S0100: Software Vulnerability", | ||
"S0201: Model Compromise", | ||
"S0301: Information Leak", | ||
"S0202: Software Compromise", | ||
"S0601: Ingest Poisoning" | ||
], | ||
"lifecycle_view": [ | ||
"L04: Model Development", | ||
"L05: Evaluation", | ||
"L06: Deployment" | ||
], | ||
"taxonomy_version": "0.2" | ||
} | ||
}, | ||
"credit": [ | ||
{ | ||
"lang": "eng", | ||
"value": "Lucas Luitjes, N/A" | ||
} | ||
], | ||
"reported_date": "2023-03-26" | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.