2023-07-13 23:56:19 +00:00
{
"id" : "CVE-2023-37273" ,
"sourceIdentifier" : "security-advisories@github.com" ,
"published" : "2023-07-13T23:15:10.747" ,
2024-12-08 03:06:42 +00:00
"lastModified" : "2024-11-21T08:11:22.180" ,
"vulnStatus" : "Modified" ,
2024-07-14 02:06:08 +00:00
"cveTags" : [ ] ,
2023-07-13 23:56:19 +00:00
"descriptions" : [
{
"lang" : "en" ,
"value" : "Auto-GPT is an experimental open-source application showcasing the capabilities of the GPT-4 language model. Running Auto-GPT version prior to 0.4.3 by cloning the git repo and executing `docker compose run auto-gpt` in the repo root uses a different docker-compose.yml file from the one suggested in the official docker set up instructions. The docker-compose.yml file located in the repo root mounts itself into the docker container without write protection. This means that if malicious custom python code is executed via the `execute_python_file` and `execute_python_code` commands, it can overwrite the docker-compose.yml file and abuse it to gain control of the host system the next time Auto-GPT is started. The issue has been patched in version 0.4.3."
}
] ,
"metrics" : {
"cvssMetricV31" : [
2023-07-27 16:00:31 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "security-advisories@github.com" ,
"type" : "Secondary" ,
2023-07-27 16:00:31 +00:00
"cvssData" : {
"version" : "3.1" ,
2024-12-08 03:06:42 +00:00
"vectorString" : "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:L" ,
"baseScore" : 8.1 ,
"baseSeverity" : "HIGH" ,
2023-07-27 16:00:31 +00:00
"attackVector" : "LOCAL" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "LOW" ,
2024-12-08 03:06:42 +00:00
"userInteraction" : "REQUIRED" ,
2023-07-27 16:00:31 +00:00
"scope" : "CHANGED" ,
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "HIGH" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "LOW"
2023-07-27 16:00:31 +00:00
} ,
2024-12-08 03:06:42 +00:00
"exploitabilityScore" : 1.5 ,
2023-07-27 16:00:31 +00:00
"impactScore" : 6.0
} ,
2023-07-13 23:56:19 +00:00
{
2024-12-08 03:06:42 +00:00
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
2023-07-13 23:56:19 +00:00
"cvssData" : {
"version" : "3.1" ,
2024-12-08 03:06:42 +00:00
"vectorString" : "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H" ,
"baseScore" : 8.8 ,
"baseSeverity" : "HIGH" ,
2023-07-13 23:56:19 +00:00
"attackVector" : "LOCAL" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "LOW" ,
2024-12-08 03:06:42 +00:00
"userInteraction" : "NONE" ,
2023-07-13 23:56:19 +00:00
"scope" : "CHANGED" ,
"confidentialityImpact" : "HIGH" ,
"integrityImpact" : "HIGH" ,
2024-12-08 03:06:42 +00:00
"availabilityImpact" : "HIGH"
2023-07-13 23:56:19 +00:00
} ,
2024-12-08 03:06:42 +00:00
"exploitabilityScore" : 2.0 ,
2023-07-13 23:56:19 +00:00
"impactScore" : 6.0
}
]
} ,
"weaknesses" : [
{
"source" : "security-advisories@github.com" ,
2024-12-15 03:03:56 +00:00
"type" : "Primary" ,
2023-07-13 23:56:19 +00:00
"description" : [
{
"lang" : "en" ,
"value" : "CWE-94"
}
]
}
] ,
2023-07-27 16:00:31 +00:00
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:agpt:auto-gpt:*:*:*:*:*:*:*:*" ,
"versionEndExcluding" : "0.4.3" ,
"matchCriteriaId" : "10E8D9E9-E73C-4B20-989E-1D432F7ED3BB"
}
]
}
]
}
] ,
2023-07-13 23:56:19 +00:00
"references" : [
{
"url" : "https://github.com/Significant-Gravitas/Auto-GPT/pull/4761" ,
2023-07-27 16:00:31 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Patch" ,
"Third Party Advisory"
]
2023-07-13 23:56:19 +00:00
} ,
{
"url" : "https://github.com/Significant-Gravitas/Auto-GPT/security/advisories/GHSA-x5gj-2chr-4ch6" ,
2023-07-27 16:00:31 +00:00
"source" : "security-advisories@github.com" ,
"tags" : [
"Patch" ,
"Third Party Advisory"
]
2024-12-08 03:06:42 +00:00
} ,
{
"url" : "https://github.com/Significant-Gravitas/Auto-GPT/pull/4761" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch" ,
"Third Party Advisory"
]
} ,
{
"url" : "https://github.com/Significant-Gravitas/Auto-GPT/security/advisories/GHSA-x5gj-2chr-4ch6" ,
"source" : "af854a3a-2127-422b-91ae-364da2661108" ,
"tags" : [
"Patch" ,
"Third Party Advisory"
]
2023-07-13 23:56:19 +00:00
}
]
}