Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2020-8597 — CVE-2020-8597 pppd buffer overflow poc | Kitploit
Tools/GitHubGitHub/winmin/cve-2020-8597
Vulnerability AnalysisExploitationFuzzingNetwork SecurityPenetration TestingBinary Exploitation
GitHubwinmin/cve-2020-8597

CVE-2020-8597

CVE-2020-8597 pppd buffer overflow poc

View Repository
4846 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2020-8597

I use two virtual machines to test on the same computer.One as server and one as client,and they all use NAT for network connection. So they are all under the ens33 network card..

set up a pppoe-server

You can set up the service according to the following article

https://askubuntu.com/questions/934685/pppoe-server-on-ubuntu-14-04-not-working-peer-xxx-failed-chap-session-verifica

http://www.howtodoityourself.org/pppoe-server-how-to-do-it-yourself.html

open the debug mode and set log file: Add the following to the /etc/ppp/pppoe-server-options file

root@kitploit:~
debug
logfile /var/log/pppoe-server-log

set up a ppoe client

Start the clietn:

root@kitploit:~
sudo pppoeconf 

Screenshot

image-20200308221134194

Ref

https://github.com/marcinguy/CVE-2020-8597

Download Tool