3. Proof-of-Concept (PoC) testing
In this section, we will be observing the behavior of the stack-based buffer overflow vulnerability present on the Linksys E1200 V2 router.
We will be working with the following CVE:
and the following PoC:
The PoC is expected to invoke a denial of service on the router.
Payload
Example
Send the payload
Verify crash
We can use a few methods to verify the crash:
UART console
crash messages such as segmentation faults
httpdprocess changesPID changed
process killed
Test network services
...
Refer to the section "Basic network services testing" for more information:
Using
GDBon the real-time process
...
Last updated