Vulnerability Details : CVE-2023-37275
Auto-GPT is an experimental open-source application showcasing the capabilities of the GPT-4 language model. The Auto-GPT command line UI makes heavy use of color-coded print statements to signify different types of system messages to the user, including messages that are crucial for the user to review and control which commands should be executed. Before v0.4.3, it was possible for a malicious external resource (such as a website browsed by Auto-GPT) to cause misleading messages to be printed to the console by getting the LLM to regurgitate JSON encoded ANSI escape sequences (`\u001b[`). These escape sequences were JSON decoded and printed to the console as part of the model's "thinking process". The issue has been patched in release version 0.4.3.
Products affected by CVE-2023-37275
- cpe:2.3:a:agpt:auto-gpt:*:*:*:*:*:*:*:*
Exploit prediction scoring system (EPSS) score for CVE-2023-37275
0.08%
Probability of exploitation activity in the next 30 days
EPSS Score History
~ 37 %
Percentile, the proportion of vulnerabilities that are scored at or less
CVSS scores for CVE-2023-37275
Base Score | Base Severity | CVSS Vector | Exploitability Score | Impact Score | Score Source | First Seen |
---|---|---|---|---|---|---|
4.3
|
MEDIUM | CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N |
2.8
|
1.4
|
NIST | |
3.1
|
LOW | CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:L/A:N |
1.6
|
1.4
|
GitHub, Inc. |
CWE ids for CVE-2023-37275
-
The product does not neutralize or incorrectly neutralizes output that is written to logs.Assigned by: security-advisories@github.com (Primary)
References for CVE-2023-37275
-
https://github.com/Significant-Gravitas/Auto-GPT/security/advisories/GHSA-r7f7-qrrv-3fjh
System logs spoofable via ANSI control sequences · Advisory · Significant-Gravitas/Auto-GPT · GitHubPatch;Third Party Advisory
-
https://github.com/Significant-Gravitas/Auto-GPT/pull/4810
Filtering out ANSI escape codes in printed assistant thoughts by lukas-eu · Pull Request #4810 · Significant-Gravitas/Auto-GPT · GitHubPatch;Third Party Advisory
Jump to