mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-30 18:56:19 +00:00
19 lines
837 B
Markdown
19 lines
837 B
Markdown
### [CVE-2024-45256](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-45256)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
An arbitrary file write issue in the exfiltration endpoint in BYOB (Build Your Own Botnet) 2.0 allows attackers to overwrite SQLite databases and bypass authentication via an unauthenticated HTTP request with a crafted parameter. This occurs in file_add in api/files/routes.py.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://blog.chebuya.com/posts/unauthenticated-remote-command-execution-on-byob/
|
|
- https://github.com/chebuya/exploits/tree/main/BYOB-RCE
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|