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

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The HTTPD binary in multiple ZTE routers has a stack-based buffer overflow vulnerability in check_data_integrity function. This function is responsible for validating the checksum of data in post request. The checksum is sent encrypted in the request, the function decrypts it and stores the checksum on the stack without validating it. An unauthenticated attacker can get RCE as root by exploiting this vulnerability.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/TasosY2K/zte-router-0day-rce
|
|
|