Files
CVEs-PoC/2021/CVE-2021-42377.md
2025-09-29 21:09:30 +02:00

19 lines
932 B
Markdown

### [CVE-2021-42377](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42377)
![](https://img.shields.io/static/v1?label=Product&message=busybox&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=unspecified%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-590&color=brightgreen)
### Description
An attacker-controlled pointer free in Busybox's hush applet leads to denial of service and possible code execution when processing a crafted shell command, due to the shell mishandling the &&& string. This may be used for remote code execution under rare conditions of filtered command input.
### POC
#### Reference
- https://claroty.com/team82/research/unboxing-busybox-14-vulnerabilities-uncovered-by-claroty-jfrog
- https://jfrog.com/blog/unboxing-busybox-14-new-vulnerabilities-uncovered-by-claroty-and-jfrog/
#### Github
No PoCs found on GitHub currently.