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:

  1. UART console

  • crash messages such as segmentation faults

  • httpd process changes

    • PID changed

    • process killed

  1. Test network services

...

Refer to the section "Basic network services testing" for more information:

  1. Using GDB on the real-time process

...

Last updated