cve/2024/CVE-2024-45415.md
2025-09-29 21:09:30 +02:00

1.7 KiB

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