mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
21 lines
1.2 KiB
Markdown
21 lines
1.2 KiB
Markdown
### [CVE-2024-6091](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-6091)
|
|

|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
A vulnerability in significant-gravitas/autogpt version 0.5.1 allows an attacker to bypass the shell commands denylist settings. The issue arises when the denylist is configured to block specific commands, such as 'whoami' and '/bin/whoami'. An attacker can circumvent this restriction by executing commands with a modified path, such as '/bin/./whoami', which is not recognized by the denylist.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/rahg0/python-intentionally-vuln-package
|
|
- https://github.com/rahg0/python-weather-app
|
|
- https://github.com/rahg0/python-weather-app-with-pipenv
|
|
|